Mercurial > sdl-ios-xcode
log src/SDL_compat.c @ 4716:f2c2a33a1a38
age | author | description |
---|---|---|
Thu, 10 Jun 2010 18:54:23 +1200 | Paul Hunkin | Added (partially implemented) android video backend and associated files needed to build |
Sat, 26 Jun 2010 08:56:48 -0700 | Sam Lantinga | Mostly cleaned up warnings with -Wmissing-prototypes |
Mon, 24 May 2010 22:56:36 -0700 | Sam Lantinga | SDL_KillThread() is no longer supported - it was always dangerous! :) |
Sun, 09 May 2010 20:47:22 -0700 | Sam Lantinga | Removed multi-mouse / multi-keyboard support in anticipation of a real multi-mouse and multi-touch API. |
Thu, 25 Mar 2010 01:08:26 -0700 | Sam Lantinga | General improvements for user custom event registration |
Sun, 24 Jan 2010 21:10:53 +0000 | Sam Lantinga | Fixed bug #926 |
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. |