aboutsummaryrefslogtreecommitdiff
path: root/graphics/VectorRendererSpec.cpp
AgeCommit message (Expand)Author
2012-09-26JANITORIAL: Remove trailing whitespaces.Johannes Schickel
2012-06-16ALL: Let overlay related methods in OSystem take a void * and use a proper pi...Johannes Schickel
2012-02-20GUI: Fix mingw-w64 build errorsWillem Jan Palenstijn
2012-02-20GUI: Implement AAed tabsWillem Jan Palenstijn
2012-02-20GUI: Add AA dialog corners on alpha overlaysWillem Jan Palenstijn
2012-02-20GUI: Minor cleanupWillem Jan Palenstijn
2012-02-20GUI: Speed up alpha blending with black for classic dialog backgroundsWillem Jan Palenstijn
2012-02-20GUI: Keep dst alpha unchanged when blending coloursWillem Jan Palenstijn
2012-02-20GUI: Rewrite AA rounded square rendererWillem Jan Palenstijn
2011-12-29GRAPHICS: Crash fix for bug #3466536 ("Assertion on MIDI gain slider").D G Turner
2011-12-14GUI: Implement dithering for tabs and round squaresEugene Sandulenko
2011-12-10GRAPHICS: Fix compiler warnings.Alyssa Milburn
2011-12-10GUI: Refactor gradient calculation into separate methodEugene Sandulenko
2011-12-10GUI: Move _gradientBytes to VectorRendererSpecEugene Sandulenko
2011-12-10GUI: Implemented color dithering for backgroundEugene Sandulenko
2011-12-07GUI: Improved pop up and scrollbar arrows lookMaximRussia
2011-11-16COMMON: Rename Common::set_to to Common::fill.Johannes Schickel
2011-11-14COMMON: Remove some double-underscore defines (reserved)Willem Jan Palenstijn
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-05-01Merge pull request #16 "Add a PixelFormat to Graphics::Surface.".Johannes Schickel
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2011-04-17GRPAHICS: Do not access Surface::bytesPerPixel anymore.Johannes Schickel
2010-10-12JANITORIAL: Cleanup (mostly whitespace)Torbjörn Andersson
2010-08-25GUI: Fixed bug #2505686: "GUI: minor artifacts in rounded corners"Eugene Sandulenko
2010-03-18Commit salty-horse's patch for VectorRendererSpec.cpp, which fixes the use of...Johannes Schickel
2009-09-30Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other ...Max Horn
2009-07-30Fixed missing clearing of the low bit of the alpha mask in the "dim" screen s...Johannes Schickel
2009-07-30Fix bug #2829737: "GUI: Wrong background colours on dialog screens (IRIX)".Johannes Schickel
2009-07-16Fixed bug 2820514 ("Help dialog causes crash")Vicent Marti
2009-07-16Formatting.Johannes Schickel
2009-07-16Fixed issue with beveled shapes being drawn outside their shapes. Possible re...Vicent Marti
2009-05-24Strip trailing whitespaces in the whole code base.Johannes Schickel
2009-05-06Silence warnings. Const correctnessEugene Sandulenko
2009-03-11Fixed bug #2619802 (Game name overwrites scroll bar).Vicent Marti
2009-02-18Honour alpha bits in applyScreenShading() (used in "add game", "edit game" an...Joost Peters
2009-02-17Fixed bug #2609755 (GUI memory corruption).Vicent Marti
2009-02-16Change formatting to match our code guidelines.Johannes Schickel
2009-02-16Cleanup.Johannes Schickel
2009-02-16Removed obsolete FIXME.Johannes Schickel
2009-02-16Fixed VectorRenderSpec for no fancy theme!Lars Persson
2009-02-13GUI: Fixed long-standing bug in calcGradient (gradients look a bit better now)Max Horn
2009-02-13cleanupMax Horn
2009-02-13Rewrote VectorRendererSpec & VectorRendererAA to use a Graphics::PixelFormat,...Max Horn
2009-02-12GUI renderer: some cleanup; added comment on sqrt implementation (on my syste...Max Horn
2009-02-01Silenced MSVC warning (MSVC is being silly here...)Filippos Karapetis
2009-02-01Merged r36175 from branch-0-13-0:Marcus Comstedt
2009-01-30Got rid of VectorRenderer::surfacePitch() & VectorRenderer::bytesPerPixel():...Max Horn
2009-01-30Removed unused area convolution code from VectorRendererMax Horn
2009-01-26error out when no renderer was created due to unknown/unsupported PixelFormatJoost Peters
2009-01-22Got rid of several occurrences of gBitFormatMax Horn