aboutsummaryrefslogtreecommitdiff
path: root/gui/widget.h
AgeCommit message (Expand)Author
2002-10-01fixed ListWidget drawin/behaviour if there are less items than fit on one pag...Max Horn
2002-09-08changed the way listbox draw selected items; list box now has a frame & diffe...Max Horn
2002-09-08rewrote config class; cleanup; code restructuringMax Horn
2002-08-31use class String for widget labelsMax Horn
2002-07-28no reason to limit value to 8 bit!Max Horn
2002-07-27heaps of changes to NewGUI: mouseDown/Up events now count the clicks (so you ...Max Horn
2002-07-27added support for right aligned text; made use of that in the sound dialog; l...Max Horn
2002-07-27improved the sound dialog; but my goal is to get rid of it, and merge the sou...Max Horn
2002-07-26fixed sliderMax Horn
2002-07-26fixed crash on some systems by setting defaults for the slider value rangeMax Horn
2002-07-26added painelf's (still unfinished) sound dialog in NewGUI. Beware, this is wo...Max Horn
2002-07-19added khalek's about dialog (but changed the text items to be centered)Max Horn
2002-07-16fixed spllngMax Horn
2002-07-16patch by painelf that enables editing in the ListWidget (alas as usual with m...Max Horn
2002-07-15allow static text/button widgets in NewGUI to be drawn centredMax Horn
2002-07-13added latest of painelf's patches which makes NewGui handle system events dir...Max Horn
2002-07-13took painelf's change, modified it a lot, and now here's the result :-)Max Horn
2002-07-13Let ListWidget have an 'active' itemJames Brown
2002-07-12Countless changes to the New GUI; some hightligths: new ScrollBarWidget class...Max Horn
2002-07-10added prototype ListWidget (doesn't do anything yet, only serves to demo how ...Max Horn
2002-07-08replaced clearArea with the more general fillArea; added get/setValue methods...Max Horn
2002-07-08Fix small indentationJames Brown
2002-07-08Add slider widgetJames Brown
2002-07-08got rid of RTTI again (i.e. dynamic_cast)Max Horn
2002-07-08implemented hotkey support in new GUI codeMax Horn
2002-07-07added CheckboxWidget; added NewGui::drawBitmapMax Horn
2002-07-07added dialog nesting code (for now using std::stack, I will provide my own st...Max Horn
2002-07-06added mouse over effectMax Horn
2002-07-05new experimental GUI codeMax Horn