aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* Removed `_G.RESETTING`; test for `arg` instead.Gravatar mitchell2013-06-24
* Fixed module releases; src/MakefileGravatar mitchell2013-06-23
* Reverted to lfs 1.6.0 since later versions break the LuaJIT version.Gravatar mitchell2013-06-23
* Use precompiled 64-bit libluajit.a for release and nightly builds; src/MakefileGravatar mitchell2013-06-23
* Refactored Makefile for release and nightly builds.Gravatar mitchell2013-06-22
* Removed redundant source release.Gravatar mitchell2013-06-21
* Use lfs 1.6.2 instead of latest master; src/MakefileGravatar mitchell2013-06-21
* Allow multiple jobs; src/MakefileGravatar mitchell2013-06-20
* Added support for nightly Linux x86_64 build.Gravatar mitchell2013-06-19
* Reverted to LPeg 0.10.2; src/MakefileGravatar mitchell2013-06-17
* Allow for automated nightly builds; src/MakefileGravatar mitchell2013-06-15
* Code cleanup; src/MakefileGravatar mitchell2013-06-14
* New makefile rules for preparing build environments on various platforms.Gravatar mitchell2013-06-14
* New makefile 'osx-app' rule for building Textadept.app.Gravatar mitchell2013-06-09
* No need to initialize static variables; src/textadept.cGravatar mitchell2013-06-08
* Added Makefile rules for creating cross-platform UI build environments.Gravatar mitchell2013-06-06
* Fixed curses autocomplete with the "Enter" key.Gravatar mitchell2013-06-04
* Updated for 7.0 alpha.Gravatar mitchell2013-05-25
* Rewrote theme implementation.Gravatar mitchell2013-05-15
* Updated for 6.6.Gravatar mitchell2013-05-25
* 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