aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Changed Lua code style for tables.Gravatar mitchell2012-11-19
* Use proper type for color setting functions in themes.Gravatar mitchell2012-11-18
* Added tag textadept_6.0 for changeset 703d39a658e3Gravatar mitchell2012-11-02
* Updated CHANGELOG.md.Gravatar mitchell2012-10-31
* Updated Lua Adeptsense apidoc; modules/lua/apiGravatar mitchell2012-10-31
* Finalize icon; core/images/textadept.svgGravatar mitchell2012-10-31
* Added official Python module; src/MakefileGravatar mitchell2012-10-31
* Fix typos in documentation.Gravatar mitchell2012-10-31
* Updated LuaDoc; core/.buffer.luadocGravatar mitchell2012-10-31
* Continued updating documentation formatting.Gravatar mitchell2012-10-30
* Updated to LuaJIT 2.0.0-beta11; core/compat.luaGravatar mitchell2012-10-30
* Pass "Escape" key to Scintilla correctly in ncurses.Gravatar mitchell2012-10-30
* Updated for 6.0.Gravatar mitchell2012-10-29
* Updated documentation formatting.Gravatar mitchell2012-10-29
* Mention copying dll files when compiling for Win32; doc/12_Compiling.mdGravatar mitchell2012-10-29
* Updated doc/markdowndoc.lua.Gravatar mitchell2012-10-29
* Fixed LuaDoc; core/.view.luadocGravatar mitchell2012-10-23
* Removed `_M.textadept.run.execute()`.Gravatar mitchell2012-10-23
* Fix string collation bug in ncurses due to CDK.Gravatar mitchell2012-10-22
* Added an event for when a search wraps; modules/textadept/find.luaGravatar mitchell2012-10-22
* `keys.get_gdk_key()` has no use to ncurses; core/keys.luaGravatar mitchell2012-10-17
* Updated manual.Gravatar mitchell2012-10-17
* Added ncurses key bindings for bookmarks; modules/textadept/keys.luaGravatar mitchell2012-10-17
* Tweaked Textadept icon.Gravatar mitchell2012-10-16
* Added key shortcut for toggling fold points; modules/textadept/keys.luaGravatar mitchell2012-10-16
* Fixed GUI menu key shortcut handling.Gravatar mitchell2012-10-16
* Code cleanup; src/textadept.cGravatar mitchell2012-10-12
* Fixed ncurses bug in command selection introduced by r1256.Gravatar mitchell2012-10-12
* Fixed bug in key command; modules/textadept/keys.luaGravatar mitchell2012-10-12
* No rectangular selection mouse modifier in ncurses; themes/term/view.luaGravatar mitchell2012-10-08
* Use '@field' LuaDoc for events defined in modules.Gravatar mitchell2012-10-08
* Updated to generate newer documentation; scripts/gen_iface.luaGravatar mitchell2012-10-06
* Fixed more bugs introduced by r1260.Gravatar mitchell2012-10-06
* Fixed bug in default themes for Windows.Gravatar mitchell2012-10-06
* Flush input queue in ncurses when finished with CDK widgets; src/textadept.cGravatar mitchell2012-10-04
* Fixed bug introduced by r1260; modules/textadept/snippets.luaGravatar mitchell2012-10-02
* Simplified auto-indent; modules/textadept/editing.luaGravatar mitchell2012-10-03
* Added command line argument documentation; doc/13_Help.mdGravatar mitchell2012-10-03
* Updated CHANGELOG.md.Gravatar mitchell2012-10-01
* Added tag textadept_6.0_beta_3 for changeset 693d11c6408cGravatar mitchell2012-09-30
* Updated Lua Adeptsense apidoc; modules/lua/apiGravatar mitchell2012-09-30
* Updated for 6.0 beta 3.Gravatar mitchell2012-09-30
* Use the bit32 library for checking marker bits; modules/textadept/bookmarks.luaGravatar mitchell2012-09-28
* Added marks for making selection in ncurses.Gravatar mitchell2012-09-28
* Ensure Lua stack has enough elements in `lstring_iconv()`; src/textadept.cGravatar mitchell2012-09-26
* Bugfix for `string.iconv()` from Gilles Grégoire.Gravatar mitchell2012-09-25
* Do not write ncurses initialization errors over titlebar; src/textadept.cGravatar mitchell2012-09-23
* Fixes to Lua paths.Gravatar mitchell2012-09-22
* More consistant preproc grouping; src/textadept.cGravatar mitchell2012-09-22
* Keep termios disabled in CDK objects; src/textadept.cGravatar mitchell2012-09-18