Nathan Heisey [Tue, 12 Jul 2011 15:09:44 +0000] rev 5917
Removed 1.2 files.
Nathan Heisey [Tue, 12 Jul 2011 15:06:12 +0000] rev 5916
Rewrote most of Haiku video support to conform with 1.3 functionality.
Nathan Heisey [Fri, 24 Jun 2011 12:48:43 +0000] rev 5915
Replaced private event functionality with event sending.
Nathan Heisey [Tue, 21 Jun 2011 13:49:14 +0000] rev 5914
SDL 1.3 patch 00 for GSoC: Haiku - Implemented pthread spinlock in src/atomic/spinlock.c (in both trylock and
unlock). Added appropriate checks in configure.in and include/SDL_configure.h.in.
Ryan C. Gordon [Thu, 15 Sep 2011 20:59:57 -0400] rev 5913
Fixed Quartz UpdateRects failing to draw after a second SDL_SetVideoMode().
Andreas Schiffler [Thu, 15 Sep 2011 08:21:54 -0700] rev 5912
Added tests for SDL_UnionRect to testrect suite
Ryan C. Gordon [Wed, 14 Sep 2011 13:35:10 -0400] rev 5911
Try to include more Lion-specific code, even when building with the 10.4u SDK.
Ryan C. Gordon [Wed, 14 Sep 2011 03:23:35 -0400] rev 5910
Mac OS X deprecation cleanup: maybe this SDK test is better...?
Ryan C. Gordon [Wed, 14 Sep 2011 03:12:48 -0400] rev 5909
Attempt to quiet unavoidable compiler warnings on Mac OS X.
Ryan C. Gordon [Tue, 13 Sep 2011 20:30:48 -0400] rev 5908
Restored the older Quartz video target code.
The new code happened to (supposedly) work everywhere, but it is way slower
on older Mac OS X releases that could get away with using the now
deprecated/removed APIs, so now both implementations are available, and SDL
should choose the right path based on compile options and OS version at
runtime.
Fun stuff.