aboutsummaryrefslogtreecommitdiff
path: root/src/textadept.c
AgeCommit message (Expand)Author
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
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-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-04-30Use "C" locale for numbers to prevent formatting errors for French, German, etc.mitchell
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
2012-03-07Updated contact email address.mitchell
2012-03-08`_G.timeout()` accepts fractional seconds now; src/textadept.cmitchell
2012-02-22Use GtkOSXApplication, which is Cocoa-based, instead of Carbon API calls on OSX.mitchell
2012-01-10Fix bug in reset() from upgrade to Lua 5.2; src/textadept.cmitchell
2012-01-06Updated copyright information.mitchell
2011-12-15Add support for compiling with LuaJIT.mitchell
2011-12-12Updated to Lua 5.2.mitchell
2011-11-22Simplify theming via gtkrc by naming GtkWindow only.mitchell
2011-09-25Updated Doxygen doc; src/textadept.cmitchell
2011-09-25Refactored textadept.c and changed Lua interface a bit.mitchell
2011-09-21Emit 'SCN' on SCNotification instead of calling events.notification().mitchell
2011-09-21Renamed 'editor' variables to 'view'; src/textadept.cmitchell
2011-09-05Handle mouse dwell events.mitchell
2011-08-25Do not hide the statusbar when command entry is focused; src/textadept.cmitchell
2011-08-18Fixed split view focus bug with the same buffer in two views; src/textadept.cmitchell
2011-08-15Fixed memory access bug in gui.dialog(); src/textadept.cmitchell
2011-08-09Swap Control and Command key definitions on Mac OSX.mitchell
2011-07-13Refactored key commands and added menu accelerators.mitchell
2011-07-11Allow buffer functions to omit buffer argument.mitchell
2011-07-07Detect Alt/Option modifier on Mac OSX.mitchell
2011-06-30Localize the labels and buttons in the find GUI frame; src/textadept.cmitchell