index
:
textadept.git
master
My personalizations for textadept
Alessandro Iezzi
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lua_interface.c
Age
Commit message (
Expand
)
Author
2008-03-03
Updated copyright notice to include the year 2008.
mitchell
2008-02-29
Fixed typo; src/lua_interface.c
mitchell
2008-02-03
Added textadept.reset() function for resetting the Lua state.
mitchell
2007-12-21
Source code cleanup; src/lua_interface.c
mitchell
2007-11-30
Warn that pm_view content item ID is a string type; src/lua_interface.c
mitchell
2007-11-08
Moved GTK/GDK keypress mask logic from lua_interface.c to textadept.c.
mitchell
2007-11-03
Various reformatting for consistency.
mitchell
2007-09-23
Rearranged and cleaned up src/lua_interface.c; moved warn to src/textadept.h.
mitchell
2007-09-23
Added textadept.popupmenu function; src/lua_interface.c
mitchell
2007-09-23
Renamed l_handle_signal to l_handle_event.
mitchell
2007-09-23
Replaced l_handle_completion with overloaded l_handle_signal.
mitchell
2007-09-23
Added dynamically defined GTK menus and menubar.
mitchell
2007-08-21
Pruned C++ code, added additional comments.
mitchell
2007-08-16
Renamed l_*_buffer_prop to l_*_bufferp, get arg changed; src/lua_interface.c
mitchell
2007-08-16
If l_ta_get for "views" or "buffers" fails, throw an error; src/lua_interface.c
mitchell
2007-08-15
Renamed handlers module to events, updated everything to reflect changes.
mitchell
2007-08-11
Fixed bug in restoring scroll position on buffer switching; src/lua_interface.c
mitchell
2007-08-10
Added 'warn' function for printing warnings to STDOUT; src/lua_interface.c
mitchell
2007-08-09
tLENGTH and tSTRINGRESULT parameters are handled properly; src/lua_interface.c
mitchell
2007-08-06
Initial import of core C files.
mitchell