Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-09-02 | add meson build system | Xiaotian Wu | 1 | -0/+72 | |
After switching to meson, calling the `g-ir-scanner` command with the `--warn-all` parameter in the generated `build.ninja` file will display these warnings: ``` Warning: MateMenu: symbol="DesktopEntryType": unknown namespace for identifier "DesktopEntryType" Warning: MateMenu: symbol='desktop_entry_new': Unknown namespace for symbol 'desktop_entry_new' Warning: MateMenu: symbol='EntryDirectory': Unknown namespace for identifier 'EntryDirectory' ``` The reason for these warnings is that we use `MateMenu` as `identifier_prefix` and `matemenu` as `symbol_prefix`, but the symbols that report warnings do not start with these prefixes. | |||||
2023-04-21 | matemenu-tree: Fix build warning -Wsign-conversion | rbuj | 1 | -11/+8 | |
2023-01-11 | fix build warning | Xiaotian Wu | 5 | -50/+37 | |
2022-03-23 | fix build error: invalid operands to binary expression | rbuj | 1 | -1/+1 | |
2021-12-11 | Use a blank line at most | rbuj | 3 | -6/+0 | |
2021-12-11 | Remove extra whitespaces on #ifdef..#endif code block | rbuj | 2 | -14/+13 | |
2021-10-26 | Let user disable collection menu entry [--disable-collection] | rbuj | 1 | -6/+29 | |
2021-06-21 | update copyright to 2021 | raveit65 | 12 | -0/+12 | |
2021-01-28 | Remove -Wconversion -Wsign-compare -Wsign-conversion warnings | rbuj | 5 | -58/+54 | |
2021-01-26 | matemenu-tree: do not call g_settings_get_string unless necessary | rbuj | 1 | -3/+3 | |
2021-01-05 | entry-directories: Use of memory after it is freed (scan-build) | rbuj | 1 | -1/+1 | |
2021-01-05 | matemenu-tree: Fix memory leak | rbuj | 1 | -36/+39 | |
2021-01-05 | matemenu-tree: Remove collection_applet_free | rbuj | 1 | -7/+1 | |
2021-01-05 | Remove the cppcheck warning about the variable scope can be reduced | rbuj | 1 | -2/+3 | |
2021-01-05 | matemenu-tree: minor code format | rbuj | 1 | -23/+41 | |
2020-11-27 | desktop-entries: warning -Wempty-body | rbuj | 1 | -1/+3 | |
2020-11-03 | Add collection menu item | zhuyaliang | 1 | -4/+130 | |
2019-07-12 | Remove trailing whitespaces | Laurent Napias | 1 | -1/+1 | |
2019-07-03 | Use datadir and libdir when install gir files | Juan Picca | 1 | -2/+2 | |
Currently gir generated files are installed in INTROSPECTION_GIRDIR and INSTROSPECTION_TYPELIBDIR. | |||||
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 | |