aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-06-22Updated key commands for ncurses.mitchell
2012-06-21Changed 'Quit' key command to 'Ctrl+Q' on Windows and Linux.mitchell
2012-06-21Save terminal sessions to a different file; modules/textadept/session.luamitchell
2012-06-20Use look-up table for libtermkey keysyms; src/textadept.cmitchell
2012-06-20Ignore some termios and signals in ncurses; src/textadept.cmitchell
2012-06-20Use `~/.textadept/theme_term` or default 'term' theme for ncurses; core/gui.luamitchell
2012-06-18Removed ncurses splitting for now; src/textadept.cmitchell
2012-06-16Fixed some compile warnings.mitchell
2012-06-12Identify charset in ncurses; src/textadept.cmitchell
2012-06-07More code cleanup; src/textadept.c.mitchell
2012-06-07Code cleanup and ncurses bugfixes; src/textadept.cmitchell
2012-06-06Check for `args` and `args.process()` in single instance; src/textadept.cmitchell
2012-06-06`gui.statusbar_text` is write-only again.mitchell
2012-06-06Code cleanup and ncurses GUI improvements.mitchell
2012-06-06Removed 'gtk-' stock menus and changed 'separator' to ''.mitchell
2012-06-05Added ncurses Command Entry completion.mitchell
2012-06-04Added ncurses Find/Replace dialog.mitchell
2012-06-03Added ncurses Command Entry; src/textadept.cmitchell
2012-06-03Draw ncurses split view line; src/textadept.cmitchell
2012-06-02GCocoaDialog was renamed gtDialog.mitchell
2012-06-02Added terminal theme for ncurses.mitchell
2012-06-02Use different docstatusbar text format for ncurses; core/gui.luamitchell
2012-06-02Fix broken code from ncurses changes; modules/textadept/menu.luamitchell
2012-06-02Code cleanup; src/textadept.cmitchell
2012-05-25Finished removing forward declarations; src/textadept.cmitchell
2012-05-24Removed more forward declarations; src/textadept.cmitchell
2012-05-23Removed some forward declarations and cleaned up code; src/textadept.cmitchell
2012-05-23Initial support for ncurses.mitchell
2012-06-02Added tag textadept_5.4 for changeset c70eff79f5a5mitchell
2012-05-31Updated Lua Adeptsense.mitchell
2012-05-31Updated for Textadept 5.4.mitchell
2012-05-31Updated to Scintilla 3.2.0.mitchell
2012-05-31Updated modules/textadept/mime_types.conf.mitchell
2012-05-01Added tag textadept_5.3 for changeset 57611561cfdemitchell
2012-04-30Move OSX 'ta' launcher outside Textadept.app.mitchell
2012-04-30Updated CHANGELOG.md.mitchell
2012-04-30Updated for Textadept 5.3.mitchell
2012-04-30Updated Lua Adeptsense.mitchell
2012-04-30Use "C" locale for numbers to prevent formatting errors for French, German, etc.mitchell
2012-04-18Updated to Scintilla 3.1.0.mitchell
2012-04-18Better EOL handling and update LuaDoc formatting; scripts/gen_iface.luamitchell
2012-04-12Generate valid XHTML; doc/markdowndoc.luamitchell
2012-04-12Added note about documenting module fields; modules/textadept/adeptsense.luamitchell
2012-04-12Make single instance a compile-time option.mitchell
2012-04-10Handle NULL current working directory for single-instance; src/textadept.cmitchell
2012-04-10Support for single-instance on Linux and BSD with GLib 2.28.mitchell
Also added documentation on running with LuaJIT and require GTK+ 2.18 now.
2012-04-10Added note about LuaJIT compatibility; doc/11_Scripting.mdmitchell
2012-04-10Renamed textadept.app to Textadept.app.mitchell
2012-04-06Respect user annotation preference; modules/lua/init.luamitchell
2012-04-06Print annotations for run and compile command errors; modules/textadept/run.luamitchell