Jim Grandpre <jim.tla@gmail.com> [Thu, 27 May 2010 01:21:37 -0400] rev 4641
Added touch event definitions. Heavily modified events/SDL_touch*.
Jim Grandpre <jim.tla@gmail.com> [Tue, 25 May 2010 23:23:23 -0400] rev 4640
Added SDL_touch.c/SDL_touch_c.h as slightly modifeind SDL_mouse*. Made reads in touchSimp non-blocking.
Jim Grandpre <jim.tla@gmail.com> [Mon, 24 May 2010 23:44:24 -0400] rev 4639
Added Test Directory. Touch input works in touchSimp for wacom bamboo fun on Ubuntu linux. Not yet integrated into library. Should support other touch devices and other linux distros, but not tested on anything else.
Sam Lantinga <slouken@libsdl.org> [Sun, 22 Aug 2010 11:56:07 -0700] rev 4638
Don't need to use strlen() to determine if there's text.
Use the SDL safe strcpy() function
Jjgod Jiang <gzjjgod@gmail.com> [Thu, 12 Aug 2010 16:00:47 +0200] rev 4637
Fix for deleting the last uncommit character
Sam Lantinga <slouken@libsdl.org> [Mon, 16 Aug 2010 09:04:55 -0700] rev 4636
Couriersud to Sam
Hi Sam,
20100815_1.diff contains updates for the directfb driver:
- more documentation, mainly on software OpenGL in README.directfb
- Revised error handling leading to leaner code
- Improved/fixed OpenGL handling of multiple contexts.
- Made the built-in simple window manager handle OpenGL windows.
- Rewrote pixelformat mapping - this was quite ugly before.
Well, all software GL, but working :-)
Sam Lantinga <slouken@libsdl.org> [Sat, 14 Aug 2010 12:28:43 -0700] rev 4635
Fixed documentation error
Sam Lantinga <slouken@libsdl.org> [Sat, 14 Aug 2010 12:22:06 -0700] rev 4634
Updated with the latest version of glext.h
Sunny Sachanandani <sunnysachanandani@gmail.com> [Sun, 08 Aug 2010 19:26:30 +0530] rev 4633
Documentation and code safety updates. (x11 renderer)
Sunny Sachanandani <sunnysachanandani@gmail.com> [Tue, 03 Aug 2010 08:53:20 +0530] rev 4632
Fixed the code to use the correct scaling transformation matrix with XRender.