[gtk] (58 commits) Non-fast-forward update to branch wip/otte/listview
- From: Benjamin Otte <otte src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk] (58 commits) Non-fast-forward update to branch wip/otte/listview
- Date: Mon, 14 Oct 2019 05:47:40 +0000 (UTC)
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:
fa8ef79... expander: Rename CSS nodes
97a349a... singleselection: Fix model property
c1b9927... gtk: Add GtkNoSelection
77c2fb1... gtk: Add a GtkListView skeleton
b6d1f9c... listview: Introduce GtkListItemFactory
feba7a5... listview: Make widget actually do something
6a67be0... listview: Implement GtkScrollable
5e04c31... tests: Add a test for a permanently changing listview
7aaa35c... listview: Implement an anchor
bd87db1... listview: Add GtkListItemManager
52f3078... listview: Add GtkListItem
a500f6a... listview: Make the listitemmanager stricter
48b3f0c... listview: Change change management
38e3788... tests: Make animating listview do random resorts
b677acf... listitem: Add gtk_list_item_get_position()
f0e318d... listview: Change how binding is done
98312f3... listview: Change anchor handling again
f323de8... listview: Only allocate necesary rows
4ae8f4b... testlistview: Show the row number
52d0971... testlistview: Create widgets only once
458bcb0... listitemmanager: Switch from "insert_before" to "insert_aft
416ca82... listlistmodel: Add gtk_list_list_model_item_moved()
be47b34... listview: Try to keep the list items in order when scrollin
79eb5b1... listview: Add selection properties to ListItem
6f062c9... listview: Reset listitems' CSS animations when rebinding
06a2692... listview: Add initial support for displaying selections
707d28e... listitem: Add a press gesture to select the item
38ba633... gtk: Add a GtkGridView skeleton
6fca20a... gridview: Add API for setting number of columns
ba49cfd... wayland: Remove function declaration for nonexisting functi
2c49c91... listitemmanager: Move list of listitems here
5fd3bba... gridview: Implement GtkScrollable
21a08ac... listitemmanager: Simplify
9e6da32... listitemmanager: Add trackers
ae2bd55... listview: Add gtk_list_view_set_show_separators()
b5673db... listitemfactory: Sanitize APIs
8df221a... listitemfactory: vfuncify
167681c... listitemfactory: Split implementation out
922bfbc... listitemfactory: Add a factory for ui files
ecc17d7... gtk-demo: Introduce awards
331e966... directorylist: Add
506c72c... testlistview: Load icons async
8d9109f... listview: Add list.scroll_to_item action
af58857... listview: Implement extending selections
e2f6a28... tests: Add a rough form of multiselection
dab909d... listview: Implement GtkOrientable
8a77698... gtk-demo: Add a rough start at a Weather demo
802d637... textview: Make cursor work when blinking is disabled
6e1d498... listview: Expose GtkListItemFactory APIs
da1b91e... gridview: Add factory handling
75dcb84... gridview: Implement GtkOrientable
937fe27... listview: Pass the CSS name of listitems to the manager
17467f5... gridview: Actually do something
bfd0659... Add GtkTreeExpander
9a48be2... demo: Add a GSettings tree demo
8de320a... inspector: Use a treeexpander in the recorder
aeb976c... inspector: Use a GtkTreeExpander in the object tree
6d744fd... inspector: Make the recorder node list use a ListView
Commits added to the branch:
deac83c... expander: Rename CSS nodes
7217aac... singleselection: Fix model property
f52ee13... gtk: Add GtkNoSelection
2179973... gtk: Add a GtkListView skeleton
bb2490a... listview: Introduce GtkListItemFactory
af294a4... listview: Make widget actually do something
c5105a4... listview: Implement GtkScrollable
8e401a5... tests: Add a test for a permanently changing listview
126fa2b... listview: Implement an anchor
302623f... listview: Add GtkListItemManager
75c832a... listview: Add GtkListItem
fe6e743... listview: Make the listitemmanager stricter
f897d69... listview: Change change management
6814efc... tests: Make animating listview do random resorts
a28d6b6... listitem: Add gtk_list_item_get_position()
fd1adc3... listview: Change how binding is done
ad407a5... listview: Change anchor handling again
7a760ff... listview: Only allocate necesary rows
6a6f1fc... testlistview: Show the row number
6646dfe... testlistview: Create widgets only once
47b0903... listitemmanager: Switch from "insert_before" to "insert_aft
80b7e03... listlistmodel: Add gtk_list_list_model_item_moved()
4c21c5e... listview: Try to keep the list items in order when scrollin
78de9df... listview: Add selection properties to ListItem
9f067f4... listview: Reset listitems' CSS animations when rebinding
9ede576... listview: Add initial support for displaying selections
f809c07... listitem: Add a press gesture to select the item
fd6754d... gtk: Add a GtkGridView skeleton
0d90b23... gridview: Add API for setting number of columns
805e45d... wayland: Remove function declaration for nonexisting functi
ce3fb78... listitemmanager: Move list of listitems here
b52a8f8... gridview: Implement GtkScrollable
c95e647... listitemmanager: Simplify
02d23bb... listitemmanager: Add trackers
0e21853... listview: Add gtk_list_view_set_show_separators()
e428ed7... listitemfactory: Sanitize APIs
a1db1c4... listitemfactory: vfuncify
40b81ba... listitemfactory: Split implementation out
dec1342... listitemfactory: Add a factory for ui files
6c77292... gtk-demo: Introduce awards
27b104b... directorylist: Add
57c3c98... testlistview: Load icons async
c87cd60... listview: Add list.scroll_to_item action
75ae6e5... listview: Implement extending selections
f453ffb... tests: Add a rough form of multiselection
2edf5ee... listview: Implement GtkOrientable
0884fcc... gtk-demo: Add a rough start at a Weather demo
588707e... textview: Make cursor work when blinking is disabled
4519127... listview: Expose GtkListItemFactory APIs
0f7ec0f... gridview: Add factory handling
4b1d2cb... gridview: Implement GtkOrientable
7cc9340... listview: Pass the CSS name of listitems to the manager
31c26ca... gridview: Actually do something
8a299bb... Add GtkTreeExpander
dfe77fe... demo: Add a GSettings tree demo
f2596b8... inspector: Use a treeexpander in the recorder
ae4f408... inspector: Use a GtkTreeExpander in the object tree
d37d668... inspector: Make the recorder node list use a ListView
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]