aboutsummaryrefslogtreecommitdiff
path: root/gui
AgeCommit message (Expand)Author
2002-08-14moved to Sound classPaweł Kołodziejski
2002-08-04DIG: preliminarily support for music in the gamePaweł Kołodziejski
2002-08-04Fixed (worked around?) the nested dialog redraw bug; slightly changed the way...Max Horn
2002-08-04NewGUI fixes: save game numbering starts at 0; allow to load autosaveMax Horn
2002-07-28added TODOMax Horn
2002-07-28added constants for the default volumes; changed the volume ranges from 0-255...Max Horn
2002-07-28no reason to limit value to 8 bit!Max Horn
2002-07-27changing the selection aborts editing, too!Max Horn
2002-07-27heaps of changes to NewGUI: mouseDown/Up events now count the clicks (so you ...Max Horn
2002-07-27added isEmpty() methods to String and List class; fixed crasher that occured ...Max Horn
2002-07-27removed test widgets from save/load dialogMax 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-26make sure the mouse over widget and the focused widget are informed when the ...Max 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-19disable transparency for the pause dialog for nowMax 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-17added copy constructo and assignment operator for List<T> templateMax Horn
2002-07-16fixed spllngMax Horn
2002-07-16Patch #582286 - fix for double key events in newguiMax Horn
2002-07-16limit slider drag rangeMax Horn
2002-07-16Update todoJames Brown
2002-07-16patch by painelf that enables editing in the ListWidget (alas as usual with m...Max 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-13oopsMax Horn
2002-07-13some cleanupMax Horn
2002-07-13added clear() methods to String and StringList; StringList destructor now doe...Max Horn
2002-07-13Let ListWidget have an 'active' itemJames Brown
2002-07-12updated TODO listMax Horn
2002-07-12implemented scrollbar 'dragging' (based largely on painelf's patch)Max Horn
2002-07-12Countless changes to the New GUI; some hightligths: new ScrollBarWidget class...Max Horn
2002-07-11seems there is a conflict with our operator new and certain versions of the S...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-08Fix small indentationJames Brown
2002-07-08Fix mouseoutJames 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-08delay creation of dialogs till they are used; fixed new pause dialog & use it...Max Horn
2002-07-07added CheckboxWidget; added NewGui::drawBitmapMax Horn