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
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
2013-08-26
Renamed `gui` to `ui` since it's more applicable.
mitchell
2013-08-24
Include Scintilla constants in `buffer`s.
mitchell
2013-07-17
Fixed compile error on curses from previous commit; src/textadept.c
mitchell
2013-07-16
Save window maximized state in sessions.
mitchell
2013-07-08
Ensure split view is painted by GTK before scrolling it; src/textadept.c
mitchell
2013-07-08
Ensure split view is drawn by GTK before scrolling it; src/textadept.c
mitchell
2013-06-24
Removed `_G.RESETTING`; test for `arg` instead.
mitchell
2013-06-08
No need to initialize static variables; src/textadept.c
mitchell
2013-06-04
Fixed curses autocomplete with the "Enter" key.
mitchell
2013-05-15
Rewrote theme implementation.
mitchell
2013-05-21
Use '\n' keycode in curses instead of '\r'; src/textadept.c
mitchell
2013-05-16
Reverted r1412 to allow hiding command entry on focus lost; src/textadept.c
mitchell
2013-05-15
Fixed GTK assertion errors when removing find history items; src/textadept.c
mitchell
2013-04-24
Do not emit keys while the command entry completion is active; src/textadept.c
mitchell
2013-04-24
Renamed `_G.buffer_new()` to `buffer.new()`.
mitchell
2013-04-21
Updates to compile with latest GTK-OSX.
mitchell
2013-04-15
Allow updating of curses command entry text from events; src/textadept.c
mitchell
2013-04-15
Better key handling in Windows curses; src/textadept.c
mitchell
2013-04-11
Added key modes and changed the command entry to use them.
mitchell
2013-04-08
Make "command_entry_keypress" event more consistent with "keypress" in curses.
mitchell
2013-04-08
Reduce the delay when pressing the Escape key in curses; src/textadept.c
mitchell
2013-04-05
Initial support for Windows terminal via pdcurses.
mitchell
2013-04-03
Textadept should support multiple curses platforms; remove ncurses references.
mitchell
2013-03-07
Updated documentation; src/textadept.c
mitchell
2013-02-27
Fixed bug with indexable buffer properties that return strings; src/textadept.c
mitchell
2013-02-27
GtkTable is deprecated in GTK 3.4, use GtkGrid instead; src/textadept.c
mitchell
2013-02-23
Set gtdialog parent window; src/textadept.c
mitchell
2013-01-20
Updated copyright date.
mitchell
2012-12-03
Fixed bug since readlink() does not append '\0'; src/textadept.c
mitchell
2012-10-30
Pass "Escape" key to Scintilla correctly in ncurses.
mitchell
2012-10-22
Fix string collation bug in ncurses due to CDK.
mitchell
2012-10-16
Fixed GUI menu key shortcut handling.
mitchell
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
[next]