aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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
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-15Link to libdl on Linux, not Win32 or Mac OSX; src/Makefilemitchell
2011-08-10Updated for 4.0 beta 2.mitchell
2011-08-09Swap Control and Command key definitions on Mac OSX.mitchell
'c' is now Control and 'm' is Command.
2011-08-09Link with libdl to compile on Fedora; src/Makefilemitchell
Contributed by Brian Schott.
2011-08-08Do not autosave over explicitly loaded session; modules/textadept/session.luamitchell
2011-07-30Updated for 4.0 beta.mitchell
2011-07-13Refactored key commands and added menu accelerators.mitchell
Key commands are now in keys.conf and keys.osx.conf which are loaded by the _m.textadept.menu module.
2011-07-11Allow buffer functions to omit buffer argument.mitchell
This is primarily for key and menu commands to avoid creating too many unnecessary tables.
2011-07-07Detect Alt/Option modifier on Mac OSX.mitchell
2011-06-30Updated for 3.9.mitchell
2011-06-30Localize the labels and buttons in the find GUI frame; src/textadept.cmitchell
2011-06-27WIN32 compiles with latest Mingw32; src/Makefilemitchell
2011-06-16Fixed bug for when gui.dialog steals focus; src/textadept.cmitchell
2011-06-12Add support for GTK 3.0.mitchell