Age | Commit message (Expand) | Author |
---|---|---|
2013-10-02 | Changed `ui.set_theme()` API to accept a table of properties to assign. | |
2013-09-29 | Added new `ui.dialogs` module for more user-friendly dialog support. | |
2013-09-16 | Removed the `SC` prefix from most constants in `_SCINTILLA.constants`. | |
2013-09-16 | Removed the `SC_` prefix from constants in `_SCINTILLA.constants`. | |
2013-09-15 | Do not convert filenames to UTF-8; keep them in `_CHARSET`. | |
2013-09-09 | Moved buffer IO functions into the `io` module. | |
2013-09-08 | Fixed potential crash caused by split views. | |
2013-09-06 | Updated LuaDoc. | |
2013-09-05 | Renamed `ui.docstatusbar_text` to `ui.bufstatusbar_text`. | |
2013-08-26 | Renamed `_M.textadept` to `textadept`; `_M` is for language modules only now. | |
2013-08-26 | Renamed `gui` to `ui` since it's more applicable. |