aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
...
* 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
* Fixed incremental find in ncurses.Gravatar mitchell2012-09-18
* Fixed bug for release names with multiple spaces; src/MakefileGravatar mitchell2012-08-29
* Updated for 6.0 beta 2.Gravatar mitchell2012-08-29
* Updated tmp rule; src/MakefileGravatar mitchell2012-08-26
* Fixed some ncurses memory leaks; src/textadept.cGravatar mitchell2012-08-26
* Fixed ncurses bug where replace entry could not be focused; src/textadept.cGravatar mitchell2012-08-03
* Added 'install' and 'uninstall' rules; src/MakefileGravatar mitchell2012-08-01
* Updated tmp build environment to include win64gtk; src/MakefileGravatar mitchell2012-07-28
* Enable ncurses on OSX; src/textadept.cGravatar mitchell2012-07-28
* Like for OSX and Win32, use any pre-built LuaJIT archives on Linux; src/MakefileGravatar mitchell2012-07-28
* Changes to compile for 64-bit Windows.Gravatar mitchell2012-07-28
* Updated for 6.0 beta.Gravatar mitchell2012-07-26
* Fixes to compile ncurses version on Mac OSX.Gravatar mitchell2012-07-26
* Compile scintillua with NCURSES flag when necessary; src/MakefileGravatar mitchell2012-07-26
* No need for PLAT_* flags; src/textadept.cGravatar mitchell2012-07-23