summaryrefslogtreecommitdiff
path: root/mate-panel/libpanel-util/panel-gtk.c
AgeCommit message (Collapse)AuthorFilesLines
2019-07-05Remove trailing whitespacesLaurent Napias1-4/+4
2018-12-02panel-gtk: Fix memory leaksPablo Barciela1-4/+14
'g_strconcat' needs to be freed
2018-06-25Panel-gtk.c: Show menu icons only when "menus-have-icons" is setlukefromdc1-2/+41
Most panel menus excluding main menus. Bind gsettings preference "menus have icons" to visibility of icon. Pack the icon into a box with a 16px min-width set in panel.css to hold the space when the icons are not shown Duplicate as much as possible behavior of now-deprecated GtkImageMenuItem replaced by github.com/mate-desktop/mate-panel/commit/86701517e7d7cb3d2c08a40d76af97308f18902c Use only one icon-settings gsettings object to control this in all menuitems controlled by panel-gtk.c The use of a single gsettings object is based on code by Albert Muktupavels https://github.com/muktupavels
2018-05-07applet.c: avoid deprecated GtkImageMenuItemPablo Barciela1-13/+59
avoid deprecated: gtk_image_menu_item_new_with_mnemonic gtk_image_menu_item_set_image
2018-04-19panel-context-menu.c: avoid deprecated GtkImageMenuItemPablo Barciela1-0/+24
avoid deprecated: gtk_image_menu_item_new_with_mnemonic gtk_image_menu_item_set_image
2018-04-17avoid 'gtk_file_chooser_dialog_new' with stock idsPablo Barciela1-0/+58
2018-04-09avoid gtk_dialog_add_buttons with stock idsPablo Barciela1-0/+20
2012-11-18fixed incorrect fsf addresses.Steve Zesch1-2/+2
2011-12-01moving from https://github.com/perberos/mate-desktop-environmentPerberos1-0/+83