aboutsummaryrefslogtreecommitdiff
path: root/newgui.h
AgeCommit message (Expand)Author
2002-08-21Initial revisionMax Horn
2002-08-04Fixed (worked around?) the nested dialog redraw bug; slightly changed the way...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-26added painelf's (still unfinished) sound dialog in NewGUI. Beware, this is wo...Max Horn
2002-07-18put stuff in util.h into namespace ScummVM; fixed stupid bug in String class;...Max Horn
2002-07-18painelf's key repeat patchMax Horn
2002-07-17moved gui/utils.* to main level; removed some unused stuff from our file acce...Max Horn
2002-07-16removed unnecessary #includeMax Horn
2002-07-15replaced EventList and StringList by a universtal List<T> template; remade Ev...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-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-10improved the alpha blending code, now works properly for nesting/redraw (chan...Max Horn
2002-07-08replaced clearArea with the more general fillArea; added get/setValue methods...Max Horn
2002-07-08delay creation of dialogs till they are used; fixed new pause dialog & use it...Max Horn
2002-07-07added CheckboxWidget; added NewGui::drawBitmapMax Horn
2002-07-07added options dialog; added NewGui TODO list;Max Horn
2002-07-07got rid of std::stack againMax 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