[gtk] (67 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] (67 commits) Non-fast-forward update to branch wip/otte/listview
- Date: Wed, 16 Oct 2019 20:09:53 +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:
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
Commits added to the branch:
bab7f56... entry: Return boolean from gtk_entry_grab_focus_without_sel (*)
8739230... gtk: Add a GtkListView skeleton
064eef8... listview: Introduce GtkListItemFactory
13ccb01... listview: Make widget actually do something
3d5ff52... listview: Implement GtkScrollable
a1f0d25... tests: Add a test for a permanently changing listview
d2d4455... listview: Implement an anchor
ecd1568... listview: Add GtkListItemManager
97bd1f0... listview: Add GtkListItem
2483945... listview: Make the listitemmanager stricter
1ef164f... listview: Change change management
f0a9912... tests: Make animating listview do random resorts
705203a... listitem: Add gtk_list_item_get_position()
db858d4... listview: Change how binding is done
40477a7... listview: Change anchor handling again
8b5a1c6... listview: Only allocate necesary rows
b32d307... testlistview: Show the row number
efb710f... testlistview: Create widgets only once
965382b... listitemmanager: Switch from "insert_before" to "insert_aft
bbbd5a4... listlistmodel: Add gtk_list_list_model_item_moved()
2639002... listview: Try to keep the list items in order when scrollin
496b67f... listview: Add selection properties to ListItem
91903f7... listview: Reset listitems' CSS animations when rebinding
1cd5077... listview: Add initial support for displaying selections
e705710... listitem: Add a press gesture to select the item
7481b15... gtk: Add a GtkGridView skeleton
7f716be... gridview: Add API for setting number of columns
1973580... wayland: Remove function declaration for nonexisting functi
b8d7c0c... listitemmanager: Move list of listitems here
dbbaaaf... gridview: Implement GtkScrollable
48bf245... listitemmanager: Simplify
f69e4f9... listitemmanager: Add trackers
67bad50... listview: Add gtk_list_view_set_show_separators()
cdba451... listitemfactory: Sanitize APIs
6127a56... listitemfactory: vfuncify
908de03... listitemfactory: Split implementation out
4abca6a... listitemfactory: Add a factory for ui files
8e3e1bc... gtk-demo: Introduce awards
83586eb... directorylist: Add
c8c378e... testlistview: Load icons async
e919d57... listview: Add list.scroll_to_item action
6b923b6... listview: Implement extending selections
c8c781f... tests: Add a rough form of multiselection
89d3b59... listview: Implement GtkOrientable
dadef40... gtk-demo: Add a rough start at a Weather demo
f15b73f... textview: Make cursor work when blinking is disabled
3beb10d... listview: Expose GtkListItemFactory APIs
90a0b07... gridview: Add factory handling
b530216... gridview: Implement GtkOrientable
42f05de... listview: Pass the CSS name of listitems to the manager
fef05c9... gridview: Actually do something
b844e5c... Add GtkTreeExpander
b2c300b... demo: Add a GSettings tree demo
61cfa85... inspector: Use a treeexpander in the recorder
27bee9d... inspector: Use a GtkTreeExpander in the object tree
b8a05a0... inspector: Make the recorder node list use a ListView
d919820... popover: Remove unneeded vfunc
c3e9550... listitem: Change focus handling
7412f72... treeexpander: Implement input support
ee6cf4f... listview: Implement activation
269a419... demo: Use a listview as sidebar
fcf11ca... listview: Track focus movements and update selection
259e8b2... listview: Implement (un)select all
a16a318... listview: Add a focus tracker
060d1e3... listitem: Add "listitem.select" action and keybindings for
30d95f0... listview: Add gtk_list_view_get_position_at_y()
0f076de... 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]