aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/textadept.c
Commit message (Expand)AuthorAge
...
* Updated to Scintilla 3.3.7.Gravatar mitchell2013-12-15
* Experimental winapi extension for preventing the flashing black box on Windows.Gravatar mitchell2013-11-19
* `ui.clipboard_text` is no longer read-only.Gravatar mitchell2013-11-10
* Added support for tabs.Gravatar mitchell2013-11-07
* Fixed GTK3 bug with split views introduced in r1611; src/textadept.cGravatar mitchell2013-10-30
* Fix warnings and errors when compiling for GTK3.Gravatar mitchell2013-10-29
* The buffer API applies to all buffers now, not just the global one.Gravatar mitchell2013-10-18
* Fixed bug in processing command line options introduced in r1546.Gravatar mitchell2013-09-06
* Renamed `ui.docstatusbar_text` to `ui.bufstatusbar_text`.Gravatar mitchell2013-09-05
* Allow user scripts to handle `BUFFER_NEW` and `VIEW_NEW` events on startup.Gravatar mitchell2013-08-31
* Renamed `gui` to `ui` since it's more applicable.Gravatar mitchell2013-08-26
* Include Scintilla constants in `buffer`s.Gravatar mitchell2013-08-24
* Fixed compile error on curses from previous commit; src/textadept.cGravatar mitchell2013-07-17
* Save window maximized state in sessions.Gravatar mitchell2013-07-16
* Ensure split view is painted by GTK before scrolling it; src/textadept.cGravatar mitchell2013-07-08
* Ensure split view is drawn by GTK before scrolling it; src/textadept.cGravatar mitchell2013-07-08
* Removed `_G.RESETTING`; test for `arg` instead.Gravatar mitchell2013-06-24
* No need to initialize static variables; src/textadept.cGravatar mitchell2013-06-08
* Fixed curses autocomplete with the "Enter" key.Gravatar mitchell2013-06-04
* Rewrote theme implementation.Gravatar mitchell2013-05-15
* Use '\n' keycode in curses instead of '\r'; src/textadept.cGravatar mitchell2013-05-21
* Reverted r1412 to allow hiding command entry on focus lost; src/textadept.cGravatar mitchell2013-05-16
* Fixed GTK assertion errors when removing find history items; src/textadept.cGravatar mitchell2013-05-15
* Do not emit keys while the command entry completion is active; src/textadept.cGravatar mitchell2013-04-24
* Renamed `_G.buffer_new()` to `buffer.new()`.Gravatar mitchell2013-04-24
* Updates to compile with latest GTK-OSX.Gravatar mitchell2013-04-21
* Allow updating of curses command entry text from events; src/textadept.cGravatar mitchell2013-04-15
* Better key handling in Windows curses; src/textadept.cGravatar mitchell2013-04-15
* Added key modes and changed the command entry to use them.Gravatar mitchell2013-04-11
* Make "command_entry_keypress" event more consistent with "keypress" in curses.Gravatar mitchell2013-04-08
* Reduce the delay when pressing the Escape key in curses; src/textadept.cGravatar mitchell2013-04-08
* Initial support for Windows terminal via pdcurses.Gravatar mitchell2013-04-05
* Textadept should support multiple curses platforms; remove ncurses references.Gravatar mitchell2013-04-03
* Updated documentation; src/textadept.cGravatar mitchell2013-03-07
* Fixed bug with indexable buffer properties that return strings; src/textadept.cGravatar mitchell2013-02-27
* GtkTable is deprecated in GTK 3.4, use GtkGrid instead; src/textadept.cGravatar mitchell2013-02-27
* Set gtdialog parent window; src/textadept.cGravatar mitchell2013-02-23
* Updated copyright date.Gravatar mitchell2013-01-20
* Fixed bug since readlink() does not append '\0'; src/textadept.cGravatar mitchell2012-12-03
* Pass "Escape" key to Scintilla correctly in ncurses.Gravatar mitchell2012-10-30
* Fix string collation bug in ncurses due to CDK.Gravatar mitchell2012-10-22
* Fixed GUI menu key shortcut handling.Gravatar mitchell2012-10-16
* Code cleanup; src/textadept.cGravatar mitchell2012-10-12
* Fixed ncurses bug in command selection introduced by r1256.Gravatar mitchell2012-10-12
* Flush input queue in ncurses when finished with CDK widgets; src/textadept.cGravatar mitchell2012-10-04
* Added marks for making selection in ncurses.Gravatar mitchell2012-09-28
* Ensure Lua stack has enough elements in `lstring_iconv()`; src/textadept.cGravatar mitchell2012-09-26
* Bugfix for `string.iconv()` from Gilles Grégoire.Gravatar mitchell2012-09-25
* Do not write ncurses initialization errors over titlebar; src/textadept.cGravatar mitchell2012-09-23
* More consistant preproc grouping; src/textadept.cGravatar mitchell2012-09-22