Ryan C. Gordon <icculus@icculus.org> [Thu, 13 Oct 2011 14:50:47 -0400] rev 5986
Quartz: Only use ShowMenuBar()/HideMenuBar() for legacy OS releases.
Ryan C. Gordon <icculus@icculus.org> [Thu, 13 Oct 2011 12:29:03 -0400] rev 5985
Cleaned up more compiler warnings in the 1.2 branch.
Ryan C. Gordon <icculus@icculus.org> [Thu, 13 Oct 2011 12:19:30 -0400] rev 5984
Fixed unused variable compiler warnings on Mac OS X.
Ryan C. Gordon <icculus@icculus.org> [Thu, 13 Oct 2011 01:49:14 -0400] rev 5983
Don't bother with Win9x compatibility when building 64-bit binaries.
Fixes Bugzilla #1310.
Thanks to Ozkan Sezer for the patch!
Ryan C. Gordon <icculus@icculus.org> [Thu, 13 Oct 2011 01:21:35 -0400] rev 5982
Added support for multitouch on Android.
Fixes Bugzilla #1294.
Thanks to Gabriel Jacobo for the patch!
Ryan C. Gordon <icculus@icculus.org> [Thu, 13 Oct 2011 01:08:30 -0400] rev 5981
Fixed a whole slew of compiler warnings that -Wall exposed.
Ryan C. Gordon <icculus@icculus.org> [Wed, 12 Oct 2011 20:01:09 -0400] rev 5980
Make sure window->driverdata is set before we might need it.
Thanks to Mako_energy for the fix!
Ryan C. Gordon <icculus@icculus.org> [Tue, 11 Oct 2011 22:42:54 -0400] rev 5979
Commit updated generated C code.
Ryan C. Gordon <icculus@icculus.org> [Tue, 11 Oct 2011 22:35:19 -0400] rev 5978
Fixed compiler warning for unused variable in generated C code.
Ryan C. Gordon <icculus@icculus.org> [Tue, 11 Oct 2011 22:34:52 -0400] rev 5977
Fixed perl string escaping thing.