aboutsummaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Collapse)Author
2012-03-27Translate all messages instead of relying on GTK to translate stock items.mitchell
2012-03-26Updated for 5.2.mitchell
2012-03-26Updated some links.mitchell
2012-03-25Improved message double-clicking behavior for run and compile commands.mitchell
2012-03-22Added Spanish translation from Manuel Montenegro.mitchell
2012-03-16Moved "Markdown:" comments into module LuaDoc comments.mitchell
2012-03-13Use absolute paths for command line files; core/args.luamitchell
2012-03-07Updated contact email address.mitchell
2012-03-07Documentation overhaul with Discount (Markdown implementation).mitchell
The standard LuaDoc template is no longer used. Instead, the new `scripts/markdowndoc.lua` has the template for LuaDoc and `scripts/update_doc` has the template for the Manual. Also added README, CHANGELOG, and THANKS files.
2012-03-06Added keypad keys to KEYSYMS; core/keys.luamitchell
2012-03-03Fixed LuaDoc for `buffer:get_lexer()`; core/.buffer.luadocmitchell
2012-03-03Added documentation on propagation; core/keys.luamitchell
2012-03-03Added note about `modifiers` limitation for events; core/events.luamitchell
2012-03-01Fixed bug introduced by 1053; core/gui.luamitchell
2012-02-29Updated for 5.1.mitchell
2012-02-28Fixed display of `buffer._type` when it has slashes in its name; core/gui.luamitchell
2012-02-22Use GtkOSXApplication, which is Cocoa-based, instead of Carbon API calls on OSX.mitchell
2012-02-22Fixed LuaDoc errors.mitchell
2012-02-10Update LuaDoc with new formatting.mitchell
2012-01-31Updated for 5.0.mitchell
2012-01-17Updated LuaDoc.mitchell
2012-01-12Create separate LuaDoc for module table fields.mitchell
2012-01-10Updated for 5.0 beta.mitchell
2012-01-06Updated copyright information.mitchell
2012-01-05Code cleanup.mitchell
2012-01-05Rename '_m' to '_M'.mitchell
2012-01-01Change in core/compat.lua to not confuse LuaDoc.mitchell
2012-01-01Code cleanup.mitchell
2011-12-31Changed 'locale.localize()' to global '_L' table.mitchell
2011-12-31Code cleanup.mitchell
2011-12-22Release is alpha, not beta; core/init.luamitchell
2011-12-21Updated for 5.0 alpha.mitchell
2011-12-21Updated iface to Scintilla 3.0.2.mitchell
2011-12-20Added more LuaJIT compatibility; core/compat.luamitchell
2011-12-20Wrap LuaDoc for C tables and functions in long comments.mitchell
2011-12-19Added more LuaJIT compatibility functions; core/compat.luamitchell
2011-12-19Actually fixed bug introduced by r994, r996; core/file_io.luamitchell
2011-12-16Fixed bug in core/compat.lua for LuaJIT.mitchell
2011-12-15Add support for compiling with LuaJIT.mitchell
2011-12-14No need for 'lexer.lpeg.script' property anymore; core/gui.luamitchell
2011-12-13Remove 'package.seeall' from LuaDoc comments.mitchell
2011-12-13Fixed bug introduced by r994; core/file_io.luamitchell
2011-12-12Remove 'module' and update LuaDoc comments appropriately.mitchell
2011-12-12Updated to Lua 5.2.mitchell
2011-11-29Updated Russian localization; core/locales/locale.ru.confmitchell
Thanks to Vladimir Lomov.
2011-11-28Write theme changes to ~/.textadept/theme; core/gui.luamitchell
2011-11-28Updated for 4.3.mitchell
2011-11-23Code cleanup.mitchell
2011-11-23Removed _m.textadept.editing.select_style().mitchell
2011-11-23Added theme utilities, modified light and dark themes, and removed scite theme.mitchell
Added gui.set_theme() and gui.select_theme() theming utilities. All new light and dark themes. Moved old classic themes to the wiki.