aboutsummaryrefslogtreecommitdiff
path: root/gui/ThemeNew.cpp
AgeCommit message (Expand)Author
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-09-30Get rid of CharStar_BaseNode and consorts -- using a simple String is more ef...Max Horn
2006-08-18slightly changed patch #1521412: Hardcoded path for theme filesWillem Jan Palenstijn
2006-07-23String class usage cleanupMax Horn
2006-07-15Makes usage of themepath over extrapath then loading the gui files.Johannes Schickel
2006-06-21Reverting here too.Johannes Schickel
2006-06-21Ok after a few checks this is how it should be (fixing problems with my last ...Johannes Schickel
2006-06-21Oops fixes problem introduced with last commit.Johannes Schickel
2006-06-21Commits fix for crashing about dialog mentioned my Marucs on -devel.Johannes Schickel
2006-06-20Cleanup. It seems unnecessary to have a "break" right after an unconditionalTorbjörn Andersson
2006-06-15- Adds 'THEME_HINT_NO_BACKGROUND_RESTORE' for buttons which don't want restor...Johannes Schickel
2006-06-15Delete the old cursor buffer before allocating a new one. If the theme isTorbjörn Andersson
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-13Removed printf() debug message.Torbjörn Andersson
2006-06-13Let the [cursor] palette manager handle disableCursorPalette() too, to avoidTorbjörn Andersson
2006-06-07oops. More appropriate place for loading fonts. Avoids loading fonts onEugene Sandulenko
2006-06-07Fix regression with console having wrong font on startup.Eugene Sandulenko
2006-06-06Move whole theme ini file to evaluator. Next step is caching. Also now it isEugene Sandulenko
2006-06-05Some more string usage tweaksMax Horn
2006-06-05cleanupMax Horn
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-30Should fix drawing on systems with alpha mask.Johannes Schickel
2006-05-30A quick hack to let PSP gui use bigger fonts. Proper solution is to addEugene Sandulenko
2006-05-29Introduces special switch for GraphicsWidget for use of theme transparency ag...Johannes Schickel
2006-05-29Oops this reverts my last commit. :/Johannes Schickel
2006-05-29- comments out getColorAlphaImp2Johannes Schickel
2006-05-29- cleanupJohannes Schickel
2006-05-29- changes transparency parameter of Theme::drawSurface to alpha parameter.Johannes Schickel
2006-05-27Don't draw the shadow outside the scrollbar (should fix 'garbage' when moving...Johannes Schickel
2006-05-27Fixes caret drawing in EditTextWidgets.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-25The GUI never asked for the cursor to be visible. I'm not sure why that used toTorbjörn Andersson
2006-05-25Set and show/hide mouse cursors through a "cursor manager" (analogous to theTorbjörn Andersson
2006-05-20After the GUI has finished, restore the old cursor palette (if any). For thisTorbjörn Andersson
2006-05-18Proper rendering of slider widget.Eugene Sandulenko
2006-05-18- Fix spelling in theme configEugene Sandulenko
2006-05-18- Revert additional setUpCursor() call as it broke in-game cursor paletteEugene 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-21Fix valgrind warningTravis Howell
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