aboutsummaryrefslogtreecommitdiffhomepage
path: root/core/ui.lua
Commit message (Expand)AuthorAge
* More LuaDoc updates.Gravatar mitchell2013-12-12
* Do not split the view when printing messages if tabs are enabled; core/ui.luaGravatar mitchell2013-11-19
* `ui.clipboard_text` is no longer read-only.Gravatar mitchell2013-11-10
* Updated LuaDoc.Gravatar mitchell2013-11-10
* Added support for tabs.Gravatar mitchell2013-11-07
* The buffer API applies to all buffers now, not just the global one.Gravatar mitchell2013-10-18
* More LuaDoc updates.Gravatar mitchell2013-10-18
* Changed `ui.set_theme()` API to accept a table of properties to assign.Gravatar mitchell2013-10-02
* Added new `ui.dialogs` module for more user-friendly dialog support.Gravatar mitchell2013-09-29
* Removed the `SC` prefix from most constants in `_SCINTILLA.constants`.Gravatar mitchell2013-09-16
* Removed the `SC_` prefix from constants in `_SCINTILLA.constants`.Gravatar mitchell2013-09-16
* Do not convert filenames to UTF-8; keep them in `_CHARSET`.Gravatar mitchell2013-09-15
* Moved buffer IO functions into the `io` module.Gravatar mitchell2013-09-09
* Fixed potential crash caused by split views.Gravatar mitchell2013-09-08
* Updated LuaDoc.Gravatar mitchell2013-09-06
* Renamed `ui.docstatusbar_text` to `ui.bufstatusbar_text`.Gravatar mitchell2013-09-05
* Renamed `_M.textadept` to `textadept`; `_M` is for language modules only now.Gravatar mitchell2013-08-26
* Renamed `gui` to `ui` since it's more applicable.Gravatar mitchell2013-08-26