Daniel Wyatt <Daniel.Wyatt@gmail.com> [Tue, 23 Nov 2010 20:29:45 -0500] rev 4914
Code style updates.
Daniel Wyatt <Daniel.Wyatt@gmail.com> [Tue, 23 Nov 2010 17:46:47 -0500] rev 4913
Windows candidate list support.
Candidate list should now be drawn and function normally.
Tested in XP and 7.
Daniel Wyatt <Daniel.Wyatt@gmail.com> [Tue, 23 Nov 2010 17:44:10 -0500] rev 4912
Add variables needed for win32 candidate list support.
Daniel Wyatt <Daniel.Wyatt@gmail.com> [Tue, 23 Nov 2010 17:43:10 -0500] rev 4911
Add ITfCandidateListUIElement to SDL_msctf.h for MinGW.
Andreas Schiffler <aschiffler@ferzkopp.net> [Fri, 19 Nov 2010 21:51:33 -0800] rev 4910
Fix and rename VS2010 project files, add tests to VS2010 solution, fix VS compiler warning
Daniel Wyatt <Daniel.Wyatt@gmail.com> [Tue, 16 Nov 2010 13:24:55 -0500] rev 4909
Use SDL endian macros in libm.
This fixes problems (specifically with SDL_floor) for systems where __BYTE_ORDER is not defined.
Andreas Schiffler <aschiffler@ferzkopp.net> [Tue, 16 Nov 2010 07:44:47 -0800] rev 4908
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)
--
user: Andreas Schiffler <aschiffler@ferzkopp.net>
branch 'default'
changed Xcode/SDL/SDL.xcodeproj/project.pbxproj
Andreas Schiffler <aschiffler@ferzkopp.net> [Tue, 16 Nov 2010 07:03:26 -0800] rev 4907
Fix incorrect shape include and add HAVE_ATAN and HAVE_ATAN2 for OSX builds.
--
user: Andreas Schiffler <aschiffler@ferzkopp.net>
branch 'default'
changed include/SDL_config_macosx.h
changed src/video/cocoa/SDL_cocoashape.m
Sam Lantinga <slouken@libsdl.org> [Sat, 16 Oct 2010 17:15:19 -0700] rev 4906
This fixes some keyboard defs for Haiku.
From: François Revol <revol@free.fr>
Checked By: Scott McCreary <scottmc2@gmail.com>
Sam Lantinga <slouken@libsdl.org> [Sat, 16 Oct 2010 17:14:04 -0700] rev 4905
This fixes SDL_renderer_gl so that it builds with c89.
From: François Revol <revol@free.fr>
Checked By: Scott McCreary <scottmc2@gmail.com>