log

age author description
Fri, 22 Jan 2010 16:17:11 +0000 Sam Lantinga update window prev links
Fri, 22 Jan 2010 15:55:20 +0000 Sam Lantinga Fixed infinite loop at shutdown - update texture prev links
Fri, 22 Jan 2010 06:50:17 +0000 Sam Lantinga Documentation consistency
Thu, 21 Jan 2010 16:12:24 +0000 Sam Lantinga Fixed compilation on iPhone
Thu, 21 Jan 2010 16:11:55 +0000 Sam Lantinga Fixed crash when there was no mouse focus for some reason (iPhone bug?)
Thu, 21 Jan 2010 07:28:01 +0000 Sam Lantinga Fixed Cocoa and OpenGL builds
Thu, 21 Jan 2010 07:22:11 +0000 Sam Lantinga Fixed compile warning on 64-bit Mac OS X
Thu, 21 Jan 2010 07:10:22 +0000 Sam Lantinga Fixed compile warning
Thu, 21 Jan 2010 06:21:52 +0000 Sam Lantinga Switched from SDL_WindowID and SDL_TextureID to SDL_Window* and SDL_Texture* for code simplicity and improved performance.
Thu, 21 Jan 2010 05:49:41 +0000 Sam Lantinga Fixed compiler warnings on 32-bit Linux
Tue, 19 Jan 2010 07:28:51 +0000 Sam Lantinga From: Jjgod Jiang
Tue, 19 Jan 2010 05:31:16 +0000 Sam Lantinga Added Xcode-iPhoneOS to make dist
Mon, 18 Jan 2010 14:58:58 +0000 Sam Lantinga Removed obsolete checks for ipod Linux
Mon, 18 Jan 2010 14:57:41 +0000 Sam Lantinga Fixed bug #920
Mon, 18 Jan 2010 14:50:57 +0000 Sam Lantinga Updated Mac OS X projects with new assertion code
Mon, 18 Jan 2010 14:27:30 +0000 Sam Lantinga Fixed bug #930
Mon, 18 Jan 2010 14:16:47 +0000 Sam Lantinga Fixed compiler warning
Mon, 18 Jan 2010 14:12:29 +0000 Sam Lantinga Fixed compile error on Mac OS X 10.4
Mon, 18 Jan 2010 06:34:04 +0000 Sam Lantinga Fixed bug #932
Sun, 17 Jan 2010 06:51:31 +0000 Ryan C. Gordon Minor cleanups in PulseAudio code, to keep this 80-column-friendly.
Sun, 17 Jan 2010 06:43:28 +0000 Ryan C. Gordon Attempt to clean up PulseAudio dynamic loading support.
Sun, 17 Jan 2010 06:14:04 +0000 Ryan C. Gordon Merged r4210:5510 from branches/SDL-1.2/src/audio/pulse: PulseAudio updates.
Fri, 15 Jan 2010 20:05:49 +0000 Sam Lantinga Fixed building under Visual Studio
Wed, 13 Jan 2010 19:29:33 +0000 Ryan C. Gordon Clean up assertion API for public use.
Wed, 13 Jan 2010 16:58:24 +0000 Ryan C. Gordon Whoops, that should be vfprintf(), not fprintf(). :)
Wed, 13 Jan 2010 16:21:26 +0000 Ryan C. Gordon Friendly warning comment.
Wed, 13 Jan 2010 16:18:36 +0000 Ryan C. Gordon Fixed compiler warning.
Wed, 13 Jan 2010 16:10:25 +0000 Ryan C. Gordon Whitespace tweak.
Wed, 13 Jan 2010 16:09:27 +0000 Ryan C. Gordon Fixed comment.
Wed, 13 Jan 2010 16:08:03 +0000 Ryan C. Gordon Handle assert init/quit better.
Wed, 13 Jan 2010 09:48:42 +0000 Sam Lantinga Moved the assertion tests to testplatform
Wed, 13 Jan 2010 09:44:17 +0000 Ryan C. Gordon Handle assertion failures when SDL_Init() isn't called.
Wed, 13 Jan 2010 09:13:37 +0000 Ryan C. Gordon Handle assertion failures during assertion handler.
Wed, 13 Jan 2010 09:10:17 +0000 Ryan C. Gordon Fixed Mac OS X assertion code.
Wed, 13 Jan 2010 08:53:32 +0000 Sam Lantinga Don't forget to install the new header. :)
Wed, 13 Jan 2010 08:52:47 +0000 Sam Lantinga Quiet tests shouldn't prompt during assertions
Wed, 13 Jan 2010 08:44:46 +0000 Sam Lantinga Leave fullscreen mode to pop an assertion dialog
Wed, 13 Jan 2010 08:30:34 +0000 Sam Lantinga Assume _exit() is available. It may be, even if unix isn't defined.
Wed, 13 Jan 2010 08:25:16 +0000 Sam Lantinga Moved SDL_FUNCTION out so it's always available, and added SDL_FILE and SDL_LINE
Wed, 13 Jan 2010 08:06:32 +0000 Sam Lantinga Allow configure to override assertion settings, but by default this comes from the build optimization level.
Wed, 13 Jan 2010 07:52:53 +0000 Sam Lantinga Automatically figure out the appropriate assertion level
Wed, 13 Jan 2010 07:36:00 +0000 Sam Lantinga Fixed release level assertions
Wed, 13 Jan 2010 07:33:33 +0000 Sam Lantinga Fixed include ordering
Wed, 13 Jan 2010 07:32:25 +0000 Sam Lantinga Check for signal.h before using it, don't assume unix is available or required
Wed, 13 Jan 2010 07:25:28 +0000 Sam Lantinga The config sets the default assertion level so people can override it for their own use in application code.
Wed, 13 Jan 2010 07:00:20 +0000 Ryan C. Gordon Fixed build problems with gcc __attribute__.
Wed, 13 Jan 2010 06:47:17 +0000 Sam Lantinga First pass at Ryan's assertion code, minor tweaks to come.
Wed, 13 Jan 2010 06:39:44 +0000 Ryan C. Gordon Added a few basic things to svn:ignore.
Wed, 13 Jan 2010 05:25:16 +0000 Sam Lantinga Don't warn about unused variables - there's a ton of them. :)
Wed, 13 Jan 2010 05:24:03 +0000 Sam Lantinga Fixed compiler warning (missing prototype for SDL_Quit())
Wed, 13 Jan 2010 05:21:30 +0000 Sam Lantinga Fixed function prototype
Wed, 13 Jan 2010 05:08:41 +0000 Sam Lantinga Fixed Mac OS X Xcode build
Wed, 13 Jan 2010 04:58:31 +0000 Sam Lantinga Fixed iPhone build
Mon, 11 Jan 2010 21:49:09 +0000 Couriersud DirectFB driver compiles again
Mon, 11 Jan 2010 21:46:59 +0000 Couriersud Fix detection of directfb.h
Mon, 11 Jan 2010 07:58:55 +0000 Ryan C. Gordon Removed incorrect SDL_GetAudioDeviceName() call from loopwave.c.
Mon, 11 Jan 2010 07:45:34 +0000 Ryan C. Gordon Since we're not using the CoreAudio HAL now, we don't need to use EnableIO.
Mon, 11 Jan 2010 07:33:56 +0000 Ryan C. Gordon Patched to compile.
Sun, 10 Jan 2010 19:09:57 +0000 Ryan C. Gordon Call SDL_Init() before SDL_GetNumAudioDrivers().
Sun, 10 Jan 2010 18:25:04 +0000 Ryan C. Gordon Merged r4874:4875 from branches/SDL-1.2: testwm keyboard debug output.
Sun, 10 Jan 2010 18:19:35 +0000 Ryan C. Gordon Merged r3576:3577 from branches/SDL-1.2: X11 Xlibint.h include fixes.
Sun, 10 Jan 2010 09:16:46 +0000 Sam Lantinga Updated 1.2 revisions that need to be revisited
Sun, 10 Jan 2010 08:59:25 +0000 Ryan C. Gordon Revert r5463: Alpha blend "correctness" patch.
Sun, 10 Jan 2010 08:21:19 +0000 Ryan C. Gordon Merged r5194:5195 from branches/SDL-1.2: coldfire cpu arch support.
Sun, 10 Jan 2010 08:15:25 +0000 Ryan C. Gordon Merge r5179:5180 from branches/SDL-1.2: fatbuild.sh Xcode 3.2 fix.
Sun, 10 Jan 2010 07:48:14 +0000 Ryan C. Gordon Merged r5070:5071 from branches/SDL-1.2: forcibly disable buggy MMX mixers.
Sun, 10 Jan 2010 07:40:12 +0000 Ryan C. Gordon Merged r4991:5154 from branches/SDL-1.2/src/audio/alsa: many 1.2.14 ALSA fixes.
Sun, 10 Jan 2010 06:32:41 +0000 Ryan C. Gordon Merged r5016:5017 from branches/SDL-1.2: PS2 DMA mapping fix.
Sun, 10 Jan 2010 06:18:39 +0000 Ryan C. Gordon Merged r4992:4993 from branches/SDL-1.2: increased alpha blend accuracy.
Sun, 10 Jan 2010 05:39:46 +0000 Ryan C. Gordon Merged r4866:4867 from branches/SDL-1.2: 64-bit Mac OS X 10.5 SDK fix.
Sun, 10 Jan 2010 05:06:03 +0000 Ryan C. Gordon Reverted r5460 ... this was merged from 1.2, but was later reverted there.
Sun, 10 Jan 2010 04:42:45 +0000 Ryan C. Gordon Merged r4784:4785 from branches/SDL-1.2: Mac OS X linker command line fixes.
Thu, 07 Jan 2010 04:39:44 +0000 Sam Lantinga Made the comment more readable
Thu, 07 Jan 2010 04:38:58 +0000 Sam Lantinga The OS/2 support has been removed, so we don't need this now.
Wed, 06 Jan 2010 21:04:11 +0000 Ryan C. Gordon Removed comment referring to previously-removed CD-ROM subsystem.
Wed, 06 Jan 2010 20:58:03 +0000 Ryan C. Gordon Merged r4717:4718 from branches/SDL-1.2: minor OS/2 DECLSPEC/SDLCALL fixes.
Wed, 06 Jan 2010 20:31:21 +0000 Ryan C. Gordon Merged r4713:4714 from branches/SDL-1.2: CoreAudio 64-bit & Snow Leopard fixes.
Wed, 06 Jan 2010 20:17:35 +0000 Ryan C. Gordon Merged r4710:4711 from branches/SDL-1.2: Mac OS X SDL_stdlib qsort build fixes.
Wed, 06 Jan 2010 07:45:58 +0000 Ryan C. Gordon Merged r4433:4434 from branches/SDL-1.2: fbcon fgets() return value test fix.
Wed, 06 Jan 2010 07:39:35 +0000 Ryan C. Gordon Merged r4412:4413 from branches/SDL-1.2: rwops documentation fix.
Wed, 06 Jan 2010 07:39:09 +0000 Sam Lantinga Removed the obsolete SDL 1.2 GAPI driver
Wed, 06 Jan 2010 07:37:15 +0000 Sam Lantinga I can't compile this, but it should be updated for the new rendering API now.
Wed, 06 Jan 2010 07:34:20 +0000 Ryan C. Gordon Merged r4121:4122 from branches/SDL-1.2: more double-free fixes.
Wed, 06 Jan 2010 07:26:49 +0000 Ryan C. Gordon Merged r4121:4122 from branches/SDL-1.2: win32 joystick double-free fix.
Wed, 06 Jan 2010 06:44:23 +0000 Ryan C. Gordon Merged r3808:3809 from branches/SDL-1.2: install_name_tool fix for fatbuild.sh.
Wed, 06 Jan 2010 06:40:16 +0000 Ryan C. Gordon Merged r3787:3788 from branches/SDL-1.2: better failures for joystick opening.
Wed, 06 Jan 2010 06:12:01 +0000 Sam Lantinga Fixed GL_RenderWritePixels() - thanks Ryan!
Wed, 06 Jan 2010 04:33:31 +0000 Sam Lantinga Fixed bug #924
Wed, 30 Dec 2009 19:48:23 +0000 Sam Lantinga We're using GNU recursive mutexes
Wed, 30 Dec 2009 19:38:08 +0000 Sam Lantinga Fixed bug #915
Wed, 30 Dec 2009 19:10:41 +0000 Sam Lantinga Removed in the interest of actually finishing 1.3. :)
Mon, 28 Dec 2009 08:28:24 +0000 Ryan C. Gordon Fixed buffer overflows in resamplers.
Thu, 24 Dec 2009 21:00:42 +0000 Sam Lantinga Added missing include for stdio
Thu, 24 Dec 2009 19:18:41 +0000 Sam Lantinga Updated to include new files
Thu, 24 Dec 2009 19:18:05 +0000 Sam Lantinga Updated to compile on Windows
Thu, 24 Dec 2009 19:16:08 +0000 Sam Lantinga Added rectangle test
Wed, 23 Dec 2009 06:39:18 +0000 Sam Lantinga Fixed bug #912
Wed, 23 Dec 2009 01:55:00 +0000 Sam Lantinga Added SDL_RenderClear() as a fast method of clearing the screen to the drawing color.
Fri, 18 Dec 2009 08:19:18 +0000 Sam Lantinga Make it possible to slim SDL down quite a bit for people who just want OpenGL
Fri, 18 Dec 2009 07:41:59 +0000 Sam Lantinga Added SDL_DrawRect(), SDL_DrawRects(), SDL_BlendRect() and SDL_BlendRects()
Fri, 18 Dec 2009 07:03:09 +0000 Sam Lantinga In the process of adding rectangle drawing
Thu, 17 Dec 2009 07:47:03 +0000 Sam Lantinga Fixed compile error on Windows.
Thu, 17 Dec 2009 07:46:13 +0000 Sam Lantinga Updated test code to use SDL_setenv()
Thu, 17 Dec 2009 07:22:48 +0000 Sam Lantinga Fixed crash in joystick handling code. Newer 2.6 kernels add an additional 'resolution' field to input_absinfo. Note that we don't use that structure since we want to have enough space for the values even when building with an older kernel.
Thu, 17 Dec 2009 06:08:20 +0000 Sam Lantinga Fixed bug #841
Thu, 17 Dec 2009 05:57:37 +0000 Sam Lantinga Fixed bug #843
Thu, 17 Dec 2009 04:01:29 +0000 Sam Lantinga Implemented 64-bit version of cpuid code
Thu, 17 Dec 2009 03:04:04 +0000 Sam Lantinga Added support for querying the number of CPUs available on Linux. This also happens to work on Mac OS X.
Wed, 16 Dec 2009 19:50:51 +0000 Ryan C. Gordon Initial band-aids on SDL_GetMouseState() API breakage. More work to come.
Wed, 16 Dec 2009 16:42:04 +0000 Sam Lantinga Fixed cpuid assembly to work on PIC code
Wed, 16 Dec 2009 16:08:17 +0000 Sam Lantinga Allocate memory only if we're going to overwrite an environment variable
Wed, 16 Dec 2009 11:03:38 +0000 Ryan C. Gordon Updated svn:ignore.
Wed, 16 Dec 2009 10:59:51 +0000 Ryan C. Gordon Implemented SDL_setenv(), moved SDL_putenv() to compat.
Wed, 16 Dec 2009 08:17:05 +0000 Sam Lantinga Implemented Windows version of SDL_GetCPUCount()
Wed, 16 Dec 2009 06:53:53 +0000 Sam Lantinga Added SDL_GetCPUCount() to see how many cores are available.
Wed, 16 Dec 2009 04:48:11 +0000 Sam Lantinga Fixed bug #741
Wed, 16 Dec 2009 03:02:31 +0000 Sam Lantinga Fixed bug #736
Wed, 16 Dec 2009 02:08:59 +0000 Sam Lantinga Added testfill to test raw fill performance
Wed, 16 Dec 2009 01:19:58 +0000 Sam Lantinga Nuffin'
Wed, 16 Dec 2009 01:06:48 +0000 Sam Lantinga Fixed bug #685
Wed, 16 Dec 2009 00:55:33 +0000 Sam Lantinga Fixed bug #666
Wed, 16 Dec 2009 00:44:53 +0000 Sam Lantinga Fixed bug #642
Tue, 15 Dec 2009 20:53:09 +0000 Sam Lantinga Default to allow either accelerated or not
Tue, 15 Dec 2009 20:36:31 +0000 Sam Lantinga OpenGL hardware acceleration defaults on
Tue, 15 Dec 2009 20:14:50 +0000 Sam Lantinga Fixed bug #815
Tue, 15 Dec 2009 20:11:29 +0000 Sam Lantinga Fixed bug #818
Tue, 15 Dec 2009 18:00:16 +0000 Ryan C. Gordon Added a warning comment to SDL_putenv().
Tue, 15 Dec 2009 09:20:10 +0000 Sam Lantinga Fixed bug #905
Tue, 15 Dec 2009 08:11:06 +0000 Sam Lantinga Fixed bug #906
Tue, 15 Dec 2009 05:34:58 +0000 Sam Lantinga Add a dummy function if SDL doesn't have STDIO support
Tue, 15 Dec 2009 02:16:01 +0000 Sam Lantinga Added notes from e-mail on desktop window implementation
Tue, 15 Dec 2009 00:00:30 +0000 Sam Lantinga Need to test the multi-draw APIs
Mon, 14 Dec 2009 23:43:57 +0000 Sam Lantinga Added svn checkout install step
Mon, 14 Dec 2009 23:29:37 +0000 Sam Lantinga The SDL 1.3 tests have been cleaned up not to include any 1.2 compatibility code.
Mon, 14 Dec 2009 06:52:17 +0000 Sam Lantinga Implemented read/write pixels for the X11 renderer
Mon, 14 Dec 2009 06:35:59 +0000 Sam Lantinga Added a test to check the read/write pixels API
Mon, 14 Dec 2009 06:35:27 +0000 Sam Lantinga Added support for SDL_PIXELFORMAT_RGB24 and SDL_PIXELFORMAT_BGR24 to SDL_PixelFormatEnumToMasks()
Mon, 14 Dec 2009 04:19:00 +0000 Sam Lantinga Added a BLENDMODE_MASK pixel shader so render tests succeed
Sun, 13 Dec 2009 08:00:25 +0000 Sam Lantinga The SDL_PaletteWatch structure is really internal-only.
Sun, 13 Dec 2009 06:21:22 +0000 Sam Lantinga Name the audio callback for documentation clarity.
Sun, 13 Dec 2009 06:19:32 +0000 Sam Lantinga Note that the WritePixels call is unsupported right now.
Sun, 13 Dec 2009 05:37:06 +0000 Sam Lantinga Fixed windows.h include
Sat, 12 Dec 2009 20:31:28 +0000 Sam Lantinga Fixed line drawing for D3D
Sat, 12 Dec 2009 20:30:25 +0000 Sam Lantinga Minor documentation fix
Sat, 12 Dec 2009 04:01:40 +0000 Sam Lantinga Finished implementing RenderReadPixels()
Sat, 12 Dec 2009 01:04:57 +0000 Sam Lantinga Removed the obsolete testcdrom target
Sat, 12 Dec 2009 00:55:13 +0000 Sam Lantinga Fixed building on iPhone
Sat, 12 Dec 2009 00:08:45 +0000 Sam Lantinga Allow points to be outside the window bounds, stress testing the clipping code.
Sat, 12 Dec 2009 00:08:02 +0000 Sam Lantinga Added mouse position for button handling
Sat, 12 Dec 2009 00:07:26 +0000 Sam Lantinga minor notes to self
Fri, 11 Dec 2009 09:59:36 +0000 Sam Lantinga Fixed X11 line implementation - clip lines that are going to go outside the window.
Fri, 11 Dec 2009 09:57:54 +0000 Sam Lantinga Make sure we fully clip the first point before starting to adjust the second point.
Fri, 11 Dec 2009 09:22:34 +0000 Sam Lantinga Added an automated test for rectangle routines, currently only testing line clipping.
Fri, 11 Dec 2009 09:13:51 +0000 Sam Lantinga Fixed constness in RenderRects() parameter
Fri, 11 Dec 2009 08:03:43 +0000 Sam Lantinga Fixed bug #896
Thu, 10 Dec 2009 09:27:23 +0000 Sam Lantinga X11 driver compiles again, lines are not yet implemented
Thu, 10 Dec 2009 08:28:26 +0000 Sam Lantinga Switch to mixed case for consistency with other enumerations
Wed, 09 Dec 2009 15:56:56 +0000 Sam Lantinga Added interfaces for batch drawing of points, lines and rects:
Mon, 07 Dec 2009 10:08:24 +0000 Sam Lantinga Hey, those automated tests are coming in handy! Fixed GDI rendering semantics
Mon, 07 Dec 2009 09:44:55 +0000 Sam Lantinga Implemented RenderReadPixels() and RenderWritePixels() for GDI renderer.
Mon, 07 Dec 2009 08:02:20 +0000 Sam Lantinga This fixes the OpenGL rendering test, at least with my ATI card...
Mon, 07 Dec 2009 08:01:58 +0000 Sam Lantinga Fixed crash initializing the dummy driver
Mon, 07 Dec 2009 08:01:20 +0000 Sam Lantinga On Windows the minimum window size may be larger than 80, so explicitly request the expected rectangle.
Sun, 06 Dec 2009 08:39:01 +0000 Sam Lantinga The window position is display relative, at least for now...
Sun, 06 Dec 2009 08:16:23 +0000 Sam Lantinga Fixed crash
Sun, 06 Dec 2009 08:03:38 +0000 Sam Lantinga Added an API function to query geometry of multiple monitors:
Sun, 06 Dec 2009 06:21:39 +0000 Sam Lantinga Fixed to use the correct display adapter
Sat, 05 Dec 2009 22:13:36 +0000 Sam Lantinga Fixed compiler warnings
Sat, 05 Dec 2009 19:57:49 +0000 Sam Lantinga Fixed compilation on Mac OS X 10.4
Sat, 05 Dec 2009 19:46:24 +0000 Sam Lantinga Allow overriding the number of build jobs
Sat, 05 Dec 2009 05:13:17 +0000 Sam Lantinga Made the window flag comments more consistent
Sat, 05 Dec 2009 04:39:59 +0000 Sam Lantinga Added related functions
Fri, 04 Dec 2009 09:01:48 +0000 Sam Lantinga Don't add any renderers if you can't add any displays
Fri, 04 Dec 2009 08:45:08 +0000 Sam Lantinga Fixed calls to SDL_AddRenderDriver()
Fri, 04 Dec 2009 08:26:32 +0000 Sam Lantinga Fixed compiling the D3D renderer
Thu, 03 Dec 2009 08:43:12 +0000 Sam Lantinga Added support for SDL 1.2 environment variables:
Thu, 03 Dec 2009 08:33:39 +0000 Sam Lantinga Fixed mouse events for fullscreen windows on Mac OS X
Thu, 03 Dec 2009 05:05:26 +0000 Sam Lantinga Restore the video mode after shutting down the renderer, which fixes an error deleting the OpenGL context on Mac OS X.
Thu, 03 Dec 2009 04:33:05 +0000 Sam Lantinga Missing pop over a jump
Wed, 02 Dec 2009 07:56:09 +0000 Sam Lantinga Added Ctrl-Z common key binding
Wed, 02 Dec 2009 07:55:23 +0000 Sam Lantinga Restore the desktop mode when requested
Wed, 02 Dec 2009 07:42:10 +0000 Sam Lantinga If we're fullscreen on a single-head system and lose focus, minimize
Wed, 02 Dec 2009 07:38:28 +0000 Sam Lantinga On multi-display systems it's perfectly reasonable to have focus on a window on another monitor while the application is fullscreen.
Wed, 02 Dec 2009 07:28:58 +0000 Sam Lantinga Don't need to hide the menu bar if we're not on the main display
Wed, 02 Dec 2009 07:25:06 +0000 Sam Lantinga Changed so that it's obvious that the two code blocks are related.
Wed, 02 Dec 2009 06:10:18 +0000 Sam Lantinga Fixed mouse coordinates for fullscreen mode
Tue, 01 Dec 2009 12:08:34 +0000 Sam Lantinga The window positions are relative to the origin of the windowing system (upper left of the primary display).
Tue, 01 Dec 2009 11:50:00 +0000 Sam Lantinga Added support for placing windows on different displays
Tue, 01 Dec 2009 10:41:58 +0000 Sam Lantinga Ensure that the main display is picked up first
Tue, 01 Dec 2009 10:34:01 +0000 Sam Lantinga Allow mirrored displays, but only the primary display in a mirrored set.
Tue, 01 Dec 2009 09:04:28 +0000 Sam Lantinga Explicitly clear fullscreen status rather than relying on the window focus behavior.
Tue, 01 Dec 2009 08:56:12 +0000 Sam Lantinga Whenever a window becomes fullscreen, shown, unminimized, and has input focus it will change the display to the corresponding fullscreen video mode.
Tue, 01 Dec 2009 06:15:10 +0000 Sam Lantinga Removed a little redundancy in the naming
Tue, 01 Dec 2009 05:57:15 +0000 Sam Lantinga Work in progress on multi-display support:
Mon, 30 Nov 2009 21:04:25 +0000 Sam Lantinga Reduced the push/pop sequence to a single pair, and ported this fix over to the other architectures.
Mon, 30 Nov 2009 19:52:34 +0000 Sam Lantinga Fixed crash - need to save and restore rbx around cpuid, since the compiler may be assuming the stack pointer isn't being modified when filling in %0.
Mon, 30 Nov 2009 17:57:12 +0000 Sam Lantinga Added support for 32-bit BMP files with an alpha channel
Fri, 27 Nov 2009 19:29:27 +0000 Sam Lantinga Joe 2009-11-23 21:31:10 PST
Fri, 27 Nov 2009 03:11:26 +0000 Sam Lantinga Adam Strzelecki to SDL
Thu, 26 Nov 2009 05:55:57 +0000 Sam Lantinga Adam Strzelecki to SDL
Wed, 25 Nov 2009 07:42:23 +0000 Sam Lantinga SDL_CreateWindowFrom() is actually going to be supported. :)
Wed, 25 Nov 2009 06:24:15 +0000 Sam Lantinga Clarified the windowID parameter
Wed, 25 Nov 2009 06:00:00 +0000 Sam Lantinga Add error messages for failure cases
Wed, 25 Nov 2009 04:41:09 +0000 Sam Lantinga Added the automated test to the Visual Studio 2008 project
Tue, 24 Nov 2009 19:28:27 +0000 Mike Gorchak Override renderer for OpenGL window, only in case if OpenGL or OpenGL ES renderers are enabled.
Tue, 24 Nov 2009 16:43:18 +0000 Sam Lantinga Fixed bug #771
Tue, 24 Nov 2009 08:12:32 +0000 Sam Lantinga Eric Wing to Sam, hfutrell
Tue, 24 Nov 2009 04:59:50 +0000 Sam Lantinga Fixed bug #891
Tue, 24 Nov 2009 04:48:12 +0000 Sam Lantinga Mason Wheeler to sdl
Sun, 22 Nov 2009 20:53:53 +0000 Sam Lantinga Set the error so someone can get more information
Sun, 22 Nov 2009 20:00:00 +0000 Sam Lantinga Made the comment actually mean something. :)
Sun, 22 Nov 2009 07:00:26 +0000 Sam Lantinga More fixes to compile under Visual C++
Sun, 22 Nov 2009 06:42:58 +0000 Sam Lantinga Fixed include paths for Visual C++
Sun, 22 Nov 2009 06:37:43 +0000 Sam Lantinga The Direct3D Read/Write pixels interface is in progress.
Sun, 22 Nov 2009 06:34:45 +0000 Sam Lantinga Whoops, actually set the SDL error, don't just print the error.
Sat, 21 Nov 2009 08:42:42 +0000 Mike Gorchak Added support for QNX default font. Backspace and Return keys now handled.
Sat, 21 Nov 2009 07:59:19 +0000 Sam Lantinga We want to be strict on software renderer tests and opaque tests, but give a decent margin for blending inaccuracy for the blended tests.
Sat, 21 Nov 2009 07:46:12 +0000 Sam Lantinga Increased tolerance a little bit more for multiple blending passes accumulating error.
Sat, 21 Nov 2009 07:26:52 +0000 Sam Lantinga Added comment for pixel-perfect line workaround.
Sat, 21 Nov 2009 07:22:59 +0000 Sam Lantinga Of COURSE that trick wouldn't work on all renderers. Fall back to something for now, hopefully figure out a better way to do this later.
Sat, 21 Nov 2009 07:14:21 +0000 Sam Lantinga This is terrible, but the OpenGL standard says that lines are half open, which means that one endpoint is not covered so adjoining lines don't overlap. It also doesn't define which end is open, and indeed Mac OS X and Linux differ. Mac OS X seems to leave the second endpoint open, but Linux uses the right-most endpoint for x major lines and the bottom-most endpoint for y major lines.
Sat, 21 Nov 2009 06:34:43 +0000 Sam Lantinga Fixed the coordinates for pixel coverage in blits
Sat, 21 Nov 2009 06:28:25 +0000 Sam Lantinga Use 45 degree lines for the diagonal test to avoid aliasing errors in line drawing.
Sat, 21 Nov 2009 06:19:34 +0000 Sam Lantinga It's not the last pixel, it's the rightmost pixel, or if they're both the same x coordinate, the bottommost pixel.
Sat, 21 Nov 2009 06:17:50 +0000 Mike Gorchak RenderReadPixels and RenderWritePixels functions work with back buffer now and all asynchronous operations are flushed before reading or writing to backbuffer. Thanks Sam for clarification of this.
Sat, 21 Nov 2009 05:29:31 +0000 Sam Lantinga My first OpenGL shader! Momma will be so proud!
Sat, 21 Nov 2009 05:25:08 +0000 Sam Lantinga pixels don't need to be dynamically allocated
Sat, 21 Nov 2009 05:05:19 +0000 Sam Lantinga SDL_RenderReadPixels() needs to flush asynchronous operations before it reads.
Fri, 20 Nov 2009 14:42:40 +0000 Mike Gorchak Support for UTF-8 text input has been added.
Fri, 20 Nov 2009 07:11:29 +0000 Mike Gorchak 1. SDL_RenderPresent() call has been added after each test to be sure, that all graphics output is flushed in case if it was asynchronous.
Fri, 20 Nov 2009 07:08:28 +0000 Mike Gorchak Output last SDL error in case of test was failed.
Fri, 20 Nov 2009 07:07:41 +0000 Mike Gorchak RenderReadPixels and RenderWritePixels now work properly.
Fri, 20 Nov 2009 07:06:50 +0000 Mike Gorchak Deinitialization fixes, in case if QNXGF driver is not initialized properly.
Thu, 19 Nov 2009 09:07:09 +0000 Mike Gorchak Added support for generic getopt() function instead of getopt_long(). Because not all platforms have getopt_long().
Thu, 19 Nov 2009 08:44:07 +0000 Mike Gorchak Support for RendererReadPixels and RendererWritePixels has been added to photon renderer.
Thu, 19 Nov 2009 08:02:00 +0000 Sam Lantinga Mike Gorchak to Sam
Thu, 19 Nov 2009 05:33:41 +0000 Sam Lantinga Found a way to implement mask semantics in OpenGL
Thu, 19 Nov 2009 05:06:01 +0000 Sam Lantinga Allow some variation in the pixel values to account for blending accuracy differences.
Thu, 19 Nov 2009 04:59:19 +0000 Sam Lantinga Include the endpoint in the line we're drawing
Thu, 19 Nov 2009 04:33:35 +0000 Sam Lantinga Adjust the vertices to be over the texel center.
Wed, 18 Nov 2009 09:39:32 +0000 Sam Lantinga Fixed a bunch of bugs in the blit blend mode tests
Wed, 18 Nov 2009 09:28:35 +0000 Sam Lantinga Use SDL's string and memory functions instead of stdlib
Wed, 18 Nov 2009 09:20:01 +0000 Sam Lantinga Implemented SDL_RenderReadPixels()/SDL_RenderWritePixels() for the dummy renderer.
Wed, 18 Nov 2009 09:17:29 +0000 Sam Lantinga Don't add the OpenGL renderers for drivers that don't support OpenGL
Wed, 18 Nov 2009 09:07:13 +0000 Sam Lantinga Fixes for the automated rendering test
Wed, 18 Nov 2009 08:54:13 +0000 Sam Lantinga If we explicitly request a driver, try to initialize it.
Wed, 18 Nov 2009 08:07:37 +0000 Sam Lantinga Fixed GL_RenderReadPixels() - thanks Ryan!
Wed, 18 Nov 2009 07:35:00 +0000 Sam Lantinga First pass (untested) at RenderWritePixels()
Wed, 18 Nov 2009 07:34:05 +0000 Sam Lantinga Refactored to use render_loadTestFace()
Wed, 18 Nov 2009 07:22:22 +0000 Sam Lantinga Fixed endianness of the face image surface
Wed, 18 Nov 2009 06:15:44 +0000 Sam Lantinga Trying to figure out why the OpenGL tests are failing...
Wed, 18 Nov 2009 06:15:21 +0000 Sam Lantinga Compare against the correct image
Tue, 17 Nov 2009 06:51:14 +0000 Sam Lantinga Debug info to help track down render test failures
Tue, 17 Nov 2009 06:50:29 +0000 Sam Lantinga Added missing return values
Tue, 17 Nov 2009 05:17:11 +0000 Sam Lantinga Fixed some bugs in the automated test suite, revealed by working SDL_RenderReadPixels()
Tue, 17 Nov 2009 04:53:15 +0000 Sam Lantinga Scott to slouken
Mon, 16 Nov 2009 09:47:34 +0000 Sam Lantinga Thank you automated tests (and bobbens!), fixed alpha blending for accuracy
Mon, 16 Nov 2009 07:39:08 +0000 Sam Lantinga Fixed memory corruption in SW_RenderReadPixels()
Mon, 16 Nov 2009 07:13:07 +0000 Sam Lantinga You can specify the format for pixel data in SDL_RenderReadPixels() and SDL_RenderWritePixels()
Sun, 15 Nov 2009 09:21:46 +0000 Sam Lantinga Added a utility function to convert blocks of pixels
Sun, 15 Nov 2009 08:01:34 +0000 Sam Lantinga Hmm, this isn't going to work, is it?
Sun, 15 Nov 2009 08:01:07 +0000 Sam Lantinga Work in progress: SDL_RenderReadPixels() should be implemented soon.
Sun, 15 Nov 2009 04:58:03 +0000 Sam Lantinga Work in progress on OpenGL ReadPixels/WritePixels interface
Wed, 11 Nov 2009 06:34:33 +0000 Sam Lantinga Updated for the new pixel format structure
Wed, 11 Nov 2009 06:23:19 +0000 Sam Lantinga The docs directory doesn't exist anymore
Mon, 09 Nov 2009 15:12:31 +0000 Sam Lantinga Fixed gcc warning
Mon, 09 Nov 2009 05:20:11 +0000 Sam Lantinga Work in progress on implementation of SDL_RenderReadPixels() and SDL_RenderWritePixels(), code untested.
Mon, 09 Nov 2009 04:13:51 +0000 Sam Lantinga Fixed bug #878
Sun, 08 Nov 2009 04:21:59 +0000 Sam Lantinga Fixed compile warning
Sun, 08 Nov 2009 04:16:42 +0000 Sam Lantinga Skip renderers that fail to initialize
Mon, 02 Nov 2009 07:57:51 +0000 Sam Lantinga Removed the separate static simulator target, all targets create libSDLiPhoneOS.a
Mon, 02 Nov 2009 07:55:42 +0000 Sam Lantinga Fixed bug #847
Fri, 30 Oct 2009 05:02:47 +0000 Sam Lantinga cpuid doesn't actually change the flags register
Fri, 30 Oct 2009 04:45:01 +0000 Sam Lantinga Fixed bug #734
Thu, 29 Oct 2009 09:20:50 +0000 Mike Gorchak Cursor hotspot fixes.
Wed, 28 Oct 2009 06:08:48 +0000 Sam Lantinga Fixed compile error
Wed, 28 Oct 2009 06:04:07 +0000 Sam Lantinga Automatically initialize the video system and create a renderer to simplify use.
Wed, 28 Oct 2009 04:33:24 +0000 Sam Lantinga Adam Strzelecki to SDL
Wed, 28 Oct 2009 04:27:50 +0000 Sam Lantinga Adam Strzelecki to SDL
Fri, 23 Oct 2009 04:08:32 +0000 Sam Lantinga Adam Strzelecki to SDL
Fri, 23 Oct 2009 03:58:23 +0000 Sam Lantinga Adam Strzelecki to SDL
Thu, 22 Oct 2009 06:09:03 +0000 Mike Gorchak Fixes in GLES configuration selection.
Thu, 22 Oct 2009 06:08:36 +0000 Mike Gorchak Fixes in GLES configuration selection. Support for an old QNX 6.3.2.
Thu, 22 Oct 2009 06:07:05 +0000 Mike Gorchak Optimizations.
Thu, 22 Oct 2009 04:46:11 +0000 Sam Lantinga Adam Strzelecki to SDL
Wed, 21 Oct 2009 14:51:42 +0000 Mike Gorchak Support for GL initialization parameters has been added.
Mon, 19 Oct 2009 13:31:58 +0000 Sam Lantinga Partial fix for bug #859
Sun, 18 Oct 2009 23:21:15 +0000 Sam Lantinga There's a bug with gcc 4.4.1 and -O2 where srcp doesn't get the correct value after the first scanline. Ugh.
Sun, 18 Oct 2009 17:49:40 +0000 Sam Lantinga Merged improvements to SDL_SoftStretch() from SDL 1.2
Sun, 18 Oct 2009 16:14:35 +0000 Sam Lantinga Fixed bug #853
Sat, 17 Oct 2009 23:29:52 +0000 Sam Lantinga Whoops, need " inside quotes
Sat, 17 Oct 2009 21:46:08 +0000 Sam Lantinga Fixed bug #852
Sat, 17 Oct 2009 07:38:14 +0000 Sam Lantinga iPhone/Xcode for 1.3
Sat, 17 Oct 2009 07:36:45 +0000 Sam Lantinga iPhone interruption patch / SDL 1.3
Tue, 13 Oct 2009 20:17:11 +0000 Mike Gorchak Working on fullscreen video modes support
Tue, 13 Oct 2009 20:16:23 +0000 Mike Gorchak Fixed memory allocation size.
Tue, 13 Oct 2009 18:14:22 +0000 Mike Gorchak Fixed handling of the initial window size.
Tue, 13 Oct 2009 11:26:40 +0000 Mike Gorchak All 2D operations in Photon driver have been finished. The driver is ready to use. There fullscreen modes and YUV textures are rest only.
Tue, 13 Oct 2009 11:24:36 +0000 Mike Gorchak Options --double --triple have been added to test double and triple buffering.
Tue, 13 Oct 2009 07:02:19 +0000 Sam Lantinga We don't need dlvsym() for ALSA anymore, yay!
Tue, 13 Oct 2009 06:51:20 +0000 Mike Gorchak Fixed SDL_BLENDMODE_MASK for GL and GLES renderers, now blending works like in software renderer.
Tue, 13 Oct 2009 06:49:29 +0000 Sam Lantinga Only show the dynamic audio libraries if we'll be dynamically loading them
Tue, 13 Oct 2009 06:40:08 +0000 Sam Lantinga Simplify and improve dynamic library detection, taken from SDL_image
Tue, 13 Oct 2009 06:33:46 +0000 Sam Lantinga Debian patch: 050_altivec_detection.diff
Tue, 13 Oct 2009 06:28:31 +0000 Mike Gorchak Fixed OpenGL ES primitive alpha blending.
Tue, 13 Oct 2009 05:30:29 +0000 Sam Lantinga Missed converting PULSE to PULSEAUDIO
Mon, 12 Oct 2009 19:47:01 +0000 Mike Gorchak Initial support for fullscreen application modes.
Mon, 12 Oct 2009 11:45:01 +0000 Mike Gorchak Photon SDL renderer almost finished, the double/tripple buffering is left only.
Mon, 12 Oct 2009 09:42:50 +0000 Sam Lantinga Joystick patch from FreeBSD ports system
Mon, 12 Oct 2009 08:21:43 +0000 Mike Gorchak Continue working on 2D support in Photon.
Sun, 11 Oct 2009 18:45:39 +0000 Mike Gorchak Continue working on 2D support in Photon
Sun, 11 Oct 2009 10:38:38 +0000 Sam Lantinga A better solution to making the default build optimization -O3
Sun, 11 Oct 2009 10:30:47 +0000 Sam Lantinga Whoops, the ProjectDir is one level lower than the SolutionDir
Sun, 11 Oct 2009 10:22:22 +0000 Sam Lantinga stefanullinger to me
Sun, 11 Oct 2009 07:12:24 +0000 Sam Lantinga pkg-config replaced sdl-config in these cases.
Sun, 11 Oct 2009 06:44:50 +0000 Sam Lantinga Fixed bug #31
Sun, 11 Oct 2009 06:42:20 +0000 Sam Lantinga gcc can't generate dependencies for a file that doesn't exist, so first create SDL_revision.h
Sun, 11 Oct 2009 06:33:34 +0000 Sam Lantinga This is crazy. In order to override the default optimization for GCC,
Sat, 10 Oct 2009 20:15:20 +0000 Mike Gorchak Continue working on 2D support for Photon/QNX.
Sat, 10 Oct 2009 18:37:35 +0000 Sam Lantinga Matěj Týč 2009-10-05 14:09:03 PDT
Sat, 10 Oct 2009 17:07:49 +0000 Mike Gorchak Revert back. Sorry.
Sat, 10 Oct 2009 15:22:16 +0000 Mike Gorchak Added phrender library linkage for QNX target.
Sat, 10 Oct 2009 13:22:05 +0000 Mike Gorchak Call CommonQuit() at exit has been added.
Sat, 10 Oct 2009 13:21:21 +0000 Mike Gorchak Created windows must be destroyed at CommonQuit().
Sat, 10 Oct 2009 10:02:17 +0000 Sam Lantinga Debian patch: 218_joystick_memmove.diff
Sat, 10 Oct 2009 09:58:24 +0000 Sam Lantinga Fixed bug #833
Sat, 10 Oct 2009 09:44:04 +0000 Sam Lantinga Whoops, FreeBSD 6.2 doesn't define __FreeBSD_kernel_version
Sat, 10 Oct 2009 09:36:12 +0000 Sam Lantinga Adapted from Debian patch: 215_kfreebsd_gnu.diff
Sat, 10 Oct 2009 09:22:20 +0000 Sam Lantinga Made typedef for SDL_bool the same as the other typedefs.
Sat, 10 Oct 2009 08:06:18 +0000 Mike Gorchak Support for the atomic operations for ARM, PPC, MIPS, SH, X86 platforms has been added.
Sat, 10 Oct 2009 07:48:57 +0000 Sam Lantinga Fixed bug #627
Sat, 10 Oct 2009 07:34:15 +0000 Ryan C. Gordon Merged r4990:4991 from branches/SDL-1.2: ALSA 1.0 API and dlvsym() removal.
Sat, 10 Oct 2009 06:51:42 +0000 Sam Lantinga typo
Sat, 10 Oct 2009 06:39:59 +0000 Ryan C. Gordon Use new 1.3 API for getting audio driver name.
Sat, 10 Oct 2009 06:32:11 +0000 Ryan C. Gordon Added some debug output to loopwave.c
Sat, 10 Oct 2009 05:27:59 +0000 Sam Lantinga Use test instead of [ because that's an m4 quote character
Thu, 08 Oct 2009 09:37:58 +0000 Sam Lantinga Fixed bug #830
Thu, 08 Oct 2009 09:32:07 +0000 Sam Lantinga Fixed bug #830
Thu, 08 Oct 2009 09:14:31 +0000 Ryan C. Gordon Merged r4974:4975 from branches/SDL-1.2: sdl.pc removal on make uninstall.
Thu, 08 Oct 2009 09:07:58 +0000 Sam Lantinga Fixed bug #828
Thu, 08 Oct 2009 07:08:45 +0000 Sam Lantinga Update config.guess and config.sub
Wed, 07 Oct 2009 14:29:59 +0000 Sam Lantinga The SDL 1.3 documentation will be primarily online wiki based:
Wed, 07 Oct 2009 06:11:53 +0000 Sam Lantinga SuSE 11.1 installs directfb-config without directfb-devel, so check to
Wed, 07 Oct 2009 04:32:04 +0000 Sam Lantinga Reminder, add multiple icon sizes!
Wed, 07 Oct 2009 04:31:45 +0000 Sam Lantinga Upgrading libtool didn't fix bug #499
Tue, 06 Oct 2009 03:34:10 +0000 Sam Lantinga Eric Wing to Sam
Tue, 06 Oct 2009 03:33:10 +0000 Sam Lantinga Eric Wing to Sam
Sun, 04 Oct 2009 22:21:17 +0000 Sam Lantinga Updated libtool to version 2.2.6a
Sun, 04 Oct 2009 21:00:33 +0000 Sam Lantinga Split out ltoptions.m4
Sun, 04 Oct 2009 20:46:33 +0000 Sam Lantinga Fixed make dist
Sun, 04 Oct 2009 20:45:59 +0000 Sam Lantinga Fixed make dist
Sun, 04 Oct 2009 20:44:04 +0000 Sam Lantinga Split acinclude.m4 into its constituent parts for easy upgrading
Sun, 04 Oct 2009 19:14:30 +0000 Sam Lantinga Fixed bug #826
Sun, 04 Oct 2009 18:09:12 +0000 Sam Lantinga Fixed bug #522
Sun, 04 Oct 2009 16:26:34 +0000 Sam Lantinga Eric Wing to Sam
Sun, 04 Oct 2009 09:55:20 +0000 Sam Lantinga Fixed bug #817
Sun, 04 Oct 2009 09:51:04 +0000 Sam Lantinga Fixed bug #814
Sun, 04 Oct 2009 09:18:48 +0000 Sam Lantinga Fixed a bug where when the audio starts paused all the DirectSound buffers
Sun, 04 Oct 2009 04:03:37 +0000 Sam Lantinga Adam Strzelecki to SDL
Sun, 04 Oct 2009 03:38:01 +0000 Sam Lantinga Use gcc's built-in dependency generation, thanks to Adam Strzelecki
Sat, 03 Oct 2009 16:23:16 +0000 Sam Lantinga [SDL] Bad math in SDL_RenderCopy
Fri, 02 Oct 2009 13:50:36 +0000 Sam Lantinga You should check for the C compiler before you set CFLAGS. :)
Thu, 01 Oct 2009 15:30:26 +0000 Sam Lantinga Eric Wing to Sam
Thu, 01 Oct 2009 15:26:39 +0000 Sam Lantinga Getting ready for a new drop from Eric, hopefully the last time I have to wipe this.
Tue, 29 Sep 2009 07:59:23 +0000 Sam Lantinga Added missing templates
Tue, 29 Sep 2009 06:33:33 +0000 Sam Lantinga Reminder to investigate upgrading libtool to fix bug #499
Tue, 29 Sep 2009 01:19:14 +0000 Sam Lantinga Better cross-platform macros for printing 32 and 64 bit values
Tue, 29 Sep 2009 00:42:21 +0000 Sam Lantinga Temporary band-aid for bug #575
Mon, 28 Sep 2009 18:44:26 +0000 Bob Pendleton Ok, added long casts to get rid of compiler warnings.
Mon, 28 Sep 2009 15:32:58 +0000 Sam Lantinga -0.5 is causing trouble according to comments in bug #783
Mon, 28 Sep 2009 15:32:19 +0000 Sam Lantinga Added renderer information for dynamic OpenGL test
Sun, 27 Sep 2009 23:24:58 +0000 Sam Lantinga Fixed bug #716
Sat, 26 Sep 2009 21:39:56 +0000 Sam Lantinga Fixed 32-bit build
Sat, 26 Sep 2009 10:36:55 +0000 Sam Lantinga Fixed bug #797
Sat, 26 Sep 2009 10:32:14 +0000 Sam Lantinga Fixed bug #777
Sat, 26 Sep 2009 10:22:35 +0000 Sam Lantinga Fixed bug #766
Sat, 26 Sep 2009 10:19:19 +0000 Sam Lantinga Fixed bug #765
Sat, 26 Sep 2009 10:17:49 +0000 Sam Lantinga Fixed bug #764
Sat, 26 Sep 2009 10:13:44 +0000 Sam Lantinga Fixed bug #761
Sat, 26 Sep 2009 10:04:38 +0000 Sam Lantinga Fixed bug #734
Sat, 26 Sep 2009 09:57:32 +0000 Sam Lantinga Fixed bug #705
Sat, 26 Sep 2009 09:56:26 +0000 Sam Lantinga Fixed bug #705
Sat, 26 Sep 2009 09:44:52 +0000 Sam Lantinga Fixed bug #704
Sat, 26 Sep 2009 06:21:36 +0000 Sam Lantinga Fixed crash with right side up BMP files
Sat, 26 Sep 2009 03:58:35 +0000 Sam Lantinga Eric Wing to Sam
Fri, 25 Sep 2009 19:26:21 +0000 Bob Pendleton fixed a spelling error in the documentation.
Fri, 25 Sep 2009 19:20:25 +0000 Bob Pendleton Changed to include SDL_atomic.c in the windows version of SDL 1.3
Fri, 25 Sep 2009 19:17:16 +0000 Bob Pendleton This version actaully should work on Windows.
Thu, 24 Sep 2009 15:20:11 +0000 Sam Lantinga More TODO!
Thu, 24 Sep 2009 14:43:03 +0000 Sam Lantinga Eric Wing to Sam
Thu, 24 Sep 2009 07:13:02 +0000 Sam Lantinga Updated Xcode project from Eric Wing
Thu, 24 Sep 2009 07:12:05 +0000 Sam Lantinga Getting ready for a new Xcode project from Eric Wing
Wed, 23 Sep 2009 07:10:45 +0000 Sam Lantinga Fixed bug #732
Wed, 23 Sep 2009 06:37:27 +0000 Sam Lantinga Possibly fixed bug #601, definitely fixed a potential issue with threads
Wed, 23 Sep 2009 02:52:11 +0000 Bob Pendleton int testmmousetable.c the arguments to main() are not compatible with what is required in SDL_main.h
Tue, 22 Sep 2009 02:20:56 +0000 Sam Lantinga Whoops, this breaks building on Mac OS X 10.4
Mon, 21 Sep 2009 22:25:14 +0000 Bob Pendleton oops
Mon, 21 Sep 2009 22:23:41 +0000 Bob Pendleton Should now compile on 32 bit linux and 64 bit linux
Mon, 21 Sep 2009 11:31:28 +0000 Sam Lantinga Whoops, need both the header and the library!
Mon, 21 Sep 2009 11:04:01 +0000 Sam Lantinga Fixed bug #714
Mon, 21 Sep 2009 10:23:19 +0000 Sam Lantinga Fixed bug #674
Mon, 21 Sep 2009 09:21:00 +0000 Sam Lantinga Fixed bug #615
Mon, 21 Sep 2009 09:16:35 +0000 Sam Lantinga Added reminder to look into 2D vblank synchronization
Mon, 21 Sep 2009 09:02:05 +0000 Sam Lantinga Oh yeah, we have GLX support too.
Mon, 21 Sep 2009 08:40:04 +0000 Sam Lantinga Fixed bug #577
Mon, 21 Sep 2009 08:31:02 +0000 Sam Lantinga Fixed bug #591
Mon, 21 Sep 2009 07:35:06 +0000 Sam Lantinga Fixed bug #570
Mon, 21 Sep 2009 05:24:54 +0000 Sam Lantinga Fixed build on Mac OS X 10.4
Sun, 20 Sep 2009 23:09:30 +0000 Sam Lantinga Fall back to opaque sprite if no formats with alpha are supported.
Sun, 20 Sep 2009 22:47:28 +0000 Sam Lantinga Fixed compatibility with SDL 1.2 pixel format (24 bits per pixel of color data with 4 bytes per pixel == 32 bpp)
Sun, 20 Sep 2009 04:15:19 +0000 Sam Lantinga Removed outdated Atari support
Sun, 20 Sep 2009 04:13:23 +0000 Sam Lantinga Oh yeah, need this option for PPC as well now.
Sat, 19 Sep 2009 15:22:33 +0000 Bob Pendleton I'm gussing that this was never compiled where TTF support was missing. As a result a call to SDL_GetError and a call to TTF_GetError were swapped.
Sat, 19 Sep 2009 13:29:40 +0000 Sam Lantinga Merged a cleaned up version of Jiang's code changes from Google Summer of Code 2009
Sat, 19 Sep 2009 12:48:52 +0000 Sam Lantinga I think this fixes the texture pixel alignment
Sat, 19 Sep 2009 07:33:15 +0000 Sam Lantinga This is waaaaay outdated. :)
Sat, 19 Sep 2009 07:32:36 +0000 Sam Lantinga This name inconsistency has been bugging me for a while...
Sat, 19 Sep 2009 07:30:29 +0000 Sam Lantinga Removed outdated VGL support
Sat, 19 Sep 2009 07:28:59 +0000 Sam Lantinga Removed outdated wscons support
Sat, 19 Sep 2009 07:26:51 +0000 Sam Lantinga Removed outdated Nano-X support
Sat, 19 Sep 2009 07:22:07 +0000 Sam Lantinga Removed outdated OS/2 support
Sat, 19 Sep 2009 07:21:22 +0000 Sam Lantinga Removed outdated Dreamcast support
Sat, 19 Sep 2009 07:09:41 +0000 Sam Lantinga Oh yeah, this file is gone
Sat, 19 Sep 2009 06:45:36 +0000 Sam Lantinga NASM is no longer used in SDL 1.3
Sat, 19 Sep 2009 06:43:45 +0000 Sam Lantinga Removed outdated OS/2 support
Sat, 19 Sep 2009 06:24:07 +0000 Sam Lantinga Removed outdated iPodLinux support
Sat, 19 Sep 2009 05:47:54 +0000 Sam Lantinga testsprite2 should be pixel correct on Direct3D now.
Sat, 19 Sep 2009 05:45:49 +0000 Sam Lantinga More test coverage
Sat, 19 Sep 2009 05:43:15 +0000 Sam Lantinga Added more tests for the different primitive types
Sat, 19 Sep 2009 05:12:26 +0000 Sam Lantinga Fixed bug #783
Sat, 19 Sep 2009 04:47:36 +0000 Sam Lantinga Removing old CD-ROM header reference
Sat, 19 Sep 2009 04:43:41 +0000 Sam Lantinga Stefan Ullinger
Thu, 17 Sep 2009 20:35:12 +0000 Bob Pendleton The new, cleaner, version of the atomic operations. The dummy code is what you should start working with to port atomic ops.
Mon, 07 Sep 2009 16:04:44 +0000 Sam Lantinga Kenneth Bull to SDL
Mon, 07 Sep 2009 05:06:34 +0000 Sam Lantinga Merged Edgar's code changes from Google Summer of Code 2009
Mon, 07 Sep 2009 05:01:01 +0000 Sam Lantinga This doesn't actually build on other platforms, I'll have to check with Martin
Mon, 07 Sep 2009 04:51:29 +0000 Sam Lantinga Merged Martin's code changes from Google Summer of Code 2009
Sun, 06 Sep 2009 15:04:38 +0000 Sam Lantinga Fixed bug where minimized windows get zero width/height
Sun, 06 Sep 2009 04:40:54 +0000 Sam Lantinga Fixed compiling on 64-bit Windows
Sun, 06 Sep 2009 04:40:29 +0000 Sam Lantinga Upgraded solution to Visual Studio 2008 and added 64-bit target
Sat, 05 Sep 2009 23:37:35 +0000 Sam Lantinga Fixed issues building 64-bit Windows binary
Sat, 05 Sep 2009 21:31:50 +0000 Sam Lantinga Removed CD-ROM code from Visual C projects
Sat, 05 Sep 2009 20:01:35 +0000 Sam Lantinga Updated Xcode project for latest file changes
Sat, 05 Sep 2009 19:34:51 +0000 Sam Lantinga Updated Xcode project for latest file changes
Sat, 05 Sep 2009 14:22:12 +0000 Sam Lantinga Fix build on native 64-bit architecture
Sat, 05 Sep 2009 10:39:18 +0000 Sam Lantinga Added 64-bit architectures to the fat build script
Sat, 05 Sep 2009 09:55:25 +0000 Sam Lantinga From: Jjgod Jiang <gzjjgod@gmail.com>
Sat, 05 Sep 2009 09:54:45 +0000 Sam Lantinga From: Jjgod Jiang <gzjjgod@gmail.com>
Sat, 05 Sep 2009 09:51:39 +0000 Sam Lantinga Updated fatbuild.sh to build for 10.4u SDK
Sat, 05 Sep 2009 09:12:03 +0000 Sam Lantinga Removed references to CD-ROM support from the README files
Sat, 05 Sep 2009 09:11:03 +0000 Sam Lantinga CD-ROM support is so passé :)
Sat, 05 Sep 2009 09:03:35 +0000 Sam Lantinga Bye bye SoundManager, you are officially obsolete...
Sat, 05 Sep 2009 07:33:54 +0000 Sam Lantinga Fixed a few issues compiling with Mac OS X 10.6
Sat, 05 Sep 2009 07:13:01 +0000 Sam Lantinga Updated glext.h
Thu, 20 Aug 2009 04:40:02 +0000 Sam Lantinga Fix suggested by Bob
Tue, 18 Aug 2009 03:26:53 +0000 Sam Lantinga David Carre to Sam
Tue, 11 Aug 2009 21:27:19 +0000 Bob Pendleton Start of redesign, getting rid of 8 and 16 bit operations in .h and test files.
Tue, 11 Aug 2009 21:15:18 +0000 Bob Pendleton I forgot to copy the dummy version to macosx.
Tue, 11 Aug 2009 13:45:01 +0000 Sam Lantinga David Carre to Sam
Fri, 07 Aug 2009 10:20:10 +0000 Sam Lantinga Fixed bug #746
Fri, 07 Aug 2009 09:44:40 +0000 Sam Lantinga Added request for SDL handling the desktop background window
Wed, 05 Aug 2009 16:31:49 +0000 Edgar Simo Patch by Janosch Gräf <janosch.graef@gmx.net>
Wed, 05 Aug 2009 08:12:31 +0000 Sam Lantinga Add clipboard support to TODO list
Mon, 03 Aug 2009 18:07:31 +0000 Couriersud Fixed compiling SDL_fsaudio.c against fusionsound 1.0.0
Sun, 02 Aug 2009 20:45:11 +0000 Sam Lantinga Fixed type size for test_bit()
Sun, 02 Aug 2009 18:40:18 +0000 Sam Lantinga Added SDL_revision.h
Sun, 02 Aug 2009 18:39:57 +0000 Sam Lantinga Clarified API documentation
Sun, 02 Aug 2009 18:39:24 +0000 Sam Lantinga Added TODO for automated testing
Sun, 02 Aug 2009 14:27:48 +0000 Sam Lantinga Removed arbitrary window size limitation
Sun, 02 Aug 2009 13:51:20 +0000 Sam Lantinga Whoops, still need the iPhoneOS config file. :)
Sun, 02 Aug 2009 13:49:13 +0000 Sam Lantinga Added missing SDL_revision.h
Sun, 02 Aug 2009 13:46:34 +0000 Sam Lantinga Added SDL_atomic.h, SDL_power.h, and SDL_revision.h to public API headers
Sun, 02 Aug 2009 13:08:19 +0000 Sam Lantinga Added SDL_atomic.h and SDL_power.h to public API headers
Sun, 02 Aug 2009 12:54:59 +0000 Sam Lantinga Better check which includes #define used in stdint.h
Sun, 02 Aug 2009 12:45:20 +0000 Sam Lantinga Don't redefine types if HAVE_STDINT_H is defined
Thu, 30 Jul 2009 14:53:57 +0000 Sam Lantinga Patch from David Carre:
Sun, 19 Jul 2009 08:04:59 +0000 Mike Gorchak Support for native and emulated atomic operations has been added.
Thu, 09 Jul 2009 21:31:27 +0000 Bob Pendleton volitile... duh, yeah the variable need to be labeled volitile
Tue, 07 Jul 2009 14:02:57 +0000 Sam Lantinga Documentation fix fix
Mon, 06 Jul 2009 21:56:38 +0000 Bob Pendleton Applied patch from bug id=762 provided by Pierre Phaneuf