log

age author description
2007-06-28 Sam Lantinga Merge iconv const changes from 1.2
2007-06-27 Ryan C. Gordon Merged r3106:3107 from branches/SDL-1.2: Hermes PIC fixes.
2007-06-21 Ryan C. Gordon Fixed previous VC6 patch.
2007-06-21 Ryan C. Gordon Merged r3094:3095 from branches/SDL-1.2: Visual C++ 6.0 fixes.
2007-06-20 Bob Pendleton Added a WindowID to the user event and cleaned up a little bit of formating
2007-06-19 Sam Lantinga Fixes for compiling with Visual C++ 8.0 Express Edition
2007-06-16 Sam Lantinga Key repeat is handled by the OS, since text input is now decoupled from physical key events.
2007-06-16 Ryan C. Gordon Merged r3088:3089 from branches/SDL-1.2: yasm/nasm command line fix.
2007-06-16 Ryan C. Gordon Merged r3087:3089 from branches/SDL-1.2: WM_XBUTTON support.
2007-06-15 Ryan C. Gordon Removed EPOC port from the 1.3 branch.
2007-06-15 Ryan C. Gordon Merge r3079:3080 from branches/SDL-1.2: disable glX if no glu.h header.
2007-06-15 Ryan C. Gordon Subversion should ignore sdl.pc ...
2007-06-15 Ryan C. Gordon Merged r3075:3076 from branches/SDL-1.2: Careful with __inline__ #define.
2007-06-15 Sam Lantinga Don't install the extra SDL config headers or SDL_copying.h
2007-06-14 Ryan C. Gordon Reworked r3067:3068 from branches/SDL-1.2: arts unavailable hardware bug fix.
2007-06-14 Sam Lantinga make indent
2007-06-14 Sam Lantinga Fixed running on Windows under VMware
2007-06-13 Ryan C. Gordon Merged r3062:3063 from branches/SDL-1.2: clear inaccurate x11dyn error strings.
2007-06-13 Ryan C. Gordon Merged r3059:3060 from branches/SDL-1.2: output key event's keysym.
2007-06-09 Patrice Mandin Avoid switch to supervisor mode in SDL_GetTicks, by updating system counter from vbl interrupt
2007-06-08 Patrice Mandin Set supervisor as volatile as it is modified from an interrupt
2007-06-04 Ryan C. Gordon Merged r3047:3048 from branches/SDL-1.2: SDL_revcpy() off-by-one fix.
2007-06-04 Ryan C. Gordon Merged r3044:3045 from branches/SDL-1.2: directfb reported screen size fix.
2007-06-04 Ryan C. Gordon Merged r3042:3043 from branches/SDL-1.2: legacy yasm fix.
2007-06-03 Ryan C. Gordon Merged r3037:3038 from branches/SDL-1.2: Mac OS X memcpy/memset selection.
2007-05-31 Sam Lantinga Fixed build issues on Mac OS X
2007-05-29 Ryan C. Gordon Merged r3029:3030 from branches/SDL-1.2: Mac OS X joystick axis fix.
2007-05-27 Patrice Mandin Allow creation of window bigger than visible size
2007-05-26 Patrice Mandin Simply resize existing window
2007-05-26 Patrice Mandin GEM has a window manager, of course
2007-05-22 Ryan C. Gordon Date: Wed, 23 May 2007 00:39:47 +0300
2007-04-04 Ryan C. Gordon Mac OS X port always links with IOKit framework in SDL 1.3.
2007-04-04 Ryan C. Gordon Merged r3009:3011 from branches/SDL-1.2: Skip subsystem on --disable-joysticks.
2007-04-04 Ryan C. Gordon Merged r3007:3008 from branches/SDL-1.2: MapRGB/MapRGBA const correctness.
2007-04-04 Ryan C. Gordon Merge r3005:3006 from branches/SDL-1.2: Alpha blending MMX/3DNow register bug.
2007-04-01 Ryan C. Gordon Merged r3002:3003 from branches/SDL-1.2: libdir fix in sdl-config and SDL.spec
2007-03-30 Ryan C. Gordon Merged r2999:3000 from branches/SDL-1.2: Visual Studio compilation fix.
2007-03-27 Ryan C. Gordon Merge of r2554:2995 from branches/SDL-1.2: AvailabilityMacros.h for Mac OS X.
2007-03-18 Ryan C. Gordon Merged r2992:2993 from branches/SDL-1.2: Mac OS X multi-axis joystick support.
2007-03-14 Ryan C. Gordon Merge r2990:2991 from branches/SDL-1.2: try to avoid asm/page.h in fbcon.
2007-02-20 Ryan C. Gordon Added id of another buggy Microsoft SideWinder to the Linux joystick driver.
2007-02-20 Ryan C. Gordon Merged r2985:2986 from branches/SDL-1.2: directfb yuv coop level fix.
2007-02-15 Ryan C. Gordon Merged r2981:2982 from branches/SDL-1.2: fbcon getpagesize() compile fix.
2007-02-15 Ryan C. Gordon Merged r2979:2980 from branches/SDL-1.2: unsigned char in ctype funcs.
2007-02-14 Ryan C. Gordon Merged r2977:2978 from branches/SDL-1.2: BUGS file cutdown.
2007-02-14 Ryan C. Gordon Merged r2975:2976 from branches/SDL-1.2: Mac OS X F13-15 key support.
2007-02-13 Ryan C. Gordon Merged r2962:2963 from branches/SDL-1.2: wrong SDK path in fatbuild.sh.
2007-02-13 Ryan C. Gordon Merged r2960:2961 from branches/SDL-1.2...free all cursors in test/testcursor.c
2007-02-12 Ryan C. Gordon Merged r2956:2957 from branches/SDL-1.2: Digital Mars stdint.h usage.
2007-02-12 Ryan C. Gordon Merged r2954:2955 from branches/SDL-1.2: Altivec alpha blitter alignment fix.
2007-02-08 Patrice Mandin make enable match name
2007-02-03 Ryan C. Gordon Merged Bugzilla #354 fix into trunk.
2007-01-23 Sam Lantinga Updated svn repository
2007-01-05 Patrice Mandin Alpha sort the test list, add missing ones, remove removed ones
2006-12-08 Ryan C. Gordon Look for an exact match first when setting a video mode on BeOS.
2006-12-08 Ryan C. Gordon Logic error in BeOS video mode selection ("width" where it should be "height").
2006-12-01 Ryan C. Gordon From: Torsten Giebl
2006-11-29 Ryan C. Gordon Apparently it's possible that MSVC will want to call a built-in function to
2006-11-29 Ryan C. Gordon Merge r2918:2919 from 1.2 branch: alloca macro params in parentheses.
2006-11-29 Ryan C. Gordon Use SDL_strcmp(), not strcmp().
2006-11-29 Ryan C. Gordon Logic error in SDL_video.c (used bitwise OR instead of logical OR).
2006-11-21 Ryan C. Gordon Merged r2913:2914 from SDL-1.2 branch into trunk: alpha blit GCC MMX asm fix.
2006-11-13 Patrice Mandin Save/restore current video mode and palette
2006-11-13 Patrice Mandin xbios: preliminary video mode init
2006-11-13 Ryan C. Gordon Merged r2906:2907 from 1.2 branch to trunk: power of two channels in dsp backend.
2006-11-11 Ryan C. Gordon Fixed building of Windows waveout audio.
2006-11-07 Ryan C. Gordon Merged r2903:2904 from SDL-1.2 branch to trunk: BeOS loadso updates.
2006-11-07 Ryan C. Gordon Merged r2901:2902 from SDL-1.2 branch to trunk: printf stupidity fixes.
2006-11-07 Ryan C. Gordon Merged r2899:2900 from SDL-1.2 branch to trunk: testloadso program.
2006-11-03 Ryan C. Gordon Use dummy joystick backend if subsystem is enabled but no better driver was
2006-10-29 Sam Lantinga @#$% indent
2006-10-29 Sam Lantinga (none)
2006-10-29 Sam Lantinga Merged Ryan's fix, in case we need it later.
2006-10-29 Ryan C. Gordon Removed AmigaOS code for 1.3 branch.
2006-10-29 Ryan C. Gordon Win32 joystick fix, ported from 1.2 branch r2887:2888. (Thanks, Ondrej!)
2006-10-28 Sam Lantinga indent is evil
2006-10-28 Sam Lantinga Fixed mouse enter/leave events for a single window.
2006-10-28 Sam Lantinga Fixed focus comptability bug
2006-10-28 Ryan C. Gordon Oh for crying out loud...
2006-10-28 Ryan C. Gordon Whoops, wrong variable name.
2006-10-28 Ryan C. Gordon Fix potential memory leaks if CoreAudio initialization fails.
2006-10-28 Ryan C. Gordon Patched to compile.
2006-10-27 Ryan C. Gordon 1.3 branch version of revision 2878.
2006-10-21 Patrice Mandin Also save/restore fpu register in vbl interrupt
2006-10-20 Ryan C. Gordon Whoops, need a pointer to an LPDIRECTSOUNDBUFFER and not the
2006-10-18 Ryan C. Gordon Patched to compile again (thanks, Rasmus!).
2006-10-17 Ryan C. Gordon Merged SDL-ryan-multiple-audio-device branch r2803:2871 into the trunk.
2006-10-01 Ryan C. Gordon Double Whoops. :P
2006-10-01 Sam Lantinga Whoops. :)
2006-10-01 Sam Lantinga Replaced strncmp for SDL_VIDEODRIVER test with strcasecmp
2006-10-01 Ryan C. Gordon Replaced strncmp for SDL_AUDIODRIVER test with strcasecmp.
2006-10-01 Ryan C. Gordon Minor cleanup in the mint driver that was sitting on my laptop (sorry!).
2006-09-24 Sam Lantinga Formatting update
2006-09-24 Sam Lantinga Fixed bug #292
2006-09-24 Sam Lantinga Fixed bug #316
2006-09-24 Sam Lantinga Fixed bug #321
2006-09-24 Sam Lantinga Fixed bug #270
2006-09-23 Sam Lantinga (none)
2006-09-23 Sam Lantinga Fixed bug #329
2006-09-22 Patrice Mandin Pfiou, all of it to update, faster to rewrite from scratch?
2006-09-20 Patrice Mandin Started update for 1.3
2006-09-20 Patrice Mandin Oops, don't need to check that
2006-09-20 Patrice Mandin More work for 1.3
2006-09-20 Patrice Mandin Started work to update for 1.3 api
2006-09-20 Patrice Mandin Reenable mouse usage using xbios vectors under MiNT
2006-09-20 Patrice Mandin Forward keyboard reworking from 1.2
2006-09-16 Patrice Mandin Add teamtap support
2006-09-16 Patrice Mandin Update for recent changes
2006-09-16 Patrice Mandin Save/restore FPU registers in interrupt
2006-09-13 Ryan C. Gordon Fixed typo in windib audio.
2006-09-12 Patrice Mandin Allow grabing mouse by locking its position
2006-09-12 Patrice Mandin Reenable xbios usage to get relative mouse motion
2006-09-12 Patrice Mandin Allow mouse to be locked when grabbed with GEM driver
2006-09-12 Patrice Mandin Disable MiNT thread usage and use hw access for updating DMA audio pointers
2006-09-12 Sam Lantinga Temporarily disabled framebuffer console support for SDL 1.3
2006-09-08 Patrice Mandin Forgot to reshow mouse cursor when exiting grab/hide mode
2006-09-07 Patrice Mandin /me dumb, sizeof(keymap != number of elements
2006-09-05 Patrice Mandin Use correct function to free allocated mem
2006-09-02 Ryan C. Gordon Fixed macosx audio initialization (passed wrong struct to CoreAudio).
2006-09-02 Ryan C. Gordon Compile fixes.
2006-09-01 Ryan C. Gordon Added a FIXME and macro to sun audio.
2006-09-01 Ryan C. Gordon Replaced unions with calls to SDL_SwapFloat...
2006-09-01 Ryan C. Gordon Fixed S32 audio mixing, but I'm a bit nervous about the use of 64-bit
2006-09-01 Ryan C. Gordon Continuing my quest to replace all the bitwise operations on SDL_AudioFormats
2006-09-01 Ryan C. Gordon Fixed broken audio conversions between float and unsigned datatypes.
2006-09-01 Ryan C. Gordon Whoops, wrong tokens for int32 support in ALSA driver (specified unsigned
2006-09-01 Ryan C. Gordon ALSA was testing if (format) was set to zero as an error condition, but
2006-09-01 Ryan C. Gordon int32 support for windib and windx5 audio backends.
2006-09-01 Ryan C. Gordon QNX6 support for int32/float32 (isn't this just ALSA?!)
2006-09-01 Ryan C. Gordon Updated Tru64 audio to support int32.
2006-09-01 Ryan C. Gordon MiNT audio driver cleanups for clamping types and channels to supported
2006-09-01 Ryan C. Gordon Mac OS 9 support for int32/float32.
2006-09-01 Ryan C. Gordon Mac OS X audio backend now supports int32/float32.
2006-09-01 Ryan C. Gordon Cleaned up IRIX audio driver, added float32 support and fallbacks when
2006-08-31 Ryan C. Gordon Actually, my silly logic bug was actually correct. :/
2006-08-31 Ryan C. Gordon Let SDL convert to valid Dreamcast audio formats instead of failing if the
2006-08-31 Ryan C. Gordon Let OS/2 DART backend use SDL converters at a higher level (would fail if
2006-08-31 Ryan C. Gordon Fixed silly logic thing.
2006-08-31 Ryan C. Gordon Added int32 and float32 support (and some others!) to BeOS audio backend.
2006-08-31 Ryan C. Gordon Added int32 support to Amiga audio driver and cleaned up some other details
2006-08-31 Ryan C. Gordon ALSA backend can handle int32 and float32 data directly.
2006-08-31 Ryan C. Gordon Added int32 adn float32 support to SDL_LoadWAV_RW().
2006-08-31 Ryan C. Gordon Reordered the favored audio format list a little.
2006-08-29 Sam Lantinga Take advantage of the existing SDL blitters for normal copy blits.
2006-08-28 Sam Lantinga Clear the second texture stage explicitly
2006-08-28 Sam Lantinga The dummy renderer can task advantage of the MASK optimization too, though performance probably doesn't matter here...
2006-08-28 Sam Lantinga Optimized the copy blitters a little bit
2006-08-28 Sam Lantinga Figured out how texture stages work, thanks to this:
2006-08-28 Sam Lantinga Implemented color modulation in the D3D renderer.
2006-08-28 Sam Lantinga Cleanup for the last checkin
2006-08-28 Sam Lantinga Added source color and alpha modulation support.
2006-08-24 Ryan C. Gordon Added SDL_SwapFloat* function/macros. Reference Bugzilla #293.
2006-08-24 Ryan C. Gordon Forgot to check in updated SDL_audio.h ...
2006-08-24 Ryan C. Gordon First shot at new audio data types (int32 and float32).
2006-08-10 Sam Lantinga The GGI driver hasn't been maintained in 8 years. It's probably safe to remove. :)
2006-08-10 Sam Lantinga Missed a Qtopia change.
2006-08-10 Sam Lantinga MacOS Classic is no longer supported.
2006-08-10 Sam Lantinga MacOS Classic is no longer supported.
2006-08-10 Sam Lantinga David Hedbor is no longer maintaining the Qtopia code.
2006-08-07 Sam Lantinga Whoops, remove debug code
2006-08-07 Sam Lantinga Added resize support for GDI and Direct3D renderers
2006-08-06 Sam Lantinga Added paletted OpenGL texture support.
2006-08-06 Sam Lantinga Fixed fullscreen modes with Cocoa video driver.
2006-08-06 Sam Lantinga Fixed bug recreating OpenGL textures on window resize
2006-08-06 Sam Lantinga Added window resize support for the software renderer
2006-08-06 Sam Lantinga Allow the render context to do necessary work when the video mode changes.
2006-08-06 Sam Lantinga Clarified the difference between render drivers and render contexts
2006-08-05 Sam Lantinga Updated header documentation
2006-08-05 Sam Lantinga In general, fill in pointers to structures, rather than return them.
2006-08-05 Sam Lantinga Removed old function
2006-08-05 Sam Lantinga SDL constants are all uppercase.
2006-08-03 Ryan C. Gordon 1.3 API proposals for audio subsystem. Nothing in here is guaranteed to
2006-08-02 Sam Lantinga Added SDL_GetCurrentVideoDisplay()
2006-07-30 Sam Lantinga Hack to stop the beeping
2006-07-30 Sam Lantinga Removed debug code. :)
2006-07-30 Sam Lantinga Added numlock support
2006-07-30 Sam Lantinga Implemented Cocoa key event handling.
2006-07-29 Sam Lantinga Added right/other drag code for Cocoa windows
2006-07-29 Sam Lantinga Implemented Cocoa mouse wheel events
2006-07-29 Sam Lantinga Simplified driver window creation code.
2006-07-29 Sam Lantinga (none)
2006-07-29 Sam Lantinga Don't unload the OpenGL library before the X display is closed.
2006-07-28 Sam Lantinga We're not querying the glX attributes anymore...
2006-07-28 Sam Lantinga Implemented X11 OpenGL support.
2006-07-27 Sam Lantinga Initial work on X11 window code in.
2006-07-26 Sam Lantinga Started work on the new X11 driver.
2006-07-26 Sam Lantinga Placate versions of ranlib which complain about empty files (Mac OS X 10.4)
2006-07-26 Sam Lantinga Starting fresh with the X11 driver
2006-07-26 Sam Lantinga Oh yeah, more DGA removal
2006-07-26 Sam Lantinga Added the dummy audio driver to instructions
2006-07-26 Sam Lantinga PicoGUI is no longer maintained by the author.
2006-07-26 Sam Lantinga The AAlib driver is fun, but not worth rewriting for SDL 1.3
2006-07-26 Sam Lantinga The old windows video drivers are superceded by the unified win32 driver.
2006-07-26 Sam Lantinga Hopefully glSDL has been superceded by the OpenGL render driver.
2006-07-26 Sam Lantinga More DGA removal
2006-07-26 Sam Lantinga Removing DGA support for SDL 1.3 - it's still buggy years later, and now
2006-07-25 Sam Lantinga SDL applications no longer need to link with Cocoa (unless they want to)
2006-07-25 Sam Lantinga Actually use the function we took the trouble to get the pointer for.
2006-07-25 Sam Lantinga Fixed Objective-C memory leaks
2006-07-25 Sam Lantinga Implemented OpenGL support on Mac OS X
2006-07-24 Ryan C. Gordon Patch from 1.2 branch...fix compilation on Qtopia video target (reference
2006-07-24 Sam Lantinga Implemented Mac OS X video mode selection.
2006-07-24 Sam Lantinga Implemented Cocoa window support
2006-07-23 Sam Lantinga Whoops, that's a while loop. :)
2006-07-23 Sam Lantinga The Mac OS X Cocoa video driver is under construction...
2006-07-23 Sam Lantinga Fixed compiler warnings
2006-07-23 Sam Lantinga Added an environment variable to select which driver the software renderer will use.
2006-07-23 Sam Lantinga Fixed crash with multiple windows
2006-07-22 Sam Lantinga OpenGL renderer is feature complete!
2006-07-22 Sam Lantinga Added SDL_GL_ExtensionSupported()
2006-07-22 Sam Lantinga Query the maximum texture size for the D3D renderer.
2006-07-22 Sam Lantinga If the OpenGL renderer is selected for a non-OpenGL window, recreate the window with OpenGL enabled.
2006-07-22 Sam Lantinga Switch OpenGL contexts when switching render contexts.
2006-07-22 Sam Lantinga Fixed OpenGL blend modes, added power of 2 texture code
2006-07-22 Sam Lantinga Bug fixes to the OpenGL renderer
2006-07-22 Sam Lantinga Convert SDL_malloc to SDL_calloc if appropriate, slightly faster on operating systems which map the zero page for memory allocations.
2006-07-19 Sam Lantinga Fixed to compile while the OpenGL renderer is under construction
2006-07-19 Sam Lantinga Starting on the OpenGL renderer...
2006-07-19 Sam Lantinga Implemented scaling in the D3D renderer
2006-07-19 Sam Lantinga Implemented blend modes in the D3D renderer
2006-07-19 Sam Lantinga Implemented multi-window OpenGL program with test framework.
2006-07-18 Sam Lantinga Added a test program framework for easy initialization.
2006-07-17 Sam Lantinga Implemented Windows OpenGL support
2006-07-16 Sam Lantinga Setting up the OpenGL support
2006-07-16 Sam Lantinga Create a fake desktop mode for windowed mode apps
2006-07-16 Sam Lantinga Fixed building on Mac OS X without the Carbon and Cocoa video drivers
2006-07-15 Sam Lantinga Look at environment variables in SDL_VideoInit() and SDL_AudioInit()
2006-07-15 Sam Lantinga Implemented fully featured dummy renderer
2006-07-15 Sam Lantinga Streamlined the API a bit and optimized the software renderer.
2006-07-14 Sam Lantinga Changed the name of the dummy renderer
2006-07-14 Sam Lantinga Prefer the D3D renderer over GDI, at least for testing.
2006-07-14 Sam Lantinga Yay! D3D renderer works!
2006-07-14 Sam Lantinga More of the Direct3D renderer is implemented, I'm not sure why it's not showing texture copies yet...
2006-07-13 Sam Lantinga Updated Visual C++ 2005 project
2006-07-13 Sam Lantinga Removed libc dependency on Windows again, to fix building with Visual C++ 2005 Express Edition.
2006-07-12 Sam Lantinga First stab at a D3D renderer, only 30FPS so far... ?
2006-07-12 Sam Lantinga debug cleanup
2006-07-12 Sam Lantinga Playing around, trying to find a fast path with GDI
2006-07-12 Sam Lantinga Solved the performance problems by introducing the concept of a single-buffered
2006-07-10 Sam Lantinga Updated the snapshot build target to reflect the new source location