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

  b5f00e0... gtk: Add a GtkListView skeleton
  94ea8c4... listview: Introduce GtkListItemFactory
  8c56e88... listview: Make widget actually do something
  2c9ebee... listview: Implement GtkScrollable
  e1e93ba... tests: Add a test for a permanently changing listview
  4b31a07... listview: Implement an anchor
  3875093... listview: Add GtkListItemManager
  cdff8ab... listview: Add GtkListItem
  89fb7d3... listview: Make the listitemmanager stricter
  a78fa36... listview: Change change management
  05ddede... tests: Make animating listview do random resorts
  c89d5d6... listitem: Add gtk_list_item_get_position()
  b7fcbf5... listview: Change how binding is done
  09d05c5... listview: Change anchor handling again
  b950eaa... listview: Only allocate necesary rows
  68b70a8... testlistview: Show the row number
  382548d... testlistview: Create widgets only once
  0f61dfc... listitemmanager: Switch from "insert_before" to "insert_aft
  ce7b59d... listlistmodel: Add gtk_list_list_model_item_moved()
  c3e47a4... listview: Try to keep the list items in order when scrollin
  b6d429a... listview: Add selection properties to ListItem
  e493878... listview: Reset listitems' CSS animations when rebinding
  4004921... listview: Add initial support for displaying selections
  3554978... listitem: Add a press gesture to select the item
  7a62529... gtk: Add a GtkGridView skeleton
  dee8c7f... gridview: Add API for setting number of columns
  9d0e229... wayland: Remove function declaration for nonexisting functi
  7341032... listitemmanager: Move list of listitems here
  dec9c1b... gridview: Implement GtkScrollable
  42791ec... listitemmanager: Simplify
  925e883... listitemmanager: Add trackers
  64a6db1... listview: Add gtk_list_view_set_show_separators()
  733f0fc... listitemfactory: Sanitize APIs
  345c896... listitemfactory: vfuncify
  a9f6087... listitemfactory: Split implementation out
  67cf87e... listitemfactory: Add a factory for ui files
  b2a4230... gtk-demo: Introduce awards
  0699ebd... directorylist: Add
  204c64a... testlistview: Load icons async
  9855f4f... listview: Add list.scroll_to_item action
  5166156... listview: Implement extending selections
  bef326c... tests: Add a rough form of multiselection
  b5fe011... listview: Implement GtkOrientable
  fe038fd... gtk-demo: Add a rough start at a Weather demo
  d12d184... textview: Make cursor work when blinking is disabled
  ea81743... listview: Expose GtkListItemFactory APIs
  29b6dc2... gridview: Add factory handling
  ad41f1c... gridview: Implement GtkOrientable
  e602181... listview: Pass the CSS name of listitems to the manager
  59de7e1... gridview: Actually do something
  17fdd1f... Add GtkTreeExpander
  6e845b7... demo: Add a GSettings tree demo
  cbfbea8... inspector: Use a treeexpander in the recorder
  908ddd3... inspector: Use a GtkTreeExpander in the object tree
  97ae036... inspector: Make the recorder node list use a ListView
  59db0a7... popover: Remove unneeded vfunc
  42f98b3... listitem: Change focus handling
  4d03f29... treeexpander: Implement input support
  df4d141... listview: Implement activation
  34a4331... demo: Use a listview as sidebar
  9f63a7c... listview: Track focus movements and update selection

