Age | Commit message (Expand) | Author | Files | Lines |
2017-12-27 | Fix build warning: "GLIB_VERSION_MIN_REQUIRED" redefined | Pablo Barciela | 1 | -1/+0 |
2017-12-17 | WidthOfScreen and HeightOfScreen implementation | Pablo Barciela | 1 | -9/+4 |
2017-08-13 | libmate-panel-applet: fix typos in id->factory_id rename | lukefromdc | 1 | -2/+2 |
2017-08-13 | libmate-panel-applet: Only declare _panel_applet_shlib_factory() when needed | lukefromdc | 1 | -1/+1 |
2017-08-13 | libmate-panel-applet: fix error in unregistering dbus object | lukefromdc | 1 | -1/+2 |
2017-08-13 | libmate-panel-applet: fix build warning | lukefromdc | 1 | -2/+1 |
2017-08-13 | libmate-panel-applet: fix introspection | lukefromdc | 1 | -2/+2 |
2017-08-13 | libmate-panel-applet: unown bus name and unregister dbus object | lukefromdc | 1 | -1/+15 |
2017-08-13 | libmate-panel-applet GTK 3.14/3.16: fix custom bg w alpha | lukefromdc | 2 | -10/+14 |
2017-08-13 | libmate-panel-applet: include dummy variable in factory for certian applets | lukefromdc | 2 | -5/+8 |
2017-08-13 | libmate-panel-applet: fix bg rendering for in-process applets | lukefromdc | 1 | -64/+45 |
2017-08-13 | libpanel-applet/panel-applet.h: Rename id to factory_id for factory | lukefromdc | 1 | -6/+6 |
2017-08-13 | limatepanel-applet: add panel-applet-private.h | lukefromdc | 5 | -8/+41 |
2017-08-13 | don't use GtkPlug/GtkSocket for in process applets | lukefromdc | 1 | -4/+25 |
2017-08-13 | make it possible to get applet widget | lukefromdc | 1 | -0/+7 |
2017-08-13 | libpanel-applet: add panel_applet_factory_get_applet_widget | lukefromdc | 2 | -0/+21 |
2017-08-13 | libpanel-applet: return process type and applet uid | lukefromdc | 1 | -2/+10 |
2017-08-13 | libpanel-applet: store factories in hash table | lukefromdc | 1 | -0/+34 |
2017-08-13 | libpanel-applet: delay GtkPlug creation | lukefromdc | 1 | -8/+23 |
2017-08-13 | libpanel-applet: add process type to private data | lukefromdc | 3 | -1/+23 |
2017-08-13 | libpanel-applet: Remove out_process from panel_applet_factory_main() | lukefromdc | 2 | -14/+55 |
2017-08-13 | avoid deprecated gdk_screen_get_width/height | ZenWalker | 1 | -4/+9 |
2017-07-31 | avoid deprecated gdk_display_get_screen | ZenWalker | 1 | -1/+1 |
2017-07-17 | Revert "libmate-panel-applet: Fix another potential source of applet crashes" | lukefromdc | 1 | -2/+0 |
2017-07-16 | libmate-panel-applet: Fix another potential source of applet crashes | lukefromdc | 1 | -0/+2 |
2017-07-11 | fix applet crashes on transparent user-set panel bg | lukefromdc | 1 | -2/+4 |
2017-07-07 | Fix GTK theme image bg support on vertical panel | lukefromdc | 1 | -0/+22 |
2017-07-02 | Make panel image background in GTK theme work again | lukefromdc | 1 | -2/+14 |
2017-06-27 | GTK 3.18+ fix transparent default panel bg | lukefromdc | 1 | -1/+2 |
2016-11-21 | move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build option | monsta | 8 | -399/+10 |
2016-11-21 | libmate-panel-applet: remove redundant GLib version check in panel-plug | monsta | 2 | -2/+6 |
2016-11-21 | libmate-panel-applet: add missing brackets | monsta | 1 | -1/+2 |
2016-11-21 | check for stable release of GTK+3, not for development one | monsta | 2 | -2/+2 |
2016-11-21 | fix indent a bit | monsta | 1 | -1/+1 |
2016-09-01 | GTK+-3.20 panel-applet: use GtkSeat instead of deprecated device pointer | raveit65 | 1 | -1/+25 |
2016-06-29 | fix some warnings and deprecations | Sorokin Alexei | 1 | -2/+5 |
2016-03-25 | GTK 3.18:Apply panelplug rework | lukefromdc | 1 | -1/+1 |
2016-03-25 | GTK 3.18:Apply panelplug rework | lukefromdc | 1 | -1/+1 |
2016-03-25 | GTK 3.18:Apply panelplug rework | lukefromdc | 1 | -12/+12 |
2016-03-22 | use gtk+-3.20 custom bg fixixes only for > gtk+-3.18 and > glib-2.42 | raveit65 | 3 | -11/+8 |
2016-03-13 | gtk3.20-fix custom BG change on applets | lukefromdc | 1 | -1/+13 |
2016-03-13 | gtk3.20-fix custom BG change on applets | lukefromdc | 1 | -0/+32 |
2016-03-13 | gtk3.20-fix custom BG change on applets | lukefromdc | 1 | -0/+100 |
2016-03-13 | gtk3.20-fix custom BG change on applets | lukefromdc | 1 | -24/+113 |
2016-02-27 | GTK 3.20 force custom BG drawing on applets | lukefromdc | 1 | -0/+6 |
2016-02-12 | GTK+-3.20 panel-applet: don't use deprecated style properties | Wolfgang Ulbrich | 1 | -0/+19 |
2016-02-12 | GTK+-3 libmate-panel-applet: add missing 'static' to avoid a build warning | Wolfgang Ulbrich | 1 | -1/+1 |
2016-02-09 | libpanel-applet: set css name | Wolfgang Ulbrich | 1 | -0/+4 |
2015-12-24 | libmate-panel-applet: move trap push/pop closer to X function call | Monsta | 1 | -11/+14 |
2015-12-24 | remove dead code | Monsta | 1 | -12/+0 |