Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |||||
2016-02-09 | GTK+3 panel-toplevel: do not use deprecated gtk_widget_get_requisition | Wolfgang Ulbrich | 1 | -0/+4 | |
taken from: https://git.gnome.org/browse/gnome-panel/commit/?id=e14b9ac | |||||
2016-02-09 | Kill ubuntu counterhack | Wolfgang Ulbrich | 2 | -25/+0 | |
2016-02-09 | GTK+3 panel-toplevel: fix a build warning | Wolfgang Ulbrich | 1 | -1/+1 | |
2016-02-09 | GTK+3 windows-list: fix a build warning | Wolfgang Ulbrich | 1 | -1/+1 | |
2016-02-09 | GTK+3 panel-applet-frame: fix deprecated gdk_pointer_ungrab | Wolfgang Ulbrich | 1 | -1/+2 | |
2016-02-09 | Gtk+3: Replace deprecated gtk_{v,h}box_new | Wolfgang Ulbrich | 2 | -0/+10 | |
2016-02-09 | GTK3: don't use deprecated gdk_threads_{enter/leave} | Wolfgang Ulbrich | 1 | -0/+12 | |
2016-02-09 | remove deprecated librsvg/rsvg-cairo.h include | Wolfgang Ulbrich | 2 | -2/+2 | |
Direct include of librsvg/rsvg-cairo.h has been deprecated from 2.36.2 version. Removed it and added required version for librsvg. taken from: https://git.gnome.org/browse/gnome-panel/commit/?id=d306ad3 | |||||
2016-02-09 | button-widget: do not use deprecated GTK_STOCK_MISSING_IMAGE | Wolfgang Ulbrich | 1 | -1/+1 | |
2016-02-09 | Fix ButtonWidget appearing as a thin line on creation | Wolfgang Ulbrich | 1 | -11/+21 | |
It makes no sense to use the size of the icon to tell GTK+ about our preferred width/height: what we really care about is the size of our parent, since we're filling it anyway. taken from: https://git.gnome.org/browse/gnome-panel/commit/?h=gnome-3-0&id=e870aaa | |||||
2016-02-01 | fix a couple of build warnings | monsta | 2 | -2/+1 | |
2016-01-25 | release 1.13.0v1.13.0 | Wolfgang Ulbrich | 1 | -1/+7 | |
2016-01-25 | add 1.12.2 NEWS | monsta | 1 | -0/+8 | |
2016-01-23 | GTK3: More panel BG rendering bugfixes | lukefromdc | 1 | -0/+9 | |
Keep the .mate-panel-menu-bar and .gnome-panel-menu-bar style classes on the panel toplevel unconditionally. GTK Inspector showed that the toplevel was actually being themed by PanelWidget and not by PanelToplevel, causing multiple issues. This was why it was not possible to set an image or an alpha background in the GTK theme. The .mate-custom-panel-background style class was being applied to the toplevel, but not mate-panel-menu-bar and .gnome-panel-menu-bar . This was also why resetting the panel from a custom to a system background required restarting the panel. I found all of this because of a bug or changed feature (not sure which) in GTK 3.19.7 which prevented the panel from being themed at all. Fixing this right also fixes all the bugs mentioned above. First restart after setting a custom theme will sometimes but not reliably crash an applet, not sure if that is a pre-existing bug though. At any rate, setting ANY custom background was just broken by gtk3.19.7. don't know if they will fix that or we will have to. That one can wait. | |||||
2016-01-23 | Gtk3: Don't use deprecated gtk_misc_set_alignment | Roy Zhang | 9 | -0/+60 | |
2016-01-10 | background: reduce number of #if's once more | monsta | 1 | -16/+15 | |
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 | |