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
/
engines
/
sci
/
gfx
/
gfx_widgets.cpp
Age
Commit message (
Expand
)
Author
2009-04-03
Removed the non-working Chrono port code, after discussing with Lars
Filippos Karapetis
2009-03-25
Remove a workaround in the line drawing function - it shouldn't be necessary ...
Filippos Karapetis
2009-03-25
Changed the primitive equality check to not use Common::Rect, as the two prim...
Filippos Karapetis
2009-03-25
- Renamed gfx/sci_widgets.* to gfx/gfx_gui.*, as these files contain GUI elem...
Filippos Karapetis
2009-03-19
Fixed issues with commit #39449, fixing some graphical glitches with the GUI ...
Filippos Karapetis
2009-03-16
It seems that the SCI GUI code tries to show rectangles with negative height....
Filippos Karapetis
2009-03-16
Replaced some rect_t operations with our common ones. For now, two helper fun...
Filippos Karapetis
2009-03-16
Replaced "xl" with "width" and "y1" with "height" in places where rectangles ...
Filippos Karapetis
2009-03-12
SCI: Removed most uses of the 'inline' keyword. It is usually better to let ...
Max Horn
2009-03-08
Use new Palette class to manager pixmap palettes.
Willem Jan Palenstijn
2009-03-07
SCI: Reduced header interdependencies some more
Max Horn
2009-03-03
SCI1: Improved color mapping when drawing line/box/text. Text with transparen...
Greg Frieger
2009-02-28
Fix warnings.
Johannes Schickel
2009-02-27
Fix code formatting
Eugene Sandulenko
2009-02-24
SCI: Renamed gfx/gfx_operations.h to gfx/operations.h (matching the source fi...
Max Horn