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-07-23
String class usage cleanup
Max Horn
2006-07-15
Makes usage of themepath over extrapath then loading the gui files.
Johannes Schickel
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-20
Cleanup. It seems unnecessary to have a "break" right after an unconditional
Torbjörn Andersson
2006-06-15
- Adds 'THEME_HINT_NO_BACKGROUND_RESTORE' for buttons which don't want restor...
Johannes Schickel
2006-06-15
Delete the old cursor buffer before allocating a new one. If the theme is
Torbjörn Andersson
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-13
Removed printf() debug message.
Torbjörn Andersson
2006-06-13
Let the [cursor] palette manager handle disableCursorPalette() too, to avoid
Torbjörn Andersson
2006-06-07
oops. More appropriate place for loading fonts. Avoids loading fonts on
Eugene Sandulenko
2006-06-07
Fix regression with console having wrong font on startup.
Eugene Sandulenko
2006-06-06
Move whole theme ini file to evaluator. Next step is caching. Also now it is
Eugene Sandulenko
2006-06-05
Some more string usage tweaks
Max Horn
2006-06-05
cleanup
Max Horn
2006-06-05
Fixing some more typenames to comply to the ScummVM coding guidelines
Max Horn
2006-06-05
Fix various typenames to comply to the ScummVM coding guidelines
Max Horn
2006-06-03
*Loads* of Common::String related optimizations. Woa, *tons* of methods were ...
Max Horn
2006-05-30
Should fix drawing on systems with alpha mask.
Johannes Schickel
2006-05-30
A quick hack to let PSP gui use bigger fonts. Proper solution is to add
Eugene Sandulenko
2006-05-29
Introduces special switch for GraphicsWidget for use of theme transparency ag...
Johannes Schickel
2006-05-29
Oops this reverts my last commit. :/
Johannes Schickel
2006-05-29
- comments out getColorAlphaImp2
Johannes Schickel
2006-05-29
- cleanup
Johannes Schickel
2006-05-29
- changes transparency parameter of Theme::drawSurface to alpha parameter.
Johannes Schickel
2006-05-27
Don't draw the shadow outside the scrollbar (should fix 'garbage' when moving...
Johannes Schickel
2006-05-27
Fixes caret drawing in EditTextWidgets.
Johannes Schickel
2006-05-27
Major GUI update:
Eugene Sandulenko
2006-05-26
Use Courier 12pt (free one) for 2x and 3x console. Looks much more useable now.
Eugene Sandulenko
2006-05-25
The GUI never asked for the cursor to be visible. I'm not sure why that used to
Torbjörn Andersson
2006-05-25
Set and show/hide mouse cursors through a "cursor manager" (analogous to the
Torbjörn Andersson
2006-05-20
After the GUI has finished, restore the old cursor palette (if any). For this
Torbjörn Andersson
2006-05-18
Proper rendering of slider widget.
Eugene Sandulenko
2006-05-18
- Fix spelling in theme config
Eugene Sandulenko
2006-05-18
- Revert additional setUpCursor() call as it broke in-game cursor palette
Eugene Sandulenko
2006-05-18
Better cursor image
Eugene Sandulenko
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
[next]