aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
...
* Use '\n' keycode in curses instead of '\r'; src/textadept.cGravatar mitchell2013-05-21
* Reverted r1412 to allow hiding command entry on focus lost; src/textadept.cGravatar mitchell2013-05-16
* Fixed GTK assertion errors when removing find history items; src/textadept.cGravatar mitchell2013-05-15
* Ensure _XOPEN_SOURCE_EXTENDED is defined for Linux ncurses; src/MakefileGravatar mitchell2013-05-12
* Updated for 6.6 beta.Gravatar mitchell2013-04-27
* Fixed compilation error for CDK on Mac OSX.Gravatar mitchell2013-04-26
* Do not emit keys while the command entry completion is active; src/textadept.cGravatar mitchell2013-04-24
* Renamed `_G.buffer_new()` to `buffer.new()`.Gravatar mitchell2013-04-24
* Fixed compilation error for latest Scinterm; src/MakefileGravatar mitchell2013-04-21
* Updates to compile with latest GTK-OSX.Gravatar mitchell2013-04-21
* Allow updating of curses command entry text from events; src/textadept.cGravatar mitchell2013-04-15
* Better key handling in Windows curses; src/textadept.cGravatar mitchell2013-04-15
* Added key modes and changed the command entry to use them.Gravatar mitchell2013-04-11
* Make "command_entry_keypress" event more consistent with "keypress" in curses.Gravatar mitchell2013-04-08
* Reduce the delay when pressing the Escape key in curses; src/textadept.cGravatar mitchell2013-04-08
* Initial support for Windows terminal via pdcurses.Gravatar mitchell2013-04-05
* Textadept should support multiple curses platforms; remove ncurses references.Gravatar mitchell2013-04-03
* Reverted update to LPeg 0.11 due to crash in multi-lang lexers; src/MakefileGravatar mitchell2013-03-31
* Updated for 6.5.Gravatar mitchell2013-03-31
* Updated to Lua 5.2.2 and LPeg 0.11.Gravatar mitchell2013-03-29
* Updated documentation; src/textadept.cGravatar mitchell2013-03-07
* Updated for 6.4.Gravatar mitchell2013-02-27
* Fixed bug with indexable buffer properties that return strings; src/textadept.cGravatar mitchell2013-02-27
* GtkTable is deprecated in GTK 3.4, use GtkGrid instead; src/textadept.cGravatar mitchell2013-02-27
* Set gtdialog parent window; src/textadept.cGravatar mitchell2013-02-23
* Updated for 6.3.Gravatar mitchell2013-01-29
* Updated copyright date.Gravatar mitchell2013-01-20
* Updated for 6.2.Gravatar mitchell2012-12-30
* "make install" and "make ncurses install" install separate binaries.Gravatar mitchell2012-12-26
* Updated for 6.1.Gravatar mitchell2012-12-09
* Remove "-m32" flag when compiling LuaJIT on 32-bit arch; src/MakefileGravatar mitchell2012-12-09
* Fixed bug since readlink() does not append '\0'; src/textadept.cGravatar mitchell2012-12-03
* Better detect architecture when compiling; src/MakefileGravatar mitchell2012-11-30
* Do not set DESTDIR and added PREFIX; src/MakefileGravatar mitchell2012-11-26
* Added official Python module; src/MakefileGravatar mitchell2012-10-31
* Pass "Escape" key to Scintilla correctly in ncurses.Gravatar mitchell2012-10-30
* Updated for 6.0.Gravatar mitchell2012-10-29
* Fix string collation bug in ncurses due to CDK.Gravatar mitchell2012-10-22
* 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
* Flush input queue in ncurses when finished with CDK widgets; src/textadept.cGravatar mitchell2012-10-04
* Updated for 6.0 beta 3.Gravatar mitchell2012-09-30
* 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
* More consistant preproc grouping; src/textadept.cGravatar mitchell2012-09-22
* Keep termios disabled in CDK objects; src/textadept.cGravatar mitchell2012-09-18
* New Textadept icon.Gravatar mitchell2012-09-18