aboutsummaryrefslogtreecommitdiff
path: root/src/textadept.c
AgeCommit message (Collapse)Author
2007-10-08command_entry visibility is toggled on focus toggle; src/textadept.cmitchell
The visibility of statusbar and doc_statusbar is also toggled.
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-26Fixed focus error between multiple instances of Textadept; src/textadept.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
Modified C++ code structure to be more consistent throughout. Also added comments for functions that handle key events, indicating which (hard-coded) keys trigger what actions.
2007-08-15Renamed handlers module to events, updated everything to reflect changes.mitchell
2007-08-06Switched docstatusbar and statusbar; src/textadept.cmitchell
docstatusbar is now at bottom left and statusbar is at bottom right.
2007-08-06Initial import of core C files.mitchell