aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-12-23Enable suspend in the terminal version.mitchell
2014-12-17Fixed curses bug with toggling find options via API; src/textadept.cmitchell
2014-12-17Fix CDK warning; src/cdk.patchmitchell
2014-12-12Removed unused variable; src/Makefilemitchell
2014-12-09Updated to Scintilla 3.5.2.mitchell
2014-11-30Patch Scintilla to sometimes prevent call tip repositioning; src/scintilla.patchmitchell
2014-11-30Updated for 7.8 beta.mitchell
2014-11-29Fixed command entry reset bug for real instead of in r1861.mitchell
2014-11-26Integrated Chris Emerson's curses split view window manager.mitchell
2014-11-26Allow connection to `events.QUIT` without requiring index of 1.mitchell
2014-11-24Keep command entry focus when window loses focus; src/textadept.cmitchell
2014-11-24No need for a separate build dir for automated builds; src/Makefilemitchell
2014-11-23Patch CDK for basic UTF-8 support.mitchell
2014-11-22Small Makefile changes; src/Makefilemitchell
2014-11-20Updated Scintilla patch to match upstream patch; src/scintilla.patchmitchell
2014-11-18Use labels in the statusbar instead of statusbar widgets; src/textadept.cmitchell
2014-11-15Fixed command entry reset bug now that the entry is a Scintilla buffer.mitchell
2014-11-09Patch Scintilla in order to allow custom line markers; src/scintilla.patchmitchell
2014-11-08Patch Scintilla in order to allow custom wrap visuals; src/scintilla.patchmitchell
2014-11-07Patch Scintilla in order to allow custom tab arrow drawing; src/scintilla.patchmitchell
2014-10-30Added `LINUX` and `BSD` platform flags for the sake of completeness.mitchell
2014-10-29Fixed compiler warnings.mitchell
2014-10-29Disable GCC optimizations when compiling with DEBUG=1; src/Makefilemitchell
2014-10-25Patch Scintilla to configure "closeness" of mouse clicks; src/scintilla.patchmitchell
2014-10-25Improvements to terminal mouse handling.mitchell
2014-10-24Fixed bug in `lL_event()` for LUA_TNUMBER type size mismatches; src/textadept.cmitchell
2014-10-22Enable terminal mouse clicks and movements in Windows; src/textadept.cmitchell
2014-10-21Enable mouse clicks and movements in the terminal version.mitchell
2014-10-18Handle unknown CSI events and bracketed pasted in the terminal version.mitchell
2014-10-11Move the command entry into a split pane on GTK.mitchell
2014-10-09Patch Scintilla to fix pasting from external Win32 apps; src/scintilla.patchmitchell
2014-10-05Replaced command entry text field with a Scintilla buffer.mitchell
2014-09-30Updated to Scintillua 3.5.1-1; src/Makefilemitchell
2014-09-29Use lspawn 1.0; src/Makefilemitchell
2014-09-29Updated for 7.7.mitchell
2014-09-29Updated to Scintilla 3.5.1.mitchell
2014-09-01Updated to latest lspawn; src/Makefilemitchell
2014-09-01Updated to Scintillua 3.5.0-1 and Scinterm 1.4; src/Makefilemitchell
2014-09-01Updated for Textadept 7.6.mitchell
2014-08-23Patch Scintilla 3.5.0 to compile for Mac OSX; src/scintilla.patchmitchell
2014-08-18Updated to Scintilla 3.5.0.mitchell
2014-08-15Correctly recognize DEL when emitted by the Backspace key; src/textadept.cmitchell
2014-08-15Reverted separating ^H from Backspace in the terminal version.mitchell
2014-08-13Fixed naming of lspawn object files; src/Makefilemitchell
2014-08-13Separate ^H from Backspace in the terminal version.mitchell
2014-07-19Added .desktop files for Linux.mitchell
2014-07-18Updated to LPeg 0.12; src/Makefilemitchell
2014-07-18Do not prevent Makefile from passing DEBUG flag to sub-`make`s; src/Makefilemitchell
2014-07-12Cleaned up Makefile with target-specific variables; src/Makefilemitchell
2014-07-12Implement spawn functionality for terminal version.mitchell