summaryrefslogtreecommitdiff
path: root/textscreen/txt_dropdown.c
AgeCommit message (Expand)Author
2014-05-05Clean up file headers.Simon Howard
2012-10-28Merge from trunk.Simon Howard
2012-03-04Remove some calls to TXT_FGColor by using the new TXT_SaveColors systemSimon Howard
2011-10-23Merge from trunk.Simon Howard
2011-10-23Rework textscreen focus handling so that input boxes will stop editingSimon Howard
2011-09-20Don't allow dropdown widget pop-up window to be placed outside theSimon Howard
2011-04-04Close dropdown list popup windows when clicking outside the window.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-12-16Make dropdown lists emit a signal when set.Simon Howard
2006-09-21Fix some warnings in textscreen code.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-31Add dropdown listbox widgetSimon Howard