aboutsummaryrefslogtreecommitdiff
path: root/gui/about.cpp
AgeCommit message (Expand)Author
2008-05-26Fixed some code formatting thanks to LordHotoJordi Vilalta Prat
2008-05-13- Added operator-> to Plugin subclasses so they don't have to reimplement the...Jordi Vilalta Prat
2008-05-12- Added an engine plugin manager and moved engine specific functionality into itJordi Vilalta Prat
2007-11-04- made Widget::_flags privateJohannes Schickel
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo
2007-06-30Changed GUI system to use Common::KeyState stateMax Horn
2007-06-13Updated the about dialog (2006->2007, and added a header similar to our new s...Max Horn
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-03-17Moved Event/EventType/keyboard enum from common/system.h (part of class OSyst...Max Horn
2007-03-17Don't track the modifier state, use the eventmanager instead (this also fixes...Max Horn
2007-03-17use _ prefix for member vars, as per our code formatting conventionsMax Horn
2007-02-09Fix for bug #1650993 ("GUI: About dialog scroller").Johannes Schickel
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