Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-01-10 | background: reduce number of #if's again | monsta | 1 | -9/+13 | |
2016-01-10 | background: reduce number of #if's | monsta | 1 | -16/+20 | |
2016-01-05 | background: use convenience function to compare colors | monsta | 1 | -5/+3 | |
2016-01-05 | profile: simplify a couple of functions | monsta | 1 | -6/+2 | |
2016-01-05 | profile: fix indent & spacing a bit | monsta | 1 | -20/+22 | |
2016-01-05 | profile: rename get/set rgba functions for consistency | monsta | 3 | -8/+8 | |
2016-01-05 | properties dialog: use convenience function to compare colors | monsta | 1 | -6/+2 | |
2016-01-05 | properties dialog: less #if's | monsta | 1 | -13/+13 | |
2016-01-05 | rename mate-panel-*.{c|h} -> panel-*.{c|h} for consistency | monsta | 22 | -79/+75 | |
(libmate-panel-applet files are left alone since there are public header files used by all panel applets) | |||||
2016-01-05 | pre-bump version to 1.13.0 | Wolfgang Ulbrich | 2 | -1/+3 | |
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 | |