[gtk] (82 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] (82 commits) Non-fast-forward update to branch wip/otte/listview
- Date: Mon, 21 Oct 2019 03:02:35 +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:
b70db8e... gtk: Add a GtkListView skeleton
c77be2d... listview: Introduce GtkListItemFactory
4e7c455... listview: Make widget actually do something
dd394eb... listview: Implement GtkScrollable
997b527... tests: Add a test for a permanently changing listview
b4581b6... listview: Implement an anchor
50709c0... listview: Add GtkListItemManager
774d182... listview: Add GtkListItem
b01138d... listview: Make the listitemmanager stricter
de60afc... listview: Change change management
511051b... tests: Make animating listview do random resorts
dc79c70... listitem: Add gtk_list_item_get_position()
fcd4e8e... listview: Change how binding is done
329509d... listview: Change anchor handling again
c128238... listview: Only allocate necesary rows
c185c4f... testlistview: Show the row number
8a08ef1... testlistview: Create widgets only once
725c4e9... listitemmanager: Switch from "insert_before" to "insert_aft
df3d467... listlistmodel: Add gtk_list_list_model_item_moved()
f904cb5... listview: Try to keep the list items in order when scrollin
e21961e... listview: Add selection properties to ListItem
2e4e60c... listview: Reset listitems' CSS animations when rebinding
bc2fa03... listview: Add initial support for displaying selections
f7fd6e8... listitem: Add a press gesture to select the item
f4883b1... gtk: Add a GtkGridView skeleton
ea69ffe... gridview: Add API for setting number of columns
78f8efc... wayland: Remove function declaration for nonexisting functi
1e7cdf6... listitemmanager: Move list of listitems here
f1fe47f... gridview: Implement GtkScrollable
c1cbf13... listitemmanager: Simplify
a592bbd... listitemmanager: Add trackers
1d66fe7... listview: Add gtk_list_view_set_show_separators()
7fbe478... listitemfactory: Sanitize APIs
bdf0a60... listitemfactory: vfuncify
db00d62... listitemfactory: Split implementation out
522f31f... listitemfactory: Add a factory for ui files
23bb2b4... gtk-demo: Introduce awards
412a372... directorylist: Add
6035b7c... testlistview: Load icons async
f0136c6... listview: Add list.scroll_to_item action
14f4b82... listview: Implement extending selections
e8d284e... tests: Add a rough form of multiselection
3c133a0... listview: Implement GtkOrientable
f517d5f... gtk-demo: Add a rough start at a Weather demo
1437f7e... textview: Make cursor work when blinking is disabled
9e8763d... listview: Expose GtkListItemFactory APIs
9e1be8f... gridview: Add factory handling
a25af20... gridview: Implement GtkOrientable
34bc59b... listview: Pass the CSS name of listitems to the manager
2913bf0... gridview: Actually do something
eee9399... Add GtkTreeExpander
e1c510a... demo: Add a GSettings tree demo
1868932... inspector: Use a treeexpander in the recorder
c95526c... inspector: Use a GtkTreeExpander in the object tree
1a957b4... inspector: Make the recorder node list use a ListView
da087cf... popover: Remove unneeded vfunc
eea5cba... listitem: Change focus handling
1f63ef2... treeexpander: Implement input support
90f6868... listview: Implement activation
8edfbfb... listview: Track focus movements and update selection
d534e5e... listview: Implement (un)select all
ab6b47d... listview: Add a focus tracker
5a4dcea... listitem: Add "listitem.select" action and keybindings for
d35bac6... listview: Add gtk_list_view_get_position_at_y()
83cff14... listview: Add move keybindings
76313d2... listitemfactory: Make the builder factory properly buildabl
ecaaad3... Add GtkExpression
faf2143... demo: Use a listview as sidebar
7e7429e... listitemmanager: Handle NULL factory
bb45b2c... lul
70bdbb4... widget: Add gtk_widget_get_size()
31149ff... gridview: Implement anchors and scrolling
2ab6d99... selectionmodel: Add gtk_selection_model_user_select_item()
68e73cb... gridview: Implement the list.select-item action
a173a03... gridview: Implement minimum row height
6be4e8f... gridview: Add activation
5c3ad5e... demo: Add a file browser demo
6e4aef5... gridview: Implement list.scroll-to action
7c68f74... gridview: Add a focus tracker
e4f6fb7... gridview: Implement (un)select all
bcae885... gridview: Add move keybindings
Commits added to 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
1780a6c... listview: Implement GtkScrollable
bc74e6d... tests: Add a test for a permanently changing listview
52fcf38... listview: Implement an anchor
131f5f6... listview: Add GtkListItemManager
123a64d... listview: Add GtkListItem
3d862df... listview: Make the listitemmanager stricter
addb225... listview: Change change management
5a587f8... tests: Make animating listview do random resorts
d224749... listitem: Add gtk_list_item_get_position()
6b98c16... listview: Change how binding is done
192d514... listview: Change anchor handling again
7efaabf... listview: Only allocate necesary rows
6a44e38... testlistview: Show the row number
1d77b50... testlistview: Create widgets only once
9721849... listitemmanager: Switch from "insert_before" to "insert_aft
22da586... listlistmodel: Add gtk_list_list_model_item_moved()
893adec... listview: Try to keep the list items in order when scrollin
793deab... listview: Add selection properties to ListItem
c49b5f1... listview: Reset listitems' CSS animations when rebinding
79ed5af... listview: Add initial support for displaying selections
03a48d0... listitem: Add a press gesture to select the item
95bd7a2... gtk: Add a GtkGridView skeleton
e6088c4... gridview: Add API for setting number of columns
134b127... wayland: Remove function declaration for nonexisting functi
986e0eb... listitemmanager: Move list of listitems here
8d5923c... gridview: Implement GtkScrollable
81c8fac... listitemmanager: Simplify
63dbd62... listitemmanager: Add trackers
71aae4f... listview: Add gtk_list_view_set_show_separators()
5a428ac... listitemfactory: Sanitize APIs
4b3171f... listitemfactory: vfuncify
05a24ce... listitemfactory: Split implementation out
ba8fea8... listitemfactory: Add a factory for ui files
2284755... gtk-demo: Introduce awards
d87ab1a... directorylist: Add
8170a37... testlistview: Load icons async
a64e3d6... listview: Add list.scroll_to_item action
264344a... listview: Implement extending selections
86d507a... tests: Add a rough form of multiselection
68b8e60... listview: Implement GtkOrientable
09c9d44... gtk-demo: Add a rough start at a Weather demo
19cb2f7... textview: Make cursor work when blinking is disabled
73f6d5e... listview: Expose GtkListItemFactory APIs
9c35257... gridview: Add factory handling
c247d72... gridview: Implement GtkOrientable
12678d6... listview: Pass the CSS name of listitems to the manager
ab6c708... gridview: Actually do something
77c6757... Add GtkTreeExpander
fe8b39c... demo: Add a GSettings tree demo
911fa46... inspector: Use a treeexpander in the recorder
cb058a0... inspector: Use a GtkTreeExpander in the object tree
459ac1d... inspector: Make the recorder node list use a ListView
90d2579... popover: Remove unneeded vfunc
42a8f2f... listitem: Change focus handling
6548a90... treeexpander: Implement input support
00f908c... listview: Implement activation
b785806... listview: Track focus movements and update selection
f4f347d... listview: Implement (un)select all
182a74b... listview: Add a focus tracker
44db3fc... listitem: Add "listitem.select" action and keybindings for
3d58327... listview: Add gtk_list_view_get_position_at_y()
89b9f79... listview: Add move keybindings
5c56a24... listitemfactory: Make the builder factory properly buildabl
5c9d45f... Add GtkExpression
3738e46... demo: Use a listview as sidebar
3847476... listitemmanager: Handle NULL factory
794f2a2... lul
0787786... widget: Add gtk_widget_get_size()
9cf7d32... gridview: Implement anchors and scrolling
e47acdf... selectionmodel: Add gtk_selection_model_user_select_item()
d036f3e... gridview: Implement the list.select-item action
ccd68ae... gridview: Implement minimum row height
79941d8... gridview: Add activation
ec2694b... gridview: Implement list.scroll-to action
53b6688... gridview: Add a focus tracker
87b1586... gridview: Implement (un)select all
5f0295b... gridview: Add move keybindings
56405dc... demo: Add a file browser demo
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]