Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-01-25 | libmate-panel-applet: Error if panel-plug is built without X11 | William Wold | 1 | -0/+6 | |
2018-01-31 | require GTK+ 3.22 and GLib 2.50 | monsta | 1 | -4/+0 | |
2017-12-27 | Fix build warning: "GLIB_VERSION_MIN_REQUIRED" redefined | Pablo Barciela | 1 | -1/+0 | |
2016-11-21 | move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build option | monsta | 1 | -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-21 | libmate-panel-applet: remove redundant GLib version check in panel-plug | monsta | 1 | -1/+1 | |
2016-11-21 | check for stable release of GTK+3, not for development one | monsta | 1 | -1/+1 | |
2016-11-21 | fix indent a bit | monsta | 1 | -1/+1 | |
2016-03-25 | GTK 3.18:Apply panelplug rework | lukefromdc | 1 | -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-22 | use gtk+-3.20 custom bg fixixes only for > gtk+-3.18 and > glib-2.42 | raveit65 | 1 | -0/+3 | |
This fixes also distcheck | |||||
2016-03-13 | gtk3.20-fix custom BG change on applets | lukefromdc | 1 | -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. |