Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-12-30 | Switch to modern realpath() | Pino Toscano | 6 | -374/+7 | |
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-27 | backport from gnome-menus | yetist | 6 | -1160/+1793 | |
2018-05-27 | use G_BEGIN/END_DECLS | yetist | 5 | -34/+13 | |
2018-05-27 | require gio-unix | yetist | 3 | -7/+7 | |
2017-08-16 | make mate-applications-merged symlink | rezso | 1 | -0/+31 | |
in ~/.config/menus if not exists | |||||
2015-01-12 | drop support for GLib < 2.36 | Monsta | 1 | -13/+0 | |
Closes https://github.com/mate-desktop/mate-menus/pull/27 | |||||
2014-09-23 | Fix FTBFS on Debian/Hurd | Svante Signell | 1 | -0/+4 | |
Closes https://github.com/mate-desktop/mate-menus/issues/20 | |||||
2013-10-11 | Fix g_type_init deprecation | Stefano Karapetsas | 1 | -0/+4 | |
2012-11-18 | fix incorrect fsf addresses. | Steve Zesch | 14 | -28/+28 | |
2011-12-13 | fixing the missing read of /usr/share/mate/directory-menus | Perberos | 1 | -0/+5 | |
2011-12-01 | moving from https://github.com/perberos/mate-desktop-environment | Perberos | 17 | -0/+10722 | |