gtk2/gtk/deprecated
Christoph Reiter a72f1c76c8 gtktable: don't try to propagate expand related child props in compute_expand()
It tried to set the expand state if either xexpand/yexpand where true.
Due to a missing queue_compute_expand when adding a child it actually
only computed the expand state in case a child queued after being added
or in case a child had the expand property set (see optimization in
gtk_widget_set_parent)

In my case this broke layouts as a child of GtkCombBox started setting
an exand flag with 3.20 which queued a compute_expand, which in turn
propagated an expand child props set for a cell in the same table up
and overrode the expand child prop of a parent GtkBox.

This removes the custom compute_expand implementation to match the
behaviour of GtkBox (don't propagate child prop expand flags
but let child expand flags override the child props) and not get random
expand behaviour depending on whether and when child widgets set their
expand state.

https://bugzilla.gnome.org/show_bug.cgi?id=769162
2016-08-01 09:02:04 -04:00
..
gtkaction.c Mention GtkIconSize in all docs where the argument/return is annotated as taking an int instead of GtkIconSize 2016-01-04 11:56:44 +01:00
gtkaction.h
gtkactiongroup.c builder: Allow 'primary' as a modifier value 2016-03-05 23:44:03 -05:00
gtkactiongroup.h
gtkactivatable.c
gtkactivatable.h
gtkalignment.c Fix a typo 2015-06-20 10:52:01 -04:00
gtkalignment.h
gtkarrow.c docs: Drop deprecated symbolic icon names 2015-07-04 19:34:23 +01:00
gtkarrow.h
gtkcolorsel.c port to new gtk_menu_popup_at_* () functions 2016-07-19 09:38:54 -04:00
gtkcolorsel.h
gtkcolorseldialog.c
gtkcolorseldialog.h
gtkfontsel.c Avoid some clang compiler warnings 2015-03-22 15:13:32 -04:00
gtkfontsel.h
gtkgradient.c cssvalue: Remove GtkCssDependencies 2015-03-18 15:23:31 +01:00
gtkgradient.h styleproperties: Move into deprecated directory 2014-10-24 21:31:40 +02:00
gtkgradientprivate.h cssvalue: Remove GtkCssDependencies 2015-03-18 15:23:31 +01:00
gtkhandlebox.c gtk: Stop setting GDK_EXPOSURE_MASK on random widgets 2015-09-14 11:01:13 +02:00
gtkhandlebox.h
gtkhbbox.c
gtkhbbox.h
gtkhbox.c
gtkhbox.h
gtkhpaned.c
gtkhpaned.h
gtkhscale.c
gtkhscale.h
gtkhscrollbar.c
gtkhscrollbar.h
gtkhseparator.c
gtkhseparator.h
gtkhsv.c stylecontext: Split render functions out into gtkrender.[ch] 2014-10-03 06:18:05 +02:00
gtkhsv.h
gtkiconfactory.c Mention GtkIconSize in all docs where the argument/return is annotated as taking an int instead of GtkIconSize 2016-01-04 11:56:44 +01:00
gtkiconfactory.h iconfactory: Move private functions into private header 2015-12-09 13:30:40 +01:00
gtkiconfactoryprivate.h iconhelper: Pass only the CssStyle when loading iconsets 2015-12-09 13:30:40 +01:00
gtkimagemenuitem.c menuitem: really ignore horizontal-padding 2015-12-19 21:21:16 -08:00
gtkimagemenuitem.h
gtkmisc.c gtk: Stop setting GDK_EXPOSURE_MASK on random widgets 2015-09-14 11:01:13 +02:00
gtkmisc.h
gtknumerableicon.c css: Query icon theme from style, not from settings 2015-12-02 03:18:26 +01:00
gtknumerableicon.h
gtknumerableiconprivate.h
gtkradioaction.c
gtkradioaction.h
gtkrc.c Code cleanup 2015-07-31 22:23:35 -04:00
gtkrc.h
gtkrecentaction.c Assign a recent manager if one is set 2016-04-10 18:35:38 +01:00
gtkrecentaction.h
gtkstatusicon-quartz.c Drop some unused debug printfs 2016-02-28 21:40:23 -05:00
gtkstatusicon.c Try to delete any existing W32 status icons when DPI changes 2016-07-18 10:32:04 +00:00
gtkstatusicon.h
gtkstock.c gtk: Strip newlines from g_warning and g_error 2016-02-28 12:23:12 -05:00
gtkstock.h Improve some GtkStock deprecation notes 2015-03-05 16:07:30 -05:00
gtkstyle.c Avoid emitting ::style-set by name 2016-05-06 10:14:07 -04:00
gtkstyle.h Amend deprecation warnings for GtkStyle API 2015-05-14 17:00:14 +01:00
gtkstyleproperties.c styleproperties: Really don't use 'i' in inner loop 2016-03-20 13:43:46 +01:00
gtkstyleproperties.h styleproperties: Move into deprecated directory 2014-10-24 21:31:40 +02:00
gtkstylepropertiesprivate.h styleproperties: Move into deprecated directory 2014-10-24 21:31:40 +02:00
gtksymboliccolor.c cssvalue: Remove GtkCssDependencies 2015-03-18 15:23:31 +01:00
gtksymboliccolor.h styleproperties: Move into deprecated directory 2014-10-24 21:31:40 +02:00
gtksymboliccolorprivate.h
gtktable.c gtktable: don't try to propagate expand related child props in compute_expand() 2016-08-01 09:02:04 -04:00
gtktable.h
gtktearoffmenuitem.c stylecontext: Split render functions out into gtkrender.[ch] 2014-10-03 06:18:05 +02:00
gtktearoffmenuitem.h
gtkthemingengine.c themingengine: Call real API render functions 2014-10-03 06:18:05 +02:00
gtkthemingengine.h styleproperties: Move into deprecated directory 2014-10-24 21:31:40 +02:00
gtktoggleaction.c toggle action: Remove an unused variable 2015-09-06 17:11:33 -04:00
gtktoggleaction.h
gtktrayicon-x11.c GtkTrayIcon: fix uninitialised variable 2016-04-11 22:03:48 -04:00
gtktrayicon.h
gtkuimanager.c ui-manager: Fix "format not a string literal" errors 2016-04-05 12:58:58 +02:00
gtkuimanager.h
gtkvbbox.c
gtkvbbox.h
gtkvbox.c
gtkvbox.h
gtkvpaned.c
gtkvpaned.h
gtkvscale.c
gtkvscale.h
gtkvscrollbar.c
gtkvscrollbar.h
gtkvseparator.c
gtkvseparator.h
Makefile.inc iconfactory: Move private functions into private header 2015-12-09 13:30:40 +01:00