aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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-05-31Updated for Textadept 5.4.mitchell
2012-04-30Move OSX 'ta' launcher outside Textadept.app.mitchell
2012-04-30Updated for Textadept 5.3.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
Also added documentation on running with LuaJIT and require GTK+ 2.18 now.
2012-04-10Renamed textadept.app to Textadept.app.mitchell
2012-03-28Updated paths; src/Makefilemitchell
2012-03-26Updated for 5.2.mitchell
2012-03-10Replaced doc/gen_manual.lua with new unversioned tool.mitchell
2012-03-08Moved Manual into `doc/` root directory.mitchell
2012-03-08Added header and footer to Manual and LuaDoc.mitchell
2012-03-07Removed `scripts/update_doc` in favor of using `src/Makefile`.mitchell
2012-03-07Updated contact email address.mitchell
2012-03-08`_G.timeout()` accepts fractional seconds now; src/textadept.cmitchell
2012-02-29Updated for 5.1.mitchell
2012-02-22Use GtkOSXApplication, which is Cocoa-based, instead of Carbon API calls on OSX.mitchell
2012-02-13Use compiler flags added to gcocoadialog; src/Makefilemitchell
2012-01-31Include LuaJIT binaries in releases; src/Makefilemitchell
2012-01-31Updated for 5.0.mitchell
2012-01-10Updated for 5.0 beta.mitchell
2012-01-10Fix bug in reset() from upgrade to Lua 5.2; src/textadept.cmitchell
2012-01-06Updated copyright information.mitchell
2011-12-21Updated for 5.0 alpha.mitchell
2011-12-21Improvements for compiling with LuaJIT; src/Makefilemitchell
2011-12-15Add support for compiling with LuaJIT.mitchell
2011-12-12Updated to Lua 5.2.mitchell
2011-11-28Updated for 4.3.mitchell
2011-11-22Simplify theming via gtkrc by naming GtkWindow only.mitchell
2011-10-31Updated for 4.2.mitchell
2011-09-28Use LuaCoco patch for Lua 5.1.4.mitchell
2011-09-28Updated for 4.1.mitchell
2011-09-26Added manual documentation on Lua 5.1 configuration.mitchell
2011-09-25Updated Doxygen doc; src/textadept.cmitchell
2011-09-25Added luaopen_lfs and luaopen_lpeg; src/lua.symmitchell
2011-09-25Refactored textadept.c and changed Lua interface a bit.mitchell
'_BUFFERS' and '_VIEWS' now also have buffer and view keys with index values; 'buffer.doc_pointer', 'view.doc_pointer', and 'gui.focused_doc_pointer' are no longer used; 'buffer:check_global()' replaces 'gui.check_focused_buffer()'; Added 'view.buffer' field; 'view:goto_buffer()' and 'gui.goto_view()' arguments changed to make more sense.
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-30Updated for 4.0.mitchell
2011-08-25Do not hide the statusbar when command entry is focused; src/textadept.cmitchell