index
:
textadept.git
master
My personalizations for textadept
Alessandro Iezzi
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
textadept.c
Age
Commit message (
Expand
)
Author
2018-02-25
Attempt to fix some compiler warnings and errors recently introduced.
mitchell
2018-02-24
Define header flags in source code rather than in Makefile.
mitchell
2018-02-24
Provide minimal support for GTK 3 and ignore deprecations.
mitchell
2018-02-21
The terminal version can immediately focus a clicked view.
mitchell
2018-01-31
Fixed busy wait in second instance of Textadept on Windows.
mitchell
2018-01-25
Updated copyright year.
mitchell
2017-11-18
Fixed non-global buffer operations whose doc pointers are outside int range.
mitchell
2017-11-12
Buffer settings on startup apply to subsequent buffers.
mitchell
2017-07-25
Properly handle `buffer.margin_left` and `buffer.margin_right`.
mitchell
2017-03-23
No need to reassign reopened stderr; src/textadept.c
mitchell
2016-12-31
Updated copyright information.
mitchell
2016-12-05
Updated to Scintilla 3.7.1.
mitchell
2016-10-01
Fixed regression in r2249 with composed keys; src/textadept.c
mitchell
2016-09-12
Better handling of key bindings on international keyboards.
mitchell
2016-08-11
Fixed caps lock key handling.
mitchell
2016-07-24
Added `events.TAB_CLICKED` event.
mitchell
2016-07-04
Replaced Lua pattern matching with Regex via Scintilla and TRE.
mitchell
2016-07-01
Fixed compile error introduced in the terminal version; src/textadept.c
mitchell
2016-06-25
Combined view metamethods into one and cleaned up some code and comments.
mitchell
2016-06-16
Changed arguments to `ui.goto_view()` and `view:goto_buffer()`.
mitchell
2016-04-09
More efficient window refreshing in the terminal version; src/textadept.c
mitchell
2016-04-05
Improved efficiency of word autocompletion from all buffers.
mitchell
2016-03-26
Support UTF-8 Lua pattern matching.
mitchell
2016-03-22
Only show the menubar if there are menus; src/textadept.c
mitchell
2016-02-17
Fixed potential buffer overflow; src/textadept.c
mitchell
2016-02-03
Ensure Win32 single instance thread is terminated on exit; src/textadept.c
mitchell
2016-01-30
Replaced `buffer:text_range()` C function with a Lua function.
mitchell
2016-01-30
Added single-instance functionality for Win32 and require GLib 2.28+.
mitchell
2016-01-30
Code cleanup; src/textadept.c
mitchell
2016-01-29
Fixed focus bug in `view:goto_buffer()` with non-focused view; src/textadept.c
mitchell
2016-01-29
`buffer:clear_cmd_key()` should only take one argument.
mitchell
2015-12-31
Updated copyright date.
mitchell
2015-09-15
Updated to Scintilla 3.6.1.
mitchell
2015-08-11
Fixed segfault when quitting while the command entry is open; src/textadept.c
mitchell
2015-08-02
Updated to Scintilla 3.6.0.
mitchell
2015-06-01
Removed unnecessary casts; src/textadept.c
mitchell
2015-04-15
Allow undocumented `events.MODIFIED` to emit position and length.
mitchell
2015-03-12
Emit `BUFFER_AFTER_SWITCH` event before `BUFFER_DELETED`; src/textadept.c
mitchell
2015-03-11
Updated to Lua 5.3, LPeg 0.12.2, and lfs 1.6.3.
mitchell
2015-03-09
Fixed accidental firing of "Escape" key on window focus lost; src/textadept.c
mitchell
2015-01-22
Made `args.process()` private.
mitchell
2015-01-20
Fixed bug in preventing standard focus out events to be fired; src/textadept.c
mitchell
2015-01-20
Code cleanup; src/textadept.c
mitchell
2015-01-20
Fixed horizontal expand flag for Find & Replace widgets in GTK3; src/textadept.c
mitchell
2015-01-15
Added events for terminal suspend and resume.
mitchell
2015-01-12
Emit an `events.FOCUS` event after resuming from a suspended state.
mitchell
2015-01-12
Fixed bug in reporting split views in GTK3; src/textadept.c
mitchell
2014-12-31
Updated copyright year.
mitchell
2014-12-23
Enable suspend in the terminal version.
mitchell
2014-12-17
Fixed curses bug with toggling find options via API; src/textadept.c
mitchell
[next]