aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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.
2015-03-14Updated lfs download zip name; src/Makefilemitchell
2015-03-13Fixed build flags; src/Makefilemitchell
These flags were causing the nightly builds to fail. Lua 5.3's 64-bit integers use "long long", which is not supported by c++98. However, mingw32 has issues with -std=c++0x and apple-darwin does not support it at all. Instead, resort to disabling the "long long" warning.
2015-03-12Emit `BUFFER_AFTER_SWITCH` event before `BUFFER_DELETED`; src/textadept.cmitchell
This fixes a view-specific property bug.
2015-03-11Updated to Lua 5.3, LPeg 0.12.2, and lfs 1.6.3.mitchell
LuaJIT uses Lua 5.3's new utf8 library. Restored documentation for Lua 5.1 symbols and added deprecation notes.
2015-03-10Need latest Scinterm to utilize Scintilla patch from r1949; src/Makefilemitchell
2015-03-10Updated for 7.9.mitchell
2015-03-10Patch Scintilla to fix tab stop calculations in curses; src/scintilla.patchmitchell
This patch was submitted upstream and should not be needed in the next release of Scintilla.
2015-03-09Fixed accidental firing of "Escape" key on window focus lost; src/textadept.cmitchell
2015-03-09Updated to Scintilla 3.5.4.mitchell
2015-03-09Fixed nightly builds; src/Makefilemitchell
2015-03-07Updated language module link and location.mitchell
2015-03-07Official language modules are all in one repository now; src/Makefilemitchell
2015-01-31Updated for 7.8.mitchell
2015-01-22Made `args.process()` private.mitchell
2015-01-20Updated for 7.8 beta 3.mitchell
2015-01-20Updated to Scintillua 3.5.3-1; src/Makefilemitchell