Sat, 16 Sep 2006 17:13:41 +0000 |
Patrice Mandin |
Add teamtap support
|
Sat, 16 Sep 2006 17:02:38 +0000 |
Patrice Mandin |
Update for recent changes
|
Sat, 16 Sep 2006 16:59:46 +0000 |
Patrice Mandin |
Save/restore FPU registers in interrupt
|
Wed, 13 Sep 2006 04:47:46 +0000 |
Ryan C. Gordon |
Fixed typo in windib audio.
|
Tue, 12 Sep 2006 19:47:40 +0000 |
Patrice Mandin |
Allow grabing mouse by locking its position
|
Tue, 12 Sep 2006 19:44:51 +0000 |
Patrice Mandin |
Reenable xbios usage to get relative mouse motion
|
Tue, 12 Sep 2006 19:43:29 +0000 |
Patrice Mandin |
Allow mouse to be locked when grabbed with GEM driver
|
Tue, 12 Sep 2006 19:23:51 +0000 |
Patrice Mandin |
Disable MiNT thread usage and use hw access for updating DMA audio pointers
|
Tue, 12 Sep 2006 08:45:48 +0000 |
Sam Lantinga |
Temporarily disabled framebuffer console support for SDL 1.3
|
Fri, 08 Sep 2006 19:18:02 +0000 |
Patrice Mandin |
Forgot to reshow mouse cursor when exiting grab/hide mode
|
Thu, 07 Sep 2006 20:50:13 +0000 |
Patrice Mandin |
/me dumb, sizeof(keymap != number of elements
|
Tue, 05 Sep 2006 19:32:35 +0000 |
Patrice Mandin |
Use correct function to free allocated mem
|
Sat, 02 Sep 2006 21:50:04 +0000 |
Ryan C. Gordon |
Fixed macosx audio initialization (passed wrong struct to CoreAudio).
|
Sat, 02 Sep 2006 21:19:00 +0000 |
Ryan C. Gordon |
Compile fixes.
|
Fri, 01 Sep 2006 22:48:43 +0000 |
Ryan C. Gordon |
Added a FIXME and macro to sun audio.
|
Fri, 01 Sep 2006 19:29:49 +0000 |
Ryan C. Gordon |
Replaced unions with calls to SDL_SwapFloat...
|
Fri, 01 Sep 2006 19:17:05 +0000 |
Ryan C. Gordon |
Fixed S32 audio mixing, but I'm a bit nervous about the use of 64-bit
|
Fri, 01 Sep 2006 19:16:26 +0000 |
Ryan C. Gordon |
Continuing my quest to replace all the bitwise operations on SDL_AudioFormats
|
Fri, 01 Sep 2006 18:07:41 +0000 |
Ryan C. Gordon |
Fixed broken audio conversions between float and unsigned datatypes.
|
Fri, 01 Sep 2006 18:04:01 +0000 |
Ryan C. Gordon |
Whoops, wrong tokens for int32 support in ALSA driver (specified unsigned
|
Fri, 01 Sep 2006 17:49:27 +0000 |
Ryan C. Gordon |
ALSA was testing if (format) was set to zero as an error condition, but
|
Fri, 01 Sep 2006 07:50:36 +0000 |
Ryan C. Gordon |
int32 support for windib and windx5 audio backends.
|
Fri, 01 Sep 2006 06:55:41 +0000 |
Ryan C. Gordon |
QNX6 support for int32/float32 (isn't this just ALSA?!)
|
Fri, 01 Sep 2006 06:43:41 +0000 |
Ryan C. Gordon |
Updated Tru64 audio to support int32.
|
Fri, 01 Sep 2006 06:32:54 +0000 |
Ryan C. Gordon |
MiNT audio driver cleanups for clamping types and channels to supported
|
Fri, 01 Sep 2006 06:01:03 +0000 |
Ryan C. Gordon |
Mac OS 9 support for int32/float32.
|
Fri, 01 Sep 2006 05:31:36 +0000 |
Ryan C. Gordon |
Mac OS X audio backend now supports int32/float32.
|
Fri, 01 Sep 2006 00:04:07 +0000 |
Ryan C. Gordon |
Cleaned up IRIX audio driver, added float32 support and fallbacks when
|
Thu, 31 Aug 2006 23:16:48 +0000 |
Ryan C. Gordon |
Actually, my silly logic bug was actually correct. :/
|
Thu, 31 Aug 2006 23:16:23 +0000 |
Ryan C. Gordon |
Let SDL convert to valid Dreamcast audio formats instead of failing if the
|
Thu, 31 Aug 2006 22:40:53 +0000 |
Ryan C. Gordon |
Let OS/2 DART backend use SDL converters at a higher level (would fail if
|
Thu, 31 Aug 2006 22:22:34 +0000 |
Ryan C. Gordon |
Fixed silly logic thing.
|
Thu, 31 Aug 2006 22:15:07 +0000 |
Ryan C. Gordon |
Added int32 and float32 support (and some others!) to BeOS audio backend.
|
Thu, 31 Aug 2006 21:43:25 +0000 |
Ryan C. Gordon |
Added int32 support to Amiga audio driver and cleaned up some other details
|
Thu, 31 Aug 2006 21:28:21 +0000 |
Ryan C. Gordon |
ALSA backend can handle int32 and float32 data directly.
|
Thu, 31 Aug 2006 21:00:10 +0000 |
Ryan C. Gordon |
Added int32 adn float32 support to SDL_LoadWAV_RW().
|
Thu, 31 Aug 2006 20:59:42 +0000 |
Ryan C. Gordon |
Reordered the favored audio format list a little.
|
Tue, 29 Aug 2006 08:24:16 +0000 |
Sam Lantinga |
Take advantage of the existing SDL blitters for normal copy blits.
|
Mon, 28 Aug 2006 17:35:15 +0000 |
Sam Lantinga |
Clear the second texture stage explicitly
|
Mon, 28 Aug 2006 17:34:50 +0000 |
Sam Lantinga |
The dummy renderer can task advantage of the MASK optimization too, though performance probably doesn't matter here...
|
Mon, 28 Aug 2006 14:10:46 +0000 |
Sam Lantinga |
Optimized the copy blitters a little bit
|
Mon, 28 Aug 2006 04:39:37 +0000 |
Sam Lantinga |
Figured out how texture stages work, thanks to this:
|
Mon, 28 Aug 2006 04:03:32 +0000 |
Sam Lantinga |
Implemented color modulation in the D3D renderer.
|
Mon, 28 Aug 2006 03:27:59 +0000 |
Sam Lantinga |
Cleanup for the last checkin
|
Mon, 28 Aug 2006 03:17:39 +0000 |
Sam Lantinga |
Added source color and alpha modulation support.
|
Thu, 24 Aug 2006 12:49:59 +0000 |
Ryan C. Gordon |
Added SDL_SwapFloat* function/macros. Reference Bugzilla #293.
|
Thu, 24 Aug 2006 12:48:16 +0000 |
Ryan C. Gordon |
Forgot to check in updated SDL_audio.h ...
|
Thu, 24 Aug 2006 12:10:46 +0000 |
Ryan C. Gordon |
First shot at new audio data types (int32 and float32).
|
Thu, 10 Aug 2006 15:15:06 +0000 |
Sam Lantinga |
The GGI driver hasn't been maintained in 8 years. It's probably safe to remove. :)
|
Thu, 10 Aug 2006 14:55:45 +0000 |
Sam Lantinga |
Missed a Qtopia change.
|
Thu, 10 Aug 2006 14:55:00 +0000 |
Sam Lantinga |
MacOS Classic is no longer supported.
|
Thu, 10 Aug 2006 14:54:23 +0000 |
Sam Lantinga |
MacOS Classic is no longer supported.
|
Thu, 10 Aug 2006 14:35:42 +0000 |
Sam Lantinga |
David Hedbor is no longer maintaining the Qtopia code.
|
Mon, 07 Aug 2006 05:25:13 +0000 |
Sam Lantinga |
Whoops, remove debug code
|
Mon, 07 Aug 2006 05:24:13 +0000 |
Sam Lantinga |
Added resize support for GDI and Direct3D renderers
|
Sun, 06 Aug 2006 23:34:59 +0000 |
Sam Lantinga |
Added paletted OpenGL texture support.
|
Sun, 06 Aug 2006 08:55:37 +0000 |
Sam Lantinga |
Fixed fullscreen modes with Cocoa video driver.
|
Sun, 06 Aug 2006 07:29:38 +0000 |
Sam Lantinga |
Fixed bug recreating OpenGL textures on window resize
|
Sun, 06 Aug 2006 04:57:28 +0000 |
Sam Lantinga |
Added window resize support for the software renderer
|
Sun, 06 Aug 2006 04:39:13 +0000 |
Sam Lantinga |
Allow the render context to do necessary work when the video mode changes.
|
Sun, 06 Aug 2006 00:09:04 +0000 |
Sam Lantinga |
Clarified the difference between render drivers and render contexts
|
Sat, 05 Aug 2006 22:41:33 +0000 |
Sam Lantinga |
Updated header documentation
|
Sat, 05 Aug 2006 22:34:23 +0000 |
Sam Lantinga |
In general, fill in pointers to structures, rather than return them.
|
Sat, 05 Aug 2006 17:12:22 +0000 |
Sam Lantinga |
Removed old function
|
Sat, 05 Aug 2006 17:09:42 +0000 |
Sam Lantinga |
SDL constants are all uppercase.
|
Thu, 03 Aug 2006 19:34:05 +0000 |
Ryan C. Gordon |
1.3 API proposals for audio subsystem. Nothing in here is guaranteed to
|
Wed, 02 Aug 2006 03:20:52 +0000 |
Sam Lantinga |
Added SDL_GetCurrentVideoDisplay()
|
Sun, 30 Jul 2006 08:09:20 +0000 |
Sam Lantinga |
Hack to stop the beeping
|
Sun, 30 Jul 2006 06:11:52 +0000 |
Sam Lantinga |
Removed debug code. :)
|
Sun, 30 Jul 2006 06:11:24 +0000 |
Sam Lantinga |
Added numlock support
|
Sun, 30 Jul 2006 05:18:33 +0000 |
Sam Lantinga |
Implemented Cocoa key event handling.
|
Sat, 29 Jul 2006 23:00:15 +0000 |
Sam Lantinga |
Added right/other drag code for Cocoa windows
|
Sat, 29 Jul 2006 22:42:48 +0000 |
Sam Lantinga |
Implemented Cocoa mouse wheel events
|
Sat, 29 Jul 2006 21:51:00 +0000 |
Sam Lantinga |
Simplified driver window creation code.
|
Sat, 29 Jul 2006 03:57:55 +0000 |
Sam Lantinga |
(none)
|
Sat, 29 Jul 2006 03:56:35 +0000 |
Sam Lantinga |
Don't unload the OpenGL library before the X display is closed.
|
Fri, 28 Jul 2006 08:46:24 +0000 |
Sam Lantinga |
We're not querying the glX attributes anymore...
|
Fri, 28 Jul 2006 08:43:17 +0000 |
Sam Lantinga |
Implemented X11 OpenGL support.
|
Thu, 27 Jul 2006 06:53:23 +0000 |
Sam Lantinga |
Initial work on X11 window code in.
|
Wed, 26 Jul 2006 06:34:54 +0000 |
Sam Lantinga |
Started work on the new X11 driver.
|
Wed, 26 Jul 2006 06:34:31 +0000 |
Sam Lantinga |
Placate versions of ranlib which complain about empty files (Mac OS X 10.4)
|
Wed, 26 Jul 2006 04:22:32 +0000 |
Sam Lantinga |
Starting fresh with the X11 driver
|
Wed, 26 Jul 2006 04:20:59 +0000 |
Sam Lantinga |
Oh yeah, more DGA removal
|
Wed, 26 Jul 2006 03:57:45 +0000 |
Sam Lantinga |
Added the dummy audio driver to instructions
|
Wed, 26 Jul 2006 03:55:56 +0000 |
Sam Lantinga |
PicoGUI is no longer maintained by the author.
|
Wed, 26 Jul 2006 03:24:27 +0000 |
Sam Lantinga |
The AAlib driver is fun, but not worth rewriting for SDL 1.3
|
Wed, 26 Jul 2006 03:15:41 +0000 |
Sam Lantinga |
The old windows video drivers are superceded by the unified win32 driver.
|
Wed, 26 Jul 2006 03:12:05 +0000 |
Sam Lantinga |
Hopefully glSDL has been superceded by the OpenGL render driver.
|
Wed, 26 Jul 2006 03:08:25 +0000 |
Sam Lantinga |
More DGA removal
|
Wed, 26 Jul 2006 03:06:07 +0000 |
Sam Lantinga |
Removing DGA support for SDL 1.3 - it's still buggy years later, and now
|
Tue, 25 Jul 2006 07:25:51 +0000 |
Sam Lantinga |
SDL applications no longer need to link with Cocoa (unless they want to)
|
Tue, 25 Jul 2006 07:14:40 +0000 |
Sam Lantinga |
Actually use the function we took the trouble to get the pointer for.
|
Tue, 25 Jul 2006 06:59:14 +0000 |
Sam Lantinga |
Fixed Objective-C memory leaks
|
Tue, 25 Jul 2006 06:22:42 +0000 |
Sam Lantinga |
Implemented OpenGL support on Mac OS X
|
Mon, 24 Jul 2006 23:30:14 +0000 |
Ryan C. Gordon |
Patch from 1.2 branch...fix compilation on Qtopia video target (reference
|
Mon, 24 Jul 2006 07:21:16 +0000 |
Sam Lantinga |
Implemented Mac OS X video mode selection.
|
Mon, 24 Jul 2006 05:03:02 +0000 |
Sam Lantinga |
Implemented Cocoa window support
|
Sun, 23 Jul 2006 09:16:14 +0000 |
Sam Lantinga |
Whoops, that's a while loop. :)
|
Sun, 23 Jul 2006 09:11:10 +0000 |
Sam Lantinga |
The Mac OS X Cocoa video driver is under construction...
|
Sun, 23 Jul 2006 00:55:25 +0000 |
Sam Lantinga |
Fixed compiler warnings
|
Sun, 23 Jul 2006 00:48:12 +0000 |
Sam Lantinga |
Added an environment variable to select which driver the software renderer will use.
|
Sun, 23 Jul 2006 00:19:12 +0000 |
Sam Lantinga |
Fixed crash with multiple windows
|
Sat, 22 Jul 2006 23:04:41 +0000 |
Sam Lantinga |
OpenGL renderer is feature complete!
|
Sat, 22 Jul 2006 21:58:17 +0000 |
Sam Lantinga |
Added SDL_GL_ExtensionSupported()
|
Sat, 22 Jul 2006 21:17:37 +0000 |
Sam Lantinga |
Query the maximum texture size for the D3D renderer.
|
Sat, 22 Jul 2006 21:02:57 +0000 |
Sam Lantinga |
If the OpenGL renderer is selected for a non-OpenGL window, recreate the window with OpenGL enabled.
|
Sat, 22 Jul 2006 19:51:48 +0000 |
Sam Lantinga |
Switch OpenGL contexts when switching render contexts.
|
Sat, 22 Jul 2006 19:03:31 +0000 |
Sam Lantinga |
Fixed OpenGL blend modes, added power of 2 texture code
|
Sat, 22 Jul 2006 18:01:56 +0000 |
Sam Lantinga |
Bug fixes to the OpenGL renderer
|
Sat, 22 Jul 2006 08:33:18 +0000 |
Sam Lantinga |
Convert SDL_malloc to SDL_calloc if appropriate, slightly faster on operating systems which map the zero page for memory allocations.
|
Wed, 19 Jul 2006 08:46:57 +0000 |
Sam Lantinga |
Fixed to compile while the OpenGL renderer is under construction
|
Wed, 19 Jul 2006 07:18:45 +0000 |
Sam Lantinga |
Starting on the OpenGL renderer...
|
Wed, 19 Jul 2006 05:45:42 +0000 |
Sam Lantinga |
Implemented scaling in the D3D renderer
|
Wed, 19 Jul 2006 05:03:21 +0000 |
Sam Lantinga |
Implemented blend modes in the D3D renderer
|
Wed, 19 Jul 2006 04:24:41 +0000 |
Sam Lantinga |
Implemented multi-window OpenGL program with test framework.
|
Tue, 18 Jul 2006 07:49:51 +0000 |
Sam Lantinga |
Added a test program framework for easy initialization.
|
Mon, 17 Jul 2006 06:47:33 +0000 |
Sam Lantinga |
Implemented Windows OpenGL support
|
Sun, 16 Jul 2006 09:34:01 +0000 |
Sam Lantinga |
Setting up the OpenGL support
|
Sun, 16 Jul 2006 03:35:44 +0000 |
Sam Lantinga |
Create a fake desktop mode for windowed mode apps
|
Sun, 16 Jul 2006 03:32:06 +0000 |
Sam Lantinga |
Fixed building on Mac OS X without the Carbon and Cocoa video drivers
|
Sat, 15 Jul 2006 19:30:18 +0000 |
Sam Lantinga |
Look at environment variables in SDL_VideoInit() and SDL_AudioInit()
|
Sat, 15 Jul 2006 19:29:42 +0000 |
Sam Lantinga |
Implemented fully featured dummy renderer
|
Sat, 15 Jul 2006 09:46:36 +0000 |
Sam Lantinga |
Streamlined the API a bit and optimized the software renderer.
|
Fri, 14 Jul 2006 08:24:43 +0000 |
Sam Lantinga |
Changed the name of the dummy renderer
|
Fri, 14 Jul 2006 08:22:45 +0000 |
Sam Lantinga |
Prefer the D3D renderer over GDI, at least for testing.
|
Fri, 14 Jul 2006 07:41:16 +0000 |
Sam Lantinga |
Yay! D3D renderer works!
|
Fri, 14 Jul 2006 06:40:53 +0000 |
Sam Lantinga |
More of the Direct3D renderer is implemented, I'm not sure why it's not showing texture copies yet...
|
Thu, 13 Jul 2006 08:15:35 +0000 |
Sam Lantinga |
Updated Visual C++ 2005 project
|
Thu, 13 Jul 2006 08:13:02 +0000 |
Sam Lantinga |
Removed libc dependency on Windows again, to fix building with Visual C++ 2005 Express Edition.
|
Wed, 12 Jul 2006 09:25:17 +0000 |
Sam Lantinga |
First stab at a D3D renderer, only 30FPS so far... ?
|
Wed, 12 Jul 2006 08:09:57 +0000 |
Sam Lantinga |
debug cleanup
|
Wed, 12 Jul 2006 07:01:35 +0000 |
Sam Lantinga |
Playing around, trying to find a fast path with GDI
|
Wed, 12 Jul 2006 06:39:26 +0000 |
Sam Lantinga |
Solved the performance problems by introducing the concept of a single-buffered
|
Mon, 10 Jul 2006 21:23:51 +0000 |
Sam Lantinga |
Updated the snapshot build target to reflect the new source location
|
Mon, 10 Jul 2006 21:04:37 +0000 |
Sam Lantinga |
SDL 1.2 is moving to a branch, and SDL 1.3 is becoming the head.
|
Thu, 06 Jul 2006 18:01:37 +0000 |
Patrice Mandin |
sdl.pc is in build directory, not source
|
Tue, 27 Jun 2006 04:58:26 +0000 |
Sam Lantinga |
Include sdl.pc in the development RPM
release-1.2.11
|
Tue, 27 Jun 2006 04:33:31 +0000 |
Sam Lantinga |
Added 1.2.11 patch notes
|
Mon, 26 Jun 2006 16:20:51 +0000 |
Sam Lantinga |
Fixed libiconv detection
|
Mon, 26 Jun 2006 16:15:21 +0000 |
Sam Lantinga |
Fixed problem with nasm hidden visibility detection
|
Mon, 26 Jun 2006 05:27:15 +0000 |
Sam Lantinga |
Almost added Mac OS X nasm support
|
Mon, 26 Jun 2006 01:33:53 +0000 |
Sam Lantinga |
------- Comment #5 From Marc Peter 2006-06-25 18:03 [reply] -------
|
Sun, 25 Jun 2006 18:26:15 +0000 |
Sam Lantinga |
Updated version to SDL 1.2.1
|
Sun, 25 Jun 2006 18:07:34 +0000 |
Sam Lantinga |
Updated the version to 1.2.11
|
Sun, 25 Jun 2006 17:14:39 +0000 |
Sam Lantinga |
(none)
|
Sun, 25 Jun 2006 17:12:08 +0000 |
Sam Lantinga |
Fixed including stdint.h with gcc on Win32
|
Sat, 24 Jun 2006 17:36:55 +0000 |
Sam Lantinga |
Fix for bug #240
|
Sat, 24 Jun 2006 04:30:01 +0000 |
Sam Lantinga |
Fixed bug #258
|
Sat, 24 Jun 2006 03:41:14 +0000 |
Sam Lantinga |
Fixed bug #255
|
Sat, 24 Jun 2006 01:59:43 +0000 |
Sam Lantinga |
Fixed bug #260
|
Fri, 23 Jun 2006 08:39:05 +0000 |
Sam Lantinga |
Default the X11 dynamically loading on if the OS loader loads libraries
|
Fri, 23 Jun 2006 08:35:48 +0000 |
Ryan C. Gordon |
Swizzle ALSA channels for 5.1 output to match DirectSound and CoreAudio.
|
Fri, 23 Jun 2006 08:15:47 +0000 |
Sam Lantinga |
Fixed bug #69
|
Fri, 23 Jun 2006 04:27:55 +0000 |
Sam Lantinga |
Fixed bug #147
|
Fri, 23 Jun 2006 02:19:52 +0000 |
Ryan C. Gordon |
Only allow dynamic X11 if gcc4 (-fvisibility=hidden) is used.
|
Fri, 23 Jun 2006 02:16:49 +0000 |
Ryan C. Gordon |
Minor bit of sanity-checking debug info in dynamic X11 code.
|
Wed, 21 Jun 2006 08:26:05 +0000 |
Sam Lantinga |
Renamed, per Mike's comment on bug #157
|
Wed, 21 Jun 2006 08:25:28 +0000 |
Sam Lantinga |
Renamed, per Mike's comment on bug #157
|
Wed, 21 Jun 2006 07:57:34 +0000 |
Sam Lantinga |
Fixed bug #157
|
Wed, 21 Jun 2006 07:35:02 +0000 |
Sam Lantinga |
Fixed bug #256
|
Tue, 20 Jun 2006 06:50:42 +0000 |
Sam Lantinga |
Date: Fri, 9 Jun 2006 11:35:23 +0300
|
Tue, 20 Jun 2006 06:39:01 +0000 |
Sam Lantinga |
Date: Thu, 15 Jun 2006 14:19:47 +0200 (CEST)
|
Tue, 20 Jun 2006 05:55:23 +0000 |
Sam Lantinga |
Fixed bug #251
|
Tue, 20 Jun 2006 05:49:53 +0000 |
Sam Lantinga |
Bug #250, pkg-config support contributed by Mikael Eriksson
|
Tue, 20 Jun 2006 05:49:20 +0000 |
Sam Lantinga |
Bug #250, pkg-config support contributed by Mikael Eriksson
|
Tue, 20 Jun 2006 05:35:44 +0000 |
Sam Lantinga |
I think this fixes bug #244
|
Tue, 20 Jun 2006 05:25:04 +0000 |
Sam Lantinga |
Fixed bug #241
|
Tue, 20 Jun 2006 04:04:25 +0000 |
Sam Lantinga |
Test case for bug #240
|
Tue, 20 Jun 2006 03:52:41 +0000 |
Sam Lantinga |
Fixed bug #232
|
Tue, 20 Jun 2006 03:29:47 +0000 |
Sam Lantinga |
Fixed bug #232
|
Wed, 14 Jun 2006 19:03:01 +0000 |
Patrice Mandin |
Oops, reverted single/double buffer update
|
Wed, 14 Jun 2006 18:59:30 +0000 |
Patrice Mandin |
Add program to test mouse cursor change
|
Wed, 14 Jun 2006 18:57:58 +0000 |
Patrice Mandin |
Fix mouse cursor change
|
Tue, 23 May 2006 15:07:56 +0000 |
Sam Lantinga |
Date: Mon, 22 May 2006 01:16:47 -0400
|
Sun, 21 May 2006 17:26:40 +0000 |
Sam Lantinga |
Moved DirectInput joystick code to 1.3 branch
|
Sun, 21 May 2006 16:47:41 +0000 |
Sam Lantinga |
Closed bug #74
|
Sun, 21 May 2006 02:50:05 +0000 |
Ryan C. Gordon |
Removed unused variable with undefined type. Fixes Bugzilla #234.
|
Thu, 18 May 2006 03:24:10 +0000 |
Ryan C. Gordon |
Try to keep SDL keysyms sane regardless of keyboard layout in windib target.
|
Wed, 17 May 2006 23:42:48 +0000 |
Ryan C. Gordon |
Make sure sem_wait didn't return early with EINTR. Fixes Bugzilla #231.
|
Wed, 17 May 2006 18:57:04 +0000 |
Sam Lantinga |
Fixed thread callback calling conventions, updated OS/2 DLL name to SDL12.dll
|
Wed, 17 May 2006 15:08:46 +0000 |
Sam Lantinga |
Fixed uninitialized variable warnings
|
Wed, 17 May 2006 07:38:34 +0000 |
Sam Lantinga |
Clean out the tests before creating distribution archive
release-1.2.10
|
Wed, 17 May 2006 06:09:27 +0000 |
Sam Lantinga |
Updated RPM spec file with License keyword
|
Wed, 17 May 2006 04:42:37 +0000 |
Sam Lantinga |
Whoops, clean files in the dist directory
|
Wed, 17 May 2006 04:36:31 +0000 |
Sam Lantinga |
(none)
|
Wed, 17 May 2006 04:21:33 +0000 |
Sam Lantinga |
Removed support for Darwin, due to build problems on ps2linux
|
Wed, 17 May 2006 04:11:33 +0000 |
Sam Lantinga |
Needed unistd.h for unlink()
|
Wed, 17 May 2006 04:01:53 +0000 |
Sam Lantinga |
Patch from Ryan to fix compiler warnings
|
Tue, 16 May 2006 16:25:22 +0000 |
Sam Lantinga |
Use the correct parameter for GLX_VISUAL_CAVEAT_EXT
|
Tue, 16 May 2006 08:00:25 +0000 |
Sam Lantinga |
Updated docs for SDL 1.2.10 release
|
Tue, 16 May 2006 07:26:48 +0000 |
Sam Lantinga |
Added information about gcc-fat.sh to README.MacOSX
|
Tue, 16 May 2006 06:53:27 +0000 |
Sam Lantinga |
Fixed compiling GS YUV conversion code
|
Tue, 16 May 2006 03:58:08 +0000 |
Sam Lantinga |
Date: Mon, 15 May 2006 17:18:34 +0300
|
Mon, 15 May 2006 12:22:58 +0000 |
Sam Lantinga |
DragonFly BSD has an older version of VGL which SDL doesn't support.
|
Mon, 15 May 2006 11:58:29 +0000 |
Sam Lantinga |
Fixed corrupt image
|
Mon, 15 May 2006 07:24:24 +0000 |
Sam Lantinga |
OpenBSD doesn't ship with X11 library major version symlinks
|
Mon, 15 May 2006 06:39:10 +0000 |
Sam Lantinga |
Added yet another variant of autoconf to the list
|
Mon, 15 May 2006 06:30:38 +0000 |
Sam Lantinga |
Added yet another variant of autoconf to the list
|
Sun, 14 May 2006 21:18:26 +0000 |
Sam Lantinga |
Fix from Marc Peter: slightly fixed Watcom makefiles for 1.2.10 release
|
Sun, 14 May 2006 09:55:22 +0000 |
Patrice Mandin |
Add a reminder to fix current->w,current->h
|
Sun, 14 May 2006 05:20:36 +0000 |
Sam Lantinga |
Fixed alloca declaration for MPW
|
Sat, 13 May 2006 16:30:59 +0000 |
Sam Lantinga |
Hey, whaddy know! MacOS Classic has 64-bit types!
|
Sat, 13 May 2006 05:21:59 +0000 |
Sam Lantinga |
SDLmain compile fix
|
Fri, 12 May 2006 16:25:04 +0000 |
Patrice Mandin |
Add missing include file
|
Fri, 12 May 2006 16:24:30 +0000 |
Patrice Mandin |
Use the right variables to set stuff for sdl-config script
|
Fri, 12 May 2006 04:21:19 +0000 |
Sam Lantinga |
Fixed signed/unsigned issues
|
Fri, 12 May 2006 04:18:32 +0000 |
Sam Lantinga |
Whoops, need a space after dnl to make it meaningful. :)
|
Thu, 11 May 2006 23:37:13 +0000 |
Sam Lantinga |
Should we always look in /usr/local when compiling natively?
|
Thu, 11 May 2006 23:32:11 +0000 |
Sam Lantinga |
Date: Thu, 11 May 2006 19:08:05 -0400
|
Thu, 11 May 2006 23:26:45 +0000 |
Sam Lantinga |
Date: Thu, 11 May 2006 17:09:17 -0400
|
Thu, 11 May 2006 21:14:05 +0000 |
Patrice Mandin |
Forgot to declare volatile stuff also in c file
|
Thu, 11 May 2006 21:03:23 +0000 |
Sam Lantinga |
Fixed some bugs in string handling
|
Thu, 11 May 2006 15:52:41 +0000 |
Sam Lantinga |
Saved a little space by not including the CodeWarrior 5 XML projects
|
Thu, 11 May 2006 08:31:33 +0000 |
Sam Lantinga |
Fixed bug #53
|
Thu, 11 May 2006 08:09:16 +0000 |
Sam Lantinga |
Fixed building with CodeWarrior on MacOS Classic
|
Thu, 11 May 2006 06:06:21 +0000 |
Sam Lantinga |
Fixed MacOS Classic build
|
Thu, 11 May 2006 04:16:39 +0000 |
Sam Lantinga |
sdl-config doesn't include the OpenGL library in --libs
|
Thu, 11 May 2006 03:45:55 +0000 |
Sam Lantinga |
Fixed bug #208
|
Thu, 11 May 2006 03:21:54 +0000 |
Sam Lantinga |
Fixed bug #226
|
Thu, 11 May 2006 03:19:03 +0000 |
Sam Lantinga |
Fixed bug #225
|
Thu, 11 May 2006 03:08:39 +0000 |
Sam Lantinga |
Date: Wed, 10 May 2006 17:43:21 -0700
|
Wed, 10 May 2006 15:21:14 +0000 |
Sam Lantinga |
Only set Mac OS X default if both parameters are left default
|
Wed, 10 May 2006 15:00:30 +0000 |
Sam Lantinga |
(none)
|
Wed, 10 May 2006 14:59:08 +0000 |
Sam Lantinga |
Added hardcoded /usr/X11R6 path so GLX detection works on Mac OS X.
|
Wed, 10 May 2006 07:42:02 +0000 |
Sam Lantinga |
Need to use __MACOSX__ for the Mac OS X platform.
|
Wed, 10 May 2006 07:25:37 +0000 |
Sam Lantinga |
Fixed bug #221
|
Wed, 10 May 2006 07:16:38 +0000 |
Sam Lantinga |
Fixed bug #222
|
Wed, 10 May 2006 07:08:41 +0000 |
Sam Lantinga |
Prevent both __MACOS__ and __MACOSX__ from being defined in Codewarrior
|
Wed, 10 May 2006 06:12:45 +0000 |
Sam Lantinga |
Xcode has trouble compiling different files with the same name for two architectures
|
Wed, 10 May 2006 06:07:47 +0000 |
Sam Lantinga |
Removed unused variable
|
Wed, 10 May 2006 05:17:58 +0000 |
Sam Lantinga |
Fixed X11 support on Mac OS X Universal build
|
Wed, 10 May 2006 04:05:46 +0000 |
Sam Lantinga |
Date: Tue, 9 May 2006 23:01:49 -0400
|
Tue, 09 May 2006 16:10:04 +0000 |
Sam Lantinga |
Fat test programs! :)
|
Tue, 09 May 2006 15:14:48 +0000 |
Sam Lantinga |
Fixed bug #218
|
Tue, 09 May 2006 15:09:47 +0000 |
Sam Lantinga |
Fixed bug #220
|
Tue, 09 May 2006 08:52:54 +0000 |
Sam Lantinga |
Fixed bug #137
|
Tue, 09 May 2006 07:52:04 +0000 |
Sam Lantinga |
Date: Mon, 8 May 2006 14:19:30 -0700
|
Tue, 09 May 2006 07:50:28 +0000 |
Sam Lantinga |
More compile fixes for systems without the DPMS extension
|
Tue, 09 May 2006 07:45:12 +0000 |
Sam Lantinga |
Fixed build errors on systems without the DPMS extension
|
Tue, 09 May 2006 07:26:58 +0000 |
Sam Lantinga |
Date: Mon, 8 May 2006 14:19:30 -0700
|
Tue, 09 May 2006 07:20:32 +0000 |
Sam Lantinga |
Fixed bug #104
|
Tue, 09 May 2006 07:16:38 +0000 |
Sam Lantinga |
Fixed bug #144
|
Tue, 09 May 2006 07:05:35 +0000 |
Sam Lantinga |
Fixed bug #201
|
Tue, 09 May 2006 06:44:47 +0000 |
Sam Lantinga |
Fixed bug #106
|
Tue, 09 May 2006 06:14:11 +0000 |
Sam Lantinga |
Fixed DGA mode sorting and eliminated doublescan and interlaced modes
|
Mon, 08 May 2006 06:54:20 +0000 |
Sam Lantinga |
Disable the screensaver in DGA mode, which is even more important than X11...
|
Mon, 08 May 2006 06:38:13 +0000 |
Sam Lantinga |
Fixed bug #203
|
Mon, 08 May 2006 06:23:11 +0000 |
Sam Lantinga |
(none)
|
Mon, 08 May 2006 05:36:45 +0000 |
Sam Lantinga |
Get updates to the shadow surface while switched away
|
Mon, 08 May 2006 05:33:02 +0000 |
Sam Lantinga |
Fixed bug #49
|
Mon, 08 May 2006 05:30:15 +0000 |
Sam Lantinga |
Made it easier to test some things on the framebuffer console
|
Mon, 08 May 2006 05:17:10 +0000 |
Sam Lantinga |
Fixed detection of current vt when not running as root.
|
Mon, 08 May 2006 04:19:03 +0000 |
Sam Lantinga |
Eliminate duplicate video modes
|
Mon, 08 May 2006 03:49:51 +0000 |
Sam Lantinga |
SDL_strncpy doesn't exist
|
Mon, 08 May 2006 02:09:34 +0000 |
Sam Lantinga |
Date: Sun, 7 May 2006 19:22:33 -0400
|
Sun, 07 May 2006 19:02:07 +0000 |
Sam Lantinga |
(none)
|
Sun, 07 May 2006 15:15:40 +0000 |
Sam Lantinga |
(none)
|
Sun, 07 May 2006 06:20:39 +0000 |
Sam Lantinga |
Fixed bug #102
|
Sun, 07 May 2006 04:02:48 +0000 |
Sam Lantinga |
Fixed bug #217
|
Sun, 07 May 2006 03:44:58 +0000 |
Sam Lantinga |
Fixed bug #216
|
Sun, 07 May 2006 03:40:06 +0000 |
Sam Lantinga |
Fixed bug #215
|
Fri, 05 May 2006 05:50:26 +0000 |
Sam Lantinga |
Fixed bug #80
|
Fri, 05 May 2006 05:09:10 +0000 |
Sam Lantinga |
Fixed bug #196
|
Thu, 04 May 2006 16:52:53 +0000 |
Sam Lantinga |
(none)
|
Thu, 04 May 2006 16:51:07 +0000 |
Sam Lantinga |
Fixed bug #45
|
Thu, 04 May 2006 13:47:19 +0000 |
Sam Lantinga |
The install target depends on the libraries being built
|
Thu, 04 May 2006 12:08:05 +0000 |
Sam Lantinga |
Updated to include new languages and platform support
|
Thu, 04 May 2006 11:59:55 +0000 |
Sam Lantinga |
Date: Thu, 4 May 2006 08:44:10 +0200 (CEST)
|
Wed, 03 May 2006 16:35:29 +0000 |
Sam Lantinga |
Fixed execv warning when libtool creates wrapper executables
|
Wed, 03 May 2006 04:11:38 +0000 |
Sam Lantinga |
Patch from Dmitry Yakimov to fix building on WinCE
|
Tue, 02 May 2006 15:18:07 +0000 |
Sam Lantinga |
Added instructions for copying SDL_config.h
|
Tue, 02 May 2006 03:06:33 +0000 |
Sam Lantinga |
Updated OS/2 project files
|
Mon, 01 May 2006 23:13:16 +0000 |
Sam Lantinga |
Yeah, that's what I meant. :)
|
Mon, 01 May 2006 11:07:04 +0000 |
Sam Lantinga |
Using the SDL C runtime functions
|
Mon, 01 May 2006 07:23:46 +0000 |
Sam Lantinga |
Don't add NONE/bin to the path - inexplicably fixes building on mingw+msys, apparently
|
Mon, 01 May 2006 07:15:35 +0000 |
Sam Lantinga |
Date: Sun, 30 Apr 2006 14:20:05 +1000
|
Mon, 01 May 2006 06:41:17 +0000 |
Sam Lantinga |
SDL_dummy_main.c:12: warning: ISO C does not allow extra â;â outside of a function
|
Mon, 01 May 2006 06:40:00 +0000 |
Sam Lantinga |
SDL_sysjoystick.c:983: warning: 'return' with a value, in function returning void
|
Sun, 30 Apr 2006 21:01:25 +0000 |
Patrice Mandin |
Declare volatile variables modified by interrupt routines
|
Sun, 30 Apr 2006 16:53:40 +0000 |
Sam Lantinga |
Removed redundant rm
|
Sun, 30 Apr 2006 08:57:02 +0000 |
Sam Lantinga |
We want to wrap HAVE_ALLOCA_H, not HAVE_ALLOCA. :)
|
Sat, 29 Apr 2006 20:22:31 +0000 |
Sam Lantinga |
------- Comment #1 From Max Horn 2006-04-17 03:08 [reply] -------
|
Sat, 29 Apr 2006 17:56:06 +0000 |
Sam Lantinga |
(none)
|
Sat, 29 Apr 2006 17:54:32 +0000 |
Sam Lantinga |
Disable the XRandR extension by default, since KDE maximizes windows which are larger than the new resolution, and then doesn't restore their size and positition when the old resolution is restored.
|
Sat, 29 Apr 2006 04:08:40 +0000 |
Sam Lantinga |
Only use -fvisibility=hidden if SDL will define some symbols as available. :)
|
Fri, 28 Apr 2006 05:46:07 +0000 |
Sam Lantinga |
[From Sam]
|
Fri, 28 Apr 2006 05:43:58 +0000 |
Sam Lantinga |
Future proof C++ code
|
Fri, 28 Apr 2006 05:38:06 +0000 |
Sam Lantinga |
Fixed bug #206, fatbuild.sh works flawlessly on Intel Macs
|
Thu, 27 Apr 2006 11:18:03 +0000 |
Ryan C. Gordon |
fatbuild fixes:
|
Thu, 27 Apr 2006 10:44:43 +0000 |
Sam Lantinga |
Fixed bug #101
|
Thu, 27 Apr 2006 10:21:54 +0000 |
Sam Lantinga |
Trying to fix fatbuild.sh on intel
|
Thu, 27 Apr 2006 09:08:44 +0000 |
Sam Lantinga |
Fixed compile errors on Mac OS X
|
Thu, 27 Apr 2006 08:39:51 +0000 |
Sam Lantinga |
Implemented bug #5
|
Thu, 27 Apr 2006 07:59:16 +0000 |
Sam Lantinga |
Implemented bug #2, 117:
|
Mon, 10 Jul 2006 07:34:50 +0000 |
Sam Lantinga |
SDL_Rect now uses int for position and size.
SDL-1.3
|
Sun, 09 Jul 2006 18:09:16 +0000 |
Sam Lantinga |
The general code handles restoring video mode/gamma/etc. when the window loses focus.
SDL-1.3
|
Sun, 09 Jul 2006 09:02:26 +0000 |
Sam Lantinga |
Implemented gamma correction on Windows.
SDL-1.3
|
Sat, 08 Jul 2006 20:55:39 +0000 |
Sam Lantinga |
Implemented Win32 input grab
SDL-1.3
|
Sat, 08 Jul 2006 20:07:08 +0000 |
Sam Lantinga |
SDL_PushEvent() calls the event filter code, and has a return value to tell
SDL-1.3
|
Sat, 08 Jul 2006 18:06:02 +0000 |
Sam Lantinga |
Starting support for Direct3D render driver.
SDL-1.3
|
Fri, 07 Jul 2006 10:39:33 +0000 |
Sam Lantinga |
Fixed compile problems with new OpenGL API.
SDL-1.3
|
Fri, 07 Jul 2006 10:39:02 +0000 |
Sam Lantinga |
Fixed typo in stretch render code.
SDL-1.3
|
Fri, 07 Jul 2006 10:29:16 +0000 |
Sam Lantinga |
Started on the OpenGL API revamp.
SDL-1.3
|
Fri, 07 Jul 2006 08:07:16 +0000 |
Sam Lantinga |
Merged sdl.pc location fix from SDL 1.2
SDL-1.3
|
Fri, 07 Jul 2006 08:05:39 +0000 |
Sam Lantinga |
Implemented Win32 video mode support
SDL-1.3
|
Thu, 06 Jul 2006 07:17:11 +0000 |
Sam Lantinga |
Proof of concept done - Win32 GDI implementation mostly complete.
SDL-1.3
|
Thu, 06 Jul 2006 05:53:32 +0000 |
Sam Lantinga |
(none)
SDL-1.3
|
Fri, 30 Jun 2006 08:18:44 +0000 |
Sam Lantinga |
Added a userdata parameter for event filters.
SDL-1.3
|
Fri, 30 Jun 2006 05:50:35 +0000 |
Sam Lantinga |
Fixed indenting in MSVC inline assembly
SDL-1.3
|
Fri, 30 Jun 2006 05:42:49 +0000 |
Sam Lantinga |
Cleaned up a bunch of warnings, started adding Win32 event support
SDL-1.3
|
Wed, 28 Jun 2006 08:12:07 +0000 |
Sam Lantinga |
You can now create multiple windows on Win32
SDL-1.3
|
Tue, 27 Jun 2006 07:46:36 +0000 |
Sam Lantinga |
Further progress on the new Windows video driver:
SDL-1.3
|
Tue, 27 Jun 2006 04:59:10 +0000 |
Sam Lantinga |
Include sdl.pc in the development RPM
SDL-1.3
|
Mon, 26 Jun 2006 20:32:54 +0000 |
Sam Lantinga |
The screen/shadow surface flags are no longer needed
SDL-1.3
|
Mon, 26 Jun 2006 16:21:06 +0000 |
Sam Lantinga |
Fixed libiconv detection
SDL-1.3
|
Mon, 26 Jun 2006 16:15:36 +0000 |
Sam Lantinga |
Fixed problem with nasm hidden visibility detection
SDL-1.3
|
Mon, 26 Jun 2006 14:29:50 +0000 |
Sam Lantinga |
Whoops, forgot to indent
SDL-1.3
|
Mon, 26 Jun 2006 13:56:56 +0000 |
Sam Lantinga |
Started framework for Windows video driver
SDL-1.3
|
Mon, 26 Jun 2006 05:27:34 +0000 |
Sam Lantinga |
Almost added Mac OS X nasm support
SDL-1.3
|
Mon, 26 Jun 2006 01:35:02 +0000 |
Sam Lantinga |
------- Comment #5 From Marc Peter 2006-06-25 18:03 [reply] -------
SDL-1.3
|
Sun, 25 Jun 2006 17:17:00 +0000 |
Sam Lantinga |
Merged gcc on win32 fix from SDL 1.2
SDL-1.3
|
Sat, 24 Jun 2006 17:31:46 +0000 |
Sam Lantinga |
Merged fix for bug #240 from SDL 1.2
SDL-1.3
|
Sat, 24 Jun 2006 17:01:29 +0000 |
Sam Lantinga |
Passing NULL to SDL_SetDisplayMode() will set the desktop mode.
SDL-1.3
|
Sat, 24 Jun 2006 16:51:01 +0000 |
Sam Lantinga |
Added a multi-window version of testsprite using the new API.
SDL-1.3
|
Sat, 24 Jun 2006 04:31:42 +0000 |
Sam Lantinga |
Merged fix for bug #258 from SDL 1.2
SDL-1.3
|
Sat, 24 Jun 2006 03:43:21 +0000 |
Sam Lantinga |
Merged memory leak fix from SDL 1.2
SDL-1.3
|
Sat, 24 Jun 2006 02:48:55 +0000 |
Sam Lantinga |
Merged SDL_GL_SWAP_CONTROL fix from SDL 1.2
SDL-1.3
|
Fri, 23 Jun 2006 09:01:08 +0000 |
Sam Lantinga |
Merged Ryan's 5.1 audio fix from SDL 1.2
SDL-1.3
|
Fri, 23 Jun 2006 08:48:24 +0000 |
Sam Lantinga |
Merged DirectSound dropout fix from SDL 1.2
SDL-1.3
|
Fri, 23 Jun 2006 08:40:46 +0000 |
Sam Lantinga |
Merged dynamic X11 fix from SDL 1.2
SDL-1.3
|
Wed, 21 Jun 2006 08:26:43 +0000 |
Sam Lantinga |
Renamed, per Mike's comment on bug #157
SDL-1.3
|
Wed, 21 Jun 2006 08:25:17 +0000 |
Sam Lantinga |
Renamed, per Mike's comment on bug #157
SDL-1.3
|
Wed, 21 Jun 2006 07:57:59 +0000 |
Sam Lantinga |
Fixed bug #157
SDL-1.3
|
Wed, 21 Jun 2006 07:36:00 +0000 |
Sam Lantinga |
Fixed bug #256
SDL-1.3
|
Tue, 20 Jun 2006 06:51:23 +0000 |
Sam Lantinga |
Date: Fri, 9 Jun 2006 11:35:23 +0300
SDL-1.3
|
Tue, 20 Jun 2006 06:41:15 +0000 |
Sam Lantinga |
Date: Thu, 15 Jun 2006 14:19:47 +0200 (CEST)
SDL-1.3
|
Tue, 20 Jun 2006 05:57:50 +0000 |
Sam Lantinga |
Fixed bug #251
SDL-1.3
|
Tue, 20 Jun 2006 05:50:12 +0000 |
Sam Lantinga |
Bug #250, pkg-config support contributed by Mikael Eriksson
SDL-1.3
|
Tue, 20 Jun 2006 05:40:57 +0000 |
Sam Lantinga |
I think this fixes bug #244
SDL-1.3
|
Tue, 20 Jun 2006 05:27:03 +0000 |
Sam Lantinga |
Fixed bug #241
SDL-1.3
|
Tue, 20 Jun 2006 05:23:22 +0000 |
Sam Lantinga |
Fixed bug #232
SDL-1.3
|
Tue, 20 Jun 2006 03:29:30 +0000 |
Sam Lantinga |
Fixed bug #232
SDL-1.3
|
Sun, 18 Jun 2006 13:54:27 +0000 |
Sam Lantinga |
This trick only works for English
SDL-1.3
|
Sun, 18 Jun 2006 13:47:19 +0000 |
Sam Lantinga |
Added the unicode keysym memory again for backwards compatibility.
SDL-1.3
|
Sun, 18 Jun 2006 07:31:45 +0000 |
Sam Lantinga |
Fixed YUV overlay crash
SDL-1.3
|
Sun, 18 Jun 2006 06:35:41 +0000 |
Sam Lantinga |
Software YUV texture support in progress...
SDL-1.3
|
Sat, 17 Jun 2006 06:45:14 +0000 |
Sam Lantinga |
Finished palettized display handling.
SDL-1.3
|
Fri, 16 Jun 2006 06:00:31 +0000 |
Sam Lantinga |
Default palette entries to white, instead of black.
SDL-1.3
|
Thu, 15 Jun 2006 07:07:07 +0000 |
Sam Lantinga |
Working on paletted display and texture support (two different issues)
SDL-1.3
|
Wed, 14 Jun 2006 08:41:13 +0000 |
Sam Lantinga |
Dummy video driver works again in high color video modes. Yay!
SDL-1.3
|
Wed, 14 Jun 2006 06:26:35 +0000 |
Sam Lantinga |
More compile fixes
SDL-1.3
|
Wed, 14 Jun 2006 06:14:26 +0000 |
Sam Lantinga |
SDL_SetVideoMode() compiles now...
SDL-1.3
|
Tue, 13 Jun 2006 04:37:45 +0000 |
Sam Lantinga |
Added new style dummy renderer
SDL-1.3
|
Mon, 12 Jun 2006 09:10:06 +0000 |
Sam Lantinga |
Adding software renderer implementation
SDL-1.3
|
Sun, 11 Jun 2006 07:30:16 +0000 |
Sam Lantinga |
Overlay functions are being replaced by YUV textures.
SDL-1.3
|
Sun, 11 Jun 2006 05:27:10 +0000 |
Sam Lantinga |
Finishing up keyboard code revamp, at least for now...
SDL-1.3
|
Sat, 10 Jun 2006 09:11:59 +0000 |
Sam Lantinga |
Keyboard code update in progress
SDL-1.3
|
Fri, 09 Jun 2006 07:06:12 +0000 |
Sam Lantinga |
Updated SDL_Surface code for software-only access, fixed some build errors
SDL-1.3
|
Fri, 09 Jun 2006 06:42:42 +0000 |
Sam Lantinga |
Moved the cursor handling into the mouse code.
SDL-1.3
|
Wed, 07 Jun 2006 16:10:28 +0000 |
Sam Lantinga |
Work in progress. :)
SDL-1.3
|
Mon, 29 May 2006 05:08:33 +0000 |
Sam Lantinga |
The test programs compile again.
SDL-1.3
|
Mon, 29 May 2006 04:04:35 +0000 |
Sam Lantinga |
more tweaking indent options
SDL-1.3
|
Mon, 29 May 2006 03:53:21 +0000 |
Sam Lantinga |
Implemented many compatibility functions
SDL-1.3
|
Sun, 28 May 2006 21:56:07 +0000 |
Sam Lantinga |
The dummy video driver compiles. :)
SDL-1.3
|
Sun, 28 May 2006 18:18:30 +0000 |
Sam Lantinga |
more indent cleanup
SDL-1.3
|
Sun, 28 May 2006 18:16:36 +0000 |
Sam Lantinga |
more indent cleanup
SDL-1.3
|
Sun, 28 May 2006 13:29:03 +0000 |
Sam Lantinga |
fine tuning indent output
SDL-1.3
|
Sun, 28 May 2006 13:04:16 +0000 |
Sam Lantinga |
Revamp of the video system in progress - adding support for multiple displays, multiple windows, and a full video mode selection API.
SDL-1.3
|
Sun, 21 May 2006 17:27:13 +0000 |
Sam Lantinga |
Moved DirectInput joystick code to 1.3 branch
SDL-1.3
|
Sat, 20 May 2006 04:35:58 +0000 |
Sam Lantinga |
Added API requested in bug #43:
SDL-1.3
|
Wed, 17 May 2006 08:18:28 +0000 |
Sam Lantinga |
Merge trunk-1.3-3
SDL-1.3
|
Mon, 01 May 2006 06:58:33 +0000 |
Sam Lantinga |
glSDL support
SDL-1.3
|
Fri, 28 Apr 2006 16:55:41 +0000 |
Sam Lantinga |
Merge trunk-1.3-2
SDL-1.3
|
Thu, 27 Apr 2006 09:09:48 +0000 |
Sam Lantinga |
SDL-trunk-1.3-merge-1
SDL-1.3
|
Thu, 27 Apr 2006 05:49:51 +0000 |
Sam Lantinga |
SDL_OPENGLBLIT is really gone...
SDL-1.3
|
Thu, 27 Apr 2006 05:30:05 +0000 |
Sam Lantinga |
Updated to 1.3.0, SDL_OPENGLBLIT is no longer supported
SDL-1.3
|
Thu, 27 Apr 2006 05:19:10 +0000 |
Sam Lantinga |
Creating SDL 1.3 branch
SDL-1.3
|
Wed, 26 Apr 2006 23:17:39 +0000 |
Ryan C. Gordon |
Info on Subversion repository access.
|
Wed, 26 Apr 2006 20:30:11 +0000 |
Sam Lantinga |
subversion conversion complete!
|
Sat, 22 Apr 2006 19:50:23 +0000 |
Sam Lantinga |
Whoops, you can't use Project Builder anymore...
|
Sat, 22 Apr 2006 19:49:37 +0000 |
Sam Lantinga |
Added info about fatbuild.sh
|
Sat, 22 Apr 2006 19:17:14 +0000 |
Sam Lantinga |
Mac OS X fat build works! :)
|
Thu, 20 Apr 2006 16:33:51 +0000 |
Sam Lantinga |
Date: Thu, 20 Apr 2006 10:13:34 +0200
|
Wed, 19 Apr 2006 03:49:57 +0000 |
Sam Lantinga |
I think this is it...
|