summaryrefslogtreecommitdiff
path: root/textscreen/txt_window_action.c
AgeCommit message (Expand)Author
2015-04-10Add missing #includes.Simon Howard
2014-05-05Clean up file headers.Simon Howard
2014-04-01textscreen: Use safe string functions.Simon Howard
2012-03-01Rework the way that window background colors are set, and change theSimon Howard
2011-10-23Rework textscreen focus handling so that input boxes will stop editingSimon Howard
2011-04-17Fix libtextscreen window hotkeys to work when shift is held down /Simon Howard
2011-04-04Change the background color when hovering over widgets.Simon Howard
2010-12-10Replace txt_widget_t#selectable with a callback function to querySimon Howard
2009-09-20Use "const char" in libtextscreen where appropriate (thanks entryway).Simon Howard
2006-09-21Rename Accept to Select.Simon Howard
2006-09-21Use NULL for initialising pointers rather than 0.Simon Howard
2006-09-21Fix a lot of warnings (for fussy compilers) and one always-true checkRussell Rice
2006-09-19Fix textscreen warnings.Simon Howard
2006-08-31Add missing copyright notices to textscreen and setup files.Simon Howard
2006-08-31Change name of escape window actions to 'Close' and add a separateSimon Howard
2006-06-02Make clicking on "accept" action buttons send enter keypresses to the window.Simon Howard
2006-06-02Make mouse button presses on widgets actually do useful thingsSimon Howard
2006-06-02Add utility functions to create "Abort" and "Accept" window actionsSimon Howard
2006-06-02textscreen: Rejig how the entire drawing process works. Add a recursiveSimon Howard
2006-05-23Fix compiler warnings caused by missing includes.Simon Howard
2006-05-23Add window action class for action area labels at the bottom of windows. Simon Howard