aboutsummaryrefslogtreecommitdiff
path: root/gui/about.cpp
AgeCommit message (Expand)Author
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
2003-11-02turned NewGui into a singleton, and made OSystem a pseudo-singleton; added Wi...Max Horn
2003-10-02renamed namespace ScummVM to CommonMax Horn
2003-09-18moved engine.* to base; this fixes some linking issues when building a barebo...Max Horn
2003-07-31Correct nameTravis Howell
2003-07-22use kLineHeight constant (also strictly spoken it makes no sense: kLineHeight...Max Horn
2003-07-22made about dialog global (so that it can be used from the launcher and from s...Max Horn