aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/textadept.c
Commit message (Expand)AuthorAge
* Changed arguments to `ui.goto_view()` and `view:goto_buffer()`.Gravatar mitchell2016-06-16
* More efficient window refreshing in the terminal version; src/textadept.cGravatar mitchell2016-04-09
* Improved efficiency of word autocompletion from all buffers.Gravatar mitchell2016-04-05
* Support UTF-8 Lua pattern matching.Gravatar mitchell2016-03-26
* Only show the menubar if there are menus; src/textadept.cGravatar mitchell2016-03-22
* Fixed potential buffer overflow; src/textadept.cGravatar mitchell2016-02-17
* Ensure Win32 single instance thread is terminated on exit; src/textadept.cGravatar mitchell2016-02-03
* Replaced `buffer:text_range()` C function with a Lua function.Gravatar mitchell2016-01-30
* Added single-instance functionality for Win32 and require GLib 2.28+.Gravatar mitchell2016-01-30
* Code cleanup; src/textadept.cGravatar mitchell2016-01-30
* Fixed focus bug in `view:goto_buffer()` with non-focused view; src/textadept.cGravatar mitchell2016-01-29
* `buffer:clear_cmd_key()` should only take one argument.Gravatar mitchell2016-01-29
* Updated copyright date.Gravatar mitchell2015-12-31
* Updated to Scintilla 3.6.1.Gravatar mitchell2015-09-15
* Fixed segfault when quitting while the command entry is open; src/textadept.cGravatar mitchell2015-08-11
* Updated to Scintilla 3.6.0.Gravatar mitchell2015-08-02
* Removed unnecessary casts; src/textadept.cGravatar mitchell2015-06-01
* Allow undocumented `events.MODIFIED` to emit position and length.Gravatar mitchell2015-04-15
* 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