Sun, 18 Sep 2011 02:00:39 -0400 |
Ryan C. Gordon |
Fixed building with a newer Mac OS X SDK and -mmacosx-version-min=10.4.
SDL-1.2
|
changeset |
files
|
Sat, 17 Sep 2011 22:37:31 -0700 |
Andreas Schiffler |
Add tests for SDL_RectEquals and empty rectangle cases
|
changeset |
files
|
Sat, 17 Sep 2011 22:35:57 -0700 |
Andreas Schiffler |
Add special cases for empty rectangles in SDL_Rect functions
|
changeset |
files
|
Sat, 17 Sep 2011 22:35:10 -0700 |
Andreas Schiffler |
Fix SDL_RectEquals define
|
changeset |
files
|
Fri, 16 Sep 2011 08:26:20 -0700 |
Andreas Schiffler |
Add test cases for SDL_RectEmpty
|
changeset |
files
|
Fri, 16 Sep 2011 08:25:49 -0700 |
Andreas Schiffler |
Add NULL handling in SDL_RectEmpty and SDL_RectEquals
|
changeset |
files
|
Fri, 16 Sep 2011 01:55:46 -0400 |
Ryan C. Gordon |
Fixed fullscreen OpenGL on Lion when built with the Mac OS X 10.4u SDK.
SDL-1.2
|
changeset |
files
|
Fri, 16 Sep 2011 01:37:44 -0400 |
Ryan C. Gordon |
Make SDL-1.2 Quartz target to work on Lion when built with the 10.4u SDK.
SDL-1.2
|
changeset |
files
|
Fri, 16 Sep 2011 00:46:59 -0400 |
Ryan C. Gordon |
Make build-scripts/fatbuild.sh sane for x86-64.
SDL-1.2
|
changeset |
files
|
Fri, 16 Sep 2011 00:11:23 -0400 |
Ryan C. Gordon |
Allow testalpha.c to toggle windowed/fullscreen mode.
SDL-1.2
|
changeset |
files
|
Thu, 15 Sep 2011 23:55:36 -0400 |
Ryan C. Gordon |
Removed some FIXMEs (Nathan's changes were, in fact, correct).
|
changeset |
files
|
Thu, 15 Sep 2011 23:51:07 -0400 |
Ryan C. Gordon |
Merged Nathan Heisey's Haiku work into the main SDL 1.3 branch.
|
changeset |
files
|
Mon, 22 Aug 2011 21:07:16 +0000 |
Nathan Heisey |
Fixed static misnomers
|
changeset |
files
|
Mon, 22 Aug 2011 11:02:05 +0000 |
Nathan Heisey |
Partially cleaned out code
|
changeset |
files
|
Sat, 20 Aug 2011 15:16:13 +0000 |
Nathan Heisey |
Temporary mode-setting hack works
|
changeset |
files
|
Wed, 17 Aug 2011 13:31:18 +0000 |
Nathan Heisey |
Fixed some problems with switching to/from fullscreen
|
changeset |
files
|
Fri, 12 Aug 2011 16:58:54 +0000 |
Nathan Heisey |
Reduced SEGFAULT occurence on resize?
|
changeset |
files
|
Tue, 09 Aug 2011 16:34:25 +0000 |
Nathan Heisey |
Fixed OpenGL library loading functions
|
changeset |
files
|
Mon, 08 Aug 2011 17:00:38 +0000 |
Nathan Heisey |
Some video fixes
|
changeset |
files
|
Wed, 03 Aug 2011 06:22:33 +0000 |
Nathan Heisey |
Replaced window backbuffer with BBitmap
|
changeset |
files
|
Wed, 03 Aug 2011 05:09:36 +0000 |
Nathan Heisey |
Fixed minor rendering issues.
|
changeset |
files
|
Sat, 30 Jul 2011 18:26:13 +0000 |
Nathan Heisey |
Framebuffer code moved to SDL_bframebuffer.*, OpenGL support began
|
changeset |
files
|
Thu, 28 Jul 2011 18:21:38 +0000 |
Nathan Heisey |
Render thread partially corrected
|
changeset |
files
|
Wed, 27 Jul 2011 11:06:38 +0000 |
Nathan Heisey |
Moved draw code to a separate thread
|
changeset |
files
|
Tue, 26 Jul 2011 17:48:40 +0000 |
Nathan Heisey |
Corrected keyboard input support
|
changeset |
files
|
Tue, 26 Jul 2011 11:38:20 +0000 |
Nathan Heisey |
Fixed mouse move problem
|
changeset |
files
|
Tue, 26 Jul 2011 10:13:34 +0000 |
Nathan Heisey |
Fixed seg fault on video quit
|
changeset |
files
|
Mon, 25 Jul 2011 16:46:55 +0000 |
Nathan Heisey |
Variable name/debugging output changes
|
changeset |
files
|
Mon, 25 Jul 2011 13:47:19 +0000 |
Nathan Heisey |
Corrected framebuffer creation problem
|
changeset |
files
|
Fri, 22 Jul 2011 16:54:23 +0000 |
Nathan Heisey |
Corrected memory leak with rendering.
|
changeset |
files
|
Fri, 22 Jul 2011 12:39:53 +0000 |
Nathan Heisey |
Drawing code works, but it flashes
|
changeset |
files
|
Wed, 20 Jul 2011 19:25:38 +0000 |
Nathan Heisey |
Framebuffer support in progress.
|
changeset |
files
|
Thu, 14 Jul 2011 17:58:47 +0000 |
Nathan Heisey |
Should compile now (fixed typos(?))
|
changeset |
files
|
Wed, 13 Jul 2011 09:37:00 +0000 |
Nathan Heisey |
Fixed video compile(?)
|
changeset |
files
|
Wed, 13 Jul 2011 09:29:43 +0000 |
Nathan Heisey |
Renamed all .c files in src/video/bwindow to .cc files.
|
changeset |
files
|
Tue, 12 Jul 2011 15:09:44 +0000 |
Nathan Heisey |
Removed 1.2 files.
|
changeset |
files
|
Tue, 12 Jul 2011 15:06:12 +0000 |
Nathan Heisey |
Rewrote most of Haiku video support to conform with 1.3 functionality.
|
changeset |
files
|
Fri, 24 Jun 2011 12:48:43 +0000 |
Nathan Heisey |
Replaced private event functionality with event sending.
|
changeset |
files
|
Tue, 21 Jun 2011 13:49:14 +0000 |
Nathan Heisey |
SDL 1.3 patch 00 for GSoC: Haiku - Implemented pthread spinlock in src/atomic/spinlock.c (in both trylock and
|
changeset |
files
|
Thu, 15 Sep 2011 20:59:57 -0400 |
Ryan C. Gordon |
Fixed Quartz UpdateRects failing to draw after a second SDL_SetVideoMode().
SDL-1.2
|
changeset |
files
|
Thu, 15 Sep 2011 08:21:54 -0700 |
Andreas Schiffler |
Added tests for SDL_UnionRect to testrect suite
|
changeset |
files
|
Wed, 14 Sep 2011 13:35:10 -0400 |
Ryan C. Gordon |
Try to include more Lion-specific code, even when building with the 10.4u SDK.
SDL-1.2
|
changeset |
files
|
Wed, 14 Sep 2011 03:23:35 -0400 |
Ryan C. Gordon |
Mac OS X deprecation cleanup: maybe this SDK test is better...?
SDL-1.2
|
changeset |
files
|
Wed, 14 Sep 2011 03:12:48 -0400 |
Ryan C. Gordon |
Attempt to quiet unavoidable compiler warnings on Mac OS X.
SDL-1.2
|
changeset |
files
|
Tue, 13 Sep 2011 20:30:48 -0400 |
Ryan C. Gordon |
Restored the older Quartz video target code.
SDL-1.2
|
changeset |
files
|
Tue, 13 Sep 2011 15:19:28 +0000 |
Ryan C. Gordon |
Fixed compiler warnings on Haiku.
SDL-1.2
|
changeset |
files
|
Tue, 13 Sep 2011 14:42:58 -0400 |
Ryan C. Gordon |
Turned off the rest of the MMX code in SDL_blit_A.c.
SDL-1.2
|
changeset |
files
|
Sat, 10 Sep 2011 19:27:39 +0300 |
Markus Kauppila |
Cleans up the logger output a bit. Removes fuzzer invocation count
|
changeset |
files
|
Mon, 12 Sep 2011 13:36:38 -0400 |
Ryan C. Gordon |
Clean up the win32 compiler warnings for SDL threads, in the 1.3 branch.
|
changeset |
files
|
Mon, 12 Sep 2011 09:00:34 -0700 |
Andreas Schiffler |
Added tests for SDL_EnclosePoints.
|
changeset |
files
|
Mon, 12 Sep 2011 09:00:01 -0700 |
Andreas Schiffler |
Fix regression introducted by added parameter check in SDL_EnclosePoints. Add special case to speedup when no result was requested.
|
changeset |
files
|
Mon, 12 Sep 2011 00:29:18 -0400 |
Ryan C. Gordon |
Removed executable bit from VisualC files.
SDL-1.2
|
changeset |
files
|
Sun, 11 Sep 2011 23:34:33 -0400 |
Ryan C. Gordon |
Maybe this will fix the Cygwin compile warning...argh.
SDL-1.2
|
changeset |
files
|
Sun, 11 Sep 2011 23:01:03 -0400 |
Ryan C. Gordon |
Maybe THIS will fix the Cygwin warnings...
SDL-1.2
|
changeset |
files
|
Sun, 11 Sep 2011 22:38:45 -0400 |
Ryan C. Gordon |
Sigh, fixed typo.
SDL-1.2
|
changeset |
files
|
Sun, 11 Sep 2011 22:31:53 -0400 |
Ryan C. Gordon |
More Cygwin compiler warnings...
SDL-1.2
|
changeset |
files
|
Sun, 11 Sep 2011 15:24:44 -0400 |
Ryan C. Gordon |
Still fighting with calling conventions in Cygwin/MingW/VisualC...
SDL-1.2
|
changeset |
files
|
Sun, 11 Sep 2011 14:44:37 -0400 |
Ryan C. Gordon |
Unpacked Xcode.tar.gz.
SDL-1.2
|
changeset |
files
|
Sun, 11 Sep 2011 14:43:21 -0400 |
Ryan C. Gordon |
Unpacked VisualCE.zip.
SDL-1.2
|
changeset |
files
|
Sun, 11 Sep 2011 13:29:23 -0400 |
Ryan C. Gordon |
Unpacked VisualC.zip.
SDL-1.2
|
changeset |
files
|