aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2007-11-30Warn that pm_view content item ID is a string type; src/lua_interface.cmitchell
2007-11-29Hide completions buffer on c_activated; src/textadept.cmitchell
2007-11-22Removed Alt+* key commands in favor of using gtkrc files; src/textadept.cmitchell
2007-11-08Moved GTK/GDK keypress mask logic from lua_interface.c to textadept.c.mitchell
2007-11-08Added widget names to GtkEntrys for theming.mitchell
2007-11-03Various reformatting for consistency.mitchell
2007-10-08find_toggle_focus function code makes more sense; src/find_replace.cmitchell
2007-10-08command_entry visibility is toggled on focus toggle; src/textadept.cmitchell
2007-10-08Switched statusbar and docstatusbar; src/textadept.cmitchell
2007-10-08Set initial window and Scintilla window sizes to be sane; src/textadept.cmitchell
2007-09-26Changed warn to be static to fix compile errors; src/textadept.hmitchell
2007-09-26Fixed focus error between multiple instances of Textadept; src/textadept.cmitchell
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-09-19Pressing escape anywhere in the project manager refocuses the buffer; src/pm.cmitchell
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-15Searching in pm_view now uses strstr; src/pm.cmitchell
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-06Switched docstatusbar and statusbar; src/textadept.cmitchell
2007-08-06Initial import of core C files.mitchell