index
:
textadept
default
fast, minimalist, Lua-extensible editor
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
textadept.c
Commit message (
Expand
)
Author
Age
...
*
Updated to Scintilla 3.3.7.
mitchell
2013-12-15
*
Experimental winapi extension for preventing the flashing black box on Windows.
mitchell
2013-11-19
*
`ui.clipboard_text` is no longer read-only.
mitchell
2013-11-10
*
Added support for tabs.
mitchell
2013-11-07
*
Fixed GTK3 bug with split views introduced in r1611; src/textadept.c
mitchell
2013-10-30
*
Fix warnings and errors when compiling for GTK3.
mitchell
2013-10-29
*
The buffer API applies to all buffers now, not just the global one.
mitchell
2013-10-18
*
Fixed bug in processing command line options introduced in r1546.
mitchell
2013-09-06
*
Renamed `ui.docstatusbar_text` to `ui.bufstatusbar_text`.
mitchell
2013-09-05
*
Allow user scripts to handle `BUFFER_NEW` and `VIEW_NEW` events on startup.
mitchell
2013-08-31
*
Renamed `gui` to `ui` since it's more applicable.
mitchell
2013-08-26
*
Include Scintilla constants in `buffer`s.
mitchell
2013-08-24
*
Fixed compile error on curses from previous commit; src/textadept.c
mitchell
2013-07-17
*
Save window maximized state in sessions.
mitchell
2013-07-16
*
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-07-08
*
Removed `_G.RESETTING`; test for `arg` instead.
mitchell
2013-06-24
*
No need to initialize static variables; src/textadept.c
mitchell
2013-06-08
*
Fixed curses autocomplete with the "Enter" key.
mitchell
2013-06-04
*
Rewrote theme implementation.
mitchell
2013-05-15
*
Use '\n' keycode in curses instead of '\r'; src/textadept.c
mitchell
2013-05-21
*
Reverted r1412 to allow hiding command entry on focus lost; src/textadept.c
mitchell
2013-05-16
*
Fixed GTK assertion errors when removing find history items; src/textadept.c
mitchell
2013-05-15
*
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-24
*
Updates to compile with latest GTK-OSX.
mitchell
2013-04-21
*
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-15
*
Added key modes and changed the command entry to use them.
mitchell
2013-04-11
*
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-08
*
Initial support for Windows terminal via pdcurses.
mitchell
2013-04-05
*
Textadept should support multiple curses platforms; remove ncurses references.
mitchell
2013-04-03
*
Updated documentation; src/textadept.c
mitchell
2013-03-07
*
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-27
*
Set gtdialog parent window; src/textadept.c
mitchell
2013-02-23
*
Updated copyright date.
mitchell
2013-01-20
*
Fixed bug since readlink() does not append '\0'; src/textadept.c
mitchell
2012-12-03
*
Pass "Escape" key to Scintilla correctly in ncurses.
mitchell
2012-10-30
*
Fix string collation bug in ncurses due to CDK.
mitchell
2012-10-22
*
Fixed GUI menu key shortcut handling.
mitchell
2012-10-16
*
Code cleanup; src/textadept.c
mitchell
2012-10-12
*
Fixed ncurses bug in command selection introduced by r1256.
mitchell
2012-10-12
*
Flush input queue in ncurses when finished with CDK widgets; src/textadept.c
mitchell
2012-10-04
*
Added marks for making selection in ncurses.
mitchell
2012-09-28
*
Ensure Lua stack has enough elements in `lstring_iconv()`; src/textadept.c
mitchell
2012-09-26
*
Bugfix for `string.iconv()` from Gilles Grégoire.
mitchell
2012-09-25
*
Do not write ncurses initialization errors over titlebar; src/textadept.c
mitchell
2012-09-23
*
More consistant preproc grouping; src/textadept.c
mitchell
2012-09-22
[prev]
[next]