aboutsummaryrefslogtreecommitdiff
path: root/engines/testbed/graphics.cpp
AgeCommit message (Expand)Author
2011-02-14TESTBED: Adapt to setPalette RGBA->RGB change.Johannes Schickel
2011-02-07COMMON: OSystem now has a PaletteManagerMax Horn
2010-11-01COMMON: Rename String::printf() to String::format()Max Horn
2010-10-021. Added ConfigParams Singelton class to eliminate use of configuration speci...Neeraj Kumar
2010-09-18TESTBED: Fix warningsFilippos Karapetis
2010-09-12TESTBED: Fix warningsEugene Sandulenko
2010-08-16TESTBED: added a README file, some description fixesNeeraj Kumar
2010-08-16TESTBED: disable aspect ratio correction while running scaling testsNeeraj Kumar
2010-08-14TESTBED: formatting fix, deleted spaces/tabs at end of lineNeeraj Kumar
2010-08-09TESTBED: Some more refinements to the GUI and mouse event testsNeeraj Kumar
2010-08-09TESTBED: Some refinemnts related to skipping tests and display in GUINeeraj Kumar
2010-07-25TETBED: fixed the boundary error in palette rotation, added colored progress ...Neeraj Kumar
2010-07-24TESTBED: added a test for checking cursor trails in the GUI, fixed some displ...Neeraj Kumar
2010-07-24TESTBED: reimplemented the config functionality using ConfigFile ClassNeeraj Kumar
2010-07-24Implemented selection of tests using a config file, config file layout resemb...Neeraj Kumar
2010-07-22TESTBED: some changes in interaction messages, couple of fixesNeeraj Kumar
2010-07-20TESTBED: added preface to tests, can skip tests now.Neeraj Kumar
2010-07-19added code to display progress of the engine so farNeeraj Kumar
2010-07-19replaced use of snprintf by String::printfNeeraj Kumar
2010-07-18Some more improvements in the TestbedListWidget and added description method ...Neeraj Kumar
2010-07-14Fix warningsMax Horn
2010-07-14Some code formatting fixesJordi Vilalta Prat
2010-07-14Whitespace cleanup (mainly spaces and tabs at the end of line)Jordi Vilalta Prat
2010-07-11improved the scaling test to have a rectangle of estimated size of scaled cur...Neeraj Kumar
2010-07-11a correction in palette rotationsNeeraj Kumar
2010-07-08restore initial palettes when done with rotationNeeraj Kumar
2010-07-08implemented rainbow palette rotationNeeraj Kumar
2010-07-07commented out rotation as of now, avoids 6s delay which shows blankNeeraj Kumar
2010-07-07Added code to draw rainbow palette using HSV and converting it to RGBNeeraj Kumar
2010-07-06some minor fixes in cursor handlingNeeraj Kumar
2010-07-05added code to revert back to 8bpp from other formatsNeeraj Kumar
2010-07-05made Quit and RTL features workingNeeraj Kumar
2010-06-29removed all printfs, added logging feature in form of logPrintfNeeraj Kumar
2010-06-26the ScummVM header included to all source filesNeeraj Kumar
2010-06-25some more refinements to FS and GFX testsNeeraj Kumar
2010-06-25improved the pixel and other gfx testsNeeraj Kumar
2010-06-25added code to test 16+ bit pixel formatsNeeraj Kumar
2010-06-24added palette rotation testNeeraj Kumar
2010-06-22some more filesystem related tweaksNeeraj Kumar
2010-06-21crash with 3x sacling with cursors of odd dimmensionsNeeraj Kumar
2010-06-21fixed couple of leaks in testbed/fs.cpp, removed some unecesarry code from gr...Neeraj Kumar
2010-06-19some more changes with GFX and FS testsNeeraj Kumar
2010-06-17few fixes in GFX tests, added template for FS testsNeeraj Kumar
2010-06-16some changes in scaling and overlayNeeraj Kumar
2010-06-15some changes in the display textsNeeraj Kumar
2010-06-15added/fixed some features in palettized cursors/aspect ratio correction etc.Neeraj Kumar
2010-06-14added some features suggested by jordi, needs more work althoughNeeraj Kumar
2010-06-13added code for testing shake, focus, overlay, scaling, need to fix more some ...Neeraj Kumar
2010-06-13removed obsolete commentsNeeraj Kumar
2010-06-13improved aspect ratio correction and cursor tests, added test for iconifying ...Neeraj Kumar