aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2016-02-29Temporarily use latest version of Scintillua; src/Makefilemitchell
2016-02-29Updated for 8.6.mitchell
2016-02-25Updated to lspawn 1.4; src/Makefilemitchell
2016-02-17Fixed potential buffer overflow; src/textadept.cmitchell
Thanks to Markus F.X.J. Oberhumer.
2016-02-05Fix building CDK in debug mode.mitchell
In debug mode, inline functions are not inlined, so ensure internal linkage. Thanks to Markus F.X.J. Oberhume.
2016-02-03Ensure Win32 single instance thread is terminated on exit; src/textadept.cmitchell
2016-02-03Updated to Scinterm 1.7; src/Makefilemitchell
2016-02-01Use an archived CDK version instead of the latest; src/Makefilemitchell
Otherwise building Textadept from the source could break at any time.
2016-01-30Replaced `buffer:text_range()` C function with a Lua function.mitchell
2016-01-30Added single-instance functionality for Win32 and require GLib 2.28+.mitchell
Thanks to Carl Sturtivant for the Win32 proof-of-concept code.
2016-01-30Code cleanup; src/textadept.cmitchell
2016-01-29Fixed focus bug in `view:goto_buffer()` with non-focused view; src/textadept.cmitchell
2016-01-29`buffer:clear_cmd_key()` should only take one argument.mitchell
The `bit32` library makes bit shifting easier.
2016-01-23Updated to Scintillua 3.6.3-1; src/Makefilemitchell
2016-01-20Updated to Scintilla 3.6.3 and enabled idle styling.mitchell
Patched Scintilla to prevent warning on widget destroy.
2015-12-31Use the latest hg version of Scintillua; src/Makefilemitchell
2015-12-31Updated copyright date.mitchell
2015-12-31Updated for 8.5.mitchell
2015-12-06Updated to Lua 5.3.2.mitchell
2015-11-13No need to PGP sign non-source archives; src/Makefilemitchell
2015-11-11PGP sign packages for added integrity.mitchell
2015-11-07Updated for 8.4.mitchell
2015-11-07Updated to Scintilla and Scintillua 3.6.2.mitchell
2015-10-14Updated to LPeg 1.0; src/Makefilemitchell
2015-10-12Fixed S-Tab binding in CDK widgets; src/cdk.patchmitchell
2015-10-01Updated lspawn and Scintillua dependency versions; src/Makefilemitchell
2015-10-01Updated for 8.3.mitchell
2015-09-29Added Gherkin lexer.mitchell
Requires Scintillua r514 (changeset 8bce8ef421d7).
2015-09-15Updated to Scintilla 3.6.1.mitchell
2015-08-31Updated for 8.2.mitchell
2015-08-11Fixed segfault when quitting while the command entry is open; src/textadept.cmitchell
2015-08-03Updated to Scintillua 3.6.0-1; src/Makefilemitchell
2015-08-02Updated to Scintilla 3.6.0.mitchell
2015-06-30Updated for 8.1.mitchell
2015-06-23Updated to Scintilla 3.5.7.mitchell
2015-06-22Updated to Lua 5.3.1.mitchell
2015-06-01Removed unnecessary casts; src/textadept.cmitchell
2015-06-01Updated to Scintilla 3.5.6; src/Makefilemitchell
2015-04-30Updated for 8.0.mitchell
2015-04-21Removed Scintilla patch applied in 3.5.5; src/scintilla.patchmitchell
2015-04-19Updated for 8.0 beta.mitchell
2015-04-18Updated to Scintilla 3.5.5.mitchell
2015-04-18Updated to Scintillua 3.5.5-1 and Scinterm 1.6; src/Makefilemitchell
2015-04-18Fixed 'require' bug with lfs and utf8 in LuaJIT version.mitchell
2015-04-15Allow undocumented `events.MODIFIED` to emit position and length.mitchell
2015-04-01Updated archives for 8.0 alpha.mitchell
2015-04-01Updated for 8.0 alpha.mitchell
2015-03-18Updated the location of ncurses on the build server; src/Makefilemitchell
2015-03-16Fixed CFLAGS and CXXFLAGS passing for automated x86_64 builds; src/Makefilemitchell
2015-03-14Updated lfs download zip name and link; src/Makefilemitchell
On FreeBSD the https link was problematic.