aboutsummaryrefslogtreecommitdiff
path: root/gui/theme.h
AgeCommit message (Expand)Author
2006-12-27Fix bug #1595627: "SCUMM: F5 crashes game (640x480)". This partiallyEugene Sandulenko
2006-10-25- Fix crash if theme_logo.visible is set to true in a classic theme config fileJohannes Schickel
2006-10-25- renamed GUI::ThemeNew to GUI::ThemeModernJohannes Schickel
2006-10-08Make modern and classic theme config files use the same version number.Johannes Schickel
2006-10-08Adding option to enable/disable blending for the classic theme.Johannes Schickel
2006-10-08Displaying the theme name instead of the theme config file name in the 'Misc'...Johannes Schickel
2006-10-08- Added dialog for selecting the theme to useJohannes Schickel
2006-10-08- added auto detection of the Theme style to useJohannes Schickel
2006-10-08- added config file support for the classic themeJohannes Schickel
2006-10-08Uses the slider background settings instead of the edit text widget settings ...Johannes Schickel
2006-06-15- Adds 'THEME_HINT_NO_BACKGROUND_RESTORE' for buttons which don't want restor...Johannes Schickel
2006-06-15Fix drawing of tab widget. Now it matches mock-ups. Added tab scrolling.Eugene Sandulenko
2006-06-14Implements new Tab drawing for modern theme (nearlly matches mockups now)Johannes Schickel
2006-06-10This may cut down a little on unnecessary strings / mallocs:Torbjörn Andersson
2006-06-06Move whole theme ini file to evaluator. Next step is caching. Also now it isEugene Sandulenko
2006-06-05Fixing some more typenames to comply to the ScummVM coding guidelinesMax Horn
2006-06-05Fix various typenames to comply to the ScummVM coding guidelinesMax Horn
2006-06-03*Loads* of Common::String related optimizations. Woa, *tons* of methods were ...Max Horn
2006-05-29Introduces special switch for GraphicsWidget for use of theme transparency ag...Johannes Schickel
2006-05-29- changes transparency parameter of Theme::drawSurface to alpha parameter.Johannes Schickel
2006-05-29Removes leftover comment.Johannes Schickel
2006-05-29- Fixes disabled transparency for classic theme.Johannes Schickel
2006-05-27Major GUI update:Eugene Sandulenko
2006-05-26Use Courier 12pt (free one) for 2x and 3x console. Looks much more useable now.Eugene Sandulenko
2006-05-18Proper rendering of slider widget.Eugene Sandulenko
2006-05-18- Fix spelling in theme configEugene Sandulenko
2006-05-18Better cursor imageEugene Sandulenko
2006-04-25Uses the special cursor color palette for the cursor now (this fixes problems...Johannes Schickel
2006-04-25- minor cleanup in modern.iniEugene Sandulenko
2006-04-19Adds handleScreenChanged() to NewGui, so (scumm) engine can call it when it r...Johannes Schickel
2006-04-19Fixes problems with wrong colors on the overlay in scumm engine.Johannes Schickel
2006-04-19Implements custom cursor support for the new theme and includes a standard cu...Johannes Schickel
2006-04-18- adds own drawing function for (not expanded) popup widgetsJohannes Schickel
2006-04-16- Moves Graphics::loadFont to Graphics::NewFont::loadFontJohannes Schickel
2006-04-14- implements .bdf font loader based on convbdf (sure could have some clean up)Johannes Schickel
2006-04-13- No longer draws full shadows for disabled widgetsJohannes Schickel
2006-04-13Deletes color cache and custom dialog shading.Johannes Schickel
2006-04-11Fixes disappearing borders with classic theme.Johannes Schickel
2006-04-11Makes classic theme compile without OLDGUI_TRANSPARENCY again.Johannes Schickel
2006-04-10Implements saving the color cache to a file (much faster startup for custom e...Johannes Schickel
2006-04-02- moves some code in ThemeNew.cpp (calcGradient and calcAlpha to the bottom)Johannes Schickel
2006-03-24Reduce (indirect) dependencies on gui/eval.h (and thus common/assocarray.h) t...Max Horn
2006-03-14Rearrange launcher.Eugene Sandulenko
2006-03-09Moved typedef Common::String into class declaration.Lars Persson
2006-03-08o Converted most (all?) widgets to new scheme.Eugene Sandulenko
2006-03-07o More widgets fot alternative constructorsEugene Sandulenko
2006-03-07More work on customizable GUI.Eugene Sandulenko
2006-03-07WIP for arbitrary widget positions. SeeEugene Sandulenko
2006-03-04Oops, fixes problems with disabled widgets (they need full drawn shadows).Johannes Schickel
2006-03-04Improved shadow drawing (it's faster now since it doesn't draw the whole rect...Johannes Schickel