summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-02-09pre-bump versionWolfgang Ulbrich2-1/+3
2016-02-09panel-frame: set css nameWolfgang Ulbrich1-0/+3
2016-02-09notification-area: set css nameWolfgang Ulbrich1-0/+4
2016-02-09clock: set css nameWolfgang Ulbrich1-0/+7
2016-02-09panel-widget: set css nameWolfgang Ulbrich1-0/+4
2016-02-09libpanel-applet: set css nameWolfgang Ulbrich1-0/+4
2016-02-09GTK+3 panel-toplevel: do not use deprecated gtk_widget_get_requisitionWolfgang Ulbrich1-0/+4
2016-02-09Kill ubuntu counterhackWolfgang Ulbrich2-25/+0
2016-02-09GTK+3 panel-toplevel: fix a build warningWolfgang Ulbrich1-1/+1
2016-02-09GTK+3 windows-list: fix a build warningWolfgang Ulbrich1-1/+1
2016-02-09GTK+3 panel-applet-frame: fix deprecated gdk_pointer_ungrabWolfgang Ulbrich1-1/+2
2016-02-09Gtk+3: Replace deprecated gtk_{v,h}box_newWolfgang Ulbrich2-0/+10
2016-02-09GTK3: don't use deprecated gdk_threads_{enter/leave}Wolfgang Ulbrich1-0/+12
2016-02-09remove deprecated librsvg/rsvg-cairo.h includeWolfgang Ulbrich2-2/+2
2016-02-09button-widget: do not use deprecated GTK_STOCK_MISSING_IMAGEWolfgang Ulbrich1-1/+1
2016-02-09Fix ButtonWidget appearing as a thin line on creationWolfgang Ulbrich1-11/+21
2016-02-01fix a couple of build warningsmonsta2-2/+1
2016-01-25release 1.13.0v1.13.0Wolfgang Ulbrich1-1/+7
2016-01-25add 1.12.2 NEWSmonsta1-0/+8
2016-01-23GTK3: More panel BG rendering bugfixeslukefromdc1-0/+9
2016-01-23Gtk3: Don't use deprecated gtk_misc_set_alignmentRoy Zhang9-0/+60
2016-01-10background: reduce number of #if's once moremonsta1-16/+15
2016-01-10background: reduce number of #if's againmonsta1-9/+13
2016-01-10background: reduce number of #if'smonsta1-16/+20
2016-01-05background: use convenience function to compare colorsmonsta1-5/+3
2016-01-05profile: simplify a couple of functionsmonsta1-6/+2
2016-01-05profile: fix indent & spacing a bitmonsta1-20/+22
2016-01-05profile: rename get/set rgba functions for consistencymonsta3-8/+8
2016-01-05properties dialog: use convenience function to compare colorsmonsta1-6/+2
2016-01-05properties dialog: less #if'smonsta1-13/+13
2016-01-05rename mate-panel-*.{c|h} -> panel-*.{c|h} for consistencymonsta22-79/+75
2016-01-05pre-bump version to 1.13.0Wolfgang Ulbrich2-1/+3
2016-01-04xutils: remove unused variablesmonsta1-3/+0
2016-01-04applet-frame: fix indent a bitmonsta1-5/+5
2016-01-04separator: less #if'smonsta1-34/+29
2016-01-04background: nested GTK_CHECK_VERSION's make no sensemonsta1-4/+2
2016-01-04background: even less #if'smonsta1-7/+6
2016-01-04background: oops... fix build breakage from last commit (GTK+2 only)monsta1-17/+16
2016-01-04background: group some more local functions, drop some #if'smonsta1-20/+16
2016-01-04background: drop unused local function from GTK+3 buildmonsta1-40/+2
2016-01-04background: group some local functions by GTK+ versionmonsta1-20/+18
2016-01-04background: even less #if'smonsta1-7/+7
2016-01-04background: less #if'smonsta1-18/+18
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
2015-12-24libmate-panel-applet: move trap push/pop closer to X function callMonsta1-11/+14