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
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
2014-11-29
Fixed command entry reset bug for real instead of in r1861.
mitchell
2014-11-26
Integrated Chris Emerson's curses split view window manager.
mitchell
2014-11-26
Allow connection to `events.QUIT` without requiring index of 1.
mitchell
2014-11-24
Keep command entry focus when window loses focus; src/textadept.c
mitchell
2014-11-23
Patch CDK for basic UTF-8 support.
mitchell
2014-11-18
Use labels in the statusbar instead of statusbar widgets; src/textadept.c
mitchell
2014-11-15
Fixed command entry reset bug now that the entry is a Scintilla buffer.
mitchell
2014-10-30
Added `LINUX` and `BSD` platform flags for the sake of completeness.
mitchell
2014-10-29
Fixed compiler warnings.
mitchell
2014-10-25
Improvements to terminal mouse handling.
mitchell
2014-10-24
Fixed bug in `lL_event()` for LUA_TNUMBER type size mismatches; src/textadept.c
mitchell
2014-10-22
Enable terminal mouse clicks and movements in Windows; src/textadept.c
mitchell
2014-10-21
Enable mouse clicks and movements in the terminal version.
mitchell
2014-10-18
Handle unknown CSI events and bracketed pasted in the terminal version.
mitchell
2014-10-11
Move the command entry into a split pane on GTK.
mitchell
2014-10-05
Replaced command entry text field with a Scintilla buffer.
mitchell
2014-08-15
Correctly recognize DEL when emitted by the Backspace key; src/textadept.c
mitchell
2014-08-15
Reverted separating ^H from Backspace in the terminal version.
mitchell
2014-08-13
Separate ^H from Backspace in the terminal version.
mitchell
2014-07-12
Implement spawn functionality for terminal version.
mitchell
2014-07-09
Refactored bits of the Makefile and added Scintillua et. al. versioning.
mitchell
2014-06-20
Added `event.FOCUS` for when Textadept's window receives focus.
mitchell
2014-06-07
Added parameter to `events.UPDATE_UI`.
mitchell
2014-05-29
Code cleanup.
mitchell
2014-04-10
More accurate error message; src/textadept.c
mitchell
2014-03-27
Added basic project support for snapopen and build scripts.
mitchell
2014-03-26
Include my new "lspawn" module by default for spawning processes.
mitchell
2014-03-10
Fixed Win32 terminal bug that disallowed Shifted characters; src/textadept.c
mitchell
2014-02-12
Added split views in the terminal version thanks to Chris Emerson.
mitchell
2014-02-12
C code cleanup; src/textadept.c
mitchell
2014-02-10
Removed unnecessary return from `main()`; src/textadept.c
mitchell
2014-01-16
Small C code cleanup; src/textadept.c
mitchell
2014-01-12
Updated copyright information.
mitchell
2014-01-01
Merge the separate Textadept and lexer Lua states into a single unified one.
mitchell
2013-12-29
C code cleanup; src/textadept.c
mitchell
2013-12-19
Added configurable tab context menus.
mitchell
2013-12-19
Export TermKey instance so CDK can use it for input.
mitchell
2013-12-15
Updated to Scintilla 3.3.7.
mitchell
2013-11-19
Experimental winapi extension for preventing the flashing black box on Windows.
mitchell
2013-11-10
`ui.clipboard_text` is no longer read-only.
mitchell
2013-11-07
Added support for tabs.
mitchell
2013-10-30
Fixed GTK3 bug with split views introduced in r1611; src/textadept.c
mitchell
2013-10-29
Fix warnings and errors when compiling for GTK3.
mitchell
2013-10-18
The buffer API applies to all buffers now, not just the global one.
mitchell
2013-09-06
Fixed bug in processing command line options introduced in r1546.
mitchell
2013-09-05
Renamed `ui.docstatusbar_text` to `ui.bufstatusbar_text`.
mitchell
2013-08-31
Allow user scripts to handle `BUFFER_NEW` and `VIEW_NEW` events on startup.
mitchell
[next]