aboutsummaryrefslogtreecommitdiff
path: root/gui/ThemeNew.cpp
AgeCommit message (Expand)Author
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
2006-04-19Implements custom cursor support for the new theme and includes a standard cu...Johannes Schickel
2006-04-19Started to prepare the gui for runtime resolution switches.Johannes Schickel
2006-04-18Restores background before drawing a popupwidget.Johannes Schickel
2006-04-18Oops forgot to use shadows for the PopUpWidget.Johannes Schickel
2006-04-18- Fixed popup widget for --force-1x-overlay with new themeJohannes Schickel
2006-04-18- adds own drawing function for (not expanded) popup widgetsJohannes Schickel
2006-04-17Moved ColorMasks to their own new header graphics/colormasks.h, so that both ...Max Horn
2006-04-16- Moves Graphics::loadFont to Graphics::NewFont::loadFontJohannes Schickel
2006-04-16- Implemented text padding in ListWidget and PopUpWidget. Right padding does ...Eugene Sandulenko
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-12Speeds up calcGradient again a little bit.Johannes Schickel
2006-04-12- some little clean upsJohannes Schickel
2006-04-11Checks if something is drawn out of the screen in drawSurfaceMasked (fixes cr...Johannes Schickel
2006-04-11- cleans up drawSurfaceMasked a little bitJohannes Schickel
2006-04-11Changed drawScrollbar to use drawShadow.Johannes Schickel
2006-04-10Implements saving the color cache to a file (much faster startup for custom e...Johannes Schickel
2006-04-02With this change, backends are now responsible for instantiating their OSyste...Max Horn
2006-04-02- moves some code in ThemeNew.cpp (calcGradient and calcAlpha to the bottom)Johannes Schickel
2006-03-25- Revert my last change with moving addDefaultDirectory() from TheneNew.cppEugene Sandulenko
2006-03-25- Move AddDefaultDirectory() calls in somon engine to constructorEugene Sandulenko
2006-03-24Fix chechbox label alignment.Eugene Sandulenko
2006-03-24o Rearranged options dialogEugene Sandulenko
2006-03-24Bump theme version numberEugene Sandulenko
2006-03-21Fix bug #1455213: "GUI: ExtraPath won't display" and turn theme versionEugene Sandulenko
2006-03-20Updates the config version for the new theme to 4 in the warning which is pri...Johannes Schickel
2006-03-20Bump theme config version number to avod confusion. A key was added there,Eugene Sandulenko
2006-03-14Fix logo drawing.Eugene Sandulenko
2006-03-14Rearrange launcher.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
2006-03-04Removed colorToRGB and RGBToColor calls when calculating alphaJohannes Schickel
2006-02-24Fixed redraw glitch. Our editable widgets were asking the theme to draw a veryTorbjörn Andersson
2006-02-24Cleanup.Torbjörn Andersson
2006-02-13Implemented new tab drawing, should look nicer now. (The border under the act...Johannes Schickel
2006-02-11Change CVS keywords to SVN keywordsMax Horn
2006-02-05Change behaviour of checkboxes to more logical.Eugene Sandulenko
2006-02-03fixes allow compile with emsvc4 againPaweł Kołodziejski
2006-02-01Fix glitch when moving the mouse over a disabled, checked checkbox. (TheTorbjörn Andersson
2006-02-01Much improved how shadows look. However it is done with a really dirtyEugene Sandulenko
2006-02-01Implemented shadow drawing, also extended the theme config againJohannes Schickel
2006-01-31Fixes color bugs with the new theme when switching to fullscreen on Mac OS X.Johannes Schickel
2006-01-31Adds more configureable options to the config file of the new theme,Johannes Schickel
2006-01-31Tabs look better with dialog surfaces than with widget surfaces. There'sTorbjörn Andersson