[gtk] (135 commits) Non-fast-forward update to branch wip/otte/listview



The branch 'wip/otte/listview' was changed in a way that was not a fast-forward update.
NOTE: This may cause problems for people pulling from the branch. For more information,
please see:

 https://wiki.gnome.org/Git/Help/NonFastForward

Commits removed from the branch:

  16bcd5e... filter: Add GtkStringFilter
  9189b67... builder: Add support for parsing expressions
  59b2b78... expression: Add the ability to watch an expression
  c9d5e38... testsuite: Add expression tests
  738f72e... expression: Add gtk_expression_bind()
  72ce716... expression: Invalidate bindings before destroying them
  9fc253f... More expression tests
  d890d79... gtk-demo: Make fishbowl info text use bindings
  9a4e191... builder: Make <lookup> type optional
  6e92b42... builder: Allow <constant> without a type
  61bdf50... builder: Allow text content in <lookup>
  30a5bf9... builder: Add <binding> tag
  b574b10... gtk: Add a GtkListView skeleton
  d95f9a0... listview: Introduce GtkListItemFactory
  eb1247a... listview: Make widget actually do something
  3f917e5... listview: Implement GtkScrollable
  f3c8b3b... tests: Add a test for a permanently changing listview
  1de3150... listview: Implement an anchor
  f3eaddc... listview: Add GtkListItemManager
  2184957... listview: Add GtkListItem
  0f2ceed... listview: Make the listitemmanager stricter
  8557d26... listview: Change change management
  5ce73d6... tests: Make animating listview do random resorts
  6c5fc4d... listitem: Add gtk_list_item_get_position()
  ca94e54... listview: Change how binding is done
  e0bba44... listview: Change anchor handling again
  a25dc3c... listview: Only allocate necesary rows
  94f6a50... testlistview: Show the row number
  d713d4d... testlistview: Create widgets only once
  6b9f8e0... listitemmanager: Switch from "insert_before" to "insert_aft
  d23d3ec... listlistmodel: Add gtk_list_list_model_item_moved()
  cdc4eed... listview: Try to keep the list items in order when scrollin
  be09ff9... listview: Add selection properties to ListItem
  d83812b... listview: Reset listitems' CSS animations when rebinding
  3ec4991... listview: Add initial support for displaying selections
  6dcc1a7... listitem: Add a press gesture to select the item
  ff91da1... gtk: Add a GtkGridView skeleton
  d2314a0... gridview: Add API for setting number of columns
  aef257e... wayland: Remove function declaration for nonexisting functi
  dbf9f70... listitemmanager: Move list of listitems here
  be42299... gridview: Implement GtkScrollable
  b992223... listitemmanager: Simplify
  58cd630... listitemmanager: Add trackers
  8df3e60... listview: Add gtk_list_view_set_show_separators()
  61859cd... listitemfactory: Sanitize APIs
  c5dc332... listitemfactory: vfuncify
  59a2f5b... listitemfactory: Split implementation out
  e564feb... listitemfactory: Add a factory for ui files
  6cf789e... testlistview: Port to directory list
  91c553c... testlistview: Load icons async
  31267fe... listview: Add list.scroll_to_item action
  40beac4... listview: Implement extending selections
  275827a... tests: Add a rough form of multiselection
  600f651... listview: Implement GtkOrientable
  3484952... gtk-demo: Add a rough start at a Weather demo
  7d39f7e... textview: Make cursor work when blinking is disabled
  84edcd1... listview: Expose GtkListItemFactory APIs
  95812a1... gridview: Add factory handling
  afb57c8... gridview: Implement GtkOrientable
  7da1c85... listview: Pass the CSS name of listitems to the manager
  b504491... gridview: Actually do something
  269683a... Add GtkTreeExpander
  06480df... demo: Add a GSettings tree demo
  d5c004f... inspector: Use a treeexpander in the recorder
  9c0d50f... inspector: Use a GtkTreeExpander in the object tree
  11b0c41... inspector: Make the recorder node list use a ListView
  98840a3... popover: Remove unneeded vfunc
  e7c5858... listitem: Change focus handling
  9ba068c... treeexpander: Implement input support
  d03df19... listview: Implement activation
  67cc4fa... listview: Track focus movements and update selection
  d1d9315... listview: Implement (un)select all
  ac6b13f... listview: Add a focus tracker
  3a8e03a... listitem: Add "listitem.select" action and keybindings for 
  da925c8... listview: Add gtk_list_view_get_position_at_y()
  d730897... listview: Add move keybindings
  ef3dea7... listitemfactory: Make the builder factory properly buildabl
  bdac941... builderlistitemfactory: Add scope argument
  0d430ec... builder: Autofill scope property of listitemfactory
  4c4ca9a... gtk-demo: Introduce awards
  e74ec4b... demo: Use a listview as sidebar
  c416aa3... listitemmanager: Handle NULL factory
  b3cee41... widget: Add gtk_widget_get_size()
  abe30fb... gridview: Implement anchors and scrolling
  294065a... selectionmodel: Add gtk_selection_model_user_select_item()
  6142f81... gridview: Implement the list.select-item action
  02d7399... gridview: Implement minimum row height
  435f89f... gridview: Add activation
  cc1a4cf... gridview: Implement list.scroll-to action
  88ddc09... gridview: Add a focus tracker
  a0c8e4c... gridview: Implement (un)select all
  0b10522... gridview: Add move keybindings
  ee94763... demo: Add a file browser demo
  5ae3afe... listview: Port various gridview improvements
  34a6ada... gridview: Simplify allocation code
  2e80d6e... Add GtkListBase
  a8bd3f7... listbase: Move GtkScrollable implementation
  cfa4399... listbase: Move item manager here
  2b82985... listbase: Move selection handling here
  8032ad9... listbase: Move orientable implementation here
  ce6bbf3... Remove gtk_selection_model_user_select_item() again
  438c1df... listbase: Move focus moving keybindings here
  c8c88c6... listbase: Add vfuncs to convert positions to/from coordinat
  197b492... listbase: Take over anchor handling
  38934c8... wip: Add GtkCoverFlow
  ae072f2... Add GtkColumnView skeleton
  2b05e05... gtk-demo: Add a minesweeper demo
  e6fba51... columnview: Allow adding/removing columns
  b96a520... Add GtkSignalListItemFactory
  4906ee3... gtk-demo: Add a Coverflow application launcher
  bb0f45f... builder: Make gtk_builder_extend_with_template() work with 
  ecce817... listitem: Make this a GObject
  a577f89... listitemfactory: Reorganize vfuncs
  1438bef... listitemfactory: Simplify
  d8faab9... listitemwidget: Add a private struct
  53dd0ae... listitem: Move position/item/selected tracking to widget
  9533405... listitemwidget: Lazily create listitems
  659f21b... columnview: Add listitems for the columns
  29e032c... columnview: Implement GtkScrollable
  ec53c01... widget: Add a hook for resizes
  b7bd3d5... columnview: Add GtkColumnViewCell
  ec79626... inspector: Port object tree to GtkColumnView
  6f88094... columnview: Fix styling with Adwaita
  99c667d... constraint-editor: Don't poke around in widget internals
  3260b54... columnview: Add a custom LayoutManager
  4589f2d... tests: Add testcolumnview
  cb2466e... columnview: Add header
  7419b00... inspector: Remove private struct from controllers
  d032ef8... inspector: Make Controller page a GtkWidget
  773de4f... inspector: Remove private struct for prop editor
  64322e3... xxx: Add a hack to make paintables transform to/from object
  d8f6ef4... gtk-demo: Add a Clocks demo
  41aa99f... widget: Do parent_class handling properly
  bdc7df4... expression: Allow passing a this object to bind()
  69df92f... xxx: WIP fontchooser conversion

