[gtk] (98 commits) Non-fast-forward update to branch wip/layout-manager
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk] (98 commits) Non-fast-forward update to branch wip/layout-manager
- Date: Tue, 5 Feb 2019 13:17:12 +0000 (UTC)
The branch 'wip/layout-manager' 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:
5ca7ff3... Add GtkLayoutManager
64ab7ae... Hook GtkLayoutManager into GtkWidget
9788f05... Add GtkWidget:layout-manager
289f73f... Rename the internal GtkLayoutChild type
00a6fdf... Add GtkLayoutChild
d0c332c... Add GtkBoxLayout
972b11a... Port GtkBox to GtkBoxLayout
fb004d1... docs: Add chapter on layout managers
423d5e1... Add GtkLegacyLayout
Commits added to the branch:
aa14b18... Adwaita: Horizontal OSD spinbutton entry fix (*)
8ce0108... gtkmain: Avoid critical messages on closing window (*)
8a27302... gtkmain: Terminate two loops early (*)
636a9a6... adwaita: Fix the greediness of row:not(.expander) (*)
e2693ef... testgtk: Drop tabular menu (*)
19dbc83... Drop row/column-span-column from tests (*)
f87e40b... Drop a grid combo example (*)
b3dbdcd... fixup notify tests (*)
b0e67f1... testcombo fixup (*)
a5ba0d4... combobox: Drop support for grids (*)
a65f5c2... tree menu: Drop support for grids (*)
e31a961... Drop gtk_menu_attach (*)
9dee863... menu: Drop the child properties (*)
a380129... Merge branch 'tabular-menus' into 'master' (*)
8a667a5... Remove vestigial ::event support (*)
9b06692... Update Galician translation (*)
7fcd183... Update Galician translation (*)
847b3a9... Update Hungarian translation (*)
b2f0c10... Update Galician translation (*)
95404c8... Update Galician translation (*)
f3c51cd... scrolledwindow: Don't NULL the indicator widget in unmap (*)
df1f036... cssanimatedstyle: Avoid some type checks and unnecessary wo (*)
7f4b7c4... cssparser: Make _gtk_css_parser_try a macro (*)
d54cccf... label: Use pango_layout_get_log_attrs_readonly (*)
1648173... csstransformvalue: Convert skew values to radians (*)
611964d... widget: Avoid some type checks when picking (*)
61ec2ab... widget: Propagate PRELIGHT state when unsetting it (*)
1b504a3... Automatically set :active state on button press/release (*)
20429f4... Remove :active state handling on widgets (*)
bde2332... main: Report correct target for button release events (*)
245cebe... widget: Ignore events on unmapped widgets (*)
0a5362a... gtkmain: Remove comment mentioning GDK_PROPERTY_NOTIFY (*)
8c4dc3d... widget: Also propagate ACTIVE state when unsetting (*)
4a333f8... Merge branch 'wip/matthiasc/event-signal' into 'master' (*)
7286ede... Merge branch 'adwaita-osd-spinbutton-entry-fix-master' into (*)
5765d47... Merge branch 'expander-row-padding' into 'master' (*)
a15325e... gtkentry: Fix text handle coordinates calculation (*)
d9d4879... Merge branch 'wip/carlosg/texthandles-position' into 'maste (*)
a7fa1cf... Merge branch '1480-critical-csd-close-button' into 'master' (*)
5852a5e... switch: Notify :state by pspec (*)
4dca2f9... recorder: Don't try to print info about a NULL list model (*)
27446b4... Update Hungarian translation (*)
f84116b... Update Hungarian translation (*)
8390883... Update Hungarian translation (*)
35e973d... docs: Remove <ulink> elements (*)
3bb1423... tests: Remove spurious gtk_container_add() (*)
4040f76... Use @basename@ in enumeration type templates (*)
2514760... Merge branch 'testgtk-warning' into 'master' (*)
af63e89... Merge branch 'enum-template-basename' into 'master' (*)
268fcbb... Drop GtkPopoverMenu::position (*)
3d1fd51... Merge branch 'popover-menu-position' into 'master' (*)
43234ee... gtkmain: Rename event_widget to target_widget in do_event (*)
489e87b... main: Rename local variable (*)
47ba423... tooltip: Use gtk_widget_compute_bounds to get tootip widget (*)
257df1d... tooltip: Get the pointer position relative to the toplevel (*)
25e199e... testgtk: Fix image menu item child order (*)
1401089... Issue #1633 - Ensure focus on click (*)
d080be3... Rename some references to GTK+ (*)
5120748... Drop GtkButtonBox (*)
dbd3602... Add an explicit fribidi dep (*)
2350d09... gdk: Add a copy of some deprecated pango api (*)
101f1c7... gdk: Stop using deprecated pango api (*)
99c5a3d... gtk: Stop using deprecated pango api (*)
dcda16a... Merge branch 'pango-deprecation' into 'master' (*)
1aeeefd... Merge branch 'drop-the-plus' into 'master' (*)
179e85f... about dialog: Stop setting secondary (*)
0f24fdd... docs: Drop the '+' from GTK (*)
589cb19... demos: Drop the '+' from GTK (*)
803ae6a... examples: Rename the pkg-config file for GTK 4 (*)
1b67343... modules: Drop the plus (*)
4569bc6... inspector: Drop the "plus" (*)
866d0c4... themes: Drop the "plus" (*)
25fd230... gtk: Drop the "plus" (*)
f6c07a0... glade: Drop the "plus" (*)
a8e6cd3... Merge branch 'no-more-plus' into 'master' (*)
de4703e... Drop buttonbox from tests (*)
32e61b9... Drop gtkboxprivate.h (*)
ca1ffa0... Merge branch 'master' into 'master' (*)
3489ed0... Merge branch 'kill-buttonbox' into 'master' (*)
7abcd5b... window: Remove set_icon_from_file (*)
7966456... window: Remove _set_default_icon_from_file (*)
490bb4c... window: Remove icon property (*)
e82d97f... window: Remove set_default_icon (*)
131e8d8... Remove some unnecessary gtkwindow.h includes (*)
55b99e9... window: Remove icon list (*)
e6c5b93... window: Remove default icon list (*)
b215384... window: Remove default_icon_serial (*)
9b91041... window: Remove remaining icon_list handling (*)
057144c... window: Inline function into only caller (*)
87975be... Add GtkLayoutManager
ba0ab41... Hook GtkLayoutManager into GtkWidget
7677e6a... Add GtkWidget:layout-manager
2fd9035... Rename the internal GtkLayoutChild type
65d4a2c... Add GtkLayoutChild
14c5e50... Add GtkBoxLayout
cbc7289... Port GtkBox to GtkBoxLayout
427aec5... docs: Add chapter on layout managers
02ea541... Add GtkLegacyLayout
(*) 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]