Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-04-01 | Updated archives for 8.0 alpha. | ||
2015-03-18 | Updated the location of ncurses on the build server; src/Makefile | ||
2015-03-16 | Fixed CFLAGS and CXXFLAGS passing for automated x86_64 builds; src/Makefile | ||
2015-03-14 | Updated lfs download zip name and link; src/Makefile | ||
On FreeBSD the https link was problematic. | |||
2015-03-14 | Updated lfs download zip name; src/Makefile | ||
2015-03-13 | Fixed build flags; src/Makefile | ||
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-11 | Updated to Lua 5.3, LPeg 0.12.2, and lfs 1.6.3. | ||
LuaJIT uses Lua 5.3's new utf8 library. Restored documentation for Lua 5.1 symbols and added deprecation notes. | |||
2015-03-10 | Need latest Scinterm to utilize Scintilla patch from r1949; src/Makefile | ||
2015-03-09 | Updated to Scintilla 3.5.4. | ||
2015-03-09 | Fixed nightly builds; src/Makefile | ||
2015-03-07 | Updated language module link and location. | ||
2015-03-07 | Official language modules are all in one repository now; src/Makefile | ||
2015-01-20 | Updated to Scintillua 3.5.3-1; src/Makefile | ||
2015-01-20 | Updated to Scintilla 3.5.3. | ||
2015-01-09 | Updated to latest scintillua, scinterm, lspawn, and gtdialog; src/Makefile | ||
The last beta used snapshots. | |||
2014-12-31 | Updated copyright year. | ||
2014-12-24 | Added Makefile rule to generate ctags; src/Makefile | ||
2014-12-12 | Removed unused variable; src/Makefile | ||
2014-12-09 | Updated to Scintilla 3.5.2. | ||
2014-11-30 | Updated for 7.8 beta. | ||
2014-11-26 | Integrated Chris Emerson's curses split view window manager. | ||
2014-11-24 | No need for a separate build dir for automated builds; src/Makefile | ||
2014-11-22 | Small Makefile changes; src/Makefile | ||
2014-10-29 | Fixed compiler warnings. | ||
2014-10-29 | Disable GCC optimizations when compiling with DEBUG=1; src/Makefile | ||
2014-10-25 | Improvements to terminal mouse handling. | ||
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-30 | Updated to Scintillua 3.5.1-1; src/Makefile | ||
2014-09-29 | Use lspawn 1.0; src/Makefile | ||
2014-09-29 | Updated to Scintilla 3.5.1. | ||
2014-09-01 | Updated to latest lspawn; src/Makefile | ||
2014-09-01 | Updated to Scintillua 3.5.0-1 and Scinterm 1.4; src/Makefile | ||
2014-08-18 | Updated to Scintilla 3.5.0. | ||
2014-08-13 | Fixed naming of lspawn object files; src/Makefile | ||
2014-07-18 | Updated to LPeg 0.12; src/Makefile | ||
Requires Scintillua changeset 441. | |||
2014-07-18 | Do not prevent Makefile from passing DEBUG flag to sub-`make`s; src/Makefile | ||
2014-07-12 | Cleaned up Makefile with target-specific variables; src/Makefile | ||
2014-07-12 | Implement spawn functionality for terminal version. | ||
Requires lspawn r21. Thanks to Chris Emerson for proof-of-concept code. Spawning still does not work for Win32 terminal version, though. | |||
2014-07-11 | Fixed documentation generation when `../doc/bombay` isn't present; src/Makefile | ||
2014-07-09 | Refactored bits of the Makefile and added Scintillua et. al. versioning. | ||
2014-07-03 | Updated to Scintilla 3.4.4. | ||
2014-06-30 | Condensed manual and API documentation into single files. | ||
2014-06-07 | Added buffer constants to buffer LuaDoc and improved Lua tags and api generator. | ||
2014-05-25 | Updated to Scintilla 3.4.2. | ||
Also temporarily include my upstream patch for autocompletion into multiple selections. When 3.4.3 comes out, the patch may be removed. This commit negates the requirement for Scintilla post 3.4.2, mentioned in 1736:12256c79f24b. | |||
2014-05-24 | Drop support for official java, php, rails, and rhtml modules; src/Makefile | ||
2014-05-10 | Recognize reST and YAML files. | ||
Requires Scintillua r423. | |||
2014-05-10 | Fixed bug in exporting Lua symbols on Windows. | ||
2014-04-01 | Updated to Scintilla 3.4.1; src/Makefile | ||
2014-03-27 | Added basic project support for snapopen and build scripts. | ||
Also fixed some curses errors introduced by the last commit. | |||
2014-03-26 | Include my new "lspawn" module by default for spawning processes. | ||
The `textadept.run` module now uses `spawn()` instead of `io.popen()`. This module replaces the dependency on winapi. Removed experimental `io.popen()` and `os.execute()` hooks. They may be re-implemented later using `spawn()`. | |||
2014-03-23 | Updated to Scintilla 3.4.0 and LuaJIT 2.0.3. | ||