Commits added to the branch:

  e334660... filter: Add GtkStringFilter
  69849db... builder: Add support for parsing expressions
  58f8c01... expression: Add the ability to watch an expression
  7c99253... testsuite: Add expression tests
  51c5794... expression: Add gtk_expression_bind()
  c18183a... expression: Invalidate bindings before destroying them
  289af89... More expression tests
  3aeeabb... gtk-demo: Make fishbowl info text use bindings
  d2c5165... builder: Make <lookup> type optional
  a130101... builder: Allow <constant> without a type
  35c33b5... builder: Allow text content in <lookup>
  e70ad5e... builder: Add <binding> tag
  b0165c5... gtk: Add a GtkListView skeleton
  f2a52eb... listview: Introduce GtkListItemFactory
  89f0051... listview: Make widget actually do something
  1c64783... listview: Implement GtkScrollable
  72188cc... tests: Add a test for a permanently changing listview
  b43bce1... listview: Implement an anchor
  add3cae... listview: Add GtkListItemManager
  fe422fb... listview: Add GtkListItem
  c211c4e... listview: Make the listitemmanager stricter
  7b5c877... listview: Change change management
  88852cb... tests: Make animating listview do random resorts
  b600225... listitem: Add gtk_list_item_get_position()
  0302ae2... listview: Change how binding is done
  af5e3af... listview: Change anchor handling again
  0789279... listview: Only allocate necesary rows
  c552423... testlistview: Show the row number
  44aa5fe... testlistview: Create widgets only once
  9be2fb5... listitemmanager: Switch from "insert_before" to "insert_aft
  353fc75... listlistmodel: Add gtk_list_list_model_item_moved()
  bb7906c... listview: Try to keep the list items in order when scrollin
  acba4d1... listview: Add selection properties to ListItem
  8f74eb6... listview: Reset listitems' CSS animations when rebinding
  93767ff... listview: Add initial support for displaying selections
  a3e442b... listitem: Add a press gesture to select the item
  67a81bb... gtk: Add a GtkGridView skeleton
  e6d2dec... gridview: Add API for setting number of columns
  1d814cb... wayland: Remove function declaration for nonexisting functi
  c6f48e5... listitemmanager: Move list of listitems here
  9485344... gridview: Implement GtkScrollable
  679d9fa... listitemmanager: Simplify
  434b103... listitemmanager: Add trackers
  6ff69fa... listview: Add gtk_list_view_set_show_separators()
  6cf0aa4... listitemfactory: Sanitize APIs
  e96e3fa... listitemfactory: vfuncify
  da4f8f0... listitemfactory: Split implementation out
  59f4ed7... listitemfactory: Add a factory for ui files
  d7d8b8b... testlistview: Port to directory list
  bfadd77... testlistview: Load icons async
  5cd0548... listview: Add list.scroll_to_item action
  7f6ffc9... listview: Implement extending selections
  99aad79... tests: Add a rough form of multiselection
  d2c5b25... listview: Implement GtkOrientable
  83787c9... gtk-demo: Add a rough start at a Weather demo
  d6d3275... textview: Make cursor work when blinking is disabled
  7ffbf09... listview: Expose GtkListItemFactory APIs
  e619dad... gridview: Add factory handling
  ef8c7fc... gridview: Implement GtkOrientable
  693706a... listview: Pass the CSS name of listitems to the manager
  95428cc... gridview: Actually do something
  022c7c2... Add GtkTreeExpander
  f2798bc... demo: Add a GSettings tree demo
  4ed6d85... inspector: Use a treeexpander in the recorder
  f691548... inspector: Use a GtkTreeExpander in the object tree
  e2eb4af... inspector: Make the recorder node list use a ListView
  cfcb9ef... popover: Remove unneeded vfunc
  0ee6503... listitem: Change focus handling
  6d1bc49... treeexpander: Implement input support
  b4c049b... listview: Implement activation
  0809d03... listview: Track focus movements and update selection
  54169ad... listview: Implement (un)select all
  bd219e8... listview: Add a focus tracker
  346a5fb... listitem: Add "listitem.select" action and keybindings for 
  edc40ed... listview: Add gtk_list_view_get_position_at_y()
  38da6f4... listview: Add move keybindings
  57e90a4... listitemfactory: Make the builder factory properly buildabl
  8f75002... builderlistitemfactory: Add scope argument
  a64c515... builder: Autofill scope property of listitemfactory
  11b60bc... gtk-demo: Introduce awards
  e710837... demo: Use a listview as sidebar
  a3d55ca... listitemmanager: Handle NULL factory
  1c1902e... widget: Add gtk_widget_get_size()
  204a087... gridview: Implement anchors and scrolling
  66087c4... selectionmodel: Add gtk_selection_model_user_select_item()
  c0785e9... gridview: Implement the list.select-item action
  a7dd30e... gridview: Implement minimum row height
  8e26722... gridview: Add activation
  4af023f... gridview: Implement list.scroll-to action
  3767c5d... gridview: Add a focus tracker
  216da45... gridview: Implement (un)select all
  15801c0... gridview: Add move keybindings
  2cab1b6... demo: Add a file browser demo
  de683be... listview: Port various gridview improvements
  36dc4ca... gridview: Simplify allocation code
  a49dceb... Add GtkListBase
  2820c9d... listbase: Move GtkScrollable implementation
  07e7ab8... listbase: Move item manager here
  be72c7c... listbase: Move selection handling here
  365e4d3... listbase: Move orientable implementation here
  ae0dda8... Remove gtk_selection_model_user_select_item() again
  0d94276... listbase: Move focus moving keybindings here
  54e190b... listbase: Add vfuncs to convert positions to/from coordinat
  8eb83e5... listbase: Take over anchor handling
  43c0a3f... wip: Add GtkCoverFlow
  07b5d8f... Add GtkColumnView skeleton
  80c2f63... gtk-demo: Add a minesweeper demo
  61e2269... columnview: Allow adding/removing columns
  ffc3fd7... Add GtkSignalListItemFactory
  18d9118... gtk-demo: Add a Coverflow application launcher
  095cf86... builder: Make gtk_builder_extend_with_template() work with 
  b9a4efd... listitem: Make this a GObject
  a03962e... listitemfactory: Reorganize vfuncs
  5158e27... listitemfactory: Simplify
  17cc0c0... listitemwidget: Add a private struct
  624fa58... listitem: Move position/item/selected tracking to widget
  a7b8be1... listitemwidget: Lazily create listitems
  5015c9e... columnview: Add listitems for the columns
  bacf4d2... columnview: Implement GtkScrollable
  a714c76... widget: Add a hook for resizes
  8f49f0f... columnview: Add GtkColumnViewCell
  b2c370e... inspector: Port object tree to GtkColumnView
  3d2e121... columnview: Fix styling with Adwaita
  e3b5c77... constraint-editor: Don't poke around in widget internals
  4e7f4d0... columnview: Add a custom LayoutManager
  71fd5ea... tests: Add testcolumnview
  335363c... columnview: Add header
  189cc88... inspector: Remove private struct from controllers
  e090c2d... inspector: Make Controller page a GtkWidget
  b06b13c... inspector: Remove private struct for prop editor
  58e9b33... xxx: Add a hack to make paintables transform to/from object
  aaf0404... gtk-demo: Add a Clocks demo
  3786be6... widget: Do parent_class handling properly
  98f7e7e... expression: Allow passing a this object to bind()
  211a5c8... xxx: WIP fontchooser conversion


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