aboutsummaryrefslogtreecommitdiff
path: root/src/textadept.c
AgeCommit message (Expand)Author
2014-04-10More accurate error message; src/textadept.cmitchell
2014-03-27Added basic project support for snapopen and build scripts.mitchell
2014-03-26Include my new "lspawn" module by default for spawning processes.mitchell
2014-03-10Fixed Win32 terminal bug that disallowed Shifted characters; src/textadept.cmitchell
2014-02-12Added split views in the terminal version thanks to Chris Emerson.mitchell
2014-02-12C code cleanup; src/textadept.cmitchell
2014-02-10Removed unnecessary return from `main()`; src/textadept.cmitchell
2014-01-16Small C code cleanup; src/textadept.cmitchell
2014-01-12Updated copyright information.mitchell
2014-01-01Merge the separate Textadept and lexer Lua states into a single unified one.mitchell
2013-12-29C code cleanup; src/textadept.cmitchell
2013-12-19Added configurable tab context menus.mitchell
2013-12-19Export TermKey instance so CDK can use it for input.mitchell
2013-12-15Updated to Scintilla 3.3.7.mitchell
2013-11-19Experimental 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-07Added support for tabs.mitchell
2013-10-30Fixed GTK3 bug with split views introduced in r1611; src/textadept.cmitchell
2013-10-29Fix warnings and errors when compiling for GTK3.mitchell
2013-10-18The buffer API applies to all buffers now, not just the global one.mitchell
2013-09-06Fixed bug in processing command line options introduced in r1546.mitchell
2013-09-05Renamed `ui.docstatusbar_text` to `ui.bufstatusbar_text`.mitchell
2013-08-31Allow user scripts to handle `BUFFER_NEW` and `VIEW_NEW` events on startup.mitchell
2013-08-26Renamed `gui` to `ui` since it's more applicable.mitchell
2013-08-24Include Scintilla constants in `buffer`s.mitchell
2013-07-17Fixed compile error on curses from previous commit; src/textadept.cmitchell
2013-07-16Save window maximized state in sessions.mitchell
2013-07-08Ensure split view is painted by GTK before scrolling it; src/textadept.cmitchell
2013-07-08Ensure split view is drawn by GTK before scrolling it; src/textadept.cmitchell
2013-06-24Removed `_G.RESETTING`; test for `arg` instead.mitchell
2013-06-08No need to initialize static variables; src/textadept.cmitchell
2013-06-04Fixed curses autocomplete with the "Enter" key.mitchell
2013-05-15Rewrote theme implementation.mitchell
2013-05-21Use '\n' keycode in curses instead of '\r'; src/textadept.cmitchell
2013-05-16Reverted r1412 to allow hiding command entry on focus lost; src/textadept.cmitchell
2013-05-15Fixed GTK assertion errors when removing find history items; src/textadept.cmitchell
2013-04-24Do not emit keys while the command entry completion is active; src/textadept.cmitchell
2013-04-24Renamed `_G.buffer_new()` to `buffer.new()`.mitchell
2013-04-21Updates to compile with latest GTK-OSX.mitchell
2013-04-15Allow updating of curses command entry text from events; src/textadept.cmitchell
2013-04-15Better key handling in Windows curses; src/textadept.cmitchell
2013-04-11Added key modes and changed the command entry to use them.mitchell
2013-04-08Make "command_entry_keypress" event more consistent with "keypress" in curses.mitchell
2013-04-08Reduce the delay when pressing the Escape key in curses; src/textadept.cmitchell
2013-04-05Initial support for Windows terminal via pdcurses.mitchell
2013-04-03Textadept should support multiple curses platforms; remove ncurses references.mitchell
2013-03-07Updated documentation; src/textadept.cmitchell
2013-02-27Fixed bug with indexable buffer properties that return strings; src/textadept.cmitchell
2013-02-27GtkTable is deprecated in GTK 3.4, use GtkGrid instead; src/textadept.cmitchell
2013-02-23Set gtdialog parent window; src/textadept.cmitchell