aboutsummaryrefslogtreecommitdiffhomepage
path: root/core
Commit message (Expand)AuthorAge
* Documentation overhaul with Discount (Markdown implementation).Gravatar mitchell2012-03-07
* Added keypad keys to KEYSYMS; core/keys.luaGravatar mitchell2012-03-06
* Fixed LuaDoc for `buffer:get_lexer()`; core/.buffer.luadocGravatar mitchell2012-03-03
* Added documentation on propagation; core/keys.luaGravatar mitchell2012-03-03
* Added note about `modifiers` limitation for events; core/events.luaGravatar mitchell2012-03-03
* Fixed bug introduced by 1053; core/gui.luaGravatar mitchell2012-03-01
* Updated for 5.1.Gravatar mitchell2012-02-29
* Fixed display of `buffer._type` when it has slashes in its name; core/gui.luaGravatar mitchell2012-02-28
* Use GtkOSXApplication, which is Cocoa-based, instead of Carbon API calls on OSX.Gravatar mitchell2012-02-22
* Fixed LuaDoc errors.Gravatar mitchell2012-02-22
* Update LuaDoc with new formatting.Gravatar mitchell2012-02-10
* Updated for 5.0.Gravatar mitchell2012-01-31
* Updated LuaDoc.Gravatar mitchell2012-01-17
* Create separate LuaDoc for module table fields.Gravatar mitchell2012-01-12
* Updated for 5.0 beta.Gravatar mitchell2012-01-10
* Updated copyright information.Gravatar mitchell2012-01-06
* Code cleanup.Gravatar mitchell2012-01-05
* Rename '_m' to '_M'.Gravatar mitchell2012-01-05
* Change in core/compat.lua to not confuse LuaDoc.Gravatar mitchell2012-01-01
* Code cleanup.Gravatar mitchell2012-01-01
* Changed 'locale.localize()' to global '_L' table.Gravatar mitchell2011-12-31
* Code cleanup.Gravatar mitchell2011-12-31
* Release is alpha, not beta; core/init.luaGravatar mitchell2011-12-22
* Updated for 5.0 alpha.Gravatar mitchell2011-12-21
* Updated iface to Scintilla 3.0.2.Gravatar mitchell2011-12-21
* Added more LuaJIT compatibility; core/compat.luaGravatar mitchell2011-12-20
* Wrap LuaDoc for C tables and functions in long comments.Gravatar mitchell2011-12-20
* Added more LuaJIT compatibility functions; core/compat.luaGravatar mitchell2011-12-19
* Actually fixed bug introduced by r994, r996; core/file_io.luaGravatar mitchell2011-12-19
* Fixed bug in core/compat.lua for LuaJIT.Gravatar mitchell2011-12-16
* Add support for compiling with LuaJIT.Gravatar mitchell2011-12-15
* No need for 'lexer.lpeg.script' property anymore; core/gui.luaGravatar mitchell2011-12-14
* Remove 'package.seeall' from LuaDoc comments.Gravatar mitchell2011-12-13
* Fixed bug introduced by r994; core/file_io.luaGravatar mitchell2011-12-13
* Remove 'module' and update LuaDoc comments appropriately.Gravatar mitchell2011-12-12
* Updated to Lua 5.2.Gravatar mitchell2011-12-12
* Updated Russian localization; core/locales/locale.ru.confGravatar mitchell2011-11-29
* Write theme changes to ~/.textadept/theme; core/gui.luaGravatar mitchell2011-11-28
* Updated for 4.3.Gravatar mitchell2011-11-28
* Code cleanup.Gravatar mitchell2011-11-23
* Removed _m.textadept.editing.select_style().Gravatar mitchell2011-11-23
* Added theme utilities, modified light and dark themes, and removed scite theme.Gravatar mitchell2011-11-23
* Fixed erroneous charset conversion; core/file_io.luaGravatar mitchell2011-11-11
* Fixed bug with opening files in current dir from command line; core/file_io.luaGravatar mitchell2011-11-08
* Updated for 4.2.Gravatar mitchell2011-10-31
* Updated to Scintilla 3.0.0.Gravatar mitchell2011-10-31
* Use lexer at the caret for key commands and snippets.Gravatar mitchell2011-09-28
* Updated for 4.1.Gravatar mitchell2011-09-28
* Added gui.goto_file() for the 'find' and 'run' modules.Gravatar mitchell2011-09-28
* Reformatted some LuaDoc.Gravatar mitchell2011-09-27