Sun, 24 Jan 2010 19:47:17 +0000 |
Sam Lantinga |
Fixed bug #916
|
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'
|