aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2012-09-22More consistant preproc grouping; src/textadept.cmitchell
2012-09-18Keep termios disabled in CDK objects; src/textadept.cmitchell
2012-09-18New Textadept icon.mitchell
Added 256x256 icon and updated screenshots.
2012-09-18Fixed incremental find in ncurses.mitchell
2012-08-29Fixed bug for release names with multiple spaces; src/Makefilemitchell
2012-08-29Updated for 6.0 beta 2.mitchell
2012-08-26Updated tmp rule; src/Makefilemitchell
2012-08-26Fixed some ncurses memory leaks; src/textadept.cmitchell
2012-08-03Fixed ncurses bug where replace entry could not be focused; src/textadept.cmitchell
2012-08-01Added 'install' and 'uninstall' rules; src/Makefilemitchell
2012-07-28Updated tmp build environment to include win64gtk; src/Makefilemitchell
2012-07-28Enable ncurses on OSX; src/textadept.cmitchell
2012-07-28Like for OSX and Win32, use any pre-built LuaJIT archives on Linux; src/Makefilemitchell
2012-07-28Changes to compile for 64-bit Windows.mitchell
Since mingw64 cannot compile 64-bit LuaJIT at the moment, textadeptjit64.exe is not built.
2012-07-26Updated for 6.0 beta.mitchell
2012-07-26Fixes to compile ncurses version on Mac OSX.mitchell
2012-07-26Compile scintillua with NCURSES flag when necessary; src/Makefilemitchell
2012-07-23No need for PLAT_* flags; src/textadept.cmitchell
2012-07-21Converted some `buffer` "get" and "set" functions into properties.mitchell
Also updated to Scintilla 3.2.1.
2012-07-18Synchronize copy-paste buffer between Scintilla and CDK widgets.mitchell
2012-07-15Include CDK directly instead of requiring it as a dependency.mitchell
2012-07-13Redirect stderr to avoid drawing to the ncurses window; src/textadept.cmitchell
2012-07-13Fixes to compile textadept-ncurses on BSD; src/Makefilemitchell
2012-07-12Refresh the ncurses Scintilla window on startup; src/textadept.cmitchell
2012-07-12Fixed bug with running commands in the ncurses command entry; src/textadept.cmitchell
CDK appears to have a bug in that it cannot register an 'Enter' keypress if KEY_TAB is bound. Compensate by binding KEY_ENTER to run the command.
2012-07-12Fixed bug in highlighting found text in ncurses; src/textadept.cmitchell
2012-07-12Restore termios after running CDK widgets; src/textadept.cmitchell
2012-07-12Handle terminal resizes in ncurses; src/textadept.cmitchell
2012-07-10Fixes to compile on BSD.mitchell
2012-06-29Correctly cross-compile LuaJIT for Mac OSX.mitchell
2012-06-29Support cross-compiling for Mac OSX; src/Makefilemitchell
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-27Added 32-bit builds; src/Makefilemitchell
2012-06-27Updated for 5.5 beta.mitchell
2012-06-27Refactored the Makefile.mitchell
2012-06-24Handle UTF-8 characters correctly in ncurses.mitchell
2012-06-24Refresh the ncurses Scintilla window more accurately; src/textadept.cmitchell
2012-06-22Updated key commands for ncurses.mitchell
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-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