Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-01-04 | xutils: remove unused variables | monsta | 1 | -3/+0 | |
2016-01-04 | applet-frame: fix indent a bit | monsta | 1 | -5/+5 | |
2016-01-04 | separator: less #if's | monsta | 1 | -34/+29 | |
2016-01-04 | background: nested GTK_CHECK_VERSION's make no sense | monsta | 1 | -4/+2 | |
2016-01-04 | background: even less #if's | monsta | 1 | -7/+6 | |
2016-01-04 | background: oops... fix build breakage from last commit (GTK+2 only) | monsta | 1 | -17/+16 | |
2016-01-04 | background: group some more local functions, drop some #if's | monsta | 1 | -20/+16 | |
2016-01-04 | background: drop unused local function from GTK+3 build | monsta | 1 | -40/+2 | |
2016-01-04 | background: group some local functions by GTK+ version | monsta | 1 | -20/+18 | |
2016-01-04 | background: even less #if's | monsta | 1 | -7/+7 | |
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 | |