aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/textadept.c
Commit message (Expand)AuthorAge
* Emit `BUFFER_AFTER_SWITCH` event before `BUFFER_DELETED`; src/textadept.cGravatar mitchell2015-03-12
* Updated to Lua 5.3, LPeg 0.12.2, and lfs 1.6.3.Gravatar mitchell2015-03-11
* Fixed accidental firing of "Escape" key on window focus lost; src/textadept.cGravatar mitchell2015-03-09
* Made `args.process()` private.Gravatar mitchell2015-01-22
* Fixed bug in preventing standard focus out events to be fired; src/textadept.cGravatar mitchell2015-01-20
* Code cleanup; src/textadept.cGravatar 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
* 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 copyright year.Gravatar mitchell2014-12-31
* Enable suspend in the terminal version.Gravatar mitchell2014-12-23
* Fixed curses bug with toggling find options via API; src/textadept.cGravatar mitchell2014-12-17
* Fixed command entry reset bug for real instead of in r1861.Gravatar mitchell2014-11-29
* Integrated Chris Emerson's curses split view window manager.Gravatar mitchell2014-11-26
* Allow connection to `events.QUIT` without requiring index of 1.Gravatar mitchell2014-11-26
* Keep command entry focus when window loses focus; src/textadept.cGravatar mitchell2014-11-24
* Patch CDK for basic UTF-8 support.Gravatar mitchell2014-11-23
* Use labels in the statusbar instead of statusbar widgets; src/textadept.cGravatar mitchell2014-11-18
* Fixed command entry reset bug now that the entry is a Scintilla buffer.Gravatar mitchell2014-11-15
* Added `LINUX` and `BSD` platform flags for the sake of completeness.Gravatar mitchell2014-10-30
* Fixed compiler warnings.Gravatar mitchell2014-10-29
* Improvements to terminal mouse handling.Gravatar mitchell2014-10-25
* Fixed bug in `lL_event()` for LUA_TNUMBER type size mismatches; src/textadept.cGravatar mitchell2014-10-24
* Enable terminal mouse clicks and movements in Windows; src/textadept.cGravatar mitchell2014-10-22
* Enable mouse clicks and movements in the terminal version.Gravatar mitchell2014-10-21
* Handle unknown CSI events and bracketed pasted in the terminal version.Gravatar mitchell2014-10-18
* Move the command entry into a split pane on GTK.Gravatar mitchell2014-10-11
* Replaced command entry text field with a Scintilla buffer.Gravatar mitchell2014-10-05
* Correctly recognize DEL when emitted by the Backspace key; src/textadept.cGravatar mitchell2014-08-15
* Reverted separating ^H from Backspace in the terminal version.Gravatar mitchell2014-08-15
* Separate ^H from Backspace in the terminal version.Gravatar mitchell2014-08-13
* Implement spawn functionality for terminal version.Gravatar mitchell2014-07-12
* Refactored bits of the Makefile and added Scintillua et. al. versioning.Gravatar mitchell2014-07-09
* Added `event.FOCUS` for when Textadept's window receives focus.Gravatar mitchell2014-06-20
* Added parameter to `events.UPDATE_UI`.Gravatar mitchell2014-06-07
* Code cleanup.Gravatar mitchell2014-05-29
* More accurate error message; src/textadept.cGravatar mitchell2014-04-10
* Added basic project support for snapopen and build scripts.Gravatar mitchell2014-03-27
* Include my new "lspawn" module by default for spawning processes.Gravatar mitchell2014-03-26
* Fixed Win32 terminal bug that disallowed Shifted characters; src/textadept.cGravatar mitchell2014-03-10
* Added split views in the terminal version thanks to Chris Emerson.Gravatar mitchell2014-02-12
* C code cleanup; src/textadept.cGravatar mitchell2014-02-12
* Removed unnecessary return from `main()`; src/textadept.cGravatar mitchell2014-02-10
* Small C code cleanup; src/textadept.cGravatar mitchell2014-01-16
* Updated copyright information.Gravatar mitchell2014-01-12
* Merge the separate Textadept and lexer Lua states into a single unified one.Gravatar mitchell2014-01-01
* C code cleanup; src/textadept.cGravatar mitchell2013-12-29
* Added configurable tab context menus.Gravatar mitchell2013-12-19
* Export TermKey instance so CDK can use it for input.Gravatar mitchell2013-12-19