summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-01-04background: all functions should have PanelBackground as 1st argumentmonsta6-7/+7
2016-01-04background: normalize usage of GTK_CHECK_VERSIONmonsta2-7/+3
2016-01-04background: drop variable that's only assigned but never checkedmonsta2-5/+0
2016-01-04background: explicitly check for CAIRO_STATUS_SUCCESS return valuemonsta1-1/+1
2016-01-03drop MateConf migration scriptMonsta2-17/+0
2016-01-02Fix rendering of user backgrounds in gtk3.18+lukefromdc1-0/+6
User set panel backgrounds other than colors with an alpha value fail on restarting the panel using gtk3.18 or 3.19. This makes picture and fully opaque color backgrounds set by the user work again and for some reason does not break transparent color backgrounds either. Tested with gtk3.19.5, should work with gtk3.18 as this bug was exactly the same but needs testing with it.
2015-12-24libmate-panel-applet: move trap push/pop closer to X function callMonsta1-11/+14
2015-12-24remove dead codeMonsta1-12/+0
2015-12-24fix indent a bitMonsta1-2/+2
2015-12-24remove unused variableMonsta1-1/+0
2015-12-23never agree to expand an attached toplevel (drawer's panel)monsta1-0/+5
2015-12-22clock: remove useless includemonsta1-3/+0
2015-12-22wncklet: remove dead codemonsta1-27/+0
2015-12-22wncklet: mate_gdk_spawn_command_line_on_screen can be used with any GTK+monsta1-15/+2
2015-12-21panel-widget: drop unused variables (assigned but never read after)monsta2-16/+0
2015-12-21drawer: don't try to set NULL tooltipmonsta1-6/+4
2015-12-21drawer: some fixesmonsta1-32/+21
2015-12-21panel-profile: simplify some codemonsta1-51/+30
2015-12-18panel-profile: fix indent a bitmonsta1-9/+12
2015-12-18toplevel: remove unused variable in GTK+3 buildmonsta1-2/+1
2015-12-18toplevel: define set_arrow_type function only for GTK+ 3.14monsta1-0/+2
2015-12-18button-widget: avoid build warnings about unused variablesMonsta1-14/+9
2015-12-18button-widget: properly init a variable in GTK+3 buildMonsta1-2/+6
2015-12-18button-widget: removed unused variablemonsta1-2/+1
2015-12-17GTK3 workspace-switcher: add fallback colorGyörgy Balló1-0/+14
Without setting a color, the actual workspace is not highlighted, if the theme does not set WnckPager:selected explicitely (e.g. with Adwaita).
2015-12-15gtk3: fix infinite loop with Traditional themesBalló György2-2/+0
We don't need to reset style when adding/removing classes. It was a regression in commit: 6f634c680fbc5ee5051253554f2710e39f9ea80a
2015-12-03Add separate "Delete" button in reload applet dialogmonsta1-8/+20
and the "Don't reload" button will no longer delete the applet adapted from https://git.gnome.org/browse/gnome-panel/commit/?id=2a1faa93b8cdb12a8c0ff9d4fc870216a55fb5e0
2015-12-03remove redundant function declarationsmonsta1-3/+0
2015-12-03Bump version to 1.12.1monsta2-1/+5
2015-11-20Don't set the panel transparent by defaultBalló György7-31/+61
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-11-12fix indent a bitMonsta1-4/+4
2015-11-12Merge pull request #371 from mate-desktop/launcher-fixMartin Wimpress1-2/+11
don't destroy a widget in its draw/expose signal
2015-11-12don't destroy a widget in its draw/expose signalMonsta1-2/+11
ported from: https://git.gnome.org/browse/gnome-panel/commit/?id=8c275a2adf4ad99297a17cabf251344837620831 https://git.gnome.org/browse/gnome-panel/commit/?id=be33e799d968a073c0a8856c96d11e8594b88bc4
2015-11-11fix typo in #definemonsta1-3/+3
2015-11-11Merge pull request #368 from raveit65/dev-ubuntuMartin Wimpress1-2/+2
clock applet: fix ubuntu ambiant-mate gtk2 theming
2015-11-11clock applet: fix ubuntu ambiant-mate gtk2 themingWolfgang Ulbrich1-2/+2
2015-11-031.12.0v1.12.0Clement Lefebvre1-1/+1
2015-11-03Sync translations with transifexClement Lefebvre108-54387/+69661
2015-10-30update NEWS for 1.12monsta1-7/+4
2015-10-30clock: minor corrections in new optionmonsta1-1/+1
2015-10-28 release 1.11.1 releasemate-panel-1.11.1Wolfgang Ulbrich2-1/+7
2015-10-27minor correction in NEWSmonsta1-1/+0
2015-10-26bring back good old deprecated function which works perfectlyMonsta1-3/+1
thanks to some genius from gnome team, we're now supposed to re-implement gtk_widget_reparent from scratch in every place we need to move a widget between containers. thanks but no thanks. don't fix what's not broken. fixes #360
2015-10-25run dialog: make app description label unfocusableMonsta2-1/+2
2015-10-16Merge pull request #355 from clefebvre/locked-positionClement Lefebvre1-4/+11
Don't change position/right-stick of locked applets
2015-10-15Don't change position/right-stick of locked appletsClement Lefebvre1-4/+11
Until position calculations are refactored to fix the issue of the panel applets getting reordered on resolution changes don't save position/right-stick on locked applets.
2015-10-10Enable or disable calendar week numbers from prefslukefromdc1-2/+17
Add checkbox to enable or disable week numbers in clock preferences window
2015-10-10clock.c: add gesettings key for toggle weeknumberslukefromdc1-0/+6
2015-10-10panel-menu-items.c: places menu alpha OKlukefromdc1-1/+7
The places menu follows .mate-panel-menu-bar just fine, but buggy wm/gtk3.16 combos require robust RGBA support explicitly set in the application. Add support to panel-menu-items.c as only adding it to menu.c, applet.c, and mate-panel-applet.c will miss this menu.
2015-10-10panel-context-menu.c: custom menu theme supportlukefromdc1-0/+14
Make the panel context menu follow the .mate-panel-menu-bar .menu selector in the gtk theme, and the panel context 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. Include robust support for transparent themes even with gtk does not detect a compositing window manager so long as compositing is enabled.