aboutsummaryrefslogtreecommitdiff
path: root/src/textadept.c
AgeCommit message (Expand)Author
2015-06-01Removed unnecessary casts; src/textadept.cmitchell
2015-04-15Allow undocumented `events.MODIFIED` to emit position and length.mitchell
2015-03-12Emit `BUFFER_AFTER_SWITCH` event before `BUFFER_DELETED`; src/textadept.cmitchell
2015-03-11Updated to Lua 5.3, LPeg 0.12.2, and lfs 1.6.3.mitchell
2015-03-09Fixed accidental firing of "Escape" key on window focus lost; src/textadept.cmitchell
2015-01-22Made `args.process()` private.mitchell
2015-01-20Fixed bug in preventing standard focus out events to be fired; src/textadept.cmitchell
2015-01-20Code cleanup; src/textadept.cmitchell
2015-01-20Fixed horizontal expand flag for Find & Replace widgets in GTK3; src/textadept.cmitchell
2015-01-15Added events for terminal suspend and resume.mitchell
2015-01-12Emit an `events.FOCUS` event after resuming from a suspended state.mitchell
2015-01-12Fixed bug in reporting split views in GTK3; src/textadept.cmitchell
2014-12-31Updated copyright year.mitchell
2014-12-23Enable suspend in the terminal version.mitchell
2014-12-17Fixed curses bug with toggling find options via API; src/textadept.cmitchell
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-23Patch CDK for basic UTF-8 support.mitchell
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-10-30Added `LINUX` and `BSD` platform flags for the sake of completeness.mitchell
2014-10-29Fixed compiler warnings.mitchell
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-05Replaced command entry text field with a Scintilla buffer.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-13Separate ^H from Backspace in the terminal version.mitchell
2014-07-12Implement spawn functionality for terminal version.mitchell
2014-07-09Refactored bits of the Makefile and added Scintillua et. al. versioning.mitchell
2014-06-20Added `event.FOCUS` for when Textadept's window receives focus.mitchell
2014-06-07Added parameter to `events.UPDATE_UI`.mitchell
2014-05-29Code cleanup.mitchell
2014-04-10More accurate error message; src/textadept.cmitchell
2014-03-27Added basic project support for snapopen and build scripts.mitchell
2014-03-26Include my new "lspawn" module by default for spawning processes.mitchell
2014-03-10Fixed Win32 terminal bug that disallowed Shifted characters; src/textadept.cmitchell
2014-02-12Added split views in the terminal version thanks to Chris Emerson.mitchell
2014-02-12C code cleanup; src/textadept.cmitchell
2014-02-10Removed unnecessary return from `main()`; src/textadept.cmitchell
2014-01-16Small C code cleanup; src/textadept.cmitchell
2014-01-12Updated copyright information.mitchell
2014-01-01Merge the separate Textadept and lexer Lua states into a single unified one.mitchell
2013-12-29C code cleanup; src/textadept.cmitchell