aboutsummaryrefslogtreecommitdiff
path: root/gui
AgeCommit message (Expand)Author
2005-07-14Don't count the time it takes to do the blending when timing the slideTorbjörn Andersson
2005-07-13Cache the blended background in a surface, so that the blending only needsTorbjörn Andersson
2005-07-05* Start of generic key configuration support for ScummVMLars Persson
2005-06-24Whitespace changes.Torbjörn Andersson
2005-06-24I don't think we need <ctype.h> here.Torbjörn Andersson
2005-06-24When including files from common/, explicitly use the common/ prefixMax Horn
2005-06-23Fixed credits order againMax Horn
2005-06-23Fixed credits orderMax Horn
2005-06-21Patches needed to build for SYMBIAN32 WINS/GCC added.Lars Persson
2005-06-20Added virtual destructor, to silence a few more GCC 4 warningsMax Horn
2005-06-03The alternative form of drawString() is no longer needed.Torbjörn Andersson
2005-06-03Cleanup.Torbjörn Andersson
2005-06-03Cleanup.Torbjörn Andersson
2005-06-03Cleanup. (I think you can see the pattern here. :-)Torbjörn Andersson
2005-06-03Cleanup.Torbjörn Andersson
2005-06-03Cleanup.Torbjörn Andersson
2005-06-03Cleanup.Torbjörn Andersson
2005-06-03CleanupTorbjörn Andersson
2005-06-03Cleanup.Torbjörn Andersson
2005-06-02The GUI has reached the point where I think it's safe to begin removing theTorbjörn Andersson
2005-05-23Restored alphabetical order (and documented it in a comment); retired Jamieso...Max Horn
2005-05-20Made the chooser dialog scale itself, albeit in a slightly hackish way.Torbjörn Andersson
2005-05-20Added big editable text widget, and removed some cruft. I think this meansTorbjörn Andersson
2005-05-19Big version of the popup widget. It could use a bit more polish, though...Torbjörn Andersson
2005-05-19More scaling work. It's still more about infrastructure than layout: I wantTorbjörn Andersson
2005-05-18Make sure the labels for the volume sliders aren't truncated. (This is myTorbjörn Andersson
2005-05-18Added big slider widget. There is nothing in the widget itself that'sTorbjörn Andersson
2005-05-18Some more scaling work. Parts of the options dialogs scale themselves. SomeTorbjörn Andersson
2005-05-18Remove duplicate _ws memberMax Horn
2005-05-18Remove the label code from SliderWidget (simplifies it a lot); instead use a ...Max Horn
2005-05-18Revised scrollbar look againMax Horn
2005-05-18Made use of addCheckbox(). I had to add an alternative form of the functionTorbjörn Andersson
2005-05-18New function: addCheckbox()Torbjörn Andersson
2005-05-18Big version of the checkbox widget.Torbjörn Andersson
2005-05-17Added automatic word wrapping to the about scrollerMax Horn
2005-05-17Center about dialog, and make it just wide enough to display the credits, but...Max Horn
2005-05-17Added "big" version of the Tab widget, and made use of it.Torbjörn Andersson
2005-05-17Fixed caret regression in editable text fields.Torbjörn Andersson
2005-05-16Fixed drawing of the caret. (It was drawn using the GUI font, rather thanTorbjörn Andersson
2005-05-16Use the same offset - string width for the item number - for every line inTorbjörn Andersson
2005-05-16Made the buttons scale themselves too.Torbjörn Andersson
2005-05-16Made the file/directory browser dialog scale itself.Torbjörn Andersson
2005-05-16Fixed the SoundFont button's behaviour in the Edit Game dialog.Torbjörn Andersson
2005-05-16Enlarge the option dialogs; note that the widgets should be rearranged / enla...Max Horn
2005-05-16Made the launcher dialog scale itselfMax Horn
2005-05-15Use big font in ListWidget if it is in kBigScrollBarWidth modeMax Horn
2005-05-15Center button label vertically, too (possible now that the GUI scaling is off)Max Horn
2005-05-15Draw scrollbar arrows using drawLine, instead of hard coding bitmaps; add a p...Max Horn
2005-05-15Turn off auto scaling for nowMax Horn
2005-05-15Add a switch which allows turning off the automatic GUI scaling easilyMax Horn