[gtk] (87 commits) Non-fast-forward update to branch abolish-size-allocate
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk] (87 commits) Non-fast-forward update to branch abolish-size-allocate
- Date: Wed, 6 May 2020 18:01:29 +0000 (UTC)
The branch 'abolish-size-allocate' 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:
0c78b4b... window: Remove some outdated info from the docs
0f8b469... treeview: Cosmetic change
e5d7b5b... cellarea: Cosmetics
2e14fe5... a11y: Avoid a gratitious use of ::size-allocate
cee5064... drawingarea: Add a ::resize signal
040c221... gtk-demo: Use GtkDrawingArea::resize
ccbac1a... examples: Use GtkDrawingArea::resize
c4f799f... inspector: Stop using ::size-allocate
6f49b14... tests: Stop using ::size-allocate
9407473... Explicitly update widget a11y bounds when allocating
df01fc7... tooltipwindow: Drop some dead code
814a7c9... native: Add a set_tooltip method
54f58bf... window: Implement set_tooltip
53f8f63... popover: Implement set_tooltip
9106c56... tooltipwindow: Stop using the ::size-allocate signal
3b40c4a... widget: Drop the ::size-allocate signal
Commits added to the branch:
ad73afc... label: Unref style_attrs list (*)
34976a7... gskpango: Make get_color a bit shorter (*)
88f5d45... label: Remove a debug leftover (*)
96673d5... popover: Remove an unused gtk_widget_get_allocation() call (*)
526187d... shorthandproperty: Use alloc a for data array (*)
f4edbdf... shorthandproperty: Return unset/initial/inherit as-is (*)
ce07c05... shorthandproperty: Use alloca() when parsing properties (*)
61195df... widget: Use early-out style in gtk_widget_realize() (*)
85237c8... gdkdisplay-wayland: Fix a possibly uninitialized out value (*)
289b157... textchild: Return an array from get_widgets (*)
14b2744... stylecontext: Remove _list_classes() from public API (*)
d80c130... GdkEvent: Save history in a GArray (*)
63bbc79... icontheme: Save dir_mtimes in a GArray, not a GList (*)
356dea3... cssselector: Avoid some GList allocations (*)
de40b0b... placesview: Remove frame (*)
ef623aa... widget: Only do a IS_ROOT type check if the parent is unset (*)
4b9e530... widget: Save controllers list in a GPtrArray (*)
9f90eb4... scalebutton: Remove unused click_id member (*)
a40abcf... scalebutton: Shorten finalize() implementation (*)
94d3fd8... window: Remove unused private function (*)
75e202f... widget: Use an unchecked cast in _get_native() (*)
771b3ea... eventcontroller: Remove some unnecessary casts (*)
aaecb3d... main: Save some type checks (*)
0c4dcd9... add GtkArray (*)
4996097... cssselector: Use a GtkArray to count exact matches (*)
8b4d849... gtk.supp: Update (*)
cdb4d71... cssprovider: Pass a GtkArray around when matching (*)
fb9b54d... shortcutcontroller: Use a GArray instead of a linked list (*)
0e73bfa... shortcutmanager: Speed up default_remove_controller a bit (*)
27b4b5e... surface: remove double assignment (*)
7f009b9... label: Be more defensive against non-existant focus_link (*)
d328374... shortcutcontroller: Check for NULL GtkNative of widget (*)
7906f09... windowcontrols: Unparent children in dispose rather than fi (*)
8effa10... searchbar: Drop the Private struct (*)
a9103cc... placesview: Drop the Private struct (*)
cda1a25... assistant: Drop the Private struct (*)
e33da18... window: Lower the visible focus timeout (*)
88e890c... widget-factory: Remove unused css (*)
0070cff... widget-factory: Use symboli icons in the toolbar (*)
d2b55df... Merge branch 'wip/exalm/controls-dispose' into 'master' (*)
539f061... Merge branch 'misc-cleanups' into 'master' (*)
e0f9584... actionbar: Use dispose instead of destroy (*)
37e381e... combobox: Use dispose instead of destroy (*)
1b44a64... expander: Use dispose instead of destroy (*)
03f145e... filechooserbutton: Use dispose instead of destroy (*)
4c7cafd... label: Use dispose instead of destroy (*)
8683925... modelbutton: Use dispose instead of destroy (*)
7639d3d... text: Use dispose instead of destroy (*)
9f4cea1... viewport: Use dispose instead of destroy (*)
c8066bc... spinbutton: Use dispose instead of destroy (*)
c60ffee... range: Use dispose instead of destroy (*)
8baefaf... radiobutton: Use dispose instead of destroy (*)
49fcf41... shortcutssection: Use dispose instead of destroy (*)
d2cbc45... iconview: Use dispose instead of destroy (*)
d46252c... notebook: Use dispose instead of destroy (*)
327da3d... statusbar: Use dispose instead of destroy (*)
3d4bb76... textview: Use dispose instead of destroy (*)
401f8a7... treeview: Use dispose instead of destroy (*)
77d15b1... window: Use dispose instead of destroy (*)
82f4b16... printunixdialog: Use dispose instead of destroy (*)
d03b152... placesview: Use dispose instead of destroy (*)
1086acc... container: Use dispose instead of destroy (*)
84944f1... gtk-demo: Use dispose instead of destroy (*)
a4cfbec... widget: Drop the destroy vfunc (*)
824c730... Merge branch 'abolish-destroy' into 'master' (*)
81c68b8... inspector: Fix css tree popovers (*)
b96509c... Merge branch 'wip/baedert/for-master' into 'master' (*)
926764b... Adwaita: make parser happy wrt global variables (*)
8bb1330... Merge branch 'fix-inspector-popover' into 'master' (*)
b325199... Merge branch 'wip/jimmac/global-var' into 'master' (*)
efd009e... Adwaita: suggested destrictive button focus (*)
e2058aa... Merge branch 'wip/jimmac/suggested-destructive-focus' into (*)
baf82cd... keymap: Remove leftover code (*)
55f262b... window: Remove some outdated info from the docs
24be5b9... treeview: Cosmetic change
0961a0b... cellarea: Cosmetics
17bf8d5... a11y: Avoid a gratitious use of ::size-allocate
c6d06bb... drawingarea: Add a ::resize signal
3b65061... gtk-demo: Use GtkDrawingArea::resize
a4b1b92... examples: Use GtkDrawingArea::resize
446f6fb... inspector: Stop using ::size-allocate
1782ef2... tests: Stop using ::size-allocate
ee8dea1... Explicitly update widget a11y bounds when allocating
f72df22... tooltip: Add private api to allocate the window
f936f43... tooltipwindow: Drop some dead code
cef270b... tooltipwindow: Stop using the ::size-allocate signal
46d4bd6... widget: Drop the ::size-allocate signal
(*) 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]