aboutsummaryrefslogtreecommitdiffhomepage
path: root/core/ui.lua
Commit message (Expand)AuthorAge
* 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