summaryrefslogtreecommitdiff
path: root/libmenu/matemenu-tree.c
AgeCommit message (Collapse)AuthorFilesLines
2024-02-15matemenu-tree: Fix crash when adding launcher from compact menucorrectmost1-1/+9
The emit_changed_signal callback was attempting to run on a submenu that had already been destroyed by its parent menu. Closes #116
2023-04-21matemenu-tree: Fix build warning -Wsign-conversionrbuj1-11/+8
2023-01-11fix build warningXiaotian Wu1-47/+26
2022-03-23fix build error: invalid operands to binary expressionrbuj1-1/+1
2021-12-11Use a blank line at mostrbuj1-1/+0
2021-12-11Remove extra whitespaces on #ifdef..#endif code blockrbuj1-3/+3
2021-10-26Let user disable collection menu entry [--disable-collection]rbuj1-6/+29
2021-06-21update copyright to 2021raveit651-0/+1
2021-01-28Remove -Wconversion -Wsign-compare -Wsign-conversion warningsrbuj1-31/+31
2021-01-26matemenu-tree: do not call g_settings_get_string unless necessaryrbuj1-3/+3
2021-01-05matemenu-tree: Fix memory leakrbuj1-36/+39
2021-01-05matemenu-tree: Remove collection_applet_freerbuj1-7/+1
2021-01-05Remove the cppcheck warning about the variable scope can be reducedrbuj1-2/+3
2021-01-05matemenu-tree: minor code formatrbuj1-23/+41
2020-11-03Add collection menu itemzhuyaliang1-4/+130
2019-07-12Remove trailing whitespacesLaurent Napias1-1/+1
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