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-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
2006-01-31
I didn't realize that disabled widgets were transparent, rather than just
Torbjörn Andersson
2006-01-31
I assume this call to restoreBackground() is unnecessary.
Torbjörn Andersson
2006-01-30
Replace use of sscanf
Chris Apers
2006-01-29
Ok this should fix now all problems with drawing bugs of texts.
Johannes Schickel
2006-01-29
Fixes redraw bugs with the about dialog and the new theme.
Johannes Schickel
2006-01-29
Fixes transparency and enabled transparency for disabled buttons.
Johannes Schickel
2006-01-28
Changed calcGradient again, should look nicer now.
Johannes Schickel
2006-01-28
Fixes a bug while loading the theme config from the zip file (now the caret s...
Johannes Schickel
2006-01-28
- Fixes a bug that the debugger crashed while opening
Johannes Schickel
2006-01-27
This should fix bug # 1416862 (new theme: changing overlay size).
Johannes Schickel
2006-01-27
Proper RCS IDs.
Eugene Sandulenko
2006-01-27
Fix crash on platforms which do not initialize memory with zeroes.
Eugene Sandulenko
2006-01-27
fixed warning
Paweł Kołodziejski
2006-01-27
Oops forgot to change calcColor to calcGradient before commiting.
Johannes Schickel
2006-01-27
- adds the new gui renderer also a new implementation for the classic gui
Johannes Schickel
[prev]