Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-06-25 | Add wear/detach actions to Appearance listener; update example script | Mnikolenko Productengine | |
2024-04-03 | Introduce fsyspath subclass of std::filesystem::path. | Nat Goodspeed | |
Our std::strings are UTF-8 encoded, so conversion from std::string to std::filesystem::path must use UTF-8 decoding. The native Windows std::filesystem::path constructor and assignment operator accepting std::string use "native narrow encoding," which mangles path strings containing UTF-8 encoded non-ASCII characters. fsyspath's std::string constructor and assignment operator explicitly engage std::filesystem::u8path() to handle encoding. u8path() is deprecated in C++20, but once we adapt fsyspath's conversion to C++20 conventions, consuming code need not be modified. | |||
2024-03-25 | mac build fix | Maxim Nikolenko | |
2024-03-25 | Add keystroke event support and allow adding text lines to the line editor | Mnikolenko Productengine | |
2024-03-21 | mac build fix | Mnikolenko Productengine | |
2024-03-21 | Accept an array for "add_list_item" and change EVENT_LIST type | Mnikolenko Productengine | |
2024-03-21 | Switch to LLDispatchListener | Mnikolenko Productengine | |
2024-03-20 | LLLuaFloater code clean up | Mnikolenko Productengine | |
2024-03-19 | search xml file in the lib, if path is not full; add test lua floater scripts | Mnikolenko Productengine | |
2024-03-18 | update to use new lua leap; initial support for scroll list | Mnikolenko Productengine | |
2024-03-15 | set commit callback for all buttons including minimize, maximize | Mnikolenko Productengine | |
2024-03-14 | Send additional events to the script when specified | Mnikolenko Productengine | |
2024-03-12 | Initial implementation of LLLuaFloater | Mnikolenko Productengine | |