aboutsummaryrefslogtreecommitdiffhomepage
path: root/core
Commit message (Expand)AuthorAge
* Updated for 8.0.Gravatar mitchell2015-04-30
* Fixed filename encoding issues on Windows; core/ui.luaGravatar mitchell2015-04-27
* Updated for 8.0 beta.Gravatar mitchell2015-04-19
* Updated to Scintilla 3.5.5.Gravatar mitchell2015-04-18
* Allow undocumented `events.MODIFIED` to emit position and length.Gravatar mitchell2015-04-15
* Added `symlink` filter option for ignoring symlinked files and directories.Gravatar mitchell2015-04-13
* Updated for 8.0 alpha.Gravatar mitchell2015-04-01
* Document optional signal that can be sent to processes; core/init.luaGravatar mitchell2015-03-26
* Small documentation updates.Gravatar mitchell2015-03-20
* Code cleanup based on the output of luacheck, a Lua linter.Gravatar mitchell2015-03-16
* Prevent -h, --help switches from exiting single instance; core/args.luaGravatar mitchell2015-03-14
* Lua code cleanup.Gravatar mitchell2015-03-12
* Removed `keys.LANGUAGE_MODULE_PREFIX` key binding.Gravatar mitchell2015-03-12
* Updated to Lua 5.3, LPeg 0.12.2, and lfs 1.6.3.Gravatar mitchell2015-03-11
* Temporarily restore definition of `keys.LANGUAGE_MODULE_PREFIX`.Gravatar mitchell2015-03-11
* Fixed bug with new view-specific properties; core/ui.luaGravatar mitchell2015-03-11
* Updated for 7.9.Gravatar mitchell2015-03-10
* Stop documenting some non-useful buffer functions and fields.Gravatar mitchell2015-03-10
* Made `io.boms` private, as there are few BOMs in existence; core/file_io.luaGravatar mitchell2015-03-10
* Removed `keys.LANGUAGE_MODULE_PREFIX` since language modules no longer use it.Gravatar mitchell2015-03-09
* Moved `events.FILE_SAVED_AS` into `events.FILE_AFTER_SAVE` as extra argument.Gravatar mitchell2015-03-09
* Stop documenting hotspots since new indicator attributes supplant hotspots.Gravatar mitchell2015-03-09
* Updated to Scintilla 3.5.4.Gravatar mitchell2015-03-09
* 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
* Updated LuaDoc; core/.buffer.luadocGravatar mitchell2015-02-09
* Updated for 7.8.Gravatar mitchell2015-01-31
* Removed language-specific context menus.Gravatar mitchell2015-01-29
* Small code and documentation cleanup.Gravatar mitchell2015-01-22
* Made `args.process()` private.Gravatar mitchell2015-01-22
* Check for modified files after resuming from suspend; core/file_io.luaGravatar mitchell2015-01-20
* Updated for 7.8 beta 3.Gravatar mitchell2015-01-20
* Updated to Scintilla 3.5.3.Gravatar mitchell2015-01-20
* Added events for terminal suspend and resume.Gravatar mitchell2015-01-15
* Fix opening network path files on Win32.Gravatar mitchell2015-01-15
* Emit an `events.FOCUS` event after resuming from a suspended state.Gravatar mitchell2015-01-12
* Updated for 7.8 beta 2.Gravatar mitchell2015-01-09
* Fixed LuaDoc; core/init.luaGravatar mitchell2015-01-03
* Updated copyright year.Gravatar mitchell2014-12-31
* Small code and documentation cleanup.Gravatar mitchell2014-12-24
* Enable suspend in the terminal version.Gravatar mitchell2014-12-23
* Updated Luadoc; core/.buffer.luadocGravatar mitchell2014-12-16
* Updated to Scintilla 3.5.2.Gravatar mitchell2014-12-09
* Updated for 7.8 beta.Gravatar mitchell2014-11-30
* 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
* Fixed bug when iterating over root directory; core/lfs_ext.luaGravatar mitchell2014-11-25
* File dialogs in the terminal should span the entire view; core/file_io.luaGravatar mitchell2014-11-23