aboutsummaryrefslogtreecommitdiff
path: root/gui/ThemeEngine.cpp
AgeCommit message (Expand)Author
2009-03-09Rewrote Common::List iterator code to ensure const correctness is preserved.Max Horn
2009-02-15Merged revisions 36329, 38212, 38226and 38234 from branch-0-13-0 to trunk: iP...Oystein Eftevaag
2009-02-07Third attemp at fixing release-critical #2472185. Also fixes regression repor...Vicent Marti
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-18GUI: Some cleanup and renaming; moved some parsing code from ThemeEngine to T...Max Horn
2009-01-17Merged gui/ThemeData.cpp into ThemeEngine.cppMax Horn
2009-01-17Removed unused & incomplete widget caching codeMax Horn
2009-01-14Use the current palette size for the theme mouse cursor instead of using the ...Jordi Vilalta Prat
2009-01-08Fixed release critical bug #2472185. All transparent buttons should now prope...Vicent Marti
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-02- Moved theme listing code from GuiManager to ThemeEngineJohannes Schickel
2009-01-02GUI: Create the _themeArchive once and then keep it; also do not reload theme...Max Horn
2009-01-02GUI: Fix the recent regression where starting games directly (bypassing the l...Max Horn
2009-01-01cleanupMax Horn
2009-01-01Revamping the handling of GUI themes a bit:Max 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-31ThemeEngine changes:Max Horn
2008-12-29Fix for ""LAUNCHER: "(Mass) Add" buttons + built-in GUI = buggy"" (bug ID 247...Vicent Marti
2008-12-26Fix for the SliderWidget glitch when showing very small values (and potential...Jordi Vilalta Prat
2008-12-24Added FIXME in ThemeEngine::drawSlider.Johannes Schickel
2008-12-22Fixed indentation and removed whitespaces at the end of lineJordi Vilalta Prat
2008-12-22Allow the disabled state of the popup widget to be themedJordi Vilalta Prat
2008-11-21Added ArchiveMember::getDisplayName() method; changed ArchiveMember::getName(...Max Horn
2008-11-20Fixed ZipArchive/FSDirectory creation.Johannes Schickel
2008-11-12GUI: Blitting the full screen to the backbuffer (or vice versa) can be done w...Max Horn
2008-11-12Renamed Graphics::TextAlignment -> Graphics::TextAlign and merged it with GUI...Max Horn
2008-11-10Include required headerMax Horn
2008-11-10Merged GUI::Theme and Gui::ThemeEngine into the same class, GUI::ThemeEngine.Vicent Marti
2008-11-09Removed many unnecessary #includesMax Horn
2008-11-08Thou shalst never use the 'using' keyword in a header file, lest the wrath of...Max Horn
2008-11-08Pushing down some header depsMax Horn
2008-11-08Moved some internal stuff from ThemeEngine.h to ThemeEngine.cppMax Horn
2008-11-06Got rid of OSystem::colorToRGB and RGBToColor; added implementations for OSys...Max Horn
2008-11-04Some cleanup / handle the case where the themepath is neither pointing to a d...Max Horn
2008-11-04Reordered initialization lists to kill a ton of warnings.Nicola Mettifogo
2008-11-03Fix commentMax Horn
2008-11-03Documented & cleaned up ThemeEngine::createCursorMax Horn
2008-11-03Instead of allocating (and leaking, in case of an error) a 64k table with at ...Max Horn
2008-10-29Store names for renderer configuration in config file instead of integers.Johannes Schickel
2008-10-29Committed my patch from -devel, which reintroduces DISABLE_FANCY_THEMES to st...Johannes Schickel
2008-10-22Shut up MSVC and add FIXMEs to Sword's listSaves and ThemeEngine's loadThemeXML.Kari Salminen
2008-10-22Committed updated version of my patch #2184529 "SearchSet: Get rid of SharedP...Johannes Schickel