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
/
graphics
/
VectorRendererSpec.h
Age
Commit message (
Expand
)
Author
2018-04-22
JANITORIAL: Fix formatting
Adrian Frühwirth
2016-08-24
GUI: Added transparency to PicWidgets
Eugene Sandulenko
2016-08-24
GUI: Implemented centering of dialog background
Eugene Sandulenko
2016-08-24
GUI: Added possibility to specify scale mode for AlphaBitmaps
Eugene Sandulenko
2016-08-24
GUI: Implemented more modes to autoscale
Eugene Sandulenko
2016-08-24
GUI: Implemented alphabitmap autoscale
Eugene Sandulenko
2016-08-24
GUI: Added new alphabitmap image type
Eugene Sandulenko
2016-07-03
GUI: Fix blitAlphaBitmapClip()
Alexander Tkachev
2016-07-03
GUI: Add blitAlphaBitmapClip()
Alexander Tkachev
2016-07-03
GUI: Add fillSurfaceClip()
Alexander Tkachev
2016-07-03
GUI: Fix drawRoundedSquareClip()
Alexander Tkachev
2016-07-03
GUI: Add drawTabClip()
Alexander Tkachev
2016-07-03
GUI: Add drawBeveledSquareClip()
Alexander Tkachev
2016-07-03
GUI: Add drawLineClip()
Alexander Tkachev
2016-07-03
GUI: Add drawCircle()
Alexander Tkachev
2016-07-03
GUI: Add drawSquareClip()
Alexander Tkachev
2016-07-03
GUI: Add VectorRendererSpec::drawTriangleClip()
Alexander Tkachev
2016-07-03
GUI: Add drawRoundedSquareShadowClip()
Alexander Tkachev
2016-07-03
GUI: Fix ThemeItemTextData's dirty rectangle
Alexander Tkachev
2016-07-03
GUI: drawRoundedSquareClip()
Alexander Tkachev
2016-07-03
GUI: clippingRect propagated deeper
Alexander Tkachev
2016-02-21
GRAPHICS: Let drawLineAlg in VectorRenderer code take unsigned dx, dy.
Johannes Schickel
2014-10-28
GRAPHICS: Remove trailing whitespace
Filippos Karapetis
2013-08-16
GRAPHICS: Gradient blending on borders of rounded squares
Narek Mailian
2013-08-16
GRAPHICS: Shadows on tabs
Narek Mailian
2013-08-16
GRAPHICS: Add support for Soft Shadows with rounded squares
Narek Mailian
2013-08-16
GRAPHICS: Added changes and improved code from inisider/scummvm (partial text)
Narek Mailian
2012-02-20
GUI: Implement AAed tabs
Willem Jan Palenstijn
2012-02-20
GUI: Add AA dialog corners on alpha overlays
Willem Jan Palenstijn
2012-02-20
GUI: Speed up alpha blending with black for classic dialog backgrounds
Willem Jan Palenstijn
2012-02-20
GUI: Rewrite AA rounded square renderer
Willem Jan Palenstijn
2012-02-15
JANITORIAL: Fix missing whitespace in pointer cast
Tarek Soliman
2011-12-10
GUI: Refactor gradient calculation into separate method
Eugene Sandulenko
2011-12-10
GUI: Move _gradientBytes to VectorRendererSpec
Eugene Sandulenko
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2009-02-13
Rewrote VectorRendererSpec & VectorRendererAA to use a Graphics::PixelFormat,...
Max Horn
2009-01-30
Got rid of VectorRenderer::surfacePitch() & VectorRenderer::bytesPerPixel():...
Max Horn
2009-01-30
Removed unused area convolution code from VectorRenderer
Max Horn
2008-12-22
Fixed indentation and removed whitespaces at the end of line
Jordi Vilalta Prat
2008-11-12
Renamed Graphics::TextAlignment -> Graphics::TextAlign and merged it with GUI...
Max Horn
2008-11-10
Merged GUI::Theme and Gui::ThemeEngine into the same class, GUI::ThemeEngine.
Vicent Marti
2008-10-29
Committed my patch from -devel, which reintroduces DISABLE_FANCY_THEMES to st...
Johannes Schickel
2008-10-12
Fix some in-line doxygen comments to document the correct member(s); also fix...
Max Horn
2008-09-07
Misc performance fixes.
Vicent Marti
2008-09-05
Fixing some compiler warnings
Max Horn
2008-09-01
Use memcpy instead of hand-rolled colorCopy (on many systems, memcpy is hand-...
Max Horn
2008-08-31
Split VectorRenderer interface from custom vector renderers.
Vicent Marti