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
/
ThemeClassic.cpp
Age
Commit message (
Expand
)
Author
2007-11-04
- made Widget::_flags private
Johannes Schickel
2007-11-04
- starting to document the theme renderer
Johannes Schickel
2007-10-28
Patch v5.2 from #1752243: "backends lib patches"
Eugene Sandulenko
2007-05-30
Updated legal headers in source files, based on what Pidgin (the IM client fo...
Max Horn
2007-02-08
Moved definition of ThemeClassic and ThemeModern to their own files.
Johannes Schickel
2006-11-11
Fix valgrind warning on unitialized variable.
Eugene Sandulenko
2006-10-08
Cleanup.
Johannes Schickel
2006-10-08
Oops...
Johannes Schickel
2006-10-08
Fixed disabled blending for classic theme.
Johannes Schickel
2006-10-08
Make modern and classic theme config files use the same version number.
Johannes Schickel
2006-10-08
Adding option to enable/disable blending for the classic theme.
Johannes Schickel
2006-10-08
Displaying the theme name instead of the theme config file name in the 'Misc'...
Johannes Schickel
2006-10-08
- reworked my commit for r24216, not 'Classic (Builtin)' uses the builtin cla...
Johannes Schickel
2006-10-08
- Forcing 'classic' as the builtin classic theme (which means it ignores the ...
Johannes Schickel
2006-10-08
- added auto detection of the Theme style to use
Johannes Schickel
2006-10-08
Ooops. making the classic theme working without a config again.
Johannes Schickel
2006-10-08
- added config file support for the classic theme
Johannes Schickel
2006-07-23
String class usage cleanup
Max Horn
2006-06-21
Reverting here too.
Johannes Schickel
2006-06-21
Ok after a few checks this is how it should be (fixing problems with my last ...
Johannes Schickel
2006-06-21
Oops fixes problem introduced with last commit.
Johannes Schickel
2006-06-21
Commits fix for crashing about dialog mentioned my Marucs on -devel.
Johannes Schickel
2006-06-15
Fix drawing of tab widget. Now it matches mock-ups. Added tab scrolling.
Eugene Sandulenko
2006-06-14
Implements new Tab drawing for modern theme (nearlly matches mockups now)
Johannes Schickel
2006-06-05
Fix various typenames to comply to the ScummVM coding guidelines
Max Horn
2006-05-29
Introduces special switch for GraphicsWidget for use of theme transparency ag...
Johannes Schickel
2006-05-29
- changes transparency parameter of Theme::drawSurface to alpha parameter.
Johannes Schickel
2006-05-29
- Fixes disabled transparency for classic theme.
Johannes Schickel
2006-05-29
Fixes widget drawing for classic theme.
Johannes Schickel
2006-05-27
Major GUI update:
Eugene Sandulenko
2006-04-19
Adds handleScreenChanged() to NewGui, so (scumm) engine can call it when it r...
Johannes Schickel
2006-04-19
Started to prepare the gui for runtime resolution switches.
Johannes Schickel
2006-04-18
- adds own drawing function for (not expanded) popup widgets
Johannes Schickel
2006-04-14
- implements .bdf font loader based on convbdf (sure could have some clean up)
Johannes Schickel
2006-04-11
Draws the same border for 'kWidgetBackgroundPlain' as for 'kWidgetBackgroundB...
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-02
- moves some code in ThemeNew.cpp (calcGradient and calcAlpha to the bottom)
Johannes Schickel
2006-03-24
Fix chechbox label alignment.
Eugene Sandulenko
2006-03-18
theme.cpp -> ThemeClassic.cpp for consistency and less confusion
Eugene Sandulenko