summaryrefslogtreecommitdiff
path: root/src/video/SDL_bmp.c
AgeCommit message (Expand)AuthorFilesLines
2009-11-30Added support for 32-bit BMP files with an alpha channelSam Lantinga1-3/+14
2009-09-26Fixed crash with right side up BMP filesSam Lantinga1-21/+36
2009-01-12Reverted SDL_LoadICO_RW() addition, this should go in SDL_imageSam Lantinga1-282/+0
2009-01-11Add SDL_LoadICO_RW to SDL. Loads best quality icon from *.ico file.Couriersud1-0/+282
2009-01-04indentSam Lantinga1-2/+4
2009-01-03Added support for saving 32-bit BMP with alpha channel (disabled by default)Sam Lantinga1-7/+22
2009-01-02Implemented SDL_SetWindowIcon(), with translucent icon support under X11.Sam Lantinga1-11/+8
2008-12-25indentSam Lantinga1-2/+2
2008-12-25Updated to build on WindowsSam Lantinga1-2/+2
2008-12-08Updated copyright dateSam Lantinga1-1/+1
2008-12-07Fixed crash in testpalette and potential crash in SDL_LoadBMP_RW()Sam Lantinga1-0/+14
2008-12-02Added missing headerSam Lantinga1-0/+1
2008-11-29The SDL_RLEACCEL flag is respected in SDL_ConvertSurface(), per the docs.Sam Lantinga1-13/+9
2006-07-10SDL 1.2 is moving to a branch, and SDL 1.3 is becoming the head.Sam Lantinga1-458/+460
2006-02-21Use consistent identifiers for the various platforms we support.Sam Lantinga1-0/+1
2006-02-16New configure-based build system. Still work in progress, but much improvedSam Lantinga1-4/+0
2006-02-10More header massaging... works great on Windows. ;-)Sam Lantinga1-2/+0
2006-02-07Use SDL_ prefixed versions of C library functions.Sam Lantinga1-3/+3
2006-02-06It's now possible to build SDL without any C runtime at all on Windows,Sam Lantinga1-8/+7
2006-02-04Seek back to start on errorSam Lantinga1-0/+3
2006-02-01Updated copyright information and removed rcs id lines (problematic in branch...Sam Lantinga1-12/+7
2004-12-14Date: Mon, 13 Dec 2004 21:28:18 -0500Sam Lantinga1-3/+4
2004-01-04Updated copyright information for 2004 (Happy New Year!)Sam Lantinga1-1/+1
2002-03-06Updated copyright information for 2002Sam Lantinga1-1/+1
2001-12-14Updated the source with the correct e-mail addressSam Lantinga1-1/+1
2001-04-26Initial revisionSam Lantinga1-0/+527