[gtk] (154 commits) Created branch prop-list



The branch 'prop-list' was created.

Summary of new commits:

  af0ebce... builder: Improve error message
  e3d8320... Add GtkDirectoryList
  b5b1fd9... Add GtkFontList
  38e6774... xxx: Add a hack to make GtkFontList work with Pango < 1.46
  05b6f72... Add GtkFilter
  70ff206... filter: Add a custom filter
  20d8c68... tests: Remove testtreemodel test
  f285394... filterlistmodel: Rewrite to use GtkFilter
  dcb962b... filter: Add GtkAnyFilter
  2851d30... Add GtkExpression
  a908bea... expression: Add GtkObjectExpression
  9cde404... filter: Add GtkStringFilter
  324b30b... builder: Add gtk_builder_lookup_object()
  ae9cf20... builder: Add support for parsing expressions
  b1fea6a... expression: Add the ability to watch an expression
  3bb33c6... testsuite: Add expression tests
  91ad2c4... expression: Make property expression allow subexpressions
  2d945b1... expression: Add gtk_expression_bind()
  052c082... expression: Invalidate bindings before destroying them
  bb06efb... expression: Don't rely on peeking
  ddae224... More expression tests
  e1e5c3b... gtk-demo: Make fishbowl info text use bindings
  17e1070... builder: Make <lookup> type optional
  fb92875... builder: Allow <constant> without a type
  757b6ea... builder: Allow text content in <lookup>
  4e7bdf7... builder: Add <binding> tag
  c2e1c99... gtk: Add a GtkListView skeleton
  e271134... listview: Introduce GtkListItemFactory
  dbd067d... listview: Make widget actually do something
  2d80243... listview: Implement GtkScrollable
  700d2d5... tests: Add a test for a permanently changing listview
  2786906... listview: Implement an anchor
  681bea8... listview: Add GtkListItemManager
  c09bcdf... listview: Add GtkListItem
  0b57f08... listview: Make the listitemmanager stricter
  537575c... listview: Change change management
  b23fe26... tests: Make animating listview do random resorts
  9b7376d... listitem: Add gtk_list_item_get_position()
  40b1c15... listview: Change how binding is done
  b06c4bb... listview: Change anchor handling again
  4e5f57a... listview: Only allocate necesary rows
  5e0484a... testlistview: Show the row number
  4c06aae... testlistview: Create widgets only once
  3024b8e... listitemmanager: Switch from "insert_before" to "insert_aft
  6da0da4... listlistmodel: Add gtk_list_list_model_item_moved()
  55fa491... listview: Try to keep the list items in order when scrollin
  55cec47... listview: Add selection properties to ListItem
  531f3ec... listview: Reset listitems' CSS animations when rebinding
  0518684... listview: Add initial support for displaying selections
  f67f4aa... listitem: Add a press gesture to select the item
  ddc5087... gtk: Add a GtkGridView skeleton
  8e9e59c... gridview: Add API for setting number of columns
  bb9c84a... wayland: Remove function declaration for nonexisting functi
  e4d4f80... listitemmanager: Move list of listitems here
  0f9220c... gridview: Implement GtkScrollable
  5e2a734... listitemmanager: Simplify
  09bcc26... listitemmanager: Add trackers
  ca0a9b3... listview: Add gtk_list_view_set_show_separators()
  26d8b32... listitemfactory: Sanitize APIs
  3caf6fd... listitemfactory: vfuncify
  5b4c5b1... listitemfactory: Split implementation out
  746cfe9... listitemfactory: Add a factory for ui files
  57a4479... gtk-demo: Introduce awards
  7b1e3c3... testlistview: Port to directory list
  1369365... testlistview: Load icons async
  c9ff1a0... listview: Add list.scroll_to_item action
  d29cdd5... listview: Implement extending selections
  cc2effe... tests: Add a rough form of multiselection
  33138d7... listview: Implement GtkOrientable
  1d8ea1f... gtk-demo: Add a rough start at a Weather demo
  7827def... textview: Make cursor work when blinking is disabled
  b47c869... listview: Expose GtkListItemFactory APIs
  abe5f4a... gridview: Add factory handling
  65be072... gridview: Implement GtkOrientable
  79fb6b3... listview: Pass the CSS name of listitems to the manager
  01edee5... gridview: Actually do something
  780772e... Add GtkTreeExpander
  3c80512... demo: Add a GSettings tree demo
  4136b00... inspector: Use a treeexpander in the recorder
  ad0c2eb... inspector: Use a GtkTreeExpander in the object tree
  15fb188... inspector: Make the recorder node list use a ListView
  271a1e8... popover: Remove unneeded vfunc
  9c53d5d... listitem: Change focus handling
  3712a27... treeexpander: Implement input support
  839287e... listview: Implement activation
  8f5193e... listview: Track focus movements and update selection
  cb54c23... listview: Implement (un)select all
  85c1f9e... listview: Add a focus tracker
  b9969a5... listitem: Add "listitem.select" action and keybindings for 
  0dd761d... listview: Add gtk_list_view_get_position_at_y()
  dccd026... listview: Add move keybindings
  33b4d97... listitemfactory: Make the builder factory properly buildabl
  9573205... demo: Use a listview as sidebar
  087d156... listitemmanager: Handle NULL factory
  f72c3c6... widget: Add gtk_widget_get_size()
  e3f50ca... gridview: Implement anchors and scrolling
  efdefa0... selectionmodel: Add gtk_selection_model_user_select_item()
  f947b85... gridview: Implement the list.select-item action
  030cb13... gridview: Implement minimum row height
  fe548b7... gridview: Add activation
  025288e... gridview: Implement list.scroll-to action
  623c82f... gridview: Add a focus tracker
  89a9cf8... gridview: Implement (un)select all
  fc6182d... gridview: Add move keybindings
  302d26f... demo: Add a file browser demo
  c934fe3... listview: Port various gridview improvements
  ea15833... gridview: Simplify allocation code
  9fe42cc... Add GtkListBase
  c5b9ce1... listbase: Move GtkScrollable implementation
  3c19f9c... listbase: Move item manager here
  84f0e6e... listbase: Move selection handling here
  c74b85a... listbase: Move orientable implementation here
  c95666a... Remove gtk_selection_model_user_select_item() again
  477bb6a... listbase: Move focus moving keybindings here
  dede628... listbase: Add vfuncs to convert positions to/from coordinat
  e97aaf9... listbase: Take over anchor handling
  a7cb827... wip: Add GtkCoverFlow
  554aeef... Add GtkColumnView skeleton
  5d3c601... gtk-demo: Add a minesweeper demo
  678157a... columnview: Allow adding/removing columns
  e718814... Add GtkSignalListItemFactory
  8d15cc5... gtk-demo: Add a Coverflow application launcher
  2096b7a... builder: Make gtk_builder_extend_with_template() work with 
  080d9be... listitem: Make this a GObject
  95bce42... listitemfactory: Reorganize vfuncs
  0c3c73e... listitemfactory: Simplify
  ff3bd0f... listitemwidget: Add a private struct
  b50319a... listitem: Move position/item/selected tracking to widget
  8f7f148... listitemwidget: Lazily create listitems
  f95a127... columnview: Add listitems for the columns
  0e7e8ea... columnview: Implement GtkScrollable
  b76d22d... widget: Add a hook for resizes
  fd3cea8... columnview: Add GtkColumnViewCell
  c029070... inspector: Port object tree to GtkColumnView
  adf52d0... columnview: Fix styling with Adwaita
  37151a2... constraint-editor: Don't poke around in widget internals
  cd09f90... columnview: Add a custom LayoutManager
  c04dcff... tests: Add testcolumnview
  2653436... columnview: Add header
  50584b3... inspector: Remove private struct from controllers
  fa5ab20... inspector: Make Controller page a GtkWidget
  eb8b1eb... inspector: Remove private struct for prop editor
  0c45e67... xxx: Add a hack to make paintables transform to/from object
  96c476e... gtk-demo: Add a Clocks demo
  c525e96... widget: Do parent_class handling properly
  01513e3... expression: Allow passing a this object to bind()
  3ce919e... xxx: WIP fontchooser conversion
  3c53799... builder: Add gtk_builder_set_current_object()
  d7d4eb8... gtk-demo: Use normal way to lookup up symbols
  f20adaf... builder: Add GtkBuilderScope
  a7c489f... xxx: reimplement watches
  357bf1d... xxx: expressioon tests
  a7bb4f2... string filter: Don't collate, normalize
  a95c102... string filter: Add a match mode


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]