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
2012-10-12
Code cleanup; src/textadept.c
mitchell
2012-10-12
Fixed ncurses bug in command selection introduced by r1256.
mitchell
2012-10-04
Flush input queue in ncurses when finished with CDK widgets; src/textadept.c
mitchell
2012-09-28
Added marks for making selection in ncurses.
mitchell
2012-09-26
Ensure Lua stack has enough elements in `lstring_iconv()`; src/textadept.c
mitchell
2012-09-25
Bugfix for `string.iconv()` from Gilles Grégoire.
mitchell
2012-09-23
Do not write ncurses initialization errors over titlebar; src/textadept.c
mitchell
2012-09-22
More consistant preproc grouping; src/textadept.c
mitchell
2012-09-18
Keep termios disabled in CDK objects; src/textadept.c
mitchell
2012-09-18
New Textadept icon.
mitchell
2012-09-18
Fixed incremental find in ncurses.
mitchell
2012-08-26
Fixed some ncurses memory leaks; src/textadept.c
mitchell
2012-08-03
Fixed ncurses bug where replace entry could not be focused; src/textadept.c
mitchell
2012-07-28
Enable ncurses on OSX; src/textadept.c
mitchell
2012-07-28
Changes to compile for 64-bit Windows.
mitchell
2012-07-26
Fixes to compile ncurses version on Mac OSX.
mitchell
2012-07-23
No need for PLAT_* flags; src/textadept.c
mitchell
2012-07-21
Converted some `buffer` "get" and "set" functions into properties.
mitchell
2012-07-18
Synchronize copy-paste buffer between Scintilla and CDK widgets.
mitchell
2012-07-15
Include CDK directly instead of requiring it as a dependency.
mitchell
2012-07-13
Redirect stderr to avoid drawing to the ncurses window; src/textadept.c
mitchell
2012-07-12
Refresh the ncurses Scintilla window on startup; src/textadept.c
mitchell
2012-07-12
Fixed bug with running commands in the ncurses command entry; src/textadept.c
mitchell
2012-07-12
Fixed bug in highlighting found text in ncurses; src/textadept.c
mitchell
2012-07-12
Restore termios after running CDK widgets; src/textadept.c
mitchell
2012-07-12
Handle terminal resizes in ncurses; src/textadept.c
mitchell
2012-07-10
Fixes to compile on BSD.
mitchell
2012-06-27
Refactored the Makefile.
mitchell
2012-06-24
Handle UTF-8 characters correctly in ncurses.
mitchell
2012-06-24
Refresh the ncurses Scintilla window more accurately; src/textadept.c
mitchell
2012-06-22
Updated key commands for ncurses.
mitchell
2012-06-20
Use look-up table for libtermkey keysyms; src/textadept.c
mitchell
2012-06-20
Ignore some termios and signals in ncurses; src/textadept.c
mitchell
2012-06-18
Removed ncurses splitting for now; src/textadept.c
mitchell
2012-06-16
Fixed some compile warnings.
mitchell
2012-06-12
Identify charset in ncurses; src/textadept.c
mitchell
2012-06-07
More code cleanup; src/textadept.c.
mitchell
2012-06-07
Code cleanup and ncurses bugfixes; src/textadept.c
mitchell
2012-06-06
Check for `args` and `args.process()` in single instance; src/textadept.c
mitchell
2012-06-06
`gui.statusbar_text` is write-only again.
mitchell
2012-06-06
Code cleanup and ncurses GUI improvements.
mitchell
2012-06-06
Removed 'gtk-' stock menus and changed 'separator' to ''.
mitchell
2012-06-05
Added ncurses Command Entry completion.
mitchell
2012-06-04
Added ncurses Find/Replace dialog.
mitchell
2012-06-03
Added ncurses Command Entry; src/textadept.c
mitchell
2012-06-03
Draw ncurses split view line; src/textadept.c
mitchell
2012-06-02
GCocoaDialog was renamed gtDialog.
mitchell
2012-06-02
Code cleanup; src/textadept.c
mitchell
2012-05-25
Finished removing forward declarations; src/textadept.c
mitchell
2012-05-24
Removed more forward declarations; src/textadept.c
mitchell
[next]