Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-04-18 | Part of patch #2738575: "GSOC09: Upd copyright add about line, fix MSVC ↵ | Eugene Sandulenko | |
warnings" svn-id: r39995 | |||
2009-04-18 | Patch #2761396: "Typo fixes to README and comments" | Eugene Sandulenko | |
svn-id: r39993 | |||
2009-04-11 | Fixed bug #2706939 (Enabled button not drawn correctly) and other similar cases. | Vicent Marti | |
Fixed background shading weirdness when opening many dialogs on top of each other. Fixed some modal dialogs not redrawing properly when closed. svn-id: r39938 | |||
2009-04-10 | GUI: Fixed nasty typo | Max Horn | |
svn-id: r39913 | |||
2009-04-09 | GUI: Rewrote the dirty rect handling code. Previously it was possible that ↵ | Max Horn | |
the dirty rect list got clobbered by many rects containg other rects in the list. Also got rid of some obsolete params to addDirtyRect as well as the obsolete return value svn-id: r39909 | |||
2009-04-03 | GUI: Commited fix for bug in ThemeParser::parserCallback_defaults (at least ↵ | Max Horn | |
I think this is the correct fix, somebody should review this) svn-id: r39812 | |||
2009-03-27 | Fixed bug where screen wasn't automatically updated when changing theme, ↵ | Vicent Marti | |
unless you moved the mouse. svn-id: r39706 | |||
2009-03-26 | Theme selection dialog now automatically selects the currently active theme. ↵ | Vicent Marti | |
Fixes bug #2706967. svn-id: r39703 | |||
2009-03-26 | MidiDriver cleanup: findMusicDriver now returns a pointer (makes it possible ↵ | Max Horn | |
to distinguish 'no match found' from other results); updated parseMusicDriver accordingly; some methods now return MidiDriverType instead of int svn-id: r39702 | |||
2009-03-25 | Added myself to the MADE engine credits | Filippos Karapetis | |
svn-id: r39684 | |||
2009-03-16 | Sync | Henry Bush | |
svn-id: r39458 | |||
2009-03-15 | Fix small cursor for modern theme. | Johannes Schickel | |
svn-id: r39426 | |||
2009-03-11 | Fixed bug #2619802 (Game name overwrites scroll bar). | Vicent Marti | |
svn-id: r39335 | |||
2009-03-09 | Rewrote Common::List iterator code to ensure const correctness is preserved. | Max Horn | |
We tried to implement the list iterators in a clever way, to reduce code duplication. But this is essentially impossible to do properly, sadly -- this is one of the places where the ugly drawbacks of C++ really show. As a consequence, our implementation had a bug which allowed one to convert any const_iterator to an iterator, thus allowing modifying elements of const lists. This rewrite reintroduces code duplication but at least ensures that no const list is written to accidentally. Also fix some places which incorrectly used iterator instead of const_iterator or (in the kyra code) accidentally wrote into a const list. svn-id: r39279 | |||
2009-03-08 | Move Greg Frieger from Tinsel to SCI in credits as intended by r39179 | Willem Jan Palenstijn | |
svn-id: r39220 | |||
2009-03-07 | Added Greg and myself to SCI engine credis | Max Horn | |
svn-id: r39179 | |||
2009-03-06 | Removed the defined(__PLAYSTATION2__) case to re-enable extra paths for PS2. | Max Lingua | |
svn-id: r39144 | |||
2009-03-05 | Renamed MetaEngine::getCopyright() to getOriginalCopyright() to better match ↵ | Jordi Vilalta Prat | |
the meaning of the returned string, as discussed some time ago in scummvm-devel svn-id: r39132 | |||
2009-03-04 | Fix bug #2621207 "GUI: Debug console glitch". | Johannes Schickel | |
svn-id: r39128 | |||
2009-03-02 | Make the file browser bigger in 1x mode | Max Horn | |
svn-id: r39077 | |||
2009-02-24 | Small UI updated with smaller HELP dialog to fit a 320x200 screen. The help ↵ | Lars Persson | |
text does not fit though. svn-id: r38848 | |||
2009-02-19 | Fixed regression in Options menu and disabled Save/Load buttons. | Vicent Marti | |
svn-id: r38524 | |||
2009-02-19 | Last minute fix (enabling/disabling widgets mid-frame). | Vicent Marti | |
svn-id: r38520 | |||
2009-02-17 | When adding games from a directory the user had no permissions to, instead ↵ | Oystein Eftevaag | |
of exiting with an error we'll (for normal adds) show an error message and (for mass adds) just continue in the list. svn-id: r38448 | |||
2009-02-17 | Add SCI team to credits | Eugene Sandulenko | |
svn-id: r38441 | |||
2009-02-15 | properly (re)select game after adding/editing domain name in launcher | Willem Jan Palenstijn | |
svn-id: r38313 | |||
2009-02-15 | Merged revisions 36329, 38212, 38226and 38234 from branch-0-13-0 to trunk: ↵ | Oystein Eftevaag | |
iPhone backend updates svn-id: r38240 | |||
2009-02-13 | Fixed bug #2485123 (weird looking game load dialog). | Vicent Marti | |
svn-id: r36313 | |||
2009-02-13 | Fix GUI themes zip files | Max Horn | |
svn-id: r36287 | |||
2009-02-12 | Fixed working Keys button in in game options dialog | Lars Persson | |
Fixed key mappings dialog layout svn-id: r36285 | |||
2009-02-11 | Patch #2553049: Remove clem's name from forum design, following his request | Max Horn | |
svn-id: r36272 | |||
2009-02-07 | Third attemp at fixing release-critical #2472185. Also fixes regression ↵ | Vicent Marti | |
reported in #2555710. svn-id: r36227 | |||
2009-02-06 | Reverted previous commit. | Vicent Marti | |
svn-id: r36226 | |||
2009-02-06 | Removed special case when redrawing the dialog stack. Fixes bug #2555710 and ↵ | Vicent Marti | |
several lesser graphical glitches with classic theme. svn-id: r36225 | |||
2009-01-30 | do not include common/debug.h from common/util.h | Max Horn | |
svn-id: r36143 | |||
2009-01-30 | Renamed SpecialDebugLevel to DebugChannel | Max Horn | |
svn-id: r36142 | |||
2009-01-30 | Some work on the 'special debug levels' aka 'engine debug levels' code | Max Horn | |
svn-id: r36139 | |||
2009-01-24 | Fix for bug #2533091 "MAC: Cannot add games in the launcher in fullscreen mode". | Johannes Schickel | |
svn-id: r36036 | |||
2009-01-23 | Changed Graphics::ImageDecoder to allow custom PixelFormats | Max Horn | |
svn-id: r36026 | |||
2009-01-23 | Renamed Archive::openFile to createReadStreamForMember | Max Horn | |
svn-id: r36021 | |||
2009-01-23 | Renamed ArchiveMember::open -> createReadStream, and made it a cv member ↵ | Max Horn | |
(const); same for Archive::openFile svn-id: r36020 | |||
2009-01-22 | Fix buggy images in GUI when switching overlay mode (e.g. on Mac OS X when ↵ | Max Horn | |
toggline full screen and windowed mode) svn-id: r36001 | |||
2009-01-22 | Moved Graphics::PixelFormat into its own header file; turned RGBToColor etc. ↵ | Max Horn | |
into methods, and added an operator== svn-id: r35993 | |||
2009-01-18 | Updated theme version to 0.4 | Max Horn | |
svn-id: r35914 | |||
2009-01-18 | Updated theme .zip files and default theme | Max Horn | |
svn-id: r35913 | |||
2009-01-18 | Updated credits list with retired members | Max Horn | |
svn-id: r35911 | |||
2009-01-18 | cleanup | Max Horn | |
svn-id: r35899 | |||
2009-01-18 | GUI: Some cleanup and renaming; moved some parsing code from ThemeEngine to ↵ | Max Horn | |
ThemeParser svn-id: r35898 | |||
2009-01-18 | GUI: Removed ThemeEngine::getTabSpacing() and getTabPadding(); removed some ↵ | Max Horn | |
dead code svn-id: r35896 | |||
2009-01-18 | GUI: Renamed Globals.TabLabelWidth to Globals.PopUpWidget.labelWidth (that's ↵ | Max Horn | |
what it really is); changed PopUpWidget to use that value directly svn-id: r35895 |