Age | Commit message (Expand) | Author | Files | Lines |
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 |
2015-12-24 | fix indent a bit | Monsta | 1 | -2/+2 |
2015-12-24 | remove unused variable | Monsta | 1 | -1/+0 |
2015-12-15 | gtk3: fix infinite loop with Traditional themes | Balló György | 1 | -1/+0 |
2015-11-20 | Don't set the panel transparent by default | Balló György | 1 | -14/+20 |
2015-10-10 | custom menu theming support: mate-panel-applet.c | lukefromdc | 1 | -0/+14 |
2015-07-14 | Replace GtkObject with GObject also for Gtk+ 2 | infirit | 1 | -7/+0 |
2015-07-14 | Drop gdkkeysyms-compat usage in Gtk+3 | infirit | 1 | -3/+2 |
2015-05-25 | Merge pull request #289 from rilian-la-te/simplify_image | monsta | 1 | -82/+2 |
2015-05-21 | GTK3: fix typo in gtk_style_context mate-custom-panel-background | raveit65 | 1 | -3/+3 |
2015-03-06 | Remove change_background_for_widget from GTK3 build (it is useless.) | Konstantin Pugin | 1 | -82/+2 |
2014-11-24 | zero-initialize all signals arrays | Monsta | 1 | -1/+1 |
2014-11-23 | Revert "gir: Require g-i 0.9.5 and stop using deprecated --strip-prefix option" | infirit | 1 | -1/+3 |
2014-11-23 | gir: Require g-i 0.9.5 and stop using deprecated --strip-prefix option | infirit | 1 | -3/+1 |
2014-09-18 | Set screen of context menu also in gtk2 code path Closes: #234 | Gert Wollny | 1 | -1/+1 |
2014-06-25 | Merge pull request #212 from rilian-la-te/fix_expand | Stefano Karapetsas | 2 | -2/+9 |
2014-06-20 | Fix RGBA issues for GTK3 | Konstantin Pugin | 2 | -8/+84 |
2014-06-20 | Fix expanded panels and size allocation | Konstantin Pugin | 2 | -2/+9 |
2014-05-18 | Merge pull request #195 from dnk/applet_rgba_visual | Stefano Karapetsas | 1 | -0/+5 |
2014-05-16 | Use gdk_window_get_width also for gtk2 | infirit | 1 | -3/+1 |
2014-05-16 | Use GDK_WINDOW_XID for gtk+2 and gtk+3 | infirit | 1 | -14/+0 |
2014-05-14 | gtk3: set rgba visual for applets | Denis Gorodnichev | 1 | -0/+5 |
2014-02-08 | libmate-panel-applet: Remove unused value in enum | Stefano Karapetsas | 1 | -1/+0 |
2014-02-08 | libmate-panel-applet: Fix missing initialization | Stefano Karapetsas | 1 | -0/+1 |
2014-02-08 | libmate-panel-applet: GTK3 improvements | Stefano Karapetsas | 1 | -1/+21 |
2014-02-08 | libmate-panel-applet: Some GTK3 improvements | Stefano Karapetsas | 1 | -9/+30 |
2014-01-27 | libmate-panel-applet: Use GTK_API_VERSION in Makefile instead of harcoded gtk... | infirit | 1 | -1/+1 |
2014-01-23 | libmate-panel-applet: Fix missing include and wrong declaration | Stefano Karapetsas | 1 | -1/+2 |
2013-12-12 | Cairo includes are only needed when using gtk+3 | infirit | 1 | -0/+2 |
2013-12-12 | Use GTK_API_VERSION in pkgconfig in files | infirit | 2 | -2/+2 |
2013-11-29 | Panel background improvements for GTK3 | Stefano Karapetsas | 2 | -23/+94 |
2013-11-16 | GTK3: Fix compile warning by using gdk_error_trap_pop_ignored() | raveit65 | 1 | -0/+4 |