summaryrefslogtreecommitdiff
path: root/libmenu/matemenu-tree.c
AgeCommit message (Collapse)AuthorFilesLines
2018-12-30Switch to modern realpath()Pino Toscano1-5/+5
Assume everywhere that the realpath() implementation has the POSIX.1-2008 behaviour, i.e. allowing NULL as second parameter and thus returning a newly allocated buffer; it is not just a GNU extension, and supported already by modern libc's on other OSes. menu_canonicalize_file_name() is always called with FALSE as second parameter, so it is replaced directly by realpath(); this allows the complete removal of canonicalize.{c,h}. This is a forward-port of the same changes done in gnome-menus, see: https://gitlab.gnome.org/GNOME/gnome-menus/merge_requests/4
2018-05-27backport from gnome-menusyetist1-670/+1059
2017-08-16make mate-applications-merged symlinkrezso1-0/+31
in ~/.config/menus if not exists
2012-11-18fix incorrect fsf addresses.Steve Zesch1-2/+2
2011-12-13fixing the missing read of /usr/share/mate/directory-menusPerberos1-0/+5
2011-12-01moving from https://github.com/perberos/mate-desktop-environmentPerberos1-0/+4520