[gtk] (81 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] (81 commits) Non-fast-forward update to branch wip/otte/listview
- Date: Fri, 8 Mar 2019 12:11:23 +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:
10724f3... gtk: Add a GtkListView skeleton
75bd4c5... listview: Introduce GtkListItemFactory
ea92a14... listview: Make widget actually do something
6d939df... listview: Implement GtkScrollable
755a9d1... tests: Add a test for a permanently changing listview
7967cfd... listview: Implement an anchor
2d4b428... listview: Add GtkListItemManager
4a856f1... listview: Add GtkListItem
26032ce... listview: Make the listitemmanager stricter
1d40b46... listview: Change change management
b2b14b8... tests: Make animating listview do random resorts
4c91ba9... listitem: Add gtk_list_item_get_position()
f4270f9... listview: Change how binding is done
ea5e070... listview: Change anchor handling again
cccdca1... listview: Only allocate necesary rows
724c9c3... testlistview: Show the row number
3129aba... testlistview: Create widgets only once
39cdadd... listitemmanager: Switch from "insert_before" to "insert_aft
dc34b25... listlistmodel: Add gtk_list_list_model_item_moved()
fb07319... listview: Try to keep the list items in order when scrollin
56566d3... listview: Add selection properties to ListItem
f23f43f... listview: Reset listitems' CSS animations when rebinding
44f8020... listview: Add initial support for displaying selections
a75de1c... listitem: Add a press gesture to select the item
55b1dfc... gtk: Add a GtkGridView skeleton
1e3a503... gridview: Add API for setting number of columns
550d54a... wayland: Remove function declaration for nonexisting functi
3fee8c6... listitemmanager: Move list of listitems here
1b4adf2... gridview: Implement GtkScrollable
97f7dfa... listitemmanager: Simplify
1e5fe06... listitemmanager: Add trackers
Commits added to the branch:
d930c4a... Adwaita: define insensitive links (*)
69251d0... build: Use python3 for the post install script (*)
efbb26b... build: no need to replace path separators (*)
539e3d3... build: use condense the mkdir calls to oneliners (*)
fe7dcf6... Merge branch 'alatiera/python3' into 'master' (*)
fda4546... treeview: Stop using set_focus_child (*)
5caf8ca... entry: Don't use the buffer directly (*)
5577e30... gl renderer: Add more nodes that support transforms (*)
bbd4e2f... transformnode: Avoid matrix multiplication if we can (*)
416a4cf... gl renderer: Ignore nodes with nan bounds (*)
7931ab5... gl renderer: Change shadow cache eviction strategy (*)
dc28299... roundedrect: Add gsk_rounded_rect_to_string (*)
9e0c471... entry, spin button: Drop redundant API (*)
eaf41cc... Merge branch 'redundant-editable-api' into 'master' (*)
9948ca7... a11y: Include gtktextaccesible.h in gtk-a11y.h (*)
f35b8a7... Fix compile time warnings (*)
4fe6731... Updated Slovenian translation (*)
8ceff21... gtk-demo: Minimally fix the sarch entry demo (*)
bed4c68... widget: Fix gtk_widget_pick() on 3d-transformed widgets (*)
afbfccb... notebook: Notify the notebook page, not the child (*)
02318db... entries: Fix mnemonic activation (*)
b79545e... search entry: Fix a copy-paste error (*)
45ea288... Merge branch 'notebook-notify-page-not-child' into 'master' (*)
610692d... Adwaita: Fix typo (missing comma) (*)
348912d... treeview: make sure separator nodes have a height > 0 (*)
20f7588... Merge branch 'adwaita-typo-fix-master' into 'master' (*)
0e1a503... transform: Move to GSK (*)
4916280... transform: Add more API (*)
3a3c2d1... rendernode: Make the transform node take a GskTransform (*)
791bf0c... transform: Remove API to poke internals (*)
3cc84d2... transform: Make category public API (*)
cf00c36... transform: Split rotate() and rotate3d() class (*)
e737b42... trasnform: Fix print statement (*)
979e9be... testsuite: Add a transforms test (*)
b391aea... widget: Make transform a GskTransform (*)
70b3411... transform: Remove gsk_transform_identity() (*)
3545abc... transform: Implement gsk_transform_invert() (*)
1fecbd4... transform: Store the category in the transform (*)
bd113aa... transform: Redo querying API (*)
a8bf5ee... transform: Readd optimization (*)
dbe5845... rendernode: Implement diffing of transform nodes (*)
3a3b325... transform: Add perspective() (*)
eeed55d... gl renderer: Mark pointer textures as used (*)
9105de9... gl renderer: Cache rendered fallback nodes (*)
39fbf13... entry: Update CSS node docs (*)
18da852... rendernode: Add can_diff implementation for transform nodes (*)
eacbeb9... x11: Don't emit GDK_NOTHING events (*)
1513bf4... Update Polish translation (*)
ad5c5d4... revealer: Add swing transitions (*)
884088f... gsk: API docs fixes (*)
47cdc9f... gtk: Add a GtkListView skeleton
d4a00cf... listview: Introduce GtkListItemFactory
a497b2c... listview: Make widget actually do something
c9843a3... listview: Implement GtkScrollable
dd6615c... tests: Add a test for a permanently changing listview
10e0282... listview: Implement an anchor
2a35966... listview: Add GtkListItemManager
649f189... listview: Add GtkListItem
419ef6c... listview: Make the listitemmanager stricter
47a52e3... listview: Change change management
a52b0e7... tests: Make animating listview do random resorts
ac26b06... listitem: Add gtk_list_item_get_position()
c077ad9... listview: Change how binding is done
10d4588... listview: Change anchor handling again
ff1414c... listview: Only allocate necesary rows
d682ad4... testlistview: Show the row number
56f78f5... testlistview: Create widgets only once
3c4f7d3... listitemmanager: Switch from "insert_before" to "insert_aft
b87253a... listlistmodel: Add gtk_list_list_model_item_moved()
8ec8d8c... listview: Try to keep the list items in order when scrollin
704a158... listview: Add selection properties to ListItem
bfa01d8... listview: Reset listitems' CSS animations when rebinding
92d5a2c... listview: Add initial support for displaying selections
a61bafa... listitem: Add a press gesture to select the item
ca2290e... gtk: Add a GtkGridView skeleton
515e77a... gridview: Add API for setting number of columns
5477783... wayland: Remove function declaration for nonexisting functi
be4f77a... listitemmanager: Move list of listitems here
1ca842d... gridview: Implement GtkScrollable
bc3d2e8... listitemmanager: Simplify
7478d5d... listitemmanager: Add trackers
(*) 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]