summaryrefslogtreecommitdiff
path: root/libmate-panel-applet/panel-plug.c
AgeCommit message (Collapse)AuthorFilesLines
2021-06-22update copyright to 2021raveit651-0/+1
2019-01-25libmate-panel-applet: Error if panel-plug is built without X11William Wold1-0/+6
2018-01-31require GTK+ 3.22 and GLib 2.50monsta1-4/+0
2017-12-27Fix build warning: "GLIB_VERSION_MIN_REQUIRED" redefinedPablo Barciela1-1/+0
2016-11-21move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build optionmonsta1-1/+1
and require libmate-desktop >= 1.17 WARNING: use GTK+3 build of libmateweather for this build. that lib is not migrated to GTK+3 only as we will possibly use libgweather instead of it.
2016-11-21libmate-panel-applet: remove redundant GLib version check in panel-plugmonsta1-1/+1
2016-11-21check for stable release of GTK+3, not for development onemonsta1-1/+1
2016-11-21fix indent a bitmonsta1-1/+1
2016-03-25GTK 3.18:Apply panelplug reworklukefromdc1-1/+1
panel-plug.c Changing the panel background handling (from gnome-panel) for GTK 3.18 requires that the panelplug changes from gnome-panel also be applied or applets can mismatch the panel toplevel when an alpha value is present
2016-03-22use gtk+-3.20 custom bg fixixes only for > gtk+-3.18 and > glib-2.42raveit651-0/+3
This fixes also distcheck
2016-03-13gtk3.20-fix custom BG change on appletslukefromdc1-0/+100
New file panel-plug.c used intact from github.com/GNOME/gnome-panel/commit/3115f77b536a7c79c7d43ded0591e2b8f45219c4 "restore custom background on applets) Used only in gtk 3.20 builds, though not sure if whole file built but not used when it's header file is not included in anything due to build time conditionals.