Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2009-01-17 | Merged gui/ThemeData.cpp into ThemeEngine.cpp | Max Horn | |
svn-id: r35881 | |||
2009-01-17 | Removed unused & incomplete widget caching code | Max Horn | |
svn-id: r35880 | |||
2009-01-14 | Added some comments to ThemeLayoutStacked::reflowLayoutH/V | Max Horn | |
svn-id: r35868 | |||
2009-01-14 | Renamed various ThemeLayout methods for clarity; removed unused setSpacing ↵ | Max Horn | |
method, and moved _spacing to class ThemeLayoutStacked svn-id: r35867 | |||
2009-01-14 | Handle the sound font clearing button in the game specific options | Jordi Vilalta Prat | |
svn-id: r35864 | |||
2009-01-14 | Use the current palette size for the theme mouse cursor instead of using the ↵ | Jordi Vilalta Prat | |
maximum (fixes a valgrind warning) svn-id: r35857 | |||
2009-01-12 | Fixed bug #2500168 ("GUI: Cannot quit in the launcher's load dialog"). I thought | Torbjörn Andersson | |
I would have to do more than this to fix it, but it seems to be enough. svn-id: r35840 | |||
2009-01-11 | Merge in Virtual Keybpard & KeyMapper branch, | Eugene Sandulenko | |
- Merge is perfromed in order to not let rotting the code - Makefile modifications were avoided Stuff to resolve: - Circular dependency of common/vkeybd from graphics/ - Make it compilable (?) - Add some keyboards - Decide on the key bindings svn-id: r35813 | |||
2009-01-10 | Moved some stuff from the EditGameDialog constructor to its open() method to | Torbjörn Andersson | |
avoid uninitialised variables. (This is similar to some bugs that were fixed earlier today.) svn-id: r35811 | |||
2009-01-10 | Update Joachim's role as requested by him. | Eugene Sandulenko | |
svn-id: r35809 | |||
2009-01-10 | open browser dialog before manipulating it (fixes assert when pressing 'add ↵ | Willem Jan Palenstijn | |
game') svn-id: r35807 | |||
2009-01-08 | Fixed release critical bug #2472185. All transparent buttons should now ↵ | Vicent Marti | |
properly refresh their text when changed between redrawing frames. This includes the launcher "Add game" button and the options "subtitle mode" button. svn-id: r35789 | |||
2009-01-08 | Fixed revertion to "Add game" button string after a "Mass add" was processed. | Johannes Schickel | |
svn-id: r35788 | |||
2009-01-05 | Tweak gui/ThemeData.* to not produce errors on certain system like Haiku (at ↵ | Max Horn | |
least I hope this will work :) svn-id: r35743 | |||
2009-01-03 | - Prevented full theme search when "builtin" theme was specified | Johannes Schickel | |
- Only do a recursive search for themes with depth 1 in '.' svn-id: r35706 | |||
2009-01-02 | Fix compilation on Mac OS X; tiny simplification | Max Horn | |
svn-id: r35688 | |||
2009-01-02 | Cleanup. | Johannes Schickel | |
svn-id: r35687 | |||
2009-01-02 | Fixed crash when returning to launcher from a 640x480 game running with a ↵ | Johannes Schickel | |
non 1x scaler. svn-id: r35686 | |||
2009-01-02 | - Moved theme listing code from GuiManager to ThemeEngine | Johannes Schickel | |
- Only show builtin theme in theme list if GUI_ENABLE_BUILTIN_THEME is defined - Introduced _themeFile to ThemeEngine again and changed _themeId to store the basename of the theme svn-id: r35684 | |||
2009-01-02 | - Fixed --gui-theme command line description | Johannes Schickel | |
- Added --list-themes command line command to list available GUI themes svn-id: r35681 | |||
2009-01-02 | - Added support selection of themes via a basename again (This should fix ↵ | Johannes Schickel | |
bugs #2473213 "GUI: Theme selection oddities and regressions" and #2219605 "GUI: theme detection") - Changed default value to "scummmodern" instead of "scummmodern.zip" for "gui_theme" - Moved theme listing code from ThemeBrowser to GuiManager svn-id: r35680 |