[gtk] (79 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] (79 commits) Non-fast-forward update to branch wip/otte/listview
- Date: Tue, 22 Oct 2019 02:39:06 +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:
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
Commits added to the branch:
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
c32dcdd... gridview: Add factory handling
d21b6f6... gridview: Implement GtkOrientable
c83ba7b... listview: Pass the CSS name of listitems to the manager
8badf08... gridview: Actually do something
88674b9... Add GtkTreeExpander
a3bbe46... demo: Add a GSettings tree demo
b94f05c... inspector: Use a treeexpander in the recorder
eaa6ca9... inspector: Use a GtkTreeExpander in the object tree
776fc74... inspector: Make the recorder node list use a ListView
40cd3a7... popover: Remove unneeded vfunc
c9ef2f8... listitem: Change focus handling
99dccfe... treeexpander: Implement input support
8d12f5b... listview: Implement activation
50f6288... listview: Track focus movements and update selection
6341603... listview: Implement (un)select all
3187d58... listview: Add a focus tracker
dce15ce... listitem: Add "listitem.select" action and keybindings for
ef14fe2... listview: Add gtk_list_view_get_position_at_y()
31504c8... listview: Add move keybindings
02f3b69... listitemfactory: Make the builder factory properly buildabl
17ed30a... Add GtkExpression
66923eb... demo: Use a listview as sidebar
2081a08... listitemmanager: Handle NULL factory
97d4163... lul
bfa96d7... widget: Add gtk_widget_get_size()
f6e1abc... gridview: Implement anchors and scrolling
e262a43... selectionmodel: Add gtk_selection_model_user_select_item()
2e79768... gridview: Implement the list.select-item action
a689075... gridview: Implement minimum row height
2c7d3ad... gridview: Add activation
1a92e2b... gridview: Implement list.scroll-to action
e257016... gridview: Add a focus tracker
b4a85c6... gridview: Implement (un)select all
c42a6f1... gridview: Add move keybindings
f353458... demo: Add a file browser demo
af12a21... listview: Port various gridview improvements
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]