aboutsummaryrefslogtreecommitdiff
path: root/gui/about.h
AgeCommit message (Collapse)Author
2005-10-18Update FSF address. Eek. Actually that took place on May 1, 2005Eugene Sandulenko
svn-id: r19142
2005-07-30Remove trailing whitespaces.Eugene Sandulenko
svn-id: r18604
2005-06-03Cleanup.Torbjörn Andersson
svn-id: r18321
2005-06-02The GUI has reached the point where I think it's safe to begin removing theTorbjörn Andersson
old auto-scaling hack. Removed wantsScaling(), USE_AUTO_SCALING, _scaleFactor and _scaleEnable. Also removed drawBitmap() since we no longer use bitmaps for widget decorations. svn-id: r18310
2005-05-17Added automatic word wrapping to the about scrollerMax Horn
svn-id: r18145
2005-05-11Do not autoscale about dialog, rather let it scale itself properlyMax Horn
svn-id: r18061
2005-04-16_screenHasChanged == true implies _canvas.pixels == null; so replace it ↵Max Horn
(after all, we don't want to draw text when the canvas is not yet ready, no matter whether this is due to a screen change or for any other reason) svn-id: r17624
2005-04-16When recreating the canvas, do a full redraw so that all the dialogsTorbjörn Andersson
behind the credits show. Until we have a new canvas, don't draw any credits text, or it too will show up on the canvas. The latter, at the very least, was a bug in my original patch. svn-id: r17621
2005-04-16Patch #1183808 (GUI: Less CPU-intensive credits scroll), with some tweaks by meMax Horn
svn-id: r17620
2005-01-01Updated copyrightMax Horn
svn-id: r16398
2004-12-30Final part of the fix for bug #1091802 (GUI: Credits scroll glitch)Max Horn
svn-id: r16388
2004-12-30Reduce time till scrolling starts inthe about dialog; pressing shift/alt now ↵Max Horn
causes faster/reverse scrolling (this is an insider trick and not documented on purpose :-) svn-id: r16383
2004-12-19Fancy about dialogMax Horn
svn-id: r16140
2004-01-06updated copyright noticeMax Horn
svn-id: r12176
2003-11-10added namespace GUIMax Horn
svn-id: r11255
2003-11-02turned NewGui into a singleton, and made OSystem a pseudo-singleton; added ↵Max Horn
Widget::findWidget (preparing to add support for nested widgets, for the tab widget) svn-id: r11045
2003-07-22made about dialog global (so that it can be used from the launcher and from ↵Max Horn
sky/simon; also added our copyright to it svn-id: r9122