aboutsummaryrefslogtreecommitdiff
path: root/src/client/lua_api/gui/iguifiledialog.cpp
Commit message (Collapse)AuthorAge
* Use an older name for luaL_regAlexander M Pickering2023-03-07
|
* Minor bugfixes, preparing to overhaulAlexander M Pickering2022-07-04
|
* Add documentation to the file dialogAlexander M Pickering2021-10-26
|
* Updates for mdocAlexander2020-06-29
| | | | Also more tests
* Various updatesAlexander2019-10-27
|
* Added documentationAlexander Pickering2018-09-10
| | | | | | Also added treeview guielemnt Also added ifilesystem guielement Also added io library
* Fixed wchar_t not being null terminatedAlexander Pickering2018-08-31
| | | | | | Occasionally wierd characters would show in place of a window title or button label, this was due to whcar_t s missing their sentinal characters.
* Added file open dialogAlexander Pickering2018-08-31
Added a file open dialog to the gui library