[gtk] (133 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] (133 commits) Non-fast-forward update to branch wip/otte/listview
- Date: Wed, 11 Dec 2019 04:00:29 +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:
be0e553... Add GtkNumericSorter
28a894c... Redo sort list model with GtkSorter
a8a64d3... sortlistmodel: Redo the way we store the items
a6223e6... sortlistmodel: Make sort stable
96b9110... sorter: Add tests
e1bf36d... gtk-demo: Make fishbowl info text use bindings
78582cb... builder: Make <lookup> type optional
790ce5e... builder: Allow <constant> without a type
b43506f... builder: Allow text content in <lookup>
ec46340... builder: Add <binding> tag
ec6884b... gtk: Add a GtkListView skeleton
b931b6e... listview: Introduce GtkListItemFactory
f43516e... listview: Make widget actually do something
ac81445... listview: Implement GtkScrollable
84ceabc... tests: Add a test for a permanently changing listview
764cbee... listview: Implement an anchor
41445d7... listview: Add GtkListItemManager
8c539d2... listview: Add GtkListItem
ef8c878... listview: Make the listitemmanager stricter
758204e... listview: Change change management
89cf6da... tests: Make animating listview do random resorts
9d1050c... listitem: Add gtk_list_item_get_position()
a9146fd... listview: Change how binding is done
e9053c8... listview: Change anchor handling again
a1e0db8... listview: Only allocate necesary rows
3c27d1e... testlistview: Show the row number
e10769f... testlistview: Create widgets only once
881d30d... listitemmanager: Switch from "insert_before" to "insert_aft
0d40304... listlistmodel: Add gtk_list_list_model_item_moved()
78fd14a... listview: Try to keep the list items in order when scrollin
aa8024e... listview: Add selection properties to ListItem
b690fd0... listview: Reset listitems' CSS animations when rebinding
af9b03f... listview: Add initial support for displaying selections
325e94b... listitem: Add a press gesture to select the item
0f3b336... gtk: Add a GtkGridView skeleton
5698bb3... gridview: Add API for setting number of columns
0e78be3... wayland: Remove function declaration for nonexisting functi
fba0091... listitemmanager: Move list of listitems here
ec7731a... gridview: Implement GtkScrollable
99ec070... listitemmanager: Simplify
5eb11bd... listitemmanager: Add trackers
e7e47f7... listview: Add gtk_list_view_set_show_separators()
0f5c481... listitemfactory: Sanitize APIs
b5bfa08... listitemfactory: vfuncify
292d9e1... listitemfactory: Split implementation out
9503766... listitemfactory: Add a factory for ui files
4e22e7d... testlistview: Port to directory list
21fcb23... testlistview: Load icons async
4514022... listview: Add list.scroll_to_item action
ba7365e... listview: Implement extending selections
e895663... tests: Add a rough form of multiselection
1d7d830... listview: Implement GtkOrientable
30f54ff... gtk-demo: Add a rough start at a Weather demo
519df3c... textview: Make cursor work when blinking is disabled
8add54a... listview: Expose GtkListItemFactory APIs
af9892e... gridview: Add factory handling
ed8494a... gridview: Implement GtkOrientable
2654952... listview: Pass the CSS name of listitems to the manager
d31facb... gridview: Actually do something
ece930b... Add GtkTreeExpander
d66d040... demo: Add a GSettings tree demo
44a9ce7... inspector: Use a treeexpander in the recorder
c9a452f... inspector: Use a GtkTreeExpander in the object tree
047942a... inspector: Make the recorder node list use a ListView
e10425e... popover: Remove unneeded vfunc
73e8fe4... listitem: Change focus handling
b2469bb... treeexpander: Implement input support
b35192d... listview: Implement activation
2d72da6... listview: Track focus movements and update selection
9669d33... listview: Implement (un)select all
e3aa571... listview: Add a focus tracker
0fbe3c9... listitem: Add "listitem.select" action and keybindings for
1d91537... listview: Add gtk_list_view_get_position_at_y()
d938aeb... listview: Add move keybindings
31ea69f... listitemfactory: Make the builder factory properly buildabl
a6d9c56... builderlistitemfactory: Add scope argument
f14f704... builder: Autofill scope property of listitemfactory
7b64c48... gtk-demo: Introduce awards
ff9d1b0... demo: Use a listview as sidebar
b25320a... listitemmanager: Handle NULL factory
768157a... widget: Add gtk_widget_get_size()
3a1e968... gridview: Implement anchors and scrolling
5a6f174... selectionmodel: Add gtk_selection_model_user_select_item()
7d5cfc5... gridview: Implement the list.select-item action
1637dd4... gridview: Implement minimum row height
20e401c... gridview: Add activation
0be84f4... gridview: Implement list.scroll-to action
f4e6815... gridview: Add a focus tracker
0a7f2a9... gridview: Implement (un)select all
51a6318... gridview: Add move keybindings
9bbba70... demo: Add a file browser demo
347b8d7... listview: Port various gridview improvements
59fb43a... gridview: Simplify allocation code
a0a6efa... Add GtkListBase
7b2f177... listbase: Move GtkScrollable implementation
3d96b5f... listbase: Move item manager here
6e9115d... listbase: Move selection handling here
c6a8e6b... listbase: Move orientable implementation here
5479fa4... Remove gtk_selection_model_user_select_item() again
3bfce9c... listbase: Move focus moving keybindings here
7193302... listbase: Add vfuncs to convert positions to/from coordinat
523f484... listbase: Take over anchor handling
d3a816f... wip: Add GtkCoverFlow
198d091... Add GtkColumnView skeleton
aea49e3... gtk-demo: Add a minesweeper demo
c6286c8... columnview: Allow adding/removing columns
9bd2dd8... Add GtkSignalListItemFactory
b4a6cac... gtk-demo: Add a Coverflow application launcher
0ba3957... builder: Make gtk_builder_extend_with_template() work with
c34368f... listitem: Make this a GObject
59d7231... listitemfactory: Reorganize vfuncs
c1bfaa4... listitemfactory: Simplify
46e036d... listitemwidget: Add a private struct
616eb61... listitem: Move position/item/selected tracking to widget
f3ecf30... listitemwidget: Lazily create listitems
af6cf18... columnview: Add listitems for the columns
3f57b5c... columnview: Implement GtkScrollable
93176a7... widget: Add a hook for resizes
848da34... columnview: Add GtkColumnViewCell
1d162d3... inspector: Port object tree to GtkColumnView
8e6b016... columnview: Fix styling with Adwaita
ab867e3... constraint-editor: Don't poke around in widget internals
a35e600... columnview: Add a custom LayoutManager
2842bb2... tests: Add testcolumnview
dbe3ea2... columnview: Add header
980369d... inspector: Remove private struct from controllers
fc593a8... inspector: Make Controller page a GtkWidget
cdbff64... inspector: Remove private struct for prop editor
ce42eff... xxx: Add a hack to make paintables transform to/from object
c72c11b... gtk-demo: Add a Clocks demo
438a9e0... widget: Do parent_class handling properly
c64c70a... expression: Allow passing a this object to bind()
5260a46... xxx: WIP fontchooser conversion
Commits added to the branch:
9aeb596... Add GtkNumericSorter
8487525... Redo sort list model with GtkSorter
c5f9e15... sortlistmodel: Redo the way we store the items
30db172... sortlistmodel: Make sort stable
d202836... sorter: Add tests
9a69e15... gtk-demo: Make fishbowl info text use bindings
5f95f41... builder: Make <lookup> type optional
7ad0a26... builder: Allow <constant> without a type
6394088... builder: Allow text content in <lookup>
c488280... builder: Add <binding> tag
c37b5d2... gtk: Add a GtkListView skeleton
461dba0... listview: Introduce GtkListItemFactory
f11e544... listview: Make widget actually do something
1af4d58... listview: Implement GtkScrollable
e423d31... tests: Add a test for a permanently changing listview
9e57e32... listview: Implement an anchor
431b7ad... listview: Add GtkListItemManager
1c07831... listview: Add GtkListItem
285271c... listview: Make the listitemmanager stricter
ad428af... listview: Change change management
7899901... tests: Make animating listview do random resorts
b850693... listitem: Add gtk_list_item_get_position()
eced7e6... listview: Change how binding is done
9b45a70... listview: Change anchor handling again
6919f20... listview: Only allocate necesary rows
d5e0911... testlistview: Show the row number
907ba1f... testlistview: Create widgets only once
e9dbf0a... listitemmanager: Switch from "insert_before" to "insert_aft
6679088... listlistmodel: Add gtk_list_list_model_item_moved()
933bb71... listview: Try to keep the list items in order when scrollin
62c5717... listview: Add selection properties to ListItem
3418297... listview: Reset listitems' CSS animations when rebinding
e8e73c6... listview: Add initial support for displaying selections
b7298b6... listitem: Add a press gesture to select the item
66f30d5... gtk: Add a GtkGridView skeleton
12b725c... gridview: Add API for setting number of columns
3f4f361... wayland: Remove function declaration for nonexisting functi
59af7da... listitemmanager: Move list of listitems here
e676e4d... gridview: Implement GtkScrollable
4713655... listitemmanager: Simplify
bf9902f... listitemmanager: Add trackers
b5d05f9... listview: Add gtk_list_view_set_show_separators()
af8ad1c... listitemfactory: Sanitize APIs
c61c307... listitemfactory: vfuncify
6bfd714... listitemfactory: Split implementation out
6e10adf... listitemfactory: Add a factory for ui files
d517768... testlistview: Port to directory list
abe771a... testlistview: Load icons async
25d2923... listview: Add list.scroll_to_item action
095bc36... listview: Implement extending selections
6e2dca1... tests: Add a rough form of multiselection
3e896f4... listview: Implement GtkOrientable
fbe2fc2... gtk-demo: Add a rough start at a Weather demo
9a7d808... textview: Make cursor work when blinking is disabled
7b3167d... listview: Expose GtkListItemFactory APIs
43c2771... gridview: Add factory handling
13f2feb... gridview: Implement GtkOrientable
dd56486... listview: Pass the CSS name of listitems to the manager
08265a9... gridview: Actually do something
1fbaac7... Add GtkTreeExpander
bd6d6da... demo: Add a GSettings tree demo
4bf5939... inspector: Use a treeexpander in the recorder
9b6053a... inspector: Use a GtkTreeExpander in the object tree
cd36d9f... inspector: Make the recorder node list use a ListView
a4f0fdd... popover: Remove unneeded vfunc
a14f526... listitem: Change focus handling
9f43433... treeexpander: Implement input support
ea6758a... listview: Implement activation
af09cd2... listview: Track focus movements and update selection
3d7aab0... listview: Implement (un)select all
e94f366... listview: Add a focus tracker
7058d9b... listitem: Add "listitem.select" action and keybindings for
1feb228... listview: Add gtk_list_view_get_position_at_y()
c29ca94... listview: Add move keybindings
16fb7fc... listitemfactory: Make the builder factory properly buildabl
c72815c... builderlistitemfactory: Add scope argument
0794798... builder: Autofill scope property of listitemfactory
31c7dd0... gtk-demo: Introduce awards
9200551... demo: Use a listview as sidebar
3b6c655... listitemmanager: Handle NULL factory
ccdd151... widget: Add gtk_widget_get_size()
5cdd435... gridview: Implement anchors and scrolling
7d39fee... selectionmodel: Add gtk_selection_model_user_select_item()
a932eb4... gridview: Implement the list.select-item action
70079ab... gridview: Implement minimum row height
96c0049... gridview: Add activation
486115b... gridview: Implement list.scroll-to action
fed2b1c... gridview: Add a focus tracker
a54f23b... gridview: Implement (un)select all
b019f0a... gridview: Add move keybindings
a4f9275... demo: Add a file browser demo
3419a49... listview: Port various gridview improvements
12e72fb... gridview: Simplify allocation code
ca317df... Add GtkListBase
30a29d0... listbase: Move GtkScrollable implementation
b88bb44... listbase: Move item manager here
c34dde7... listbase: Move selection handling here
d35a60b... listbase: Move orientable implementation here
086c6d0... Remove gtk_selection_model_user_select_item() again
d3e35b9... listbase: Move focus moving keybindings here
85ddb81... listbase: Add vfuncs to convert positions to/from coordinat
e9ade24... listbase: Take over anchor handling
c71a308... wip: Add GtkCoverFlow
08f7da0... Add GtkColumnView skeleton
87a39a1... gtk-demo: Add a minesweeper demo
9bc6c4b... columnview: Allow adding/removing columns
23b33f6... Add GtkSignalListItemFactory
f695b6c... gtk-demo: Add a Coverflow application launcher
dcd3413... builder: Make gtk_builder_extend_with_template() work with
30f8041... listitem: Make this a GObject
ba7d89f... listitemfactory: Reorganize vfuncs
d4cd510... listitemfactory: Simplify
c97d8f1... listitemwidget: Add a private struct
2685486... listitem: Move position/item/selected tracking to widget
9dec358... listitemwidget: Lazily create listitems
36b45ec... columnview: Add listitems for the columns
5c679c9... columnview: Implement GtkScrollable
13f77da... widget: Add a hook for resizes
b90a17e... columnview: Add GtkColumnViewCell
9ad4901... inspector: Port object tree to GtkColumnView
d85ec3c... columnview: Fix styling with Adwaita
e398793... constraint-editor: Don't poke around in widget internals
b223336... columnview: Add a custom LayoutManager
858aa7f... tests: Add testcolumnview
dd91267... columnview: Add header
0dff1bb... inspector: Remove private struct from controllers
6e7769e... inspector: Make Controller page a GtkWidget
51dde4c... inspector: Remove private struct for prop editor
93cc90a... xxx: Add a hack to make paintables transform to/from object
065b2b9... gtk-demo: Add a Clocks demo
2d0597e... widget: Do parent_class handling properly
16f25a3... expression: Allow passing a this object to bind()
837979f... xxx: WIP fontchooser conversion
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]