Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-06-30 | Updated for 8.1. | ||
2015-06-23 | Updated to Scintilla 3.5.7. | ||
2015-06-22 | Updated to Lua 5.3.1. | ||
2015-06-01 | Removed unnecessary casts; src/textadept.c | ||
2015-06-01 | Updated to Scintilla 3.5.6; src/Makefile | ||
2015-04-30 | Updated for 8.0. | ||
2015-04-21 | Removed Scintilla patch applied in 3.5.5; src/scintilla.patch | ||
2015-04-19 | Updated for 8.0 beta. | ||
2015-04-18 | Updated to Scintilla 3.5.5. | ||
2015-04-18 | Updated to Scintillua 3.5.5-1 and Scinterm 1.6; src/Makefile | ||
2015-04-18 | Fixed 'require' bug with lfs and utf8 in LuaJIT version. | ||
2015-04-15 | Allow undocumented `events.MODIFIED` to emit position and length. | ||
2015-04-01 | Updated archives for 8.0 alpha. | ||
2015-04-01 | Updated 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-12 | Emit `BUFFER_AFTER_SWITCH` event before `BUFFER_DELETED`; src/textadept.c | ||
This fixes a view-specific property bug. | |||
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-10 | Updated for 7.9. | ||
2015-03-10 | Patch Scintilla to fix tab stop calculations in curses; src/scintilla.patch | ||
This patch was submitted upstream and should not be needed in the next release of Scintilla. | |||
2015-03-09 | Fixed accidental firing of "Escape" key on window focus lost; src/textadept.c | ||
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-31 | Updated for 7.8. | ||
2015-01-22 | Made `args.process()` private. | ||
2015-01-20 | Updated for 7.8 beta 3. | ||
2015-01-20 | Updated to Scintillua 3.5.3-1; src/Makefile | ||
2015-01-20 | Fixed bug in preventing standard focus out events to be fired; src/textadept.c | ||
It is desirable to keep the command entry visible if the window is losing focus. Otherwise, allow normal focus out events to be fired, including Scintilla's defaults that hide the cursor, etc. | |||
2015-01-20 | Code cleanup; src/textadept.c | ||
2015-01-20 | Updated to Scintilla 3.5.3. | ||
2015-01-20 | Fixed horizontal expand flag for Find & Replace widgets in GTK3; src/textadept.c | ||
2015-01-15 | Added events for terminal suspend and resume. | ||
Suspend can be prevented by an error handler, described in a new FAQ entry. New `events.RESUME` replaces `events.FOCUS` for the terminal version. Utilize these events to disable/enable bracketed paste and mouse modes. | |||
2015-01-12 | Emit an `events.FOCUS` event after resuming from a suspended state. | ||
2015-01-12 | Fixed bug in reporting split views in GTK3; src/textadept.c | ||
2015-01-09 | Updated for 7.8 beta 2. | ||
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-24 | Patched Scintilla to fix curses margin intersection; src/scintilla.patch | ||
Clicking on the first character in a line caused Scintilla to think the line's margin was clicked, incorrectly selecting the entire line. | |||
2014-12-23 | Enable suspend in the terminal version. | ||
Patch libtermkey to allow this and also to support mouse enabling/disabling. Needed to change ^Z undo to M-Z and added M-S-Z as extra redo. | |||
2014-12-17 | Fixed curses bug with toggling find options via API; src/textadept.c | ||
2014-12-17 | Fix CDK warning; src/cdk.patch | ||
2014-12-12 | Removed unused variable; src/Makefile | ||
2014-12-09 | Updated to Scintilla 3.5.2. | ||