[gtk] (105 commits) Non-fast-forward update to branch wip/ebassi/constraint-layout
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk] (105 commits) Non-fast-forward update to branch wip/ebassi/constraint-layout
- Date: Thu, 27 Jun 2019 16:38:24 +0000 (UTC)
The branch 'wip/ebassi/constraint-layout' 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:
aec8da3... Add constraint solver
13d7f59... Move the Root interface to a private header
78e86b4... Assign a GtkConstraintSolver to each GtkRoot
6e8feeb... window: Create a GtkConstraintSolver
556a51d... Propagate rooting and unrooting widgets to layout managers
5472cc5... Add GtkConstraintLayout
5ed66d0... Add GtkConstraintLayout demo
6835ce4... Do not leak LayoutChild instances
Commits added to the branch:
bbea1cc... wayland: Explicitly require RGBA8888 (*)
0b1efeb... Merge branch 'egl-config-8888' into 'master' (*)
aa6f5da... Adwaita: tone down infobars (*)
9b62da1... Give the action muxer a widget (*)
ef031e1... Allow registering actions per-class (*)
421e9c3... text: Use the new action machinery (*)
ccccaa2... password entry: Adapt to action name change (*)
90701cb... label: Use the new action machinery (*)
04bace1... textview: Use the new action machinery (*)
dafb705... window: Use the new action machinery (*)
01e89f9... link button: Use the new action machinery (*)
7dbeee5... color chooser widget: Use the new action machinery (*)
6581d66... Docs: expand actions chapter (*)
cdee827... Merge branch 'widget-class-actions-2' into 'master' (*)
c2ac141... contentformats: Fix doc typo (*)
d541aed... testgtk: Remove unused code (*)
c0bbfd9... x11: Actually call the finished func when finishing (*)
2687a2e... bindings: Remove unused member variables (*)
d8d5cc9... bindings: Hide structs (*)
27d6276... bindings: Make gtk_binding_entry_add_signall() private (*)
4a19bab... gsk: Fix annotations for ref()/unref() (*)
ab7b9d8... Window: Hyperlink to GtkBuildable from its section (*)
217f9ea... ListBox: Document buildable child type placeholder (*)
4414e7e... Updated Spanish translation (*)
1420408... Updated Spanish translation (*)
a03e531... FileChooserButton: Document the CSS nodes & class (*)
c25e948... Update Greek translation (*)
299bd5f... Update Greek translation (*)
a7a0a34... Overlay: Document overlay children aren't measured (*)
a7cdcdf... main: Move visible focus handling (*)
6a4a082... main: Move visible mnemonics handling (*)
a933a9b... Fix initial mnemonic visibility (*)
dee9e40... Build fix (*)
955ae40... event controller: Add a name property (*)
b6baa15... inspector: Use event controller names (*)
a515fca... inspector: Fix actions visibility (*)
9b0d87c... window: Cosmetics (*)
fe6507f... Add a test for gtk_widget_insert_action_group (*)
3ef8af3... Add a test for GtkText actions (*)
53d43df... Updated Spanish translation (*)
6f82fd8... Update Croatian translation (*)
417a70b... Update Croatian translation (*)
8f3fb41... Update Croatian translation (*)
41595cf... Update Croatian translation (*)
27644dc... Update Croatian translation (*)
9be0b3d... application: Stop extracting accels from menus (*)
152eabb... widget actions: Add an explicit state type (*)
ea456b8... Make actions minimally introspectable (*)
412006a... Add owner types for widget actions (*)
9389768... Add GTK_CSS_PARSER_WARNING_UNIMPLEMENTED (*)
3c6045e... css: Fix some doc typos (*)
c789a39... GtkFileChooser: add a sortable "Type" column (*)
7e73da5... widget: Add parameter type back to install_action (*)
d1f4068... Replace stateful actions by property actions (*)
35a88c1... widget: Rename a function (*)
1f0904d... widget: Teach query_action about property actions (*)
06ff4a8... textview: Stop using action muxer needlessly (*)
95e5472... action muxer: Remove unused api (*)
ad4a81e... action muxer: Change inheritance (*)
4515604... Add another test for action inheritance (*)
1355801... Add a test for action introspection (*)
203d612... widget: Clarify docs for action inheritance (*)
366e8da... Add another test for action inheritance (*)
8fd968e... action muxer: Don't activate disabled actions (*)
b903d8e... Add another action test (*)
1be850d... Add includes back to gtk4.types.in (*)
0611370... Merge branch '362-gtk-fileopen-dialog-need-filetype-mime-so (*)
996f011... window: Fix the default value of mnemonics-visible (*)
3ebe30b... widget: create parent muxers lazily (*)
3acc014... Make gtk_widget_activate_action better (*)
489e9e0... Updated Spanish translation (*)
23e4d05... build: Do not use add_global_flags() (*)
6e65c16... Merge branch 'stack-realign' into 'master' (*)
03840fb... Add getter for a monitor connector (*)
a5f2289... Relay the xdg_output.name to GdkMonitor (*)
f524a93... Set the monitor's connector under X11 (*)
1527407... Merge branch 'issue-1961-master' into 'master' (*)
2405e27... Add a non-varargs variant of activate_action (*)
31d79b0... Merge branch 'no-varargs-activate' into 'master' (*)
4d36fdc... Updated Danish translation of gtk (*)
112f49b... Updated Danish translation of gtk-properties (*)
98cfbd3... ShortcutsSection: Fix tiny grammar-o "in for"→"in" (*)
19b1fcf... Fix a typo (*)
3d55b74... Merge branch 'master' into 'master' (*)
3aadc29... Adwaita: darken osd background for A:dark (*)
851bb61... Adwaita: Fix padding/rounding on submenus (*)
1056e99... Adwaita: Apply border-radius to .csd popovers (*)
4be2e80... Adwaita: lighten dark switch sliders (*)
9e6b4e8... Adwaita: allow flat list row buttons to be flat (*)
c09fada... Add constraint solver
ec14c1f... Move the Root interface to a private header
5780ec4... Assign a GtkConstraintSolver to each GtkRoot
e7cd3d4... window: Create a GtkConstraintSolver
92f93a6... Propagate rooting and unrooting widgets to layout managers
9756cb9... Add GtkConstraintLayout
124607d... Add GtkConstraintLayout demo
a21562f... Do not leak LayoutChild instances
391add7... constraint solver: Fix thawing
f07ba4a... constraints solver: Avoid critials
ad40630... Do not release reference on the subject of an expression
bd5c558... Add gtk_constraint_layout_remove_constraint
80c2706... constraints: Make internal consistency required
19e7d41... Remove size constraints from ConstraintLayoutChild
cb11ba4... Fix the opposite size measurement in GtkConstraintLayout
7afac64... Notify a layout change when adding and removing constraints
(*) 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]