aboutsummaryrefslogtreecommitdiff
path: root/graphics
AgeCommit message (Expand)Author
2009-01-24Turned two vars of the HQ2x/HQ3x ASM implementation into global vars, to make...Max Horn
2009-01-24Moved 565 mode specific bits of HQ2x/HQ3x asm to 'variables'Max Horn
2009-01-23Changed Graphics::ImageDecoder to allow custom PixelFormatsMax Horn
2009-01-23Remark that the HQnx ASM code only works in 565 modeMax Horn
2009-01-23Added some comments to hq2x/hq3x asm codeMax Horn
2009-01-23Renamed Archive::openFile to createReadStreamForMemberMax Horn
2009-01-23Made InitLUT use a PixelFormat instead of a ColorMaskMax Horn
2009-01-22Added an '!=' operator to PixelFormat.Johannes Schickel
2009-01-22Speed up HQ2x/HQ3x C versions by reordering tests in diffYUV: most likeliest ...Max Horn
2009-01-22Got rid of several occurrences of gBitFormatMax Horn
2009-01-22Got rid of gBitFormat in thumbnail scaler code (and even simplified it in the...Max Horn
2009-01-22Moved Graphics::PixelFormat into its own header file; turned RGBToColor etc. ...Max Horn
2009-01-20Moved Surface::blit to backends/vkeybd/virtual-keyboard-gui.cppMax Horn
2009-01-20merge SurfaceKeyColored into SurfaceAndre Heider
2009-01-11Stop recalculating the x and y coordinates for every frame in playVideo()Filippos Karapetis
2009-01-11Oops... *really* fixed compilationFilippos Karapetis
2009-01-11Fixed compilationFilippos Karapetis
2009-01-11Committed a modified version of wjp's patch for the video player:Filippos Karapetis
2009-01-11Merge in Virtual Keybpard & KeyMapper branch,Eugene Sandulenko
2009-01-07Reduced header depsMax Horn
2009-01-07videoIsLoaded() -> isVideoLoaded()Filippos Karapetis
2009-01-07Clear the screen to black before showing a video with playVideo() (it's meant...Filippos Karapetis
2009-01-07Initialize DXA buffers to 0 when they're allocatedFilippos Karapetis
2009-01-07Move videoPalette inside setPalette(), as it's only used thereFilippos Karapetis
2009-01-07Further merging of the SMK and DXA players (the FLIC player is not done yet):Filippos Karapetis
2009-01-06An attempt to unify the different video players (FLIC player is not finished ...Filippos Karapetis
2009-01-06Specify that implementations of setPalette() should use an RGB paletteFilippos Karapetis
2009-01-05Workaround issue in Graphics::Surface code on HaikuMax Horn
2009-01-05Added a copyFrameToBuffer() method to the FLIC player too, like in the other ...Filippos Karapetis
2009-01-05Added Doxygen-like comments to the FLIC player, and changed it a bit to have ...Filippos Karapetis
2009-01-05Removed unused reference to OSystemFilippos Karapetis
2009-01-03Proper lag calculation even if the SMK has no audioSven Hesse
2009-01-01Cleanup.Johannes Schickel
2009-01-01Fingolfin says: If an #ifdef __SYMBIAN32__ is needed here, the Symbian folks ...Max Horn
2008-12-31Removed Graphics::ImageMan. Nothing uses itMax Horn
2008-12-31Clarified some ImageMan doxygen commentsMax Horn
2008-12-27Adding support for specifying an index that will be ignored when building the...Sven Hesse
2008-12-27Adding a magic id and a version number to the PaletteLUT cacheSven Hesse
2008-12-27Initializing the lookahead values, too. No more valgrind warnings anymore :)Sven Hesse
2008-12-27Fixing the invalid read (BitStream having a 2 byte lookahead and all :P)Sven Hesse
2008-12-27Turned FSNode into a ArchiveMember subclass; removed the now obsolete FSDirec...Max Horn
2008-12-27The BitStream class has a 2 byte lookahead. Hopefully, this will fix the inva...Filippos Karapetis
2008-12-26Fix for the SliderWidget glitch when showing very small values (and potential...Jordi Vilalta Prat
2008-12-24Silenced signed/unsigned warningFilippos Karapetis
2008-12-24Documenting the dither code a bit more and removing SierraLight's not needed ...Sven Hesse
2008-12-24Moving the dither code to graphics/Sven Hesse
2008-12-22Fixed indentation and removed whitespaces at the end of lineJordi Vilalta Prat
2008-12-22Fix the rendering of stroked tabsJordi Vilalta Prat
2008-12-21Move all video players to separate directoryEugene Sandulenko
2008-12-21Fix warnings.Travis Howell