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