[gtk] (94 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:

  d42833f... builder: Allow parsing G_TYPE_BYTES from strings
  4093577... gtk: Add a GtkListView skeleton
  3e72d38... listview: Introduce GtkListItemFactory
  5ac80ea... listview: Make widget actually do something
  faa7c7d... listview: Implement GtkScrollable
  b6c8a3e... tests: Add a test for a permanently changing listview
  37099ec... listview: Implement an anchor
  e108e78... listview: Add GtkListItemManager
  98bd4d4... listview: Add GtkListItem
  0c5806c... listview: Make the listitemmanager stricter
  5137ca1... listview: Change change management
  c19e442... tests: Make animating listview do random resorts
  54d5223... listitem: Add gtk_list_item_get_position()
  3ef162c... listview: Change how binding is done
  24b7e87... listview: Change anchor handling again
  6ea4a48... listview: Only allocate necesary rows
  f50109d... testlistview: Show the row number
  6941c27... testlistview: Create widgets only once
  8435274... listitemmanager: Switch from "insert_before" to "insert_aft
  1c1675d... listlistmodel: Add gtk_list_list_model_item_moved()
  f121847... listview: Try to keep the list items in order when scrollin
  6680f78... listview: Add selection properties to ListItem
  36ff60d... listview: Reset listitems' CSS animations when rebinding
  ff5b95f... listview: Add initial support for displaying selections
  0704d57... listitem: Add a press gesture to select the item
  2e9c852... gtk: Add a GtkGridView skeleton
  d5d34ef... gridview: Add API for setting number of columns
  6e5becc... wayland: Remove function declaration for nonexisting functi
  fa400e4... listitemmanager: Move list of listitems here
  af6d04a... gridview: Implement GtkScrollable
  9cb0d19... listitemmanager: Simplify
  6053643... listitemmanager: Add trackers
  06281a2... listview: Add gtk_list_view_set_show_separators()
  e29193b... listitemfactory: Sanitize APIs
  60a16d2... listitemfactory: vfuncify
  2f86949... listitemfactory: Split implementation out
  c98f91e... listitemfactory: Add a factory for ui files
  2237f8a... gtk-demo: Introduce awards
  fdd8458... directorylist: Add
  ef3070e... testlistview: Load icons async
  3fa8cd6... listview: Add list.scroll_to_item action
  eed794b... listview: Implement extending selections
  a7a1f90... tests: Add a rough form of multiselection
  c9d5949... listview: Implement GtkOrientable
  4998f88... gtk-demo: Add a rough start at a Weather demo
  0971348... textview: Make cursor work when blinking is disabled
  bd81611... listview: Expose GtkListItemFactory APIs
  c9010b8... gridview: Add factory handling
  f8f5dc0... gridview: Implement GtkOrientable
  74a5915... listview: Pass the CSS name of listitems to the manager
  a825118... gridview: Actually do something
  8b28350... Add GtkTreeExpander
  4a150cb... demo: Add a GSettings tree demo
  b29e2c6... inspector: Use a treeexpander in the recorder
  49b30d2... inspector: Use a GtkTreeExpander in the object tree
  24643f9... inspector: Make the recorder node list use a ListView
  900e78c... popover: Remove unneeded vfunc
  b43903c... listitem: Change focus handling
  0ceb36c... treeexpander: Implement input support
  7598f59... listview: Implement activation
  4c0224f... listview: Track focus movements and update selection
  033c7e5... listview: Implement (un)select all
  3b810c8... listview: Add a focus tracker
  6ba360b... listitem: Add "listitem.select" action and keybindings for 
  e988044... listview: Add gtk_list_view_get_position_at_y()
  74fcf7b... listview: Add move keybindings
  e246297... listitemfactory: Make the builder factory properly buildabl
  62992e0... Add GtkExpression
  0f47ada... demo: Use a listview as sidebar
  ff2f17d... listitemmanager: Handle NULL factory
  67987dd... lul
  de885b7... widget: Add gtk_widget_get_size()
  b2728c2... gridview: Implement anchors and scrolling
  6a164ab... selectionmodel: Add gtk_selection_model_user_select_item()
  baf4b04... gridview: Implement the list.select-item action
  3e60349... gridview: Implement minimum row height
  fa87714... gridview: Add activation
  564508a... gridview: Implement list.scroll-to action
  dc7fea5... gridview: Add a focus tracker
  3f89b71... gridview: Implement (un)select all
  10379ce... gridview: Add move keybindings
  db6cabd... demo: Add a file browser demo
  39e8edd... listview: Port various gridview improvements
  fb2e109... gridview: Simplify allocation code
  316015e... Add GtkListBase

Commits added to the branch:

  801a306... togglebutton: Don't emit clicked during set_active()
  5aa45a2... builder: Allow parsing G_TYPE_BYTES from strings
  40ecd92... gtk: Add a GtkListView skeleton
  d11e075... listview: Introduce GtkListItemFactory
  f0758a2... listview: Make widget actually do something
  d440dae... listview: Implement GtkScrollable
  90bb2c4... tests: Add a test for a permanently changing listview
  47225f0... listview: Implement an anchor
  54b65ce... listview: Add GtkListItemManager
  6f57ced... listview: Add GtkListItem
  849f67c... listview: Make the listitemmanager stricter
  79700ac... listview: Change change management
  9afdd0c... tests: Make animating listview do random resorts
  0c1c024... listitem: Add gtk_list_item_get_position()
  f9db1c3... listview: Change how binding is done
  8f34c13... listview: Change anchor handling again
  154a9df... listview: Only allocate necesary rows
  0595e73... testlistview: Show the row number
  8900382... testlistview: Create widgets only once
  2fd13bd... listitemmanager: Switch from "insert_before" to "insert_aft
  4530253... listlistmodel: Add gtk_list_list_model_item_moved()
  febc5f2... listview: Try to keep the list items in order when scrollin
  b469c16... listview: Add selection properties to ListItem
  ade9016... listview: Reset listitems' CSS animations when rebinding
  7a58bfd... listview: Add initial support for displaying selections
  f350416... listitem: Add a press gesture to select the item
  3c8323b... gtk: Add a GtkGridView skeleton
  46e183f... gridview: Add API for setting number of columns
  add133e... wayland: Remove function declaration for nonexisting functi
  bafa915... listitemmanager: Move list of listitems here
  b5385de... gridview: Implement GtkScrollable
  0353bb2... listitemmanager: Simplify
  46feacf... listitemmanager: Add trackers
  5e273c9... listview: Add gtk_list_view_set_show_separators()
  c7092d0... listitemfactory: Sanitize APIs
  8c96013... listitemfactory: vfuncify
  1d83e50... listitemfactory: Split implementation out
  b9d639e... listitemfactory: Add a factory for ui files
  795cb9e... gtk-demo: Introduce awards
  8d5cff3... directorylist: Add
  523b600... testlistview: Load icons async
  7a86458... listview: Add list.scroll_to_item action
  795f9f2... listview: Implement extending selections
  aade4dd... tests: Add a rough form of multiselection
  b326f8a... listview: Implement GtkOrientable
  eae964a... gtk-demo: Add a rough start at a Weather demo
  b7bdf99... textview: Make cursor work when blinking is disabled
  399c275... listview: Expose GtkListItemFactory APIs
  50f4ad6... gridview: Add factory handling
  ef1eea6... gridview: Implement GtkOrientable
  3048d33... listview: Pass the CSS name of listitems to the manager
  baa564a... gridview: Actually do something
  5b1b429... Add GtkTreeExpander
  9d33d8b... demo: Add a GSettings tree demo
  98941cd... inspector: Use a treeexpander in the recorder
  778a117... inspector: Use a GtkTreeExpander in the object tree
  538df82... inspector: Make the recorder node list use a ListView
  ddd0218... popover: Remove unneeded vfunc
  ed6aa46... listitem: Change focus handling
  3a27672... treeexpander: Implement input support
  16be945... listview: Implement activation
  1010950... listview: Track focus movements and update selection
  c1d5d30... listview: Implement (un)select all
  cfde159... listview: Add a focus tracker
  7bddadf... listitem: Add "listitem.select" action and keybindings for 
  4fd5f96... listview: Add gtk_list_view_get_position_at_y()
  4d610f4... listview: Add move keybindings
  7a83742... listitemfactory: Make the builder factory properly buildabl
  457cb52... Add GtkExpression
  752563b... demo: Use a listview as sidebar
  4e335f1... listitemmanager: Handle NULL factory
  8ea12f5... lul
  66c121a... widget: Add gtk_widget_get_size()
  aa8544d... gridview: Implement anchors and scrolling
  e122074... selectionmodel: Add gtk_selection_model_user_select_item()
  481d449... gridview: Implement the list.select-item action
  5bbd32c... gridview: Implement minimum row height
  7defc7d... gridview: Add activation
  e8aeb81... gridview: Implement list.scroll-to action
  c0f2280... gridview: Add a focus tracker
  705368e... gridview: Implement (un)select all
  9f84028... gridview: Add move keybindings
  cbfded9... demo: Add a file browser demo
  24e6874... listview: Port various gridview improvements
  a9eba54... gridview: Simplify allocation code
  075293f... Add GtkListBase
  9dbd661... listbase: Move GtkScrollable implementation
  464fe36... listbase: Move item manager here
  0d4e637... listbase: Move selection handling here
  9d819b2... listbase: Move orientable implementation here
  cdf936b... Remove gtk_selection_model_user_select_item() again
  dc40c1a... listbase: Move focus moving keybindings here
  1c965d8... listbase: Add vfuncs to convert positions to/from coordinat
  a6864f1... listbase: Take over anchor handling


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