Mercurial > sdl-ios-xcode
log src/SDL_compat.c @ 3691:9fed2aa469ed
age | author | description |
---|---|---|
Thu, 21 Jan 2010 06:21:52 +0000 | Sam Lantinga | Switched from SDL_WindowID and SDL_TextureID to SDL_Window* and SDL_Texture* for code simplicity and improved performance. |
Thu, 17 Dec 2009 07:47:03 +0000 | Sam Lantinga | Fixed compile error on Windows. |
Wed, 16 Dec 2009 19:50:51 +0000 | Ryan C. Gordon | Initial band-aids on SDL_GetMouseState() API breakage. More work to come. |
Wed, 16 Dec 2009 10:59:51 +0000 | Ryan C. Gordon | Implemented SDL_setenv(), moved SDL_putenv() to compat. |
Thu, 03 Dec 2009 08:43:12 +0000 | Sam Lantinga | Added support for SDL 1.2 environment variables: |
Tue, 01 Dec 2009 05:57:15 +0000 | Sam Lantinga | Work in progress on multi-display support: |
Sat, 19 Sep 2009 13:29:40 +0000 | Sam Lantinga | Merged a cleaned up version of Jiang's code changes from Google Summer of Code 2009 |