aboutsummaryrefslogtreecommitdiffhomepage
path: root/core
Commit message (Expand)AuthorAge
* Updated documentation.Gravatar mitchell2014-04-30
* Updated for 7.2.Gravatar mitchell2014-04-30
* Updated for 7.2 beta 4.Gravatar mitchell2014-04-10
* Temporarily disable spawn in OSX due to GLib crashes.Gravatar mitchell2014-04-10
* Fixed bug introduced by r1710 relating to absolute paths.Gravatar mitchell2014-04-10
* Added `lfs.abspath()` in order to always use absolute paths.Gravatar mitchell2014-04-06
* Fixed bug when cancelling dropdown dialog; core/ui.luaGravatar mitchell2014-04-06
* Updated for 7.2 beta 2.Gravatar mitchell2014-04-01
* Arguments to `spawn()` should be in _CHARSET, not necessarily UTF-8.Gravatar mitchell2014-03-28
* Added more documentation on project building.Gravatar mitchell2014-03-28
* Added basic project support for snapopen and build scripts.Gravatar mitchell2014-03-27
* Include my new "lspawn" module by default for spawning processes.Gravatar mitchell2014-03-26
* Updated to Scintilla 3.4.0 and LuaJIT 2.0.3.Gravatar mitchell2014-03-23
* 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
* Updated for 7.2 beta 2.Gravatar mitchell2014-03-01
* Use `assert(...)` as a shortcut for `if not ... then error() end`.Gravatar mitchell2014-03-01
* 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
* Updated for 7.2 beta.Gravatar mitchell2014-02-10
* Improved compatibility of experimental winapi `os.execute()`; core/file_io.luaGravatar mitchell2014-02-10
* Updated to Scintilla 3.3.9.Gravatar mitchell2014-02-05
* 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
* Added Swedish translation from Niklas Wallén.Gravatar mitchell2014-01-14
* Updated copyright information.Gravatar mitchell2014-01-12
* Handle './' and '../' sequences in filepaths; core/file_io.luaGravatar mitchell2014-01-03
* Updated for 7.2 alpha.Gravatar mitchell2014-01-01
* Merge the separate Textadept and lexer Lua states into a single unified one.Gravatar mitchell2014-01-01
* Some programs pass lower-case drive letters to external editors; core/args.luaGravatar mitchell2013-12-19
* Added configurable tab context menus.Gravatar mitchell2013-12-19
* Enable read-only access to the current chain of key sequences; core/keys.luaGravatar mitchell2013-12-18
* Updated LuaDoc; core/.buffer.luadocGravatar mitchell2013-12-16
* Added dummy `flush()` for processes in experimental winapi; core/file_io.luaGravatar mitchell2013-12-15
* Updated to Scintilla 3.3.7.Gravatar mitchell2013-12-15
* Do not stop opening files if one of them is already open; core/file_io.luaGravatar mitchell2013-12-14
* Allow process writing in experimental winapi.Gravatar mitchell2013-12-14
* More LuaDoc updates.Gravatar mitchell2013-12-12
* Fixed `os.execute()` return values in experimental winapi; core/file_io.luaGravatar mitchell2013-11-20
* Do not split the view when printing messages if tabs are enabled; core/ui.luaGravatar mitchell2013-11-19
* Experimental winapi extension for preventing the flashing black box on Windows.Gravatar mitchell2013-11-19
* LuaDoc updates.Gravatar mitchell2013-11-18
* Updated for 7.1.Gravatar mitchell2013-11-11
* Updated documentation.Gravatar mitchell2013-11-11
* Added `events.FILE_CHANGED`; core/file_io.luaGravatar mitchell2013-11-11
* Fixed bug with Scintilla notification constants.Gravatar mitchell2013-11-11
* `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
* Updated for 7.0.Gravatar mitchell2013-10-30