[gtk] (68 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] (68 commits) Non-fast-forward update to branch wip/otte/listview
- Date: Thu, 17 Oct 2019 04:07: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:
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
Commits added to the branch:
342d88a... Merge branch 'otte/for-master' into 'master' (*)
d8d5250... gtk: Add a GtkListView skeleton
f65c58e... listview: Introduce GtkListItemFactory
fe766b4... listview: Make widget actually do something
0aef15a... listview: Implement GtkScrollable
52aacec... tests: Add a test for a permanently changing listview
0deb424... listview: Implement an anchor
b951254... listview: Add GtkListItemManager
bce9b9e... listview: Add GtkListItem
090b797... listview: Make the listitemmanager stricter
916e3a9... listview: Change change management
684e176... tests: Make animating listview do random resorts
274a42a... listitem: Add gtk_list_item_get_position()
1129af6... listview: Change how binding is done
6bb770f... listview: Change anchor handling again
5603a0f... listview: Only allocate necesary rows
a38ad8a... testlistview: Show the row number
15a161a... testlistview: Create widgets only once
fdcb135... listitemmanager: Switch from "insert_before" to "insert_aft
d732c8b... listlistmodel: Add gtk_list_list_model_item_moved()
d2c50e4... listview: Try to keep the list items in order when scrollin
f72296c... listview: Add selection properties to ListItem
4ac110e... listview: Reset listitems' CSS animations when rebinding
38442b4... listview: Add initial support for displaying selections
efc7e9f... listitem: Add a press gesture to select the item
ebf4454... gtk: Add a GtkGridView skeleton
b28a4b3... gridview: Add API for setting number of columns
566cd64... wayland: Remove function declaration for nonexisting functi
e7488f6... listitemmanager: Move list of listitems here
8b63a9b... gridview: Implement GtkScrollable
4eaa353... listitemmanager: Simplify
45768b8... listitemmanager: Add trackers
589a937... listview: Add gtk_list_view_set_show_separators()
193e6e4... listitemfactory: Sanitize APIs
6070d56... listitemfactory: vfuncify
dd05424... listitemfactory: Split implementation out
1d2ff6e... listitemfactory: Add a factory for ui files
0f8c388... gtk-demo: Introduce awards
123c176... directorylist: Add
0ae4fc4... testlistview: Load icons async
a26f992... listview: Add list.scroll_to_item action
a5bff6d... listview: Implement extending selections
c007cde... tests: Add a rough form of multiselection
ebde5e8... listview: Implement GtkOrientable
8da62ec... gtk-demo: Add a rough start at a Weather demo
930c521... textview: Make cursor work when blinking is disabled
628c668... listview: Expose GtkListItemFactory APIs
58a366b... gridview: Add factory handling
76def8a... gridview: Implement GtkOrientable
176d19d... listview: Pass the CSS name of listitems to the manager
cb15e1d... gridview: Actually do something
541593d... Add GtkTreeExpander
820e5c7... demo: Add a GSettings tree demo
ca38d38... inspector: Use a treeexpander in the recorder
8ed2b92... inspector: Use a GtkTreeExpander in the object tree
d4c5823... inspector: Make the recorder node list use a ListView
1bf3cb5... popover: Remove unneeded vfunc
d2e9f82... listitem: Change focus handling
787d3d8... treeexpander: Implement input support
57112eb... listview: Implement activation
39b621e... demo: Use a listview as sidebar
ac343bd... listview: Track focus movements and update selection
fad4e15... listview: Implement (un)select all
2b693bd... listview: Add a focus tracker
095ab4b... listitem: Add "listitem.select" action and keybindings for
832a9e0... listview: Add gtk_list_view_get_position_at_y()
5795937... listview: Add move keybindings
dd6111a... Add GtkExpression
(*) 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]