summaryrefslogtreecommitdiff
path: root/mate-panel
AgeCommit message (Expand)AuthorFilesLines
2016-02-12[GTK+3] fix one more use of deprecated gdk_display_get_n_screensmonsta1-2/+18
2016-02-12GTK+3 panel-frame: fix a Wunused build warningWolfgang Ulbrich1-2/+2
2016-02-12GTK+-3.20 panel-toplevel: don't use deprecated style propertiesWolfgang Ulbrich1-0/+8
2016-02-12GTK+-3.20 button-widget: don't use deprecated style propertiesWolfgang Ulbrich1-0/+8
2016-02-12GTK+3 menu: don't use deprecated gtk_menu_get_tearoff_stateWolfgang Ulbrich1-2/+6
2016-02-12GTK+3 panel-frame: don't use deprecated GtkSymbolicColorWolfgang Ulbrich4-13/+223
2016-02-12GTK+3 panel-frame: do not use deprecated get_background_colorWolfgang Ulbrich1-4/+7
2016-02-12Gtk+-3 panel-widget: don't use deprecated get_background_colorWolfgang Ulbrich1-7/+10
2016-02-12GTK+3: do not use deprecated n_screensWolfgang Ulbrich2-0/+31
2016-02-12do not use deprecated gdk_cursor_new, useWolfgang Ulbrich5-10/+17
2016-02-09panel-frame: set css nameWolfgang Ulbrich1-0/+3
2016-02-09panel-widget: 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 Ulbrich1-8/+0
2016-02-09GTK+3 panel-toplevel: fix a build warningWolfgang Ulbrich1-1/+1
2016-02-09GTK+3 panel-applet-frame: fix deprecated gdk_pointer_ungrabWolfgang Ulbrich1-1/+2
2016-02-09GTK3: don't use deprecated gdk_threads_{enter/leave}Wolfgang Ulbrich1-0/+12
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-01-23GTK3: More panel BG rendering bugfixeslukefromdc1-0/+9
2016-01-23Gtk3: Don't use deprecated gtk_misc_set_alignmentRoy Zhang5-0/+25
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 consistencymonsta21-78/+74
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-02Fix rendering of user backgrounds in gtk3.18+lukefromdc1-0/+6
2015-12-23never agree to expand an attached toplevel (drawer's panel)monsta1-0/+5
2015-12-21panel-widget: drop unused variables (assigned but never read after)monsta2-16/+0
2015-12-21drawer: don't try to set NULL tooltipmonsta1-6/+4