summaryrefslogtreecommitdiff
path: root/layout
AgeCommit message (Collapse)AuthorFilesLines
2023-09-02add meson build systemXiaotian Wu1-0/+10
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.
2020-11-03Add collection menu itemzhuyaliang1-0/+11
2015-12-28add preferences-categories.menu from m-c-cWolfgang Ulbrich2-1/+116
2014-01-15Merge pull request #9 from elsupergomez/patch-2Stefano Karapetsas1-0/+1
Update mate-settings.menu
2013-10-11Update mate-settings.menuClaudio Rodrigo Pereyra Diaz1-0/+1
Add MergeDir to merge menus in preferences-merged
2013-10-11Update mate-applications.menuClaudio Rodrigo Pereyra Diaz1-0/+1
Add DefaultMergeDirs to merge other menus in applications-merged
2013-04-17add a possibility to enable old gnome-2 preferences menu style with categoriesraveit1-0/+1
2011-12-01moving from https://github.com/perberos/mate-desktop-environmentPerberos3-0/+220