aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
AgeCommit message (Collapse)Author
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-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-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 to Scintilla and Scintillua 3.6.2.mitchell
2015-10-14Updated to LPeg 1.0; src/Makefilemitchell
2015-10-01Updated lspawn and Scintillua dependency versions; src/Makefilemitchell
2015-09-29Added Gherkin lexer.mitchell
Requires Scintillua r514 (changeset 8bce8ef421d7).
2015-09-15Updated to Scintilla 3.6.1.mitchell
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-01Updated to Scintilla 3.5.6; src/Makefilemitchell
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-01Updated archives 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-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-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-20Updated to Scintillua 3.5.3-1; src/Makefilemitchell
2015-01-20Updated to Scintilla 3.5.3.mitchell
2015-01-09Updated to latest scintillua, scinterm, lspawn, and gtdialog; src/Makefilemitchell
The last beta used snapshots.
2014-12-31Updated copyright year.mitchell
2014-12-24Added Makefile rule to generate ctags; src/Makefilemitchell
2014-12-12Removed unused variable; src/Makefilemitchell
2014-12-09Updated to Scintilla 3.5.2.mitchell
2014-11-30Updated for 7.8 beta.mitchell
2014-11-26Integrated Chris Emerson's curses split view window manager.mitchell
2014-11-24No need for a separate build dir for automated builds; src/Makefilemitchell
2014-11-22Small Makefile changes; src/Makefilemitchell
2014-10-29Fixed compiler warnings.mitchell
2014-10-29Disable GCC optimizations when compiling with DEBUG=1; src/Makefilemitchell
2014-10-25Improvements to terminal mouse handling.mitchell
Emit events for unhandled mouse events and connect to such events in order to focus and resize views. Patch libtermkey with new Win32 PDCurses driver for unified key/mouse input. Update CDK patch to always use libtermkey and to ignore mouse events. Requires Scinterm r97 (changeset 8d1a625c9b4d). Thanks to Chris Emerson for proof of concept code that handles mouse events and for the code that focuses and resizes views.
2014-09-30Updated to Scintillua 3.5.1-1; src/Makefilemitchell
2014-09-29Use lspawn 1.0; src/Makefilemitchell