aboutsummaryrefslogtreecommitdiff
path: root/src/lua_interface.c
AgeCommit message (Expand)Author
2009-01-01Updated copyright dates for 2009.mitchell
2008-12-30Updated Doxygen doc for src/lua_interface.cmitchell
2008-12-22Fixed bugs in macros and macro browser.mitchell
2008-12-21Finally added ability to quit Textadept from Lua.mitchell
2008-12-04Use lua_checklong macro instead of checknumber with cast; src/lua_interface.cmitchell
2008-11-11Find functionality is mostly handled by Lua now.mitchell
2008-11-08Added Lua interface functions to mimick find box button presses.mitchell
2008-11-02Fixed typo in src/lua_interface.c for compiling on Mac.mitchell
2008-11-01Added support for some AppleEvents, use Scintilla namespace on OSX.mitchell
2008-10-27Updated Textadept to compile and run on OSX with native GTK framework.mitchell
2008-09-24Added textadept.size property.mitchell
2008-09-23Updated Doxygen docs.mitchell
2008-09-23Merged overloaded 'l_handle_event' functions into one with default parameter.mitchell
2008-09-23Merged 'set_docstatusbar_text' function into 'set_statusbar_text' with a flag.mitchell
2008-09-23If view.size is given a negative number, make it zero; src/lua_interface.cmitchell
2008-09-21Edited code to suppress warnings generated by MSVC++; src/lua_interface.cmitchell
2008-09-21Textadept gracefully exits when errors occur in core/init.lua.mitchell
2008-09-21Code cleanup.mitchell
2008-09-19Added preliminary support for Textadept on Windows.mitchell
2008-06-19l_handle_event should return false if function check fails; src/lua_interface.cmitchell
2008-06-18Check that 'pixbuf' key is not nil in l_pm_populate; src/lua_interface.cmitchell
2008-06-18Fixed gtktreestore.c warning by ending columns with -1; src/lua_interface.cmitchell
2008-06-17Added Tab-completion to Lua Command Entry.mitchell
2008-06-15Eliminated build warnings.mitchell
2008-06-15Added doxygen documentation to source files.mitchell
2008-03-03Updated copyright notice to include the year 2008.mitchell
2008-02-29Fixed typo; src/lua_interface.cmitchell
2008-02-03Added textadept.reset() function for resetting the Lua state.mitchell
2007-12-21Source code cleanup; src/lua_interface.cmitchell
2007-11-30Warn that pm_view content item ID is a string type; src/lua_interface.cmitchell
2007-11-08Moved GTK/GDK keypress mask logic from lua_interface.c to textadept.c.mitchell
2007-11-03Various reformatting for consistency.mitchell
2007-09-23Rearranged and cleaned up src/lua_interface.c; moved warn to src/textadept.h.mitchell
2007-09-23Added textadept.popupmenu function; src/lua_interface.cmitchell
2007-09-23Renamed l_handle_signal to l_handle_event.mitchell
2007-09-23Replaced l_handle_completion with overloaded l_handle_signal.mitchell
2007-09-23Added dynamically defined GTK menus and menubar.mitchell
2007-08-21Pruned C++ code, added additional comments.mitchell
2007-08-16Renamed l_*_buffer_prop to l_*_bufferp, get arg changed; src/lua_interface.cmitchell
2007-08-16If l_ta_get for "views" or "buffers" fails, throw an error; src/lua_interface.cmitchell
2007-08-15Renamed handlers module to events, updated everything to reflect changes.mitchell
2007-08-11Fixed bug in restoring scroll position on buffer switching; src/lua_interface.cmitchell
2007-08-10Added 'warn' function for printing warnings to STDOUT; src/lua_interface.cmitchell
2007-08-09tLENGTH and tSTRINGRESULT parameters are handled properly; src/lua_interface.cmitchell
2007-08-06Initial import of core C files.mitchell