aboutsummaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Collapse)Author
2012-07-21Converted some `buffer` "get" and "set" functions into properties.mitchell
Also updated to Scintilla 3.2.1.
2012-07-21Lua code cleanup and API changes.mitchell
2012-07-17Added function to check if a localized message exists; core/locale.luamitchell
2012-07-17Remove mnemonics from localized ncurses strings; core/locale.luamitchell
2012-07-16Code cleanup.mitchell
2012-07-09Ignore Fn-key combinations on Mac OSX.mitchell
GTKOSX passes a keycode that confuses Scintilla, which inserts a 'DLE' char.
2012-06-27Updated for 5.5 beta.mitchell
2012-06-24Show the text to be localized in the 'No Localization' message; core/locale.luamitchell
2012-06-22Resize most filteredlists to fit the ncurses screen.mitchell
2012-06-22Updated key commands for ncurses.mitchell
2012-06-20Use `~/.textadept/theme_term` or default 'term' theme for ncurses; core/gui.luamitchell
2012-06-06`gui.statusbar_text` is write-only again.mitchell
2012-06-06Removed 'gtk-' stock menus and changed 'separator' to ''.mitchell
2012-06-04Added ncurses Find/Replace dialog.mitchell
2012-06-02GCocoaDialog was renamed gtDialog.mitchell
2012-06-02Use different docstatusbar text format for ncurses; core/gui.luamitchell
2012-05-23Initial support for ncurses.mitchell
2012-05-31Updated for Textadept 5.4.mitchell
2012-05-31Updated to Scintilla 3.2.0.mitchell
2012-04-30Updated for Textadept 5.3.mitchell
2012-04-18Updated to Scintilla 3.1.0.mitchell
2012-04-10Support for single-instance on Linux and BSD with GLib 2.28.mitchell
Also added documentation on running with LuaJIT and require GTK+ 2.18 now.
2012-03-27Removed mentions of GTK stock items in in translation notes.mitchell
2012-03-27Added German translation from Robert Gieseke; core/locales/locale.de.confmitchell
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