aboutsummaryrefslogtreecommitdiffhomepage
path: root/core/ui.lua
Commit message (Expand)AuthorAge
* Fixed bug when cancelling dropdown dialog; core/ui.luaGravatar mitchell2014-04-06
* Added basic project support for snapopen and build scripts.Gravatar mitchell2014-03-27
* Added new `ui.SILENT_PRINT` option for printing to buffers silently; core/ui.luaGravatar mitchell2014-03-20
* Added support for gtdialog's new `optionselect` dialog.Gravatar mitchell2014-03-05
* Fixed bug introduced by last commit; core/ui.luaGravatar mitchell2014-02-19
* Fixed bug with empty entries in multiple entry inputdialogs; core/ui.luaGravatar mitchell2014-02-18
* Fixed bug with restoring views in buffers with word wrap enabled; core/ui.luaGravatar mitchell2014-01-28
* Added support for multiple entry boxes in inputdialogs.Gravatar mitchell2014-01-16
* Updated copyright information.Gravatar mitchell2014-01-12
* Merge the separate Textadept and lexer Lua states into a single unified one.Gravatar mitchell2014-01-01
* Added configurable tab context menus.Gravatar mitchell2013-12-19
* 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