aboutsummaryrefslogtreecommitdiff
path: root/gui/about.cpp
AgeCommit message (Expand)Author
2006-09-23Moved base/engine.cpp and .h to engines/ (main motivation: helps untangle the...Max Horn
2006-08-04Renamed handleScreenChanged() -> reflowLayout() in the GUI codeMax Horn
2006-07-31* Added copyright string to all engine pluginsMax Horn
2006-06-05Fix various typenames to comply to the ScummVM coding guidelinesMax Horn
2006-05-27add fixme about scrolling in about dialogWillem Jan Palenstijn
2006-04-19Started to prepare the gui for runtime resolution switches.Johannes Schickel
2006-03-24Reduce (indirect) dependencies on gui/eval.h (and thus common/assocarray.h) t...Max Horn
2006-03-09Converted last dialogs to new scheme. Now it seems to be everything. Please,Eugene Sandulenko
2006-02-11Change CVS keywords to SVN keywordsMax Horn
2006-01-29Ok this should fix now all problems with drawing bugs of texts.Johannes Schickel
2006-01-27 - adds the new gui renderer also a new implementation for the classic guiJohannes Schickel
2006-01-26Changing Kyra copyright notice from EA to Westwood, after IRC discussionOystein Eftevaag
2006-01-26Adding Kyrandia to the About dialog copyright section.Oystein Eftevaag
2006-01-18Update copyright noticeEugene Sandulenko
2005-12-19New credits format (DocBook conversion not yet done)Max Horn
2005-10-18Update FSF address. Eek. Actually that took place on May 1, 2005Eugene Sandulenko
2005-09-16Mention ITE and Gob in about dialog. Or should I state publisher (C)Eugene Sandulenko
2005-07-30Remove trailing whitespaces.Eugene Sandulenko
2005-06-24When including files from common/, explicitly use the common/ prefixMax Horn
2005-06-03Cleanup.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-15Unified rules that determine when a dialog shall use its 'big' mode and when ...Max Horn
2005-05-15Word wrap the 'features' stringMax Horn
2005-05-11Do not autoscale about dialog, rather let it scale itself properlyMax Horn
2005-04-16Clarified the second comment, and removed the overlap between the two.Torbjörn Andersson
2005-04-16Clarified/corrected my own comment, otherwise I'll probably forget exactlyTorbjörn Andersson
2005-04-16_screenHasChanged == true implies _canvas.pixels == null; so replace it (af...Max Horn
2005-04-16When recreating the canvas, do a full redraw so that all the dialogsTorbjörn Andersson
2005-04-16Patch #1183808 (GUI: Less CPU-intensive credits scroll), with some tweaks by meMax Horn
2005-01-10Remove some more header dependenciesMax Horn
2005-01-10system.h was being included in tons of places, without any good reason; reduc...Max Horn
2005-01-06Switching GUI to an alternate font; using a second, bigger, font for 640x480 ...Max Horn
2005-01-01Updated copyrightMax Horn
2004-12-30Final part of the fix for bug #1091802 (GUI: Credits scroll glitch)Max Horn
2004-12-30Reduce time till scrolling starts inthe about dialog; pressing shift/alt now ...Max Horn
2004-12-23Add GPL blurb to the about dialogMax Horn
2004-12-22Moved credits into a separate fileMax Horn
2004-12-20cast fix, hopefully this helps PalmOSMax Horn
2004-12-20Updated, cleaned up, and unified the creditsMax Horn
2004-12-20Small tweak to get rid of a warning on systems where type uint is not equal t...Max Horn
2004-12-20Adding KingGuppy to about dialog, tooMax Horn
2004-12-19Fancy about dialogMax Horn
2004-03-13Added FotAQ to the "About" window, after som discussion with Endy about theTorbjörn Andersson
2004-02-09Modified version of patch #892795 (Let scumvm -v show supported libs)Max Horn
2004-01-06updated copyright noticeMax Horn
2003-11-10added namespace GUIMax Horn
2003-11-08cleanup whitespacesPaweł Kołodziejski
2003-11-04lec don't have copyright on all the SCUMM games, add broken sword while here....Jonathan Gray
2003-11-02introduced common base class GuiObject for Dialog/Widget -> step towards maki...Max Horn