forked from AuroraMiddleware/gtk
6dc2f6f026
When explorer.exe creates a taskbar it broadcasts a "TaskbarCreated" message to all toplevels. Applications, By handling that message, are able to re-create the icons to be displayed in the taskbar. Explorer creates a new taskbar in two circumstances: A) when explorer starts up B) when the DPI of the monitor changes A) happens either when explorer.exe is started for the first time at logon, or when it is restarted after being terminated. B) happens when the user changes the DPI preference of the active monitor where the desktop is displayed, or if the desktop is moved to a monitor with different DPI. Currently, this message is handled in Gtk and icons are re-created. However the current implementation has a small issue in that it doesn't set the tooltip on the new icons, so tooltips get lost after re-creation. The tooltip is important because Windows uses it for identification of taskbar icons and for storing and applying user preferences. For an explanation of that see: https://bugzilla.gnome.org/show_bug.cgi?id=609622 With this commit the tooltip is correctly applied to new taskbar icons when handling taskbar_created_msg. See Merge Request !1003 |
||
---|---|---|
.. | ||
gtkaction.c | ||
gtkaction.h | ||
gtkactiongroup.c | ||
gtkactiongroup.h | ||
gtkactivatable.c | ||
gtkactivatable.h | ||
gtkalignment.c | ||
gtkalignment.h | ||
gtkarrow.c | ||
gtkarrow.h | ||
gtkcolorsel.c | ||
gtkcolorsel.h | ||
gtkcolorseldialog.c | ||
gtkcolorseldialog.h | ||
gtkfontsel.c | ||
gtkfontsel.h | ||
gtkgradient.c | ||
gtkgradient.h | ||
gtkgradientprivate.h | ||
gtkhandlebox.c | ||
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 | ||
gtkhsv.h | ||
gtkiconfactory.c | ||
gtkiconfactory.h | ||
gtkiconfactoryprivate.h | ||
gtkimagemenuitem.c | ||
gtkimagemenuitem.h | ||
gtkmisc.c | ||
gtkmisc.h | ||
gtknumerableicon.c | ||
gtknumerableicon.h | ||
gtknumerableiconprivate.h | ||
gtkradioaction.c | ||
gtkradioaction.h | ||
gtkrc.c | ||
gtkrc.h | ||
gtkrecentaction.c | ||
gtkrecentaction.h | ||
gtkstatusicon-quartz.c | ||
gtkstatusicon.c | ||
gtkstatusicon.h | ||
gtkstock.c | ||
gtkstock.h | ||
gtkstyle.c | ||
gtkstyle.h | ||
gtkstyleproperties.c | ||
gtkstyleproperties.h | ||
gtkstylepropertiesprivate.h | ||
gtksymboliccolor.c | ||
gtksymboliccolor.h | ||
gtksymboliccolorprivate.h | ||
gtktable.c | ||
gtktable.h | ||
gtktearoffmenuitem.c | ||
gtktearoffmenuitem.h | ||
gtkthemingengine.c | ||
gtkthemingengine.h | ||
gtktoggleaction.c | ||
gtktoggleaction.h | ||
gtktrayicon-x11.c | ||
gtktrayicon.h | ||
gtkuimanager.c | ||
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 | ||
meson.build |