aboutsummaryrefslogtreecommitdiff
path: root/src/guiFileSelectMenu.h
AgeCommit message (Collapse)Author
2017-06-11Improve the path select GUI (#5852)red-001
- Allow lua to chose whatever directories or files can be selected - Fix selecting directories - Rename dialog to `guiPathSelectMenu` from `guiFileSelectMenu` - Rename lua function for opening the menu from `show_file_open_dialog` to `show_path_select_dialog` - Remove duplicate code and fix code style. Related changes - fix `clang-format` whitelist. - Regenerate minetest.conf.example
2017-04-22Fixing warning pointed by @sfan5 and clang and cleanup guiFileSelectMenuLoic Blot
* Also pass clang-format on guiFileSelectMenu.h and remove it from whitelist
2017-04-21Fix various performance issues reported by cppcheck + code style (CI) (#5635)Loïc Blot
* Make CI happy with code style on master * guiFileSelectMenu: remove useless includes * some performance fixes pointed by cppcheck * remove some useless casts * TextDest: remove unused setFormSpec function
2013-11-11Fix win32/msvc i18n (quite UGLY version, blame Microsoft)sapier
2013-07-02Replace C++ mainmenu by formspec powered onesapier