summaryrefslogtreecommitdiff
path: root/mate-panel/launcher.c
AgeCommit message (Collapse)AuthorFilesLines
2020-07-29launcher: Fix leaking stringsTomas Bzatek1-0/+2
2020-07-05Avoid using single-line cpp commentsrbuj1-1/+1
2019-07-05Remove trailing whitespacesLaurent Napias1-5/+5
2019-06-21Rename panel-multiscreen files panel-multimonitorWilliam Wold1-1/+0
2019-03-10Wayland support for launcher.cWilliam Wold1-2/+10
2019-03-10Remove unneeded X11 includesWilliam Wold1-1/+0
2018-05-12Convert launcher icons to cairo surfacesVictor Kareh1-15/+19
This improves support for HiDPI by loading properly scaled surfaces for launcher and drawer icons. It also Fixes the Show Desktop wncklet to show a surface icon. Other wncklets have their icons determined by libwnck, so they remain as pixbufs. Fixes mate-desktop/mate-desktop#314
2018-01-31require GTK+ 3.22 and GLib 2.50monsta1-4/+0
2017-09-29make file/folder launchers work againmonsta1-81/+125
fixes https://github.com/mate-desktop/mate-panel/issues/590 reverts a part of 7ee450758e4f2bee13aa8ff967a5795a6dcdc91f
2017-05-18localized application's name and descriptionDenis Gorodnichev1-6/+4
g_desktop_app_info_get_string return unlocalized strings. g_app_info_get_name and g_app_info_get_description to get localized application's name and comment(description)
2017-03-20setup custom iconDenis Gorodnichev1-0/+2
restore ability to configure launcher's custom icon which degradated after switching on g_app_info_get_icon also update launcher state after saving launcher's properties.
2017-01-13support desktop actionsDenis Gorodnichev1-130/+170
2014-11-23don't leak memoryMonsta1-1/+1
2014-01-26Fix typoStefano Karapetsas1-2/+2
2012-10-11migrate mate-panel to gsettingsStefano Karapetsas1-34/+25
2011-12-01moving from https://github.com/perberos/mate-desktop-environmentPerberos1-0/+1114