Commits added to the branch:

  a2fdb55... Adwaita: Fix broken osd popover style (*)
  b9d8eb5... Adwaita: Don't inherit font style to popover (*)
  3eec90c... node editor: Avoid inheriting textview styles (*)
  7fc74ea... Merge branch 'otte/for-master' into 'master' (*)
  d36d7d9... Merge branch 'fix-popover-styles' into 'master' (*)
  7f2ab0d... bindings: Refactor (*)
  d0e14f7... bindings: Make gtk_bindings_add_callback() allow for varian (*)
  c2a32af... Initialize cursor alpha to 1.0 (*)
  9b87cac... render: Fix goto (*)
  8634060... entry: Return boolean from gtk_entry_grab_focus_without_sel (*)
  9f46ac6... gtk: Add a GtkListView skeleton
  1f9b8e2... listview: Introduce GtkListItemFactory
  986a29e... listview: Make widget actually do something
  79a1fb7... listview: Implement GtkScrollable
  25b4b88... tests: Add a test for a permanently changing listview
  2d5c213... listview: Implement an anchor
  9d0e937... listview: Add GtkListItemManager
  6c65c1a... listview: Add GtkListItem
  8696f18... listview: Make the listitemmanager stricter
  33eb621... listview: Change change management
  545028f... tests: Make animating listview do random resorts
  23da613... listitem: Add gtk_list_item_get_position()
  f7d99e2... listview: Change how binding is done
  ed19002... listview: Change anchor handling again
  97669c8... listview: Only allocate necesary rows
  1aefc66... testlistview: Show the row number
  18fe586... testlistview: Create widgets only once
  1f327b8... listitemmanager: Switch from "insert_before" to "insert_aft
  8dbc4db... listlistmodel: Add gtk_list_list_model_item_moved()
  ef752fc... listview: Try to keep the list items in order when scrollin
  411e488... listview: Add selection properties to ListItem
  90bdb59... listview: Reset listitems' CSS animations when rebinding
  cbf078b... listview: Add initial support for displaying selections
  65ffc9f... listitem: Add a press gesture to select the item
  ba17105... gtk: Add a GtkGridView skeleton
  a2808e9... gridview: Add API for setting number of columns
  ae3ba67... wayland: Remove function declaration for nonexisting functi
  6011b00... listitemmanager: Move list of listitems here
  1067e62... gridview: Implement GtkScrollable
  64a00b6... listitemmanager: Simplify
  ea1d0a8... listitemmanager: Add trackers
  0e70a52... listview: Add gtk_list_view_set_show_separators()
  054d6df... listitemfactory: Sanitize APIs
  ffa3ee0... listitemfactory: vfuncify
  4b46bdd... listitemfactory: Split implementation out
  034b9cf... listitemfactory: Add a factory for ui files
  84ab50a... gtk-demo: Introduce awards
  b53e00d... directorylist: Add
  5325cca... testlistview: Load icons async
  4277931... listview: Add list.scroll_to_item action
  6b94d03... listview: Implement extending selections
  aa23369... tests: Add a rough form of multiselection
  4c6f25c... listview: Implement GtkOrientable
  732478d... gtk-demo: Add a rough start at a Weather demo
  65ca132... textview: Make cursor work when blinking is disabled
  c3e714a... listview: Expose GtkListItemFactory APIs
  744404e... gridview: Add factory handling
  f64c23b... gridview: Implement GtkOrientable
  c10dccb... listview: Pass the CSS name of listitems to the manager
  a420933... gridview: Actually do something
  5f6d09e... Add GtkTreeExpander
  ec055ff... demo: Add a GSettings tree demo
  b070818... inspector: Use a treeexpander in the recorder
  6ed89e0... inspector: Use a GtkTreeExpander in the object tree
  e5fc979... inspector: Make the recorder node list use a ListView
  422bd1a... popover: Remove unneeded vfunc
  48c1c58... listitem: Change focus handling
  bf19f9d... treeexpander: Implement input support
  f9d5568... listview: Implement activation
  61d02e6... demo: Use a listview as sidebar
  04883a7... listview: Track focus movements and update selection
  49dc895... listview: Implement (un)select all
  4c7aed3... listview: Add a focus tracker
  0d554be... listitem: Add "listitem.select" action and keybindings for 
  9f7eef3... listview: Add gtk_list_view_get_position_at_y()
  2edfeec... listview: Add move keybindings

(*) This commit already existed in another branch; no separate mail sent


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