log src/video/SDL_surface.c @ 2019:d20f4510c718

age author description
2006-07-22 Sam Lantinga Convert SDL_malloc to SDL_calloc if appropriate, slightly faster on operating systems which map the zero page for memory allocations.
2006-07-10 Sam Lantinga SDL 1.2 is moving to a branch, and SDL 1.3 is becoming the head.
2006-07-10 Sam Lantinga SDL_Rect now uses int for position and size. SDL-1.3
2006-07-06 Sam Lantinga Proof of concept done - Win32 GDI implementation mostly complete. SDL-1.3
2006-06-30 Sam Lantinga Cleaned up a bunch of warnings, started adding Win32 event support SDL-1.3
2006-06-17 Sam Lantinga Finished palettized display handling. SDL-1.3
2006-06-16 Sam Lantinga Default palette entries to white, instead of black. SDL-1.3
2006-06-14 Sam Lantinga SDL_SetVideoMode() compiles now... SDL-1.3
2006-06-09 Sam Lantinga Updated SDL_Surface code for software-only access, fixed some build errors SDL-1.3
2006-06-07 Sam Lantinga Work in progress. :) SDL-1.3
2006-05-29 Sam Lantinga more tweaking indent options SDL-1.3
2006-05-28 Sam Lantinga The dummy video driver compiles. :) SDL-1.3
2006-05-28 Sam Lantinga Revamp of the video system in progress - adding support for multiple displays, multiple windows, and a full video mode selection API. SDL-1.3
2006-03-01 Sam Lantinga Fixed a bunch of 64-bit compatibility problems
2006-02-24 Sam Lantinga Update for Visual C++ 6.0