summaryrefslogtreecommitdiff
path: root/include/SDL_compat.h
AgeCommit message (Expand)AuthorFilesLines
2010-01-24Fixed bug #926Sam Lantinga1-1/+1
2010-01-21Switched from SDL_WindowID and SDL_TextureID to SDL_Window* and SDL_Texture* ...Sam Lantinga1-0/+2
2009-12-23Added SDL_RenderClear() as a fast method of clearing the screen to the drawin...Sam Lantinga1-1/+3
2009-12-16Implemented SDL_setenv(), moved SDL_putenv() to compat.Ryan C. Gordon1-0/+2
2009-12-14The SDL 1.3 tests have been cleaned up not to include any 1.2 compatibility c...Sam Lantinga1-55/+0
2009-12-09Added interfaces for batch drawing of points, lines and rects:Sam Lantinga1-0/+2
2009-10-19Partial fix for bug #859Sam Lantinga1-38/+103
2009-06-04Added an ifdef so that if youBob Pendleton1-0/+10
2009-01-14indentSam Lantinga1-3/+3
2009-01-13Fixed NULL pointer dereferenceSam Lantinga1-2/+1
2008-12-12Added current_w and current_h to SDL_VideoInfo for SDL 1.2 compatibilitySam Lantinga1-0/+3
2008-12-08Updated copyright dateSam Lantinga1-1/+1
2008-08-25Missing keysym definesSam Lantinga1-0/+10
2008-03-14ran make indentBob Pendleton1-28/+15
2008-03-14re: bug#563. checking in some commented out trace code and a fix so that the ...Bob Pendleton1-18/+35
2008-02-05First pass implementation of new SDL scancode concept, as discussed withSam Lantinga1-62/+54
2008-01-08Checking in Christian Walther's patch for x11 keyboard input. Minor code twea...Bob Pendleton1-1/+4
2007-08-19Date: Thu, 05 Jul 2007 14:02:33 -0700Sam Lantinga1-0/+81
2007-08-18Okay, still some bugs, but everything builds again...Sam Lantinga1-2/+3
2007-08-18More work in progress integrating SDL_Surface and the new SDL_Texture APISam Lantinga1-0/+4
2007-08-11Emphasized the separation between SDL_Surface and SDL_TextureSam Lantinga1-1/+2
2007-07-06Reverted mousewheel support in 1.2, since it breaks binary compatibility.Sam Lantinga1-2/+0
2007-07-06Fixed bug #382Sam Lantinga1-0/+2
2007-06-16Key repeat is handled by the OS, since text input is now decoupled from physi...Sam Lantinga1-0/+5
2006-09-24Formatting updateSam Lantinga1-1/+2
2006-09-23Fixed bug #329Sam Lantinga1-1/+1
2006-07-25Implemented OpenGL support on Mac OS XSam Lantinga1-1/+0
2006-07-16Setting up the OpenGL supportSam Lantinga1-0/+1
2006-07-10SDL 1.2 is moving to a branch, and SDL 1.3 is becoming the head.Sam Lantinga1-0/+186