aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2013-04-27Updated for 6.6 beta.mitchell
2013-04-26Fixed compilation error for CDK on Mac OSX.mitchell
2013-04-24Do not emit keys while the command entry completion is active; src/textadept.cmitchell
2013-04-24Renamed `_G.buffer_new()` to `buffer.new()`.mitchell
2013-04-21Fixed compilation error for latest Scinterm; src/Makefilemitchell
2013-04-21Updates to compile with latest GTK-OSX.mitchell
2013-04-15Allow updating of curses command entry text from events; src/textadept.cmitchell
2013-04-15Better key handling in Windows curses; src/textadept.cmitchell
2013-04-11Added key modes and changed the command entry to use them.mitchell
2013-04-08Make "command_entry_keypress" event more consistent with "keypress" in curses.mitchell
2013-04-08Reduce the delay when pressing the Escape key in curses; src/textadept.cmitchell
2013-04-05Initial support for Windows terminal via pdcurses.mitchell
2013-04-03Textadept should support multiple curses platforms; remove ncurses references.mitchell
2013-03-31Reverted update to LPeg 0.11 due to crash in multi-lang lexers; src/Makefilemitchell
2013-03-31Updated for 6.5.mitchell
2013-03-29Updated to Lua 5.2.2 and LPeg 0.11.mitchell
2013-03-07Updated documentation; src/textadept.cmitchell
2013-02-27Updated for 6.4.mitchell
2013-02-27Fixed bug with indexable buffer properties that return strings; src/textadept.cmitchell
2013-02-27GtkTable is deprecated in GTK 3.4, use GtkGrid instead; src/textadept.cmitchell
2013-02-23Set gtdialog parent window; src/textadept.cmitchell
2013-01-29Updated for 6.3.mitchell
2013-01-20Updated copyright date.mitchell
2012-12-30Updated for 6.2.mitchell
2012-12-26"make install" and "make ncurses install" install separate binaries.mitchell
2012-12-09Updated for 6.1.mitchell
2012-12-09Remove "-m32" flag when compiling LuaJIT on 32-bit arch; src/Makefilemitchell
2012-12-03Fixed bug since readlink() does not append '\0'; src/textadept.cmitchell
2012-11-30Better detect architecture when compiling; src/Makefilemitchell
2012-11-26Do not set DESTDIR and added PREFIX; src/Makefilemitchell
2012-10-31Added official Python module; src/Makefilemitchell
2012-10-30Pass "Escape" key to Scintilla correctly in ncurses.mitchell
2012-10-29Updated for 6.0.mitchell
2012-10-22Fix string collation bug in ncurses due to CDK.mitchell
2012-10-16Fixed GUI menu key shortcut handling.mitchell
2012-10-12Code cleanup; src/textadept.cmitchell
2012-10-12Fixed ncurses bug in command selection introduced by r1256.mitchell
2012-10-04Flush input queue in ncurses when finished with CDK widgets; src/textadept.cmitchell
2012-09-30Updated for 6.0 beta 3.mitchell
2012-09-28Added marks for making selection in ncurses.mitchell
2012-09-26Ensure Lua stack has enough elements in `lstring_iconv()`; src/textadept.cmitchell
2012-09-25Bugfix for `string.iconv()` from Gilles Grégoire.mitchell
2012-09-23Do not write ncurses initialization errors over titlebar; src/textadept.cmitchell
2012-09-22More consistant preproc grouping; src/textadept.cmitchell
2012-09-18Keep termios disabled in CDK objects; src/textadept.cmitchell
2012-09-18New Textadept icon.mitchell
2012-09-18Fixed incremental find in ncurses.mitchell
2012-08-29Fixed bug for release names with multiple spaces; src/Makefilemitchell
2012-08-29Updated for 6.0 beta 2.mitchell
2012-08-26Updated tmp rule; src/Makefilemitchell