summaryrefslogtreecommitdiff
path: root/mate-panel/applet.c
AgeCommit message (Collapse)AuthorFilesLines
2016-01-05rename mate-panel-*.{c|h} -> panel-*.{c|h} for consistencymonsta1-1/+1
(libmate-panel-applet files are left alone since there are public header files used by all panel applets)
2015-10-15Don't change position/right-stick of locked appletsClement Lefebvre1-4/+11
Until position calculations are refactored to fix the issue of the panel applets getting reordered on resolution changes don't save position/right-stick on locked applets.
2015-10-10Add custom menu theming support to applet.clukefromdc1-0/+13
Make applet menus follow the .mate-panel-menu-bar .menu selector in the gtk theme, and the menu window follow the .mate-panel-menu-bar selector. Use the former to set a custom menu theme, the latter to alter or remove shadows from applet menus
2015-08-29Removed obsolete compatibility codeGymnasiast1-4/+0
2015-08-06Gtk3: Set push_in to FALSEinfirit1-0/+4
We already do this for the same function in libmate-panel-applet. Thanks to luke on the forums. fixes #330
2014-11-23applet: Disconnect show and deactivate menu signals before destroying the ↵infirit1-1/+9
applet menu Fixes crash while removing the menu bar or a drawer. Based on gnome-panel commit: 8211f19c2c331b1502694a03e1b5abfdc793b56b From: Carlos Garcia Campos <[email protected]>
2014-06-20Fix expanded panels and size allocationKonstantin Pugin1-1/+8
2014-02-17Fix mate-panel --resetStefano Karapetsas1-1/+2
2014-01-23Use gtk_widget_get_preferred_size with GTK3Stefano Karapetsas1-0/+4
2013-12-22Update help uri to the correct locationinfirit1-1/+1
2012-12-13mate-panel: Add a missing g_freeStefano Karapetsas1-0/+1
2012-10-11migrate mate-panel to gsettingsStefano Karapetsas1-82/+43
2011-12-01moving from https://github.com/perberos/mate-desktop-environmentPerberos1-0/+1449