Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-10-18 | Update FSF address. Eek. Actually that took place on May 1, 2005 | Eugene Sandulenko | |
svn-id: r19142 | |||
2005-07-30 | Remove trailing whitespaces. | Eugene Sandulenko | |
svn-id: r18604 | |||
2005-06-03 | Cleanup. | Torbjörn Andersson | |
svn-id: r18321 | |||
2005-06-02 | The GUI has reached the point where I think it's safe to begin removing the | Torbjö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-17 | Added automatic word wrapping to the about scroller | Max Horn | |
svn-id: r18145 | |||
2005-05-11 | Do not autoscale about dialog, rather let it scale itself properly | Max 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-16 | When recreating the canvas, do a full redraw so that all the dialogs | Torbjö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-16 | Patch #1183808 (GUI: Less CPU-intensive credits scroll), with some tweaks by me | Max Horn | |
svn-id: r17620 | |||
2005-01-01 | Updated copyright | Max Horn | |
svn-id: r16398 | |||
2004-12-30 | Final part of the fix for bug #1091802 (GUI: Credits scroll glitch) | Max Horn | |
svn-id: r16388 | |||
2004-12-30 | Reduce 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-19 | Fancy about dialog | Max Horn | |
svn-id: r16140 | |||
2004-01-06 | updated copyright notice | Max Horn | |
svn-id: r12176 | |||
2003-11-10 | added namespace GUI | Max Horn | |
svn-id: r11255 | |||
2003-11-02 | turned 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-22 | made 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 |