Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-03-17 | Moved Event/EventType/keyboard enum from common/system.h (part of class ↵ | Max Horn | |
OSystem) to common/events.h (part of namespace Common). Porters may have to make minor changes to their backends to get them to compile again svn-id: r26180 | |||
2007-03-17 | Don't track the modifier state, use the eventmanager instead (this also ↵ | Max Horn | |
fixes bug #1657322, GUI: 'Mass Add' button text does not revert after mass add) svn-id: r26174 | |||
2007-03-17 | use _ prefix for member vars, as per our code formatting conventions | Max Horn | |
svn-id: r26173 | |||
2007-02-09 | Fix for bug #1650993 ("GUI: About dialog scroller"). | Johannes Schickel | |
svn-id: r25434 | |||
2006-09-23 | Moved base/engine.cpp and .h to engines/ (main motivation: helps untangle ↵ | Max Horn | |
the linker dependency graph). Porters will have to update project files svn-id: r23974 | |||
2006-08-04 | Renamed handleScreenChanged() -> reflowLayout() in the GUI code | Max Horn | |
svn-id: r23662 | |||
2006-07-31 | * Added copyright string to all engine plugins | Max Horn | |
* Modified about dialog to list all available plugins with their resp. copyright * Modified about dialog credits to show the GPL last (like movie end credits do with their legal text, too) svn-id: r23645 | |||
2006-06-05 | Fix various typenames to comply to the ScummVM coding guidelines | Max Horn | |
svn-id: r22928 | |||
2006-05-27 | add fixme about scrolling in about dialog | Willem Jan Palenstijn | |
svn-id: r22685 | |||
2006-04-19 | Started to prepare the gui for runtime resolution switches. | Johannes Schickel | |
(some little things could be missing yet though) svn-id: r22017 | |||
2006-03-24 | Reduce (indirect) dependencies on gui/eval.h (and thus common/assocarray.h) ↵ | Max Horn | |
to a minimum svn-id: r21426 | |||
2006-03-09 | Converted last dialogs to new scheme. Now it seems to be everything. Please, | Eugene Sandulenko | |
test throghoutly. svn-id: r21157 | |||
2006-02-11 | Change CVS keywords to SVN keywords | Max Horn | |
svn-id: r20518 | |||
2006-01-29 | Ok this should fix now all problems with drawing bugs of texts. | Johannes Schickel | |
svn-id: r20298 | |||
2006-01-27 | - adds the new gui renderer also a new implementation for the classic gui | Johannes Schickel | |
- adds a ImageMan and ImageDec class for loading and managing image files - adds a loader for zip files which is used by the new theme and the image manager - changes the widgets to use the new gui code - changes the scumm dialogs to use the new gui code - fixes a #include problem in the sky debugger with the new gui code To use the new gui copy gui/themes/default-theme.zip to your extrapath. If the theme zip can not be found the gui will fallback to the classic theme. If you want to change the gui styles use "gui_theme=classic" for the classic theme and "gui_theme=default-theme" for the new theme. Thanks to eriktorbjorn for testing and help with the new theme and to sev for reviewing this patch. svn-id: r20227 | |||
2006-01-26 | Changing Kyra copyright notice from EA to Westwood, after IRC discussion | Oystein Eftevaag | |
svn-id: r20198 | |||
2006-01-26 | Adding Kyrandia to the About dialog copyright section. | Oystein Eftevaag | |
svn-id: r20197 | |||
2006-01-18 | Update copyright notice | Eugene Sandulenko | |
svn-id: r20088 | |||
2005-12-19 | New credits format (DocBook conversion not yet done) | Max Horn | |
svn-id: r19809 | |||
2005-10-18 | Update FSF address. Eek. Actually that took place on May 1, 2005 | Eugene Sandulenko | |
svn-id: r19142 | |||
2005-09-16 | Mention ITE and Gob in about dialog. Or should I state publisher (C) | Eugene Sandulenko | |
on Goblins which is Sierra Inc.? svn-id: r18832 | |||
2005-07-30 | Remove trailing whitespaces. | Eugene Sandulenko | |
svn-id: r18604 | |||
2005-06-24 | When including files from common/, explicitly use the common/ prefix | Max Horn | |
svn-id: r18444 | |||
2005-06-03 | Cleanup. | Torbjörn Andersson | |
svn-id: r18321 | |||
2005-05-17 | Added automatic word wrapping to the about scroller | Max Horn | |
svn-id: r18145 | |||
2005-05-17 | Center about dialog, and make it just wide enough to display the credits, ↵ | Max Horn | |
but not wider svn-id: r18139 | |||
2005-05-15 | Unified rules that determine when a dialog shall use its 'big' mode and when ↵ | Max Horn | |
its 'normal' mode; MessageDialog uses Font::wordWrapText now; MessageDialog scales itself now svn-id: r18111 | |||
2005-05-15 | Word wrap the 'features' string | Max Horn | |
svn-id: r18110 | |||
2005-05-11 | Do not autoscale about dialog, rather let it scale itself properly | Max Horn | |
svn-id: r18061 | |||
2005-04-16 | Clarified the second comment, and removed the overlap between the two. | Torbjörn Andersson | |
svn-id: r17636 | |||
2005-04-16 | Clarified/corrected my own comment, otherwise I'll probably forget exactly | Torbjörn Andersson | |
why this was necessary. svn-id: r17634 | |||
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-10 | Remove some more header dependencies | Max Horn | |
svn-id: r16530 | |||
2005-01-10 | system.h was being included in tons of places, without any good reason; ↵ | Max Horn | |
reduced this (total dependencies on system.h went down from 193 to 85 files) svn-id: r16527 | |||
2005-01-06 | Switching GUI to an alternate font; using a second, bigger, font for 640x480 ↵ | Max Horn | |
games like COMI. Note: we can always easily switch back to the SCUMM font or any other font, if we want to svn-id: r16467 | |||
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-23 | Add GPL blurb to the about dialog | Max Horn | |
svn-id: r16276 | |||
2004-12-22 | Moved credits into a separate file | Max Horn | |
svn-id: r16253 | |||
2004-12-20 | cast fix, hopefully this helps PalmOS | Max Horn | |
svn-id: r16201 | |||
2004-12-20 | Updated, cleaned up, and unified the credits | Max Horn | |
svn-id: r16197 | |||
2004-12-20 | Small tweak to get rid of a warning on systems where type uint is not equal ↵ | Max Horn | |
to uint32 svn-id: r16194 | |||
2004-12-20 | Adding KingGuppy to about dialog, too | Max Horn | |
svn-id: r16144 | |||
2004-12-19 | Fancy about dialog | Max Horn | |
svn-id: r16140 | |||
2004-03-13 | Added FotAQ to the "About" window, after som discussion with Endy about the | Torbjörn Andersson | |
exact wording of it. svn-id: r13249 | |||
2004-02-09 | Modified version of patch #892795 (Let scumvm -v show supported libs) | Max Horn | |
svn-id: r12780 | |||
2004-01-06 | updated copyright notice | Max Horn | |
svn-id: r12176 |