aboutsummaryrefslogtreecommitdiffhomepage
path: root/core/ui.lua
Commit message (Expand)AuthorAge
...
* Make new arguments to `events.TAB_CLICKED` backwards-compatible.Gravatar mitchell2019-11-13
* Changed `events.TAB_CLICKED` to emit button clicked as well as modifier keys.Gravatar mitchell2019-11-07
* Fixed opening of non-UTF-8-encoded filenames dropped into a view.Gravatar mitchell2019-09-25
* Do not restore rectangular selection mode on buffer switch.Gravatar mitchell2019-09-20
* Restore rectangular selection state when switching between buffers.Gravatar mitchell2019-09-20
* Restore virtual space state when switching between buffers.Gravatar mitchell2019-09-19
* Fixed bug introduced in r2623.Gravatar mitchell2019-09-19
* Properly handle absolute paths in run output and case-insensitivity on Windows.Gravatar mitchell2019-09-19
* Improve caret sticky behavior when switching between buffers.Gravatar mitchell2019-08-07
* Fail more gracefully when attempting to create buffers on init.Gravatar mitchell2019-07-30
* Updated copyright year.Gravatar mitchell2019-02-16
* Fixed inability to resize one split view configuration with the mouse in curses.Gravatar mitchell2018-10-31
* Document the fact that `ui.print()` cannot be called during init.Gravatar mitchell2018-10-17
* Added ability to save/restore persistent data during reset.Gravatar mitchell2018-09-10
* Fixed view focus synchronization issues when dropping files into split views.Gravatar mitchell2018-08-06
* Removed LuaJIT version of Textadept.Gravatar mitchell2018-04-25
* The terminal version can immediately focus a clicked view.Gravatar mitchell2018-02-21
* Fixed crash when attempting to show badly-encoded filename in titlebar.Gravatar mitchell2018-02-16
* Fixed copy-paste between views in the terminal version.Gravatar mitchell2018-02-16
* Updated copyright year.Gravatar mitchell2018-01-25
* Buffer settings on startup apply to subsequent buffers.Gravatar mitchell2017-11-12
* No need to manually set codepage to UTF-8, now that it's Scintilla's default.Gravatar mitchell2017-11-07
* Added ability for buffer list to show buffers by z-order.Gravatar mitchell2017-07-02
* Small code cleanup.Gravatar mitchell2017-06-23
* Added support and documentation for new ui dialogs.Gravatar mitchell2017-06-20
* Updated copyright information.Gravatar mitchell2016-12-31
* Updated to Scintilla 3.7.0.Gravatar mitchell2016-10-19
* Small LuaDoc updates.Gravatar mitchell2016-08-29
* 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