aboutsummaryrefslogtreecommitdiffhomepage
path: root/core/keys.lua
Commit message (Expand)AuthorAge
* More LuaDoc updates.Gravatar mitchell2013-10-18
* Code and documentation cleanup.Gravatar mitchell2013-09-23
* Moved buffer IO functions into the `io` module.Gravatar mitchell2013-09-09
* Updated LuaDoc.Gravatar mitchell2013-09-06
* Renamed `_M.textadept` to `textadept`; `_M` is for language modules only now.Gravatar mitchell2013-08-26
* Renamed `gui` to `ui` since it's more applicable.Gravatar mitchell2013-08-26
* Updated some documentation.Gravatar mitchell2013-08-10
* Renamed "language-specific" modules to just "language modules" in documentation.Gravatar mitchell2013-07-08
* Fixed curses autocomplete with the "Enter" key.Gravatar mitchell2013-06-04
* Rewrote some LuaDoc to use the active voice.Gravatar mitchell2013-05-26
* Allow empty tables as keychains if they have metatables; core/keys.luaGravatar mitchell2013-05-16
* More code cleanup.Gravatar mitchell2013-04-29
* Renamed `_G.buffer_new()` to `buffer.new()`.Gravatar mitchell2013-04-24
* Updates to compile with latest GTK-OSX.Gravatar mitchell2013-04-21
* Added key modes and changed the command entry to use them.Gravatar mitchell2013-04-11
* Initial support for Windows terminal via pdcurses.Gravatar mitchell2013-04-05
* Textadept should support multiple curses platforms; remove ncurses references.Gravatar mitchell2013-04-03
* Updated copyright date.Gravatar mitchell2013-01-20
* Recognize special ncurses keys better.Gravatar mitchell2012-12-03
* Rewrote LuaDoc.Gravatar mitchell2012-11-19
* Changed Lua code style for tables.Gravatar mitchell2012-11-19
* Continued updating documentation formatting.Gravatar mitchell2012-10-30
* Pass "Escape" key to Scintilla correctly in ncurses.Gravatar mitchell2012-10-30
* Updated documentation formatting.Gravatar mitchell2012-10-29
* `keys.get_gdk_key()` has no use to ncurses; core/keys.luaGravatar mitchell2012-10-17
* Fixed GUI menu key shortcut handling.Gravatar mitchell2012-10-16
* Fixed incremental find in ncurses.Gravatar mitchell2012-09-18
* Documentation overhaul.Gravatar mitchell2012-09-12
* Ignore Fn-key combinations on Mac OSX.Gravatar mitchell2012-07-09
* Updated key commands for ncurses.Gravatar mitchell2012-06-22
* `gui.statusbar_text` is write-only again.Gravatar mitchell2012-06-06
* Moved "Markdown:" comments into module LuaDoc comments.Gravatar mitchell2012-03-16
* Updated contact email address.Gravatar mitchell2012-03-07
* Documentation overhaul with Discount (Markdown implementation).Gravatar mitchell2012-03-07
* Added keypad keys to KEYSYMS; core/keys.luaGravatar mitchell2012-03-06
* Added documentation on propagation; core/keys.luaGravatar mitchell2012-03-03
* Use GtkOSXApplication, which is Cocoa-based, instead of Carbon API calls on OSX.Gravatar mitchell2012-02-22
* Update LuaDoc with new formatting.Gravatar mitchell2012-02-10
* Updated copyright information.Gravatar mitchell2012-01-06
* Rename '_m' to '_M'.Gravatar mitchell2012-01-05
* Changed 'locale.localize()' to global '_L' table.Gravatar mitchell2011-12-31
* Code cleanup.Gravatar mitchell2011-12-31
* Remove 'package.seeall' from LuaDoc comments.Gravatar mitchell2011-12-13
* Remove 'module' and update LuaDoc comments appropriately.Gravatar mitchell2011-12-12
* Updated to Lua 5.2.Gravatar mitchell2011-12-12
* Code cleanup.Gravatar mitchell2011-11-23
* Use lexer at the caret for key commands and snippets.Gravatar mitchell2011-09-28
* Reformatted some LuaDoc.Gravatar mitchell2011-09-27
* Lua code cleanup.Gravatar mitchell2011-09-26
* LANGUAGE_MODULE_PREFIX should be Command on Mac OSX, not Control; core/keys.luaGravatar mitchell2011-08-17