Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-01-04 | background: less #if's | monsta | 1 | -18/+18 | |
2016-01-04 | background: all functions should have PanelBackground as 1st argument | monsta | 6 | -7/+7 | |
2016-01-04 | background: normalize usage of GTK_CHECK_VERSION | monsta | 2 | -7/+3 | |
2016-01-04 | background: drop variable that's only assigned but never checked | monsta | 2 | -5/+0 | |
2016-01-04 | background: explicitly check for CAIRO_STATUS_SUCCESS return value | monsta | 1 | -1/+1 | |
2016-01-03 | drop MateConf migration script | Monsta | 2 | -17/+0 | |
2016-01-02 | Fix rendering of user backgrounds in gtk3.18+ | lukefromdc | 1 | -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-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-23 | never agree to expand an attached toplevel (drawer's panel) | monsta | 1 | -0/+5 | |
2015-12-22 | clock: remove useless include | monsta | 1 | -3/+0 | |
2015-12-22 | wncklet: remove dead code | monsta | 1 | -27/+0 | |
2015-12-22 | wncklet: mate_gdk_spawn_command_line_on_screen can be used with any GTK+ | monsta | 1 | -15/+2 | |
2015-12-21 | panel-widget: drop unused variables (assigned but never read after) | monsta | 2 | -16/+0 | |
2015-12-21 | drawer: don't try to set NULL tooltip | monsta | 1 | -6/+4 | |
2015-12-21 | drawer: some fixes | monsta | 1 | -32/+21 | |
2015-12-21 | panel-profile: simplify some code | monsta | 1 | -51/+30 | |
2015-12-18 | panel-profile: fix indent a bit | monsta | 1 | -9/+12 | |
2015-12-18 | toplevel: remove unused variable in GTK+3 build | monsta | 1 | -2/+1 | |
2015-12-18 | toplevel: define set_arrow_type function only for GTK+ 3.14 | monsta | 1 | -0/+2 | |
2015-12-18 | button-widget: avoid build warnings about unused variables | Monsta | 1 | -14/+9 | |
2015-12-18 | button-widget: properly init a variable in GTK+3 build | Monsta | 1 | -2/+6 | |
2015-12-18 | button-widget: removed unused variable | monsta | 1 | -2/+1 | |
2015-12-17 | GTK3 workspace-switcher: add fallback color | Gyö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-15 | gtk3: fix infinite loop with Traditional themes | Balló György | 2 | -2/+0 | |
We don't need to reset style when adding/removing classes. It was a regression in commit: 6f634c680fbc5ee5051253554f2710e39f9ea80a | |||||
2015-12-03 | Add separate "Delete" button in reload applet dialog | monsta | 1 | -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-03 | remove redundant function declarations | monsta | 1 | -3/+0 | |
2015-12-03 | Bump version to 1.12.1 | monsta | 2 | -1/+5 | |
2015-11-20 | Don't set the panel transparent by default | Balló György | 7 | -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-12 | fix indent a bit | Monsta | 1 | -4/+4 | |
2015-11-12 | Merge pull request #371 from mate-desktop/launcher-fix | Martin Wimpress | 1 | -2/+11 | |
don't destroy a widget in its draw/expose signal | |||||
2015-11-12 | don't destroy a widget in its draw/expose signal | Monsta | 1 | -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-11 | fix typo in #define | monsta | 1 | -3/+3 | |
2015-11-11 | Merge pull request #368 from raveit65/dev-ubuntu | Martin Wimpress | 1 | -2/+2 | |
clock applet: fix ubuntu ambiant-mate gtk2 theming | |||||
2015-11-11 | clock applet: fix ubuntu ambiant-mate gtk2 theming | Wolfgang Ulbrich | 1 | -2/+2 | |
2015-11-03 | 1.12.0v1.12.0 | Clement Lefebvre | 1 | -1/+1 | |
2015-11-03 | Sync translations with transifex | Clement Lefebvre | 108 | -54387/+69661 | |
2015-10-30 | update NEWS for 1.12 | monsta | 1 | -7/+4 | |
2015-10-30 | clock: minor corrections in new option | monsta | 1 | -1/+1 | |
2015-10-28 | release 1.11.1 releasemate-panel-1.11.1 | Wolfgang Ulbrich | 2 | -1/+7 | |
2015-10-27 | minor correction in NEWS | monsta | 1 | -1/+0 | |
2015-10-26 | bring back good old deprecated function which works perfectly | Monsta | 1 | -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-25 | run dialog: make app description label unfocusable | Monsta | 2 | -1/+2 | |
2015-10-16 | Merge pull request #355 from clefebvre/locked-position | Clement Lefebvre | 1 | -4/+11 | |
Don't change position/right-stick of locked applets | |||||
2015-10-15 | Don't change position/right-stick of locked applets | Clement Lefebvre | 1 | -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-10 | Enable or disable calendar week numbers from prefs | lukefromdc | 1 | -2/+17 | |
Add checkbox to enable or disable week numbers in clock preferences window | |||||
2015-10-10 | clock.c: add gesettings key for toggle weeknumbers | lukefromdc | 1 | -0/+6 | |
2015-10-10 | panel-menu-items.c: places menu alpha OK | lukefromdc | 1 | -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. |