aboutsummaryrefslogtreecommitdiff
path: root/src/textadept.c
AgeCommit message (Expand)Author
2017-03-23No need to reassign reopened stderr; src/textadept.cmitchell
2016-12-31Updated copyright information.mitchell
2016-12-05Updated to Scintilla 3.7.1.mitchell
2016-10-01Fixed regression in r2249 with composed keys; src/textadept.cmitchell
2016-09-12Better handling of key bindings on international keyboards.mitchell
2016-08-11Fixed caps lock key handling.mitchell
2016-07-24Added `events.TAB_CLICKED` event.mitchell
2016-07-04Replaced Lua pattern matching with Regex via Scintilla and TRE.mitchell
2016-07-01Fixed compile error introduced in the terminal version; src/textadept.cmitchell
2016-06-25Combined view metamethods into one and cleaned up some code and comments.mitchell
2016-06-16Changed arguments to `ui.goto_view()` and `view:goto_buffer()`.mitchell
2016-04-09More efficient window refreshing in the terminal version; src/textadept.cmitchell
2016-04-05Improved efficiency of word autocompletion from all buffers.mitchell
2016-03-26Support UTF-8 Lua pattern matching.mitchell
2016-03-22Only show the menubar if there are menus; src/textadept.cmitchell
2016-02-17Fixed potential buffer overflow; src/textadept.cmitchell
2016-02-03Ensure Win32 single instance thread is terminated on exit; src/textadept.cmitchell
2016-01-30Replaced `buffer:text_range()` C function with a Lua function.mitchell
2016-01-30Added single-instance functionality for Win32 and require GLib 2.28+.mitchell
2016-01-30Code cleanup; src/textadept.cmitchell
2016-01-29Fixed focus bug in `view:goto_buffer()` with non-focused view; src/textadept.cmitchell
2016-01-29`buffer:clear_cmd_key()` should only take one argument.mitchell
2015-12-31Updated copyright date.mitchell
2015-09-15Updated to Scintilla 3.6.1.mitchell
2015-08-11Fixed segfault when quitting while the command entry is open; src/textadept.cmitchell
2015-08-02Updated to Scintilla 3.6.0.mitchell
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