Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-11-21 | move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build option | monsta | 1 | -367/+4 | |
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 | check for stable release of GTK+3, not for development one | 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 | -12/+12 | |
mate-panel-applet.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-13 | gtk3.20-fix custom BG change on applets | lukefromdc | 1 | -24/+113 | |
mate-panel-applet.c based on github.com/GNOME/gnome-panel/commit/3115f77b536a7c79c7d43ded0591e2b8f45219c4 "restore custom background on applets) Reverts and replaces use of gtk_window_ensure_native on applets, uses the panel-plug-private files from gnome panel intact. This way the system theme returns when custom background is deselected w/o having to restart the panel. These changes kept behind gtk3.20 only build time conditionals. requires if-elif-endif three-way conditionals due to the extent to GTK differences. Doing it this way keeps panel applets from being twice as dark as the panel when an alpha color background is selected | |||||
2016-02-27 | GTK 3.20 force custom BG drawing on applets | lukefromdc | 1 | -0/+6 | |
Use gdk_window_ensure_native to applets when and only when a custom background is selected. Doing so when the system bg is selected will turn applets clear, so will not doing so when a custom background is selected. Keep all this behind if # GTK_CHECK_VERSION (3, 19, 0) so as not to screw up anything in older GTK versions. | |||||
2016-02-12 | GTK+-3.20 panel-applet: don't use deprecated style properties | Wolfgang Ulbrich | 1 | -0/+19 | |
taken from: https://git.gnome.org/browse/gnome-panel/commit/?id=f697764 | |||||
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 | |
taken from: https://git.gnome.org/browse/gnome-panel/commit/?id=a773c2ef | |||||
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 | |
We don't need to reset style when adding/removing classes. It was a regression in commit: 6f634c680fbc5ee5051253554f2710e39f9ea80a | |||||
2015-11-20 | Don't set the panel transparent by default | Balló György | 1 | -14/+20 | |
This fixes the background for GTK+ 3 themes which don't support mate-panel explicitly. Themes could still overwrite the background if they want in the usual way. | |||||
2015-10-10 | custom menu theming support: mate-panel-applet.c | lukefromdc | 1 | -0/+14 | |
Make applet menus follow the .mate-panel-menu-bar .menu selector in the gtk theme, and the menu window follow the .mate-panel-menu-bar selector. Use the former to set a custom menu theme, the latter to alter or remove shadows from applet menus | |||||
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 | |
The new GDK_KEY_ keys are also in Gtk+2. | |||||
2015-05-25 | Merge pull request #289 from rilian-la-te/simplify_image | monsta | 1 | -82/+2 | |
Remove change_background_for_widget from GTK3 build (it is useless.) | |||||
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-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 | 1 | -2/+6 | |
Fix expand | |||||
2014-06-20 | Fix RGBA issues for GTK3 | Konstantin Pugin | 1 | -7/+83 | |
2014-06-20 | Fix expanded panels and size allocation | Konstantin Pugin | 1 | -2/+6 | |
2014-05-18 | Merge pull request #195 from dnk/applet_rgba_visual | Stefano Karapetsas | 1 | -0/+5 | |
gtk3: set rgba visual for applets | |||||
2014-05-16 | Use gdk_window_get_width also for gtk2 | infirit | 1 | -3/+1 | |
It was introduced in gtk+-2.24 | |||||
2014-05-16 | Use GDK_WINDOW_XID for gtk+2 and gtk+3 | infirit | 1 | -14/+0 | |
It was introduced in gdk2 already so clean up the code. | |||||
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 | |
2013-11-29 | Panel background improvements for GTK3 | Stefano Karapetsas | 1 | -22/+93 | |
2013-11-16 | GTK3: Fix compile warning by using gdk_error_trap_pop_ignored() | raveit65 | 1 | -0/+4 | |
2013-10-26 | libmate-panel-applet: Add GTK3 support | Stefano Karapetsas | 1 | -10/+300 | |
2013-05-18 | libmate-panel-applet: Translate spanish comment | Stefano Karapetsas | 1 | -5/+4 | |
2012-11-18 | fixed incorrect fsf addresses. | Steve Zesch | 1 | -2/+2 | |
2012-10-11 | migrate libmate-panel-applet to gsettings | Stefano Karapetsas | 1 | -183/+28 | |
2012-06-13 | Use right GdkScreen for focus request and menu | Stefano Karapetsas | 1 | -2/+2 | |
http://bugzilla-attachments.gnome.org/attachment.cgi?id=179797 Calling gtk_widget_get_screen() on a widget embedded in a plug doesn't necessarily return what you expect (because of gtk_widget_get_toplevel()). Instead, call gtk_window_get_screen() on the plug. https://bugzilla.gnome.org/show_bug.cgi?id=632369 | |||||
2012-01-05 | libmate-panel-applet: Add introspection annotations | Stefano Karapetsas | 1 | -0/+10 | |
mate_panel_applet_factory_main was being generated with introspectable="0" because of missing annotations http://git.gnome.org/browse/gnome-panel/commit/?h=gnome-2-32&id=9cbae555115013bc7946e2ce3584d40639248f14 | |||||
2011-12-01 | moving from https://github.com/perberos/mate-desktop-environment | Perberos | 1 | -0/+2315 | |