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
/
theme.h
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-25
- minor cleanup in modern.ini
Eugene Sandulenko
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-18
- adds own drawing function for (not expanded) popup widgets
Johannes Schickel
2006-04-16
- Moves Graphics::loadFont to Graphics::NewFont::loadFont
Johannes 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 widgets
Johannes Schickel
2006-04-13
Deletes color cache and custom dialog shading.
Johannes Schickel
2006-04-11
Fixes disappearing borders with classic theme.
Johannes Schickel
2006-04-11
Makes classic theme compile without OLDGUI_TRANSPARENCY again.
Johannes Schickel
2006-04-10
Implements 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-24
Reduce (indirect) dependencies on gui/eval.h (and thus common/assocarray.h) t...
Max Horn
2006-03-14
Rearrange launcher.
Eugene Sandulenko
2006-03-09
Moved typedef Common::String into class declaration.
Lars Persson
2006-03-08
o Converted most (all?) widgets to new scheme.
Eugene Sandulenko
2006-03-07
o More widgets fot alternative constructors
Eugene Sandulenko
2006-03-07
More work on customizable GUI.
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-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-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
Implements the usage of cached backgrounds in the old theme as well,
Johannes Schickel
2006-01-31
Adds more configureable options to the config file of the new theme,
Johannes Schickel
2006-01-28
- Fixes a bug that the debugger crashed while opening
Johannes Schickel
2006-01-27
Proper RCS IDs.
Eugene Sandulenko
2006-01-27
- adds the new gui renderer also a new implementation for the classic gui
Johannes Schickel