aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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
2011-06-10Updated for 3.8.mitchell
2011-04-27Updated for 3.7.mitchell
2011-04-25Include php module in release; src/Makefilemitchell
2011-03-29Officially supported modules are available as a separate download.mitchell
2011-03-29Updated for version 3.7 beta 3.mitchell
2011-03-26Fixed bug in reset() with new menu and key command handling; src/textadept.cmitchell
2011-03-24Changes to key and menu command definitions.mitchell
Functions can be used directly without being contained within a table. Also, buffer and view functions and references should be used directly (e.g. { buffer.undo, buffer } and { view.split, view }). References are handled correctly at runtime.
2011-02-28Include http://modules.textadept.googlecode.com/hg in release; src/Makefilemitchell
2011-02-28Updated for version 3.7 beta 2.mitchell
2011-02-28Provide 64-bit executable for libpng12 used by Debian-based distributions.mitchell
2011-02-10Put scripts/ in source release; src/Makefilemitchell
2011-02-01Updated for version 3.7 beta.mitchell