aboutsummaryrefslogtreecommitdiffhomepage
path: root/core/ui.lua
Commit message (Expand)AuthorAge
* Highlight found text in find in files results.Gravatar mitchell2015-07-25
* Fixed filename encoding issues on Windows; core/ui.luaGravatar mitchell2015-04-27
* Code cleanup based on the output of luacheck, a Lua linter.Gravatar mitchell2015-03-16
* Lua code cleanup.Gravatar mitchell2015-03-12
* Fixed bug with new view-specific properties; core/ui.luaGravatar mitchell2015-03-11
* Fixed bug in previous commit when switching to new buffer; core/ui.luaGravatar mitchell2015-02-23
* Save and restore view-specific properties in view switch events; core/ui.luaGravatar mitchell2015-02-18
* Consider some view-specific properties as buffer-specific ones.Gravatar mitchell2015-02-18
* Small code and documentation cleanup.Gravatar mitchell2015-01-22
* Added events for terminal suspend and resume.Gravatar mitchell2015-01-15
* Fix opening network path files on Win32.Gravatar mitchell2015-01-15
* Updated copyright year.Gravatar mitchell2014-12-31
* Enable suspend in the terminal version.Gravatar mitchell2014-12-23
* Small code cleanup.Gravatar mitchell2014-11-27
* Fixed bug in jumping to compile/run errors and clear annotations before builds.Gravatar mitchell2014-11-26
* Allow connection to `events.QUIT` without requiring index of 1.Gravatar mitchell2014-11-26
* Code and documentation cleanup.Gravatar mitchell2014-11-12
* Fixed return values from `ui.dialogs.optionselect()`; core/ui.luaGravatar mitchell2014-11-06
* Improvements to terminal mouse handling.Gravatar mitchell2014-10-25
* Fixed corner-case in switching to most recent buffer after closing; core/ui.luaGravatar mitchell2014-09-11
* Switch to previous buffer after closing a buffer; core/ui.luaGravatar mitchell2014-08-10
* Indicate presence of a BOM next to statusbar encoding; core/ui.luaGravatar mitchell2014-08-09
* Updated links and homepage.Gravatar mitchell2014-07-02
* Condensed manual and API documentation into single files.Gravatar mitchell2014-06-30
* Lua code cleanup.Gravatar mitchell2014-06-12
* Fixed erroneous LuaDoc.Gravatar mitchell2014-05-31
* Textadept's menus may be edited in-place via the `textadept.menu` module.Gravatar mitchell2014-05-28
* 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