aboutsummaryrefslogtreecommitdiff
path: root/gui
AgeCommit message (Expand)Author
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
2009-01-02Fix compilation on Mac OS X; tiny simplificationMax Horn
2009-01-02Cleanup.Johannes Schickel
2009-01-02Fixed crash when returning to launcher from a 640x480 game running with a non...Johannes Schickel
2009-01-02- Moved theme listing code from GuiManager to ThemeEngineJohannes Schickel
2009-01-02- Fixed --gui-theme command line descriptionJohannes Schickel
2009-01-02- Added support selection of themes via a basename again (This should fix bug...Johannes Schickel
2009-01-02Renamed gui/newgui.cpp -> gui/GuiManager.cpp and gui/newgui.h -> gui/GuiManag...Johannes Schickel
2009-01-02Reverted the handling of mouse move events, now the slider widget should be h...Johannes Schickel
2009-01-02Modified the way button highlights are processed when a widget is in dragging...Johannes Schickel
2009-01-02GUI: Redraw screen ASAP if the theme was changedMax Horn
2009-01-02GUI: Create the _themeArchive once and then keep it; also do not reload theme...Max Horn
2009-01-02Got rid of GuiManager::clearDragWidget instead handle it via a new widget fla...Johannes Schickel
2009-01-02GUI: Fix the recent regression where starting games directly (bypassing the l...Max Horn
2009-01-01Fixed a typo in a comment, plus some slight re-wording.Torbjörn Andersson
2009-01-01cleanupMax Horn
2009-01-01Revamping the handling of GUI themes a bit:Max Horn
2009-01-01Added two FIXMEs to global options dialog, related to theme selectionMax Horn
2009-01-01Whoa! Removing trailing spaces.Eugene Sandulenko
2009-01-01Restore the text background of pop-up widgets to fix the glitch on classic th...Jordi Vilalta Prat
2008-12-31ThemeEngine:Max Horn
2008-12-31cleanupMax Horn
2008-12-31Proper fix: Readded the const keyword, together with the missing data type in...Filippos Karapetis