aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-06-29Added tag textadept_5.5_beta for changeset 05097d98647cmitchell
2012-06-29Correctly cross-compile LuaJIT for Mac OSX.mitchell
2012-06-29Updated CHANGELOG.md.mitchell
2012-06-29Updated manual; doc/01_Introduction.mdmitchell
2012-06-29Updated manual for cross-compiling on OSX; doc/12_Compiling.mdmitchell
2012-06-29Support cross-compiling for Mac OSX; src/Makefilemitchell
2012-06-28Fixed typo; doc/02_Installation.mdmitchell
2012-06-28Remove '32' from i386 executable names in package; src/Makefilemitchell
2012-06-28Fix compiling on Mac OSX and building release packages; src/Makefilemitchell
2012-06-28Disable font locking in Scintilla; src/Makefilemitchell
Since Textadept is not multi-threaded, there no need for font locking. This was never available in Windows anyway with no issues being reported.
2012-06-28Can create build environment in /tmp and build individual packages; src/Makefilemitchell
2012-06-28Updated Lua Adeptsense.mitchell
2012-06-27Added 32-bit builds; src/Makefilemitchell
2012-06-27Updated the manual, README, and FAQ with new ncurses information.mitchell
2012-06-27Updated for 5.5 beta.mitchell
2012-06-27Refactored the Makefile.mitchell
2012-06-24Show the text to be localized in the 'No Localization' message; core/locale.luamitchell
2012-06-24Handle UTF-8 characters correctly in ncurses.mitchell
2012-06-24Refresh the ncurses Scintilla window more accurately; src/textadept.cmitchell
2012-06-22Resize most filteredlists to fit the ncurses screen.mitchell
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