Mercurial > sdl-ios-xcode
log include/SDL_events.h @ 3690:e431b888ac6c
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. |
Wed, 16 Dec 2009 00:44:53 +0000 | Sam Lantinga | Fixed bug #642 |
Mon, 19 Oct 2009 13:31:58 +0000 | Sam Lantinga | Partial fix for bug #859 |
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 |
Wed, 10 Jun 2009 14:00:21 +0000 | Sam Lantinga | Fixed bug #750 |
Fri, 05 Jun 2009 23:36:00 +0000 | Bob Pendleton | Added a #ifndef SDL_NO_COMPAT around SDL_ActiveEvent and SDL_ResizeEvent so that code |
Wed, 01 Jul 2009 07:33:58 +0000 | Jiang Jiang | Add SDL_TEXTEDTING event to inform application about marked text. gsoc2009_IME |