index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gui
/
ThemeNew.cpp
Age
Commit message (
Expand
)
Author
2006-04-25
Uses the special cursor color palette for the cursor now (this fixes problems...
Johannes Schickel
2006-04-21
Fix valgrind warning
Travis Howell
2006-04-19
Adds handleScreenChanged() to NewGui, so (scumm) engine can call it when it r...
Johannes Schickel
2006-04-19
Fixes problems with wrong colors on the overlay in scumm engine.
Johannes Schickel
2006-04-19
Implements custom cursor support for the new theme and includes a standard cu...
Johannes Schickel
2006-04-19
Started to prepare the gui for runtime resolution switches.
Johannes Schickel
2006-04-18
Restores background before drawing a popupwidget.
Johannes Schickel
2006-04-18
Oops forgot to use shadows for the PopUpWidget.
Johannes Schickel
2006-04-18
- Fixed popup widget for --force-1x-overlay with new theme
Johannes Schickel
2006-04-18
- adds own drawing function for (not expanded) popup widgets
Johannes Schickel
2006-04-17
Moved ColorMasks to their own new header graphics/colormasks.h, so that both ...
Max Horn
2006-04-16
- Moves Graphics::loadFont to Graphics::NewFont::loadFont
Johannes 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 widgets
Johannes Schickel
2006-04-13
Deletes color cache and custom dialog shading.
Johannes Schickel
2006-04-12
Speeds up calcGradient again a little bit.
Johannes Schickel
2006-04-12
- some little clean ups
Johannes Schickel
2006-04-11
Checks if something is drawn out of the screen in drawSurfaceMasked (fixes cr...
Johannes Schickel
2006-04-11
- cleans up drawSurfaceMasked a little bit
Johannes Schickel
2006-04-11
Changed drawScrollbar to use drawShadow.
Johannes Schickel
2006-04-10
Implements saving the color cache to a file (much faster startup for custom e...
Johannes Schickel
2006-04-02
With 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.cpp
Eugene Sandulenko
2006-03-25
- Move AddDefaultDirectory() calls in somon engine to constructor
Eugene Sandulenko
2006-03-24
Fix chechbox label alignment.
Eugene Sandulenko
2006-03-24
o Rearranged options dialog
Eugene Sandulenko
2006-03-24
Bump theme version number
Eugene Sandulenko
2006-03-21
Fix bug #1455213: "GUI: ExtraPath won't display" and turn theme version
Eugene Sandulenko
2006-03-20
Updates the config version for the new theme to 4 in the warning which is pri...
Johannes Schickel
2006-03-20
Bump theme config version number to avod confusion. A key was added there,
Eugene Sandulenko
2006-03-14
Fix logo drawing.
Eugene Sandulenko
2006-03-14
Rearrange launcher.
Eugene Sandulenko
2006-03-07
WIP for arbitrary widget positions. See
Eugene Sandulenko
2006-03-04
Oops, fixes problems with disabled widgets (they need full drawn shadows).
Johannes Schickel
2006-03-04
Improved shadow drawing (it's faster now since it doesn't draw the whole rect...
Johannes Schickel
2006-03-04
Removed colorToRGB and RGBToColor calls when calculating alpha
Johannes Schickel
2006-02-24
Fixed redraw glitch. Our editable widgets were asking the theme to draw a very
Torbjörn Andersson
2006-02-24
Cleanup.
Torbjörn Andersson
2006-02-13
Implemented new tab drawing, should look nicer now. (The border under the act...
Johannes Schickel
2006-02-11
Change CVS keywords to SVN keywords
Max Horn
2006-02-05
Change behaviour of checkboxes to more logical.
Eugene Sandulenko
2006-02-03
fixes allow compile with emsvc4 again
Paweł Kołodziejski
2006-02-01
Fix glitch when moving the mouse over a disabled, checked checkbox. (The
Torbjörn Andersson
2006-02-01
Much improved how shadows look. However it is done with a really dirty
Eugene Sandulenko
2006-02-01
Implemented shadow drawing, also extended the theme config again
Johannes Schickel
2006-01-31
Fixes color bugs with the new theme when switching to fullscreen on Mac OS X.
Johannes Schickel
2006-01-31
Adds more configureable options to the config file of the new theme,
Johannes Schickel
2006-01-31
Tabs look better with dialog surfaces than with widget surfaces. There's
Torbjörn Andersson
[next]