Sam Lantinga <slouken@libsdl.org> [Tue, 30 Nov 2010 18:08:01 -0800] rev 4921
Fixed crash if the gesture coordinates go negative - FIXME: Should this protection be at a lower level?
Sam Lantinga <slouken@libsdl.org> [Tue, 30 Nov 2010 18:07:31 -0800] rev 4920
Fixed massive stack memory usage in the gesture functions
Sam Lantinga <slouken@libsdl.org> [Tue, 30 Nov 2010 17:58:51 -0800] rev 4919
First pass at Windows multi-touch gesture support
Sam Lantinga <slouken@libsdl.org> [Tue, 30 Nov 2010 12:38:46 -0800] rev 4918
Added a Visual Studio project for testgesture
Sam Lantinga <slouken@libsdl.org> [Tue, 30 Nov 2010 12:04:01 -0800] rev 4917
Removed references to testwm
Daniel Wyatt <Daniel.Wyatt@gmail.com> [Sun, 28 Nov 2010 22:30:16 -0500] rev 4916
Better horizontal candidate list rendering.
Added horzcandspacing constant to add space between horizontal candidates.
Jjgod Jiang <gzjjgod@gmail.com> [Sun, 09 May 2010 12:58:58 +0800] rev 4915
Fix right mouse event handling in Cocoa
NSView in Cocoa has a different event handling procedure for
right mouse events (rightMouseDown: etc.)
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.