aboutsummaryrefslogtreecommitdiff
path: root/gui
AgeCommit message (Expand)Author
2009-03-07Added Greg and myself to SCI engine credisMax Horn
2009-03-06Removed the defined(__PLAYSTATION2__) case to re-enable extra paths for PS2.Max Lingua
2009-03-05Renamed MetaEngine::getCopyright() to getOriginalCopyright() to better match ...Jordi Vilalta Prat
2009-03-04Fix bug #2621207 "GUI: Debug console glitch".Johannes Schickel
2009-03-02Make the file browser bigger in 1x modeMax Horn
2009-02-24Small UI updated with smaller HELP dialog to fit a 320x200 screen. The help t...Lars Persson
2009-02-19Fixed regression in Options menu and disabled Save/Load buttons.Vicent Marti
2009-02-19Last minute fix (enabling/disabling widgets mid-frame).Vicent Marti
2009-02-17When adding games from a directory the user had no permissions to, instead of...Oystein Eftevaag
2009-02-17Add SCI team to creditsEugene Sandulenko
2009-02-15properly (re)select game after adding/editing domain name in launcherWillem Jan Palenstijn
2009-02-15Merged revisions 36329, 38212, 38226and 38234 from branch-0-13-0 to trunk: iP...Oystein Eftevaag
2009-02-13Fixed bug #2485123 (weird looking game load dialog).Vicent Marti
2009-02-13Fix GUI themes zip filesMax Horn
2009-02-12Fixed working Keys button in in game options dialogLars Persson
2009-02-11Patch #2553049: Remove clem's name from forum design, following his requestMax Horn
2009-02-07Third attemp at fixing release-critical #2472185. Also fixes regression repor...Vicent Marti
2009-02-06Reverted previous commit.Vicent Marti
2009-02-06Removed special case when redrawing the dialog stack. Fixes bug #2555710 and ...Vicent Marti
2009-01-30do not include common/debug.h from common/util.hMax Horn
2009-01-30Renamed SpecialDebugLevel to DebugChannelMax Horn
2009-01-30Some work on the 'special debug levels' aka 'engine debug levels' codeMax Horn
2009-01-24Fix for bug #2533091 "MAC: Cannot add games in the launcher in fullscreen mode".Johannes Schickel
2009-01-23Changed Graphics::ImageDecoder to allow custom PixelFormatsMax Horn
2009-01-23Renamed Archive::openFile to createReadStreamForMemberMax Horn
2009-01-23Renamed ArchiveMember::open -> createReadStream, and made it a cv member (con...Max Horn
2009-01-22Fix buggy images in GUI when switching overlay mode (e.g. on Mac OS X when to...Max Horn
2009-01-22Moved Graphics::PixelFormat into its own header file; turned RGBToColor etc. ...Max Horn
2009-01-18Updated theme version to 0.4Max Horn
2009-01-18Updated theme .zip files and default themeMax Horn
2009-01-18Updated credits list with retired membersMax Horn
2009-01-18cleanupMax Horn
2009-01-18GUI: Some cleanup and renaming; moved some parsing code from ThemeEngine to T...Max Horn
2009-01-18GUI: Removed ThemeEngine::getTabSpacing() and getTabPadding(); removed some d...Max Horn
2009-01-18GUI: Renamed Globals.TabLabelWidth to Globals.PopUpWidget.labelWidth (that's ...Max Horn
2009-01-17Merged gui/ThemeData.cpp into ThemeEngine.cppMax Horn
2009-01-17Removed unused & incomplete widget caching codeMax Horn
2009-01-14Added some comments to ThemeLayoutStacked::reflowLayoutH/VMax Horn
2009-01-14Renamed various ThemeLayout methods for clarity; removed unused setSpacing me...Max Horn
2009-01-14Handle the sound font clearing button in the game specific optionsJordi Vilalta Prat
2009-01-14Use the current palette size for the theme mouse cursor instead of using the ...Jordi Vilalta Prat
2009-01-12Fixed bug #2500168 ("GUI: Cannot quit in the launcher's load dialog"). I thoughtTorbjörn Andersson
2009-01-11Merge in Virtual Keybpard & KeyMapper branch,Eugene Sandulenko
2009-01-10Moved some stuff from the EditGameDialog constructor to its open() method toTorbjörn Andersson
2009-01-10Update Joachim's role as requested by him.Eugene Sandulenko
2009-01-10open browser dialog before manipulating it (fixes assert when pressing 'add g...Willem Jan Palenstijn
2009-01-08Fixed release critical bug #2472185. All transparent buttons should now prope...Vicent Marti
2009-01-08Fixed revertion to "Add game" button string after a "Mass add" was processed.Johannes Schickel
2009-01-05Tweak gui/ThemeData.* to not produce errors on certain system like Haiku (at ...Max Horn
2009-01-03- Prevented full theme search when "builtin" theme was specifiedJohannes Schickel