aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
* Updated for 8.1.Gravatar mitchell2015-06-30
|
* Updated to Scintilla 3.5.7.Gravatar mitchell2015-06-23
|
* Updated to Lua 5.3.1.Gravatar mitchell2015-06-22
|
* Removed unnecessary casts; src/textadept.cGravatar mitchell2015-06-01
|
* Updated to Scintilla 3.5.6; src/MakefileGravatar mitchell2015-06-01
|
* Updated for 8.0.Gravatar mitchell2015-04-30
|
* Removed Scintilla patch applied in 3.5.5; src/scintilla.patchGravatar mitchell2015-04-21
|
* Updated for 8.0 beta.Gravatar mitchell2015-04-19
|
* Updated to Scintilla 3.5.5.Gravatar mitchell2015-04-18
|
* Updated to Scintillua 3.5.5-1 and Scinterm 1.6; src/MakefileGravatar mitchell2015-04-18
|
* Fixed 'require' bug with lfs and utf8 in LuaJIT version.Gravatar mitchell2015-04-18
|
* Allow undocumented `events.MODIFIED` to emit position and length.Gravatar mitchell2015-04-15
|
* Updated archives for 8.0 alpha.Gravatar mitchell2015-04-01
|
* Updated for 8.0 alpha.Gravatar mitchell2015-04-01
|
* Updated the location of ncurses on the build server; src/MakefileGravatar mitchell2015-03-18
|
* Fixed CFLAGS and CXXFLAGS passing for automated x86_64 builds; src/MakefileGravatar mitchell2015-03-16
|
* Updated lfs download zip name and link; src/MakefileGravatar mitchell2015-03-14
| | | | On FreeBSD the https link was problematic.
* Updated lfs download zip name; src/MakefileGravatar mitchell2015-03-14
|
* Fixed build flags; src/MakefileGravatar mitchell2015-03-13
| | | | | | | 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.
* Emit `BUFFER_AFTER_SWITCH` event before `BUFFER_DELETED`; src/textadept.cGravatar mitchell2015-03-12
| | | | This fixes a view-specific property bug.
* Updated to Lua 5.3, LPeg 0.12.2, and lfs 1.6.3.Gravatar mitchell2015-03-11
| | | | | LuaJIT uses Lua 5.3's new utf8 library. Restored documentation for Lua 5.1 symbols and added deprecation notes.
* Need latest Scinterm to utilize Scintilla patch from r1949; src/MakefileGravatar mitchell2015-03-10
|
* Updated for 7.9.Gravatar mitchell2015-03-10
|
* Patch Scintilla to fix tab stop calculations in curses; src/scintilla.patchGravatar mitchell2015-03-10
| | | | | This patch was submitted upstream and should not be needed in the next release of Scintilla.
* Fixed accidental firing of "Escape" key on window focus lost; src/textadept.cGravatar mitchell2015-03-09
|
* Updated to Scintilla 3.5.4.Gravatar mitchell2015-03-09
|
* Fixed nightly builds; src/MakefileGravatar mitchell2015-03-09
|
* Updated language module link and location.Gravatar mitchell2015-03-07
|
* Official language modules are all in one repository now; src/MakefileGravatar mitchell2015-03-07
|
* Updated for 7.8.Gravatar mitchell2015-01-31
|
* Made `args.process()` private.Gravatar mitchell2015-01-22
|
* Updated for 7.8 beta 3.Gravatar mitchell2015-01-20
|
* Updated to Scintillua 3.5.3-1; src/MakefileGravatar mitchell2015-01-20
|
* Fixed bug in preventing standard focus out events to be fired; src/textadept.cGravatar mitchell2015-01-20
| | | | | | 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.
* Code cleanup; src/textadept.cGravatar mitchell2015-01-20
|
* Updated to Scintilla 3.5.3.Gravatar mitchell2015-01-20
|
* Fixed horizontal expand flag for Find & Replace widgets in GTK3; src/textadept.cGravatar mitchell2015-01-20
|
* Added events for terminal suspend and resume.Gravatar mitchell2015-01-15
| | | | | | 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.
* Emit an `events.FOCUS` event after resuming from a suspended state.Gravatar mitchell2015-01-12
|
* Fixed bug in reporting split views in GTK3; src/textadept.cGravatar mitchell2015-01-12
|
* Updated for 7.8 beta 2.Gravatar mitchell2015-01-09
|
* Updated to latest scintillua, scinterm, lspawn, and gtdialog; src/MakefileGravatar mitchell2015-01-09
| | | | The last beta used snapshots.
* Updated copyright year.Gravatar mitchell2014-12-31
|
* Added Makefile rule to generate ctags; src/MakefileGravatar mitchell2014-12-24
|
* Patched Scintilla to fix curses margin intersection; src/scintilla.patchGravatar mitchell2014-12-24
| | | | | Clicking on the first character in a line caused Scintilla to think the line's margin was clicked, incorrectly selecting the entire line.
* Enable suspend in the terminal version.Gravatar mitchell2014-12-23
| | | | | 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.
* Fixed curses bug with toggling find options via API; src/textadept.cGravatar mitchell2014-12-17
|
* Fix CDK warning; src/cdk.patchGravatar mitchell2014-12-17
|
* Removed unused variable; src/MakefileGravatar mitchell2014-12-12
|
* Updated to Scintilla 3.5.2.Gravatar mitchell2014-12-09
|