log

age author description
Sun, 28 Nov 2010 22:30:16 -0500 Daniel Wyatt Better horizontal candidate list rendering.
Sun, 09 May 2010 12:58:58 +0800 Jjgod Jiang Fix right mouse event handling in Cocoa
Tue, 23 Nov 2010 20:29:45 -0500 Daniel Wyatt Code style updates.
Tue, 23 Nov 2010 17:46:47 -0500 Daniel Wyatt Windows candidate list support.
Tue, 23 Nov 2010 17:44:10 -0500 Daniel Wyatt Add variables needed for win32 candidate list support.
Tue, 23 Nov 2010 17:43:10 -0500 Daniel Wyatt Add ITfCandidateListUIElement to SDL_msctf.h for MinGW.
Fri, 19 Nov 2010 21:51:33 -0800 Andreas Schiffler Fix and rename VS2010 project files, add tests to VS2010 solution, fix VS compiler warning
Tue, 16 Nov 2010 13:24:55 -0500 Daniel Wyatt Use SDL endian macros in libm.
Tue, 16 Nov 2010 07:44:47 -0800 Andreas Schiffler Fix Xcode project to turns the SDL_gesture.h and SDL_touch.h into public includes (since they are included when using the SDL/SDL.h file)
Tue, 16 Nov 2010 07:03:26 -0800 Andreas Schiffler Fix incorrect shape include and add HAVE_ATAN and HAVE_ATAN2 for OSX builds.
Sat, 16 Oct 2010 17:15:19 -0700 Sam Lantinga This fixes some keyboard defs for Haiku.
Sat, 16 Oct 2010 17:14:04 -0700 Sam Lantinga This fixes SDL_renderer_gl so that it builds with c89.
Sun, 10 Oct 2010 15:45:58 -0700 Sam Lantinga Removed debug output
Wed, 29 Sep 2010 21:24:50 -0700 Sam Lantinga Documentation clarification
Wed, 29 Sep 2010 21:13:52 -0700 Sam Lantinga Make the union nameless to reduce the complexity of the API.
Mon, 27 Sep 2010 01:30:42 -0700 Sam Lantinga Minor cleanup in patches from Coursoud
Mon, 27 Sep 2010 01:24:05 -0700 Sam Lantinga Merged the Windows custom window system hooks into the union used by X11.
Mon, 27 Sep 2010 00:50:46 -0700 Sam Lantinga attached is a patch to support DirectFB in include/SDL_syswm.h. It
Mon, 27 Sep 2010 00:49:56 -0700 Sam Lantinga XDamageDestroy is called before use_damage is tested. This crashes on my
Mon, 27 Sep 2010 00:49:34 -0700 Sam Lantinga SDL_DestroyWindow is setting window->magic to NULL too early. -
Mon, 27 Sep 2010 00:48:56 -0700 Sam Lantinga Code will never reach SDL_SetTexturePalette since SDL_SetDisplayPalette
Sat, 25 Sep 2010 17:06:41 -0700 Sam Lantinga Fixed documentation typo
Sun, 19 Sep 2010 16:46:56 -0700 Sam Lantinga Fixed compiling with mingw32/64
Sun, 19 Sep 2010 16:19:22 -0400 Daniel Wyatt Fixed all MinGW problems (except libraries not added to build yet).
Sun, 19 Sep 2010 14:41:18 -0400 Daniel Wyatt Added imm.h include, will be needed on MinGW.
Sun, 19 Sep 2010 08:56:53 -0700 Sam Lantinga This patch fixes a dllexport directive warning on Haiku SDL-1.2
Sat, 18 Sep 2010 18:31:01 -0700 Sam Lantinga Fixed crash on systems that don't have StopTextInput
Sat, 18 Sep 2010 18:15:08 -0700 Sam Lantinga Fixed crashing loading 48KHz audio, contributed by Terry Welsh
Sat, 18 Sep 2010 17:16:36 -0700 Sam Lantinga Here's the patch we use when building SDL-1.2.14 and 1.2-hg on Haiku, SDL-1.2
Sat, 18 Sep 2010 17:12:19 -0700 Sam Lantinga Fixed grammar, thanks to Sheena's suggestion.