aboutsummaryrefslogtreecommitdiff
path: root/core/ui.lua
AgeCommit message (Expand)Author
2017-11-12Buffer settings on startup apply to subsequent buffers.mitchell
2017-11-07No need to manually set codepage to UTF-8, now that it's Scintilla's default.mitchell
2017-07-02Added ability for buffer list to show buffers by z-order.mitchell
2017-06-23Small code cleanup.mitchell
2017-06-20Added support and documentation for new ui dialogs.mitchell
2016-12-31Updated copyright information.mitchell
2016-10-19Updated to Scintilla 3.7.0.mitchell
2016-08-29Small LuaDoc updates.mitchell
2016-07-24Added `events.TAB_CLICKED` event.mitchell
2016-06-16Changed arguments to `ui.goto_view()` and `view:goto_buffer()`.mitchell
2016-06-15Renamed `ui.SILENT_PRINT` to `ui.silent_print`.mitchell
2016-06-15Removed explicit detection and use of extinct CR line endings.mitchell
2016-06-15Removed explicit BOM support.mitchell
2016-04-16Localize "Lua reset" message.mitchell
2016-04-11Save and restore horizontal scroll position when switching buffers; core/ui.luamitchell
2016-04-05Do not run some `events.UPDATE_UI` handlers when scrolling.mitchell
2016-04-05Only convert filenames from `_CHARSET` to UTF-8, not UTF-8-encoded buffer names.mitchell
2016-04-05File dialogs only return UTF-8-encoded filenames on Win32 GTK; core/ui.luamitchell
2016-04-02Code cleanup.mitchell
2016-02-01Code cleanup; ui.luamitchell
2016-01-29`buffer:clear_cmd_key()` should only take one argument.mitchell
2015-12-31Updated copyright date.mitchell
2015-07-25Highlight found text in find in files results.mitchell
2015-04-27Fixed filename encoding issues on Windows; core/ui.luamitchell
2015-03-16Code cleanup based on the output of luacheck, a Lua linter.mitchell
2015-03-12Lua code cleanup.mitchell
2015-03-11Fixed bug with new view-specific properties; core/ui.luamitchell
2015-02-23Fixed bug in previous commit when switching to new buffer; core/ui.luamitchell
2015-02-18Save and restore view-specific properties in view switch events; core/ui.luamitchell
2015-02-18Consider some view-specific properties as buffer-specific ones.mitchell
2015-01-22Small code and documentation cleanup.mitchell
2015-01-15Added events for terminal suspend and resume.mitchell
2015-01-15Fix opening network path files on Win32.mitchell
2014-12-31Updated copyright year.mitchell
2014-12-23Enable suspend in the terminal version.mitchell
2014-11-27Small code cleanup.mitchell
2014-11-26Fixed bug in jumping to compile/run errors and clear annotations before builds.mitchell
2014-11-26Allow connection to `events.QUIT` without requiring index of 1.mitchell
2014-11-12Code and documentation cleanup.mitchell
2014-11-06Fixed return values from `ui.dialogs.optionselect()`; core/ui.luamitchell
2014-10-25Improvements to terminal mouse handling.mitchell
2014-09-11Fixed corner-case in switching to most recent buffer after closing; core/ui.luamitchell
2014-08-10Switch to previous buffer after closing a buffer; core/ui.luamitchell
2014-08-09Indicate presence of a BOM next to statusbar encoding; core/ui.luamitchell
2014-07-02Updated links and homepage.mitchell
2014-06-30Condensed manual and API documentation into single files.mitchell
2014-06-12Lua code cleanup.mitchell
2014-05-31Fixed erroneous LuaDoc.mitchell
2014-05-28Textadept's menus may be edited in-place via the `textadept.menu` module.mitchell
2014-04-06Fixed bug when cancelling dropdown dialog; core/ui.luamitchell