aboutsummaryrefslogtreecommitdiffhomepage
path: root/core/ui.lua
Commit message (Expand)AuthorAge
...
* Added `events.TAB_CLICKED` event.Gravatar mitchell2016-07-24
* Changed arguments to `ui.goto_view()` and `view:goto_buffer()`.Gravatar mitchell2016-06-16
* Renamed `ui.SILENT_PRINT` to `ui.silent_print`.Gravatar mitchell2016-06-15
* Removed explicit detection and use of extinct CR line endings.Gravatar mitchell2016-06-15
* Removed explicit BOM support.Gravatar mitchell2016-06-15
* Localize "Lua reset" message.Gravatar mitchell2016-04-16
* Save and restore horizontal scroll position when switching buffers; core/ui.luaGravatar mitchell2016-04-11
* Do not run some `events.UPDATE_UI` handlers when scrolling.Gravatar mitchell2016-04-05
* Only convert filenames from `_CHARSET` to UTF-8, not UTF-8-encoded buffer names.Gravatar mitchell2016-04-05
* File dialogs only return UTF-8-encoded filenames on Win32 GTK; core/ui.luaGravatar mitchell2016-04-05
* Code cleanup.Gravatar mitchell2016-04-02
* Code cleanup; ui.luaGravatar mitchell2016-02-01
* `buffer:clear_cmd_key()` should only take one argument.Gravatar mitchell2016-01-29
* Updated copyright date.Gravatar mitchell2015-12-31
* 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