graph
- Date: Wed, 23 May 2007 00:39:47 +03002007-05-22, by Ryan C. Gordon
- Mac OS X port always links with IOKit framework in SDL 1.3.2007-04-04, by Ryan C. Gordon
- Merged r3009:3011 from branches/SDL-1.2: Skip subsystem on --disable-joysticks.2007-04-04, by Ryan C. Gordon
- Merged r3007:3008 from branches/SDL-1.2: MapRGB/MapRGBA const correctness.2007-04-04, by Ryan C. Gordon
- Merge r3005:3006 from branches/SDL-1.2: Alpha blending MMX/3DNow register bug.2007-04-04, by Ryan C. Gordon
- Merged r3002:3003 from branches/SDL-1.2: libdir fix in sdl-config and SDL.spec2007-04-01, by Ryan C. Gordon
- Merged r2999:3000 from branches/SDL-1.2: Visual Studio compilation fix.2007-03-30, by Ryan C. Gordon
- Merge of r2554:2995 from branches/SDL-1.2: AvailabilityMacros.h for Mac OS X.2007-03-27, by Ryan C. Gordon
- Merged r2992:2993 from branches/SDL-1.2: Mac OS X multi-axis joystick support.2007-03-18, by Ryan C. Gordon
- Merge r2990:2991 from branches/SDL-1.2: try to avoid asm/page.h in fbcon.2007-03-14, by Ryan C. Gordon
- Added id of another buggy Microsoft SideWinder to the Linux joystick driver.2007-02-20, by Ryan C. Gordon
- Merged r2985:2986 from branches/SDL-1.2: directfb yuv coop level fix.2007-02-20, by Ryan C. Gordon
- Merged r2981:2982 from branches/SDL-1.2: fbcon getpagesize() compile fix.2007-02-15, by Ryan C. Gordon
- Merged r2979:2980 from branches/SDL-1.2: unsigned char in ctype funcs.2007-02-15, by Ryan C. Gordon
- Merged r2977:2978 from branches/SDL-1.2: BUGS file cutdown.2007-02-14, by Ryan C. Gordon
- Merged r2975:2976 from branches/SDL-1.2: Mac OS X F13-15 key support.2007-02-14, by Ryan C. Gordon
- Merged r2962:2963 from branches/SDL-1.2: wrong SDK path in fatbuild.sh.2007-02-13, by Ryan C. Gordon
- Merged r2960:2961 from branches/SDL-1.2...free all cursors in test/testcursor.c2007-02-13, by Ryan C. Gordon
- Merged r2956:2957 from branches/SDL-1.2: Digital Mars stdint.h usage.2007-02-12, by Ryan C. Gordon
- Merged r2954:2955 from branches/SDL-1.2: Altivec alpha blitter alignment fix.2007-02-12, by Ryan C. Gordon
- make enable match name2007-02-08, by Patrice Mandin
- Merged Bugzilla #354 fix into trunk.2007-02-03, by Ryan C. Gordon
- Updated svn repository2007-01-23, by Sam Lantinga
- Alpha sort the test list, add missing ones, remove removed ones2007-01-05, by Patrice Mandin
- Look for an exact match first when setting a video mode on BeOS.2006-12-08, by Ryan C. Gordon
- Logic error in BeOS video mode selection ("width" where it should be "height").2006-12-08, by Ryan C. Gordon
- From: Torsten Giebl2006-12-01, by Ryan C. Gordon
- Apparently it's possible that MSVC will want to call a built-in function to2006-11-29, by Ryan C. Gordon
- Merge r2918:2919 from 1.2 branch: alloca macro params in parentheses.2006-11-29, by Ryan C. Gordon
- Use SDL_strcmp(), not strcmp().2006-11-29, by Ryan C. Gordon
- Logic error in SDL_video.c (used bitwise OR instead of logical OR).2006-11-29, by Ryan C. Gordon
- Merged r2913:2914 from SDL-1.2 branch into trunk: alpha blit GCC MMX asm fix.2006-11-21, by Ryan C. Gordon
- Save/restore current video mode and palette2006-11-13, by Patrice Mandin
- xbios: preliminary video mode init2006-11-13, by Patrice Mandin
- Merged r2906:2907 from 1.2 branch to trunk: power of two channels in dsp backend.2006-11-13, by Ryan C. Gordon
- Fixed building of Windows waveout audio.2006-11-11, by Ryan C. Gordon
- Merged r2903:2904 from SDL-1.2 branch to trunk: BeOS loadso updates.2006-11-07, by Ryan C. Gordon
- Merged r2901:2902 from SDL-1.2 branch to trunk: printf stupidity fixes.2006-11-07, by Ryan C. Gordon
- Merged r2899:2900 from SDL-1.2 branch to trunk: testloadso program.2006-11-07, by Ryan C. Gordon
- Use dummy joystick backend if subsystem is enabled but no better driver was2006-11-03, by Ryan C. Gordon
- @#$% indent2006-10-29, by Sam Lantinga
- (none)2006-10-29, by Sam Lantinga
- Merged Ryan's fix, in case we need it later.2006-10-29, by Sam Lantinga
- Removed AmigaOS code for 1.3 branch.2006-10-29, by Ryan C. Gordon
- Win32 joystick fix, ported from 1.2 branch r2887:2888. (Thanks, Ondrej!)2006-10-29, by Ryan C. Gordon
- indent is evil2006-10-28, by Sam Lantinga
- Fixed mouse enter/leave events for a single window.2006-10-28, by Sam Lantinga
- Fixed focus comptability bug2006-10-28, by Sam Lantinga
- Oh for crying out loud...2006-10-28, by Ryan C. Gordon
- Whoops, wrong variable name.2006-10-28, by Ryan C. Gordon
- Fix potential memory leaks if CoreAudio initialization fails.2006-10-28, by Ryan C. Gordon
- Patched to compile.2006-10-28, by Ryan C. Gordon
- 1.3 branch version of revision 2878.2006-10-27, by Ryan C. Gordon
- Also save/restore fpu register in vbl interrupt2006-10-21, by Patrice Mandin
- Whoops, need a pointer to an LPDIRECTSOUNDBUFFER and not the2006-10-20, by Ryan C. Gordon
- Patched to compile again (thanks, Rasmus!).2006-10-18, by Ryan C. Gordon
- Merged SDL-ryan-multiple-audio-device branch r2803:2871 into the trunk.2006-10-17, by Ryan C. Gordon
- Double Whoops. :P2006-10-01, by Ryan C. Gordon
- Whoops. :)2006-10-01, by Sam Lantinga
- Replaced strncmp for SDL_VIDEODRIVER test with strcasecmp2006-10-01, by Sam Lantinga
- Replaced strncmp for SDL_AUDIODRIVER test with strcasecmp.2006-10-01, by Ryan C. Gordon
- Minor cleanup in the mint driver that was sitting on my laptop (sorry!).2006-10-01, by Ryan C. Gordon
- Formatting update2006-09-24, by Sam Lantinga
- Fixed bug #2922006-09-24, by Sam Lantinga
- Fixed bug #3162006-09-24, by Sam Lantinga
- Fixed bug #3212006-09-24, by Sam Lantinga
- Fixed bug #2702006-09-24, by Sam Lantinga
- (none)2006-09-23, by Sam Lantinga
- Fixed bug #3292006-09-23, by Sam Lantinga
- Pfiou, all of it to update, faster to rewrite from scratch?2006-09-22, by Patrice Mandin
- Started update for 1.32006-09-20, by Patrice Mandin
- Oops, don't need to check that2006-09-20, by Patrice Mandin
- More work for 1.32006-09-20, by Patrice Mandin
- Started work to update for 1.3 api2006-09-20, by Patrice Mandin
- Reenable mouse usage using xbios vectors under MiNT2006-09-20, by Patrice Mandin
- Forward keyboard reworking from 1.22006-09-20, by Patrice Mandin
- Add teamtap support2006-09-16, by Patrice Mandin
- Update for recent changes2006-09-16, by Patrice Mandin
- Save/restore FPU registers in interrupt2006-09-16, by Patrice Mandin
- Fixed typo in windib audio.2006-09-13, by Ryan C. Gordon
- Allow grabing mouse by locking its position2006-09-12, by Patrice Mandin
- Reenable xbios usage to get relative mouse motion2006-09-12, by Patrice Mandin
- Allow mouse to be locked when grabbed with GEM driver2006-09-12, by Patrice Mandin
- Disable MiNT thread usage and use hw access for updating DMA audio pointers2006-09-12, by Patrice Mandin
- Temporarily disabled framebuffer console support for SDL 1.32006-09-12, by Sam Lantinga
- Forgot to reshow mouse cursor when exiting grab/hide mode2006-09-08, by Patrice Mandin
- /me dumb, sizeof(keymap != number of elements2006-09-07, by Patrice Mandin
- Use correct function to free allocated mem2006-09-05, by Patrice Mandin
- Fixed macosx audio initialization (passed wrong struct to CoreAudio).2006-09-02, by Ryan C. Gordon
- Compile fixes.2006-09-02, by Ryan C. Gordon
- Added a FIXME and macro to sun audio.2006-09-01, by Ryan C. Gordon
- Replaced unions with calls to SDL_SwapFloat...2006-09-01, by Ryan C. Gordon
- Fixed S32 audio mixing, but I'm a bit nervous about the use of 64-bit2006-09-01, by Ryan C. Gordon
- Continuing my quest to replace all the bitwise operations on SDL_AudioFormats2006-09-01, by Ryan C. Gordon
- Fixed broken audio conversions between float and unsigned datatypes.2006-09-01, by Ryan C. Gordon
- Whoops, wrong tokens for int32 support in ALSA driver (specified unsigned2006-09-01, by Ryan C. Gordon
- ALSA was testing if (format) was set to zero as an error condition, but2006-09-01, by Ryan C. Gordon
- int32 support for windib and windx5 audio backends.2006-09-01, by Ryan C. Gordon
- QNX6 support for int32/float32 (isn't this just ALSA?!)2006-09-01, by Ryan C. Gordon
- Updated Tru64 audio to support int32.2006-09-01, by Ryan C. Gordon
- MiNT audio driver cleanups for clamping types and channels to supported2006-09-01, by Ryan C. Gordon
- Mac OS 9 support for int32/float32.2006-09-01, by Ryan C. Gordon
- Mac OS X audio backend now supports int32/float32.2006-09-01, by Ryan C. Gordon
- Cleaned up IRIX audio driver, added float32 support and fallbacks when2006-09-01, by Ryan C. Gordon
- Actually, my silly logic bug was actually correct. :/2006-08-31, by Ryan C. Gordon
- Let SDL convert to valid Dreamcast audio formats instead of failing if the2006-08-31, by Ryan C. Gordon
- Let OS/2 DART backend use SDL converters at a higher level (would fail if2006-08-31, by Ryan C. Gordon
- Fixed silly logic thing.2006-08-31, by Ryan C. Gordon
- Added int32 and float32 support (and some others!) to BeOS audio backend.2006-08-31, by Ryan C. Gordon
- Added int32 support to Amiga audio driver and cleaned up some other details2006-08-31, by Ryan C. Gordon
- ALSA backend can handle int32 and float32 data directly.2006-08-31, by Ryan C. Gordon
- Added int32 adn float32 support to SDL_LoadWAV_RW().2006-08-31, by Ryan C. Gordon
- Reordered the favored audio format list a little.2006-08-31, by Ryan C. Gordon
- Take advantage of the existing SDL blitters for normal copy blits.2006-08-29, by Sam Lantinga
- Clear the second texture stage explicitly2006-08-28, by Sam Lantinga
- The dummy renderer can task advantage of the MASK optimization too, though performance probably doesn't matter here...2006-08-28, by Sam Lantinga
- Optimized the copy blitters a little bit2006-08-28, by Sam Lantinga
- Figured out how texture stages work, thanks to this:2006-08-28, by Sam Lantinga
- Implemented color modulation in the D3D renderer.2006-08-28, by Sam Lantinga
- Cleanup for the last checkin2006-08-28, by Sam Lantinga
- Added source color and alpha modulation support.2006-08-28, by Sam Lantinga
- Added SDL_SwapFloat* function/macros. Reference Bugzilla #293.2006-08-24, by Ryan C. Gordon
- Forgot to check in updated SDL_audio.h ...2006-08-24, by Ryan C. Gordon
- First shot at new audio data types (int32 and float32).2006-08-24, by Ryan C. Gordon
- The GGI driver hasn't been maintained in 8 years. It's probably safe to remove. :)2006-08-10, by Sam Lantinga
- Missed a Qtopia change.2006-08-10, by Sam Lantinga
- MacOS Classic is no longer supported.2006-08-10, by Sam Lantinga
- MacOS Classic is no longer supported.2006-08-10, by Sam Lantinga
- David Hedbor is no longer maintaining the Qtopia code.2006-08-10, by Sam Lantinga
- Whoops, remove debug code2006-08-07, by Sam Lantinga
- Added resize support for GDI and Direct3D renderers2006-08-07, by Sam Lantinga
- Added paletted OpenGL texture support.2006-08-06, by Sam Lantinga
- Fixed fullscreen modes with Cocoa video driver.2006-08-06, by Sam Lantinga
- Fixed bug recreating OpenGL textures on window resize2006-08-06, by Sam Lantinga
- Added window resize support for the software renderer2006-08-06, by Sam Lantinga
- Allow the render context to do necessary work when the video mode changes.2006-08-06, by Sam Lantinga
- Clarified the difference between render drivers and render contexts2006-08-06, by Sam Lantinga
- Updated header documentation2006-08-05, by Sam Lantinga
- In general, fill in pointers to structures, rather than return them.2006-08-05, by Sam Lantinga
- Removed old function2006-08-05, by Sam Lantinga
- SDL constants are all uppercase.2006-08-05, by Sam Lantinga
- 1.3 API proposals for audio subsystem. Nothing in here is guaranteed to2006-08-03, by Ryan C. Gordon
- Added SDL_GetCurrentVideoDisplay()2006-08-02, by Sam Lantinga
- Hack to stop the beeping2006-07-30, by Sam Lantinga
- Removed debug code. :)2006-07-30, by Sam Lantinga
- Added numlock support2006-07-30, by Sam Lantinga
- Implemented Cocoa key event handling.2006-07-30, by Sam Lantinga
- Added right/other drag code for Cocoa windows2006-07-29, by Sam Lantinga
- Implemented Cocoa mouse wheel events2006-07-29, by Sam Lantinga
- Simplified driver window creation code.2006-07-29, by Sam Lantinga
- (none)2006-07-29, by Sam Lantinga
- Don't unload the OpenGL library before the X display is closed.2006-07-29, by Sam Lantinga
- We're not querying the glX attributes anymore...2006-07-28, by Sam Lantinga
- Implemented X11 OpenGL support.2006-07-28, by Sam Lantinga
- Initial work on X11 window code in.2006-07-27, by Sam Lantinga
- Started work on the new X11 driver.2006-07-26, by Sam Lantinga
- Placate versions of ranlib which complain about empty files (Mac OS X 10.4)2006-07-26, by Sam Lantinga
- Starting fresh with the X11 driver2006-07-26, by Sam Lantinga
- Oh yeah, more DGA removal2006-07-26, by Sam Lantinga
- Added the dummy audio driver to instructions2006-07-26, by Sam Lantinga
- PicoGUI is no longer maintained by the author.2006-07-26, by Sam Lantinga
- The AAlib driver is fun, but not worth rewriting for SDL 1.32006-07-26, by Sam Lantinga
- The old windows video drivers are superceded by the unified win32 driver.2006-07-26, by Sam Lantinga
- Hopefully glSDL has been superceded by the OpenGL render driver.2006-07-26, by Sam Lantinga
- More DGA removal2006-07-26, by Sam Lantinga
- Removing DGA support for SDL 1.3 - it's still buggy years later, and now2006-07-26, by Sam Lantinga
- SDL applications no longer need to link with Cocoa (unless they want to)2006-07-25, by Sam Lantinga
- Actually use the function we took the trouble to get the pointer for.2006-07-25, by Sam Lantinga
- Fixed Objective-C memory leaks2006-07-25, by Sam Lantinga
- Implemented OpenGL support on Mac OS X2006-07-25, by Sam Lantinga
- Patch from 1.2 branch...fix compilation on Qtopia video target (reference2006-07-24, by Ryan C. Gordon
- Implemented Mac OS X video mode selection.2006-07-24, by Sam Lantinga
- Implemented Cocoa window support2006-07-24, by Sam Lantinga
- Whoops, that's a while loop. :)2006-07-23, by Sam Lantinga
- The Mac OS X Cocoa video driver is under construction...2006-07-23, by Sam Lantinga
- Fixed compiler warnings2006-07-23, by Sam Lantinga
- Added an environment variable to select which driver the software renderer will use.2006-07-23, by Sam Lantinga
- Fixed crash with multiple windows2006-07-23, by Sam Lantinga
- OpenGL renderer is feature complete!2006-07-22, by Sam Lantinga
- Added SDL_GL_ExtensionSupported()2006-07-22, by Sam Lantinga
- Query the maximum texture size for the D3D renderer.2006-07-22, by Sam Lantinga
- If the OpenGL renderer is selected for a non-OpenGL window, recreate the window with OpenGL enabled.2006-07-22, by Sam Lantinga
- Switch OpenGL contexts when switching render contexts.2006-07-22, by Sam Lantinga
- Fixed OpenGL blend modes, added power of 2 texture code2006-07-22, by Sam Lantinga
- Bug fixes to the OpenGL renderer2006-07-22, by 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-22, by Sam Lantinga
- Fixed to compile while the OpenGL renderer is under construction2006-07-19, by Sam Lantinga
- Starting on the OpenGL renderer...2006-07-19, by Sam Lantinga
- Implemented scaling in the D3D renderer2006-07-19, by Sam Lantinga
- Implemented blend modes in the D3D renderer2006-07-19, by Sam Lantinga
- Implemented multi-window OpenGL program with test framework.2006-07-19, by Sam Lantinga
- Added a test program framework for easy initialization.2006-07-18, by Sam Lantinga
- Implemented Windows OpenGL support2006-07-17, by Sam Lantinga
- Setting up the OpenGL support2006-07-16, by Sam Lantinga
- Create a fake desktop mode for windowed mode apps2006-07-16, by Sam Lantinga
- Fixed building on Mac OS X without the Carbon and Cocoa video drivers2006-07-16, by Sam Lantinga
- Look at environment variables in SDL_VideoInit() and SDL_AudioInit()2006-07-15, by Sam Lantinga
- Implemented fully featured dummy renderer2006-07-15, by Sam Lantinga
- Streamlined the API a bit and optimized the software renderer.2006-07-15, by Sam Lantinga
- Changed the name of the dummy renderer2006-07-14, by Sam Lantinga
- Prefer the D3D renderer over GDI, at least for testing.2006-07-14, by Sam Lantinga
- Yay! D3D renderer works!2006-07-14, by Sam Lantinga
- More of the Direct3D renderer is implemented, I'm not sure why it's not showing texture copies yet...2006-07-14, by Sam Lantinga
- Updated Visual C++ 2005 project2006-07-13, by Sam Lantinga
- Removed libc dependency on Windows again, to fix building with Visual C++ 2005 Express Edition.2006-07-13, by Sam Lantinga
- First stab at a D3D renderer, only 30FPS so far... ?2006-07-12, by Sam Lantinga
- debug cleanup2006-07-12, by Sam Lantinga
- Playing around, trying to find a fast path with GDI2006-07-12, by Sam Lantinga
- Solved the performance problems by introducing the concept of a single-buffered2006-07-12, by Sam Lantinga
- Updated the snapshot build target to reflect the new source location2006-07-10, by Sam Lantinga
- SDL 1.2 is moving to a branch, and SDL 1.3 is becoming the head.2006-07-10, by Sam Lantinga
- sdl.pc is in build directory, not source2006-07-06, by Patrice Mandin
- Include sdl.pc in the development RPMrelease-1.2.11 2006-06-27, by Sam Lantinga
- Added 1.2.11 patch notes2006-06-27, by Sam Lantinga
- Fixed libiconv detection2006-06-26, by Sam Lantinga
- Fixed problem with nasm hidden visibility detection2006-06-26, by Sam Lantinga
- Almost added Mac OS X nasm support2006-06-26, by Sam Lantinga
- ------- Comment #5 From Marc Peter 2006-06-25 18:03 [reply] -------2006-06-26, by Sam Lantinga
- Updated version to SDL 1.2.12006-06-25, by Sam Lantinga
- Updated the version to 1.2.112006-06-25, by Sam Lantinga
- (none)2006-06-25, by Sam Lantinga
- Fixed including stdint.h with gcc on Win322006-06-25, by Sam Lantinga
- Fix for bug #2402006-06-24, by Sam Lantinga
- Fixed bug #2582006-06-24, by Sam Lantinga
- Fixed bug #2552006-06-24, by Sam Lantinga
- Fixed bug #2602006-06-24, by Sam Lantinga
- Default the X11 dynamically loading on if the OS loader loads libraries2006-06-23, by Sam Lantinga
- Swizzle ALSA channels for 5.1 output to match DirectSound and CoreAudio.2006-06-23, by Ryan C. Gordon
- Fixed bug #692006-06-23, by Sam Lantinga
- Fixed bug #1472006-06-23, by Sam Lantinga
- Only allow dynamic X11 if gcc4 (-fvisibility=hidden) is used.2006-06-23, by Ryan C. Gordon
- Minor bit of sanity-checking debug info in dynamic X11 code.2006-06-23, by Ryan C. Gordon
- Renamed, per Mike's comment on bug #1572006-06-21, by Sam Lantinga
- Renamed, per Mike's comment on bug #1572006-06-21, by Sam Lantinga
- Fixed bug #1572006-06-21, by Sam Lantinga
- Fixed bug #2562006-06-21, by Sam Lantinga
- Date: Fri, 9 Jun 2006 11:35:23 +03002006-06-20, by Sam Lantinga
- Date: Thu, 15 Jun 2006 14:19:47 +0200 (CEST)2006-06-20, by Sam Lantinga
- Fixed bug #2512006-06-20, by Sam Lantinga
- Bug #250, pkg-config support contributed by Mikael Eriksson2006-06-20, by Sam Lantinga
- Bug #250, pkg-config support contributed by Mikael Eriksson2006-06-20, by Sam Lantinga
- I think this fixes bug #2442006-06-20, by Sam Lantinga
- Fixed bug #2412006-06-20, by Sam Lantinga
- Test case for bug #2402006-06-20, by Sam Lantinga
- Fixed bug #2322006-06-20, by Sam Lantinga
- Fixed bug #2322006-06-20, by Sam Lantinga
- Oops, reverted single/double buffer update2006-06-14, by Patrice Mandin
- Add program to test mouse cursor change2006-06-14, by Patrice Mandin
- Fix mouse cursor change2006-06-14, by Patrice Mandin
- Date: Mon, 22 May 2006 01:16:47 -04002006-05-23, by Sam Lantinga
- Moved DirectInput joystick code to 1.3 branch2006-05-21, by Sam Lantinga
- Closed bug #742006-05-21, by Sam Lantinga
- Removed unused variable with undefined type. Fixes Bugzilla #234.2006-05-21, by Ryan C. Gordon
- Try to keep SDL keysyms sane regardless of keyboard layout in windib target.2006-05-18, by Ryan C. Gordon
- Make sure sem_wait didn't return early with EINTR. Fixes Bugzilla #231.2006-05-17, by Ryan C. Gordon
- Fixed thread callback calling conventions, updated OS/2 DLL name to SDL12.dll2006-05-17, by Sam Lantinga
- Fixed uninitialized variable warnings2006-05-17, by Sam Lantinga
- Clean out the tests before creating distribution archiverelease-1.2.10 2006-05-17, by Sam Lantinga
- Updated RPM spec file with License keyword2006-05-17, by Sam Lantinga
- Whoops, clean files in the dist directory2006-05-17, by Sam Lantinga
- (none)2006-05-17, by Sam Lantinga
- Removed support for Darwin, due to build problems on ps2linux2006-05-17, by Sam Lantinga
- Needed unistd.h for unlink()2006-05-17, by Sam Lantinga
- Patch from Ryan to fix compiler warnings2006-05-17, by Sam Lantinga
- Use the correct parameter for GLX_VISUAL_CAVEAT_EXT2006-05-16, by Sam Lantinga
- Updated docs for SDL 1.2.10 release2006-05-16, by Sam Lantinga
- Added information about gcc-fat.sh to README.MacOSX2006-05-16, by Sam Lantinga
- Fixed compiling GS YUV conversion code2006-05-16, by Sam Lantinga
- Date: Mon, 15 May 2006 17:18:34 +03002006-05-16, by Sam Lantinga
- DragonFly BSD has an older version of VGL which SDL doesn't support.2006-05-15, by Sam Lantinga
- Fixed corrupt image2006-05-15, by Sam Lantinga
- OpenBSD doesn't ship with X11 library major version symlinks2006-05-15, by Sam Lantinga
- Added yet another variant of autoconf to the list2006-05-15, by Sam Lantinga
- Added yet another variant of autoconf to the list2006-05-15, by Sam Lantinga
- Fix from Marc Peter: slightly fixed Watcom makefiles for 1.2.10 release2006-05-14, by Sam Lantinga
- Add a reminder to fix current->w,current->h2006-05-14, by Patrice Mandin
- Fixed alloca declaration for MPW2006-05-14, by Sam Lantinga
- Hey, whaddy know! MacOS Classic has 64-bit types!2006-05-13, by Sam Lantinga
- SDLmain compile fix2006-05-13, by Sam Lantinga
- Add missing include file2006-05-12, by Patrice Mandin
- Use the right variables to set stuff for sdl-config script2006-05-12, by Patrice Mandin
- Fixed signed/unsigned issues2006-05-12, by Sam Lantinga
- Whoops, need a space after dnl to make it meaningful. :)2006-05-12, by Sam Lantinga
- Should we always look in /usr/local when compiling natively?2006-05-11, by Sam Lantinga
- Date: Thu, 11 May 2006 19:08:05 -04002006-05-11, by Sam Lantinga
- Date: Thu, 11 May 2006 17:09:17 -04002006-05-11, by Sam Lantinga
- Forgot to declare volatile stuff also in c file2006-05-11, by Patrice Mandin
- Fixed some bugs in string handling2006-05-11, by Sam Lantinga
- Saved a little space by not including the CodeWarrior 5 XML projects2006-05-11, by Sam Lantinga
- Fixed bug #532006-05-11, by Sam Lantinga
- Fixed building with CodeWarrior on MacOS Classic2006-05-11, by Sam Lantinga
- Fixed MacOS Classic build2006-05-11, by Sam Lantinga
- sdl-config doesn't include the OpenGL library in --libs2006-05-11, by Sam Lantinga
- Fixed bug #2082006-05-11, by Sam Lantinga
- Fixed bug #2262006-05-11, by Sam Lantinga
- Fixed bug #2252006-05-11, by Sam Lantinga
- Date: Wed, 10 May 2006 17:43:21 -07002006-05-11, by Sam Lantinga
- Only set Mac OS X default if both parameters are left default2006-05-10, by Sam Lantinga
- (none)2006-05-10, by Sam Lantinga
- Added hardcoded /usr/X11R6 path so GLX detection works on Mac OS X.2006-05-10, by Sam Lantinga
- Need to use __MACOSX__ for the Mac OS X platform.2006-05-10, by Sam Lantinga
- Fixed bug #2212006-05-10, by Sam Lantinga
- Fixed bug #2222006-05-10, by Sam Lantinga
- Prevent both __MACOS__ and __MACOSX__ from being defined in Codewarrior2006-05-10, by Sam Lantinga
- Xcode has trouble compiling different files with the same name for two architectures2006-05-10, by Sam Lantinga
- Removed unused variable2006-05-10, by Sam Lantinga
- Fixed X11 support on Mac OS X Universal build2006-05-10, by Sam Lantinga
- Date: Tue, 9 May 2006 23:01:49 -04002006-05-10, by Sam Lantinga
- Fat test programs! :)2006-05-09, by Sam Lantinga
- Fixed bug #2182006-05-09, by Sam Lantinga
- Fixed bug #2202006-05-09, by Sam Lantinga
- Fixed bug #1372006-05-09, by Sam Lantinga
- Date: Mon, 8 May 2006 14:19:30 -07002006-05-09, by Sam Lantinga
- More compile fixes for systems without the DPMS extension2006-05-09, by Sam Lantinga
- Fixed build errors on systems without the DPMS extension2006-05-09, by Sam Lantinga
- Date: Mon, 8 May 2006 14:19:30 -07002006-05-09, by Sam Lantinga
- Fixed bug #1042006-05-09, by Sam Lantinga
- Fixed bug #1442006-05-09, by Sam Lantinga
- Fixed bug #2012006-05-09, by Sam Lantinga
- Fixed bug #1062006-05-09, by Sam Lantinga
- Fixed DGA mode sorting and eliminated doublescan and interlaced modes2006-05-09, by Sam Lantinga
- Disable the screensaver in DGA mode, which is even more important than X11...2006-05-08, by Sam Lantinga
- Fixed bug #2032006-05-08, by Sam Lantinga
- (none)2006-05-08, by Sam Lantinga
- Get updates to the shadow surface while switched away2006-05-08, by Sam Lantinga
- Fixed bug #492006-05-08, by Sam Lantinga
- Made it easier to test some things on the framebuffer console2006-05-08, by Sam Lantinga
- Fixed detection of current vt when not running as root.2006-05-08, by Sam Lantinga
- Eliminate duplicate video modes2006-05-08, by Sam Lantinga
- SDL_strncpy doesn't exist2006-05-08, by Sam Lantinga
- Date: Sun, 7 May 2006 19:22:33 -04002006-05-08, by Sam Lantinga
- (none)2006-05-07, by Sam Lantinga
- (none)2006-05-07, by Sam Lantinga
- Fixed bug #1022006-05-07, by Sam Lantinga
- Fixed bug #2172006-05-07, by Sam Lantinga
- Fixed bug #2162006-05-07, by Sam Lantinga
- Fixed bug #2152006-05-07, by Sam Lantinga
- Fixed bug #802006-05-05, by Sam Lantinga
- Fixed bug #1962006-05-05, by Sam Lantinga
- (none)2006-05-04, by Sam Lantinga
- Fixed bug #452006-05-04, by Sam Lantinga
- The install target depends on the libraries being built2006-05-04, by Sam Lantinga
- Updated to include new languages and platform support2006-05-04, by Sam Lantinga
- Date: Thu, 4 May 2006 08:44:10 +0200 (CEST)2006-05-04, by Sam Lantinga
- Fixed execv warning when libtool creates wrapper executables2006-05-03, by Sam Lantinga
- Patch from Dmitry Yakimov to fix building on WinCE2006-05-03, by Sam Lantinga
- Added instructions for copying SDL_config.h2006-05-02, by Sam Lantinga
- Updated OS/2 project files2006-05-02, by Sam Lantinga
- Yeah, that's what I meant. :)2006-05-01, by Sam Lantinga
- Using the SDL C runtime functions2006-05-01, by Sam Lantinga
- Don't add NONE/bin to the path - inexplicably fixes building on mingw+msys, apparently2006-05-01, by Sam Lantinga
- Date: Sun, 30 Apr 2006 14:20:05 +10002006-05-01, by Sam Lantinga
- SDL_dummy_main.c:12: warning: ISO C does not allow extra â;â outside of a function2006-05-01, by Sam Lantinga
- SDL_sysjoystick.c:983: warning: 'return' with a value, in function returning void2006-05-01, by Sam Lantinga
- Declare volatile variables modified by interrupt routines2006-04-30, by Patrice Mandin
- Removed redundant rm2006-04-30, by Sam Lantinga
- We want to wrap HAVE_ALLOCA_H, not HAVE_ALLOCA. :)2006-04-30, by Sam Lantinga
- ------- Comment #1 From Max Horn 2006-04-17 03:08 [reply] -------2006-04-29, by Sam Lantinga
- (none)2006-04-29, by 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.2006-04-29, by Sam Lantinga
- Only use -fvisibility=hidden if SDL will define some symbols as available. :)2006-04-29, by Sam Lantinga
- [From Sam]2006-04-28, by Sam Lantinga
- Future proof C++ code2006-04-28, by Sam Lantinga
- Fixed bug #206, fatbuild.sh works flawlessly on Intel Macs2006-04-28, by Sam Lantinga
- fatbuild fixes:2006-04-27, by Ryan C. Gordon
- Fixed bug #1012006-04-27, by Sam Lantinga
- Trying to fix fatbuild.sh on intel2006-04-27, by Sam Lantinga
- Fixed compile errors on Mac OS X2006-04-27, by Sam Lantinga
- Implemented bug #52006-04-27, by Sam Lantinga
- Implemented bug #2, 117:2006-04-27, by Sam Lantinga
- SDL_Rect now uses int for position and size.SDL-1.3 2006-07-10, by Sam Lantinga
- The general code handles restoring video mode/gamma/etc. when the window loses focus.SDL-1.3 2006-07-09, by Sam Lantinga
- Implemented gamma correction on Windows.SDL-1.3 2006-07-09, by Sam Lantinga
- Implemented Win32 input grabSDL-1.3 2006-07-08, by Sam Lantinga
- SDL_PushEvent() calls the event filter code, and has a return value to tellSDL-1.3 2006-07-08, by Sam Lantinga
- Starting support for Direct3D render driver.SDL-1.3 2006-07-08, by Sam Lantinga
- Fixed compile problems with new OpenGL API.SDL-1.3 2006-07-07, by Sam Lantinga
- Fixed typo in stretch render code.SDL-1.3 2006-07-07, by Sam Lantinga
- Started on the OpenGL API revamp.SDL-1.3 2006-07-07, by Sam Lantinga
- Merged sdl.pc location fix from SDL 1.2SDL-1.3 2006-07-07, by Sam Lantinga
- Implemented Win32 video mode supportSDL-1.3 2006-07-07, by Sam Lantinga
- Proof of concept done - Win32 GDI implementation mostly complete.SDL-1.3 2006-07-06, by Sam Lantinga
- (none)SDL-1.3 2006-07-06, by Sam Lantinga
- Added a userdata parameter for event filters.SDL-1.3 2006-06-30, by Sam Lantinga
- Fixed indenting in MSVC inline assemblySDL-1.3 2006-06-30, by Sam Lantinga
- Cleaned up a bunch of warnings, started adding Win32 event supportSDL-1.3 2006-06-30, by Sam Lantinga
- You can now create multiple windows on Win32SDL-1.3 2006-06-28, by Sam Lantinga
- Further progress on the new Windows video driver:SDL-1.3 2006-06-27, by Sam Lantinga
- Include sdl.pc in the development RPMSDL-1.3 2006-06-27, by Sam Lantinga
- The screen/shadow surface flags are no longer neededSDL-1.3 2006-06-26, by Sam Lantinga
- Fixed libiconv detectionSDL-1.3 2006-06-26, by Sam Lantinga
- Fixed problem with nasm hidden visibility detectionSDL-1.3 2006-06-26, by Sam Lantinga
- Whoops, forgot to indentSDL-1.3 2006-06-26, by Sam Lantinga
- Started framework for Windows video driverSDL-1.3 2006-06-26, by Sam Lantinga
- Almost added Mac OS X nasm supportSDL-1.3 2006-06-26, by Sam Lantinga
- ------- Comment #5 From Marc Peter 2006-06-25 18:03 [reply] -------SDL-1.3 2006-06-26, by Sam Lantinga
- Merged gcc on win32 fix from SDL 1.2SDL-1.3 2006-06-25, by Sam Lantinga
- Merged fix for bug #240 from SDL 1.2SDL-1.3 2006-06-24, by Sam Lantinga
- Passing NULL to SDL_SetDisplayMode() will set the desktop mode.SDL-1.3 2006-06-24, by Sam Lantinga
- Added a multi-window version of testsprite using the new API.SDL-1.3 2006-06-24, by Sam Lantinga
- Merged fix for bug #258 from SDL 1.2SDL-1.3 2006-06-24, by Sam Lantinga
- Merged memory leak fix from SDL 1.2SDL-1.3 2006-06-24, by Sam Lantinga
- Merged SDL_GL_SWAP_CONTROL fix from SDL 1.2SDL-1.3 2006-06-24, by Sam Lantinga
- Merged Ryan's 5.1 audio fix from SDL 1.2SDL-1.3 2006-06-23, by Sam Lantinga
- Merged DirectSound dropout fix from SDL 1.2SDL-1.3 2006-06-23, by Sam Lantinga
- Merged dynamic X11 fix from SDL 1.2SDL-1.3 2006-06-23, by Sam Lantinga
- Renamed, per Mike's comment on bug #157SDL-1.3 2006-06-21, by Sam Lantinga
- Renamed, per Mike's comment on bug #157SDL-1.3 2006-06-21, by Sam Lantinga
- Fixed bug #157SDL-1.3 2006-06-21, by Sam Lantinga
- Fixed bug #256SDL-1.3 2006-06-21, by Sam Lantinga
- Date: Fri, 9 Jun 2006 11:35:23 +0300SDL-1.3 2006-06-20, by Sam Lantinga
- Date: Thu, 15 Jun 2006 14:19:47 +0200 (CEST)SDL-1.3 2006-06-20, by Sam Lantinga
- Fixed bug #251SDL-1.3 2006-06-20, by Sam Lantinga
- Bug #250, pkg-config support contributed by Mikael ErikssonSDL-1.3 2006-06-20, by Sam Lantinga
- I think this fixes bug #244SDL-1.3 2006-06-20, by Sam Lantinga
- Fixed bug #241SDL-1.3 2006-06-20, by Sam Lantinga
- Fixed bug #232SDL-1.3 2006-06-20, by Sam Lantinga
- Fixed bug #232SDL-1.3 2006-06-20, by Sam Lantinga
- This trick only works for EnglishSDL-1.3 2006-06-18, by Sam Lantinga
- Added the unicode keysym memory again for backwards compatibility.SDL-1.3 2006-06-18, by Sam Lantinga
- Fixed YUV overlay crashSDL-1.3 2006-06-18, by Sam Lantinga
- Software YUV texture support in progress...SDL-1.3 2006-06-18, by Sam Lantinga
- Finished palettized display handling.SDL-1.3 2006-06-17, by Sam Lantinga
- Default palette entries to white, instead of black.SDL-1.3 2006-06-16, by Sam Lantinga
- Working on paletted display and texture support (two different issues)SDL-1.3 2006-06-15, by Sam Lantinga
- Dummy video driver works again in high color video modes. Yay!SDL-1.3 2006-06-14, by Sam Lantinga
- More compile fixesSDL-1.3 2006-06-14, by Sam Lantinga
- SDL_SetVideoMode() compiles now...SDL-1.3 2006-06-14, by Sam Lantinga
- Added new style dummy rendererSDL-1.3 2006-06-13, by Sam Lantinga
- Adding software renderer implementationSDL-1.3 2006-06-12, by Sam Lantinga
- Overlay functions are being replaced by YUV textures.SDL-1.3 2006-06-11, by Sam Lantinga
- Finishing up keyboard code revamp, at least for now...SDL-1.3 2006-06-11, by Sam Lantinga
- Keyboard code update in progressSDL-1.3 2006-06-10, by Sam Lantinga
- Updated SDL_Surface code for software-only access, fixed some build errorsSDL-1.3 2006-06-09, by Sam Lantinga
- Moved the cursor handling into the mouse code.SDL-1.3 2006-06-09, by Sam Lantinga
- Work in progress. :)SDL-1.3 2006-06-07, by Sam Lantinga
- The test programs compile again.SDL-1.3 2006-05-29, by Sam Lantinga
- more tweaking indent optionsSDL-1.3 2006-05-29, by Sam Lantinga
- Implemented many compatibility functionsSDL-1.3 2006-05-29, by Sam Lantinga
- The dummy video driver compiles. :)SDL-1.3 2006-05-28, by Sam Lantinga
- more indent cleanupSDL-1.3 2006-05-28, by Sam Lantinga
- more indent cleanupSDL-1.3 2006-05-28, by Sam Lantinga
- fine tuning indent outputSDL-1.3 2006-05-28, by 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 2006-05-28, by Sam Lantinga
- Moved DirectInput joystick code to 1.3 branchSDL-1.3 2006-05-21, by Sam Lantinga
- Added API requested in bug #43:SDL-1.3 2006-05-20, by Sam Lantinga
- Merge trunk-1.3-3SDL-1.3 2006-05-17, by Sam Lantinga
- glSDL supportSDL-1.3 2006-05-01, by Sam Lantinga
- Merge trunk-1.3-2SDL-1.3 2006-04-28, by Sam Lantinga
- SDL-trunk-1.3-merge-1SDL-1.3 2006-04-27, by Sam Lantinga
- SDL_OPENGLBLIT is really gone...SDL-1.3 2006-04-27, by Sam Lantinga
- Updated to 1.3.0, SDL_OPENGLBLIT is no longer supportedSDL-1.3 2006-04-27, by Sam Lantinga
- Creating SDL 1.3 branchSDL-1.3 2006-04-27, by Sam Lantinga
- Info on Subversion repository access.2006-04-26, by Ryan C. Gordon
- subversion conversion complete!2006-04-26, by Sam Lantinga
- Whoops, you can't use Project Builder anymore...2006-04-22, by Sam Lantinga
- Added info about fatbuild.sh2006-04-22, by Sam Lantinga
- Mac OS X fat build works! :)2006-04-22, by Sam Lantinga
- Date: Thu, 20 Apr 2006 10:13:34 +02002006-04-20, by Sam Lantinga
- I think this is it...2006-04-19, by Sam Lantinga
- *** empty log message ***2006-04-17, by Sam Lantinga
- Added a note so I remember what the heck I was doing later. :)2006-04-17, by Sam Lantinga
- More general fix for bug #1892006-04-17, by Sam Lantinga
- Fixed bug #1892006-04-17, by Sam Lantinga
- Fixed bug #1972006-04-17, by Sam Lantinga
- Use the MAKE variable when available2006-04-17, by Sam Lantinga
- Whoops, need the actual flags here2006-04-17, by Sam Lantinga
- Miscellaneous Mac OS X fixes2006-04-17, by Sam Lantinga
- Date: Fri, 31 Mar 2006 18:28:55 -05002006-04-14, by Sam Lantinga
- A script to build a fat version of the SDL library... completely untested!2006-04-14, by Sam Lantinga
- Make sure code is only compiled if the appropriate subsystem is enabled2006-04-14, by Sam Lantinga
- Don't hardcode the output directory2006-04-14, by Sam Lantinga
- From Anders F Bj�rklund:2006-04-14, by Sam Lantinga
- Don't check dlopen on Mac OS X, to retain 10.2 compatibility2006-04-13, by Sam Lantinga
- Fixed MacOS X and Solaris detection2006-04-13, by Sam Lantinga
- Fixed compile error2006-04-13, by Sam Lantinga
- Fixed bug #552006-04-13, by Sam Lantinga
- Fixed bug #1852006-04-13, by Sam Lantinga
- Fixed bug #1792006-04-13, by Sam Lantinga
- Fixed bug #1762006-04-13, by Sam Lantinga
- Fixed bug #1932006-04-13, by Sam Lantinga
- Fixed bug #1922006-04-13, by Sam Lantinga
- Added a delay so the warning message isn't accidentally missed.2006-04-13, by Sam Lantinga
- Fixed bug #1912006-04-13, by Sam Lantinga
- Fixes bug #195:2006-04-13, by Sam Lantinga
- From Anders F Bjorklund:2006-04-12, by Sam Lantinga
- From Anders F Bjorklund:2006-04-12, by Sam Lantinga
- *** empty log message ***2006-04-12, by Sam Lantinga
- Patch from Alex to fix reverted code2006-04-12, by Sam Lantinga
- *** empty log message ***2006-03-31, by Sam Lantinga
- Ugh, more 64-bit cleanup2006-03-31, by Sam Lantinga
- Date: Wed, 29 Mar 2006 17:26:55 +0200 CEST2006-03-31, by Sam Lantinga
- Fixed building DLL on Windows2006-03-25, by Sam Lantinga
- Fixed some ultra-pedantic gcc warnings2006-03-24, by Sam Lantinga
- Fixed bug #1772006-03-24, by Sam Lantinga
- SDL_X11_LoadSymbols() was reporting success when required symbols weren't2006-03-24, by Ryan C. Gordon
- Fixed compiler warning.2006-03-23, by Ryan C. Gordon
- A less rude way of doing the same thing...2006-03-23, by Sam Lantinga
- These files should be included from SDL_config.h (so they get SDL_platform.h)2006-03-23, by Sam Lantinga
- ls shouldn't barf if it gets passed a path starting with - (e.g. -lesd)2006-03-23, by Sam Lantinga
- Fixed bug #1752006-03-23, by Sam Lantinga
- *** empty log message ***2006-03-23, by Sam Lantinga
- Fixed bug #1712006-03-23, by Sam Lantinga
- Fixed DirectFB detection2006-03-23, by Sam Lantinga
- Hopefully fixed up DirectFB detection2006-03-23, by Sam Lantinga
- *sigh*2006-03-23, by Sam Lantinga
- More dynamic X11 mangling...should fix NetBSD builds. And hopefully doesn't2006-03-23, by Ryan C. Gordon
- Need time.h for nanosleep too...2006-03-23, by Sam Lantinga
- Better wscons detection2006-03-23, by Sam Lantinga
- *** empty log message ***2006-03-23, by Sam Lantinga
- Only use the visibility attribute in gcc 4.0 or newer2006-03-23, by Sam Lantinga
- Updated my email address.2006-03-23, by Ryan C. Gordon
- Consolidate all the X11 libraries, so you don't have to update 12 different2006-03-23, by Ryan C. Gordon
- Lines swapped to match ordering elsewhere2006-03-22, by Sam Lantinga
- Close off warning about setAppleMenu on Mac OS X 10.4 SDK.2006-03-22, by Ryan C. Gordon
- Don't detect Altivec on MacOS X Intel2006-03-22, by Sam Lantinga
- Xrandr support in the X11 target.2006-03-22, by Ryan C. Gordon
- Improved DirectFB install detection2006-03-22, by Sam Lantinga
- *** empty log message ***2006-03-22, by Sam Lantinga
- Patched to compile on 32-bit X11, I think.2006-03-22, by Ryan C. Gordon
- Date: Tue, 4 Mar 2003 15:05:31 -08002006-03-22, by Sam Lantinga
- Fixed bug #612006-03-22, by Sam Lantinga
- *** empty log message ***2006-03-22, by Sam Lantinga
- Fixed bug #502006-03-22, by Sam Lantinga
- Eric rocks. :)2006-03-22, by Sam Lantinga
- I'm dumping the old Xcode support, since it's too hard to maintain,2006-03-22, by Sam Lantinga
- The exports file is no longer used by the Xcode project2006-03-22, by Sam Lantinga
- Reverted SDL_config.h from accidental checkin. (see Bugzilla #171).2006-03-22, by Ryan C. Gordon
- GLX_STEREO doesn't have a parameter2006-03-22, by Sam Lantinga
- Whoops, that shouldn't have snuck in there.2006-03-22, by Ryan C. Gordon
- Updated dynamic X11 code. See details in Bugzilla #170.2006-03-22, by Ryan C. Gordon
- Default to use the visibility attribute, on gcc (is this okay?)2006-03-22, by Sam Lantinga
- Added support for gcc4's -fvisibility=hidden option.2006-03-22, by Ryan C. Gordon
- *** empty log message ***2006-03-21, by Sam Lantinga
- Add /usr/local to the build paths by default2006-03-21, by Sam Lantinga
- Updated to libtool-1.5.222006-03-21, by Sam Lantinga
- Fixed bug #1672006-03-21, by Sam Lantinga
- *** empty log message ***2006-03-21, by Sam Lantinga
- Good idea, renaming OpenBSD audio to BSD audio.2006-03-21, by Sam Lantinga
- Allow adding to the INCLUDE path2006-03-21, by Sam Lantinga
- Fixed bug #522006-03-21, by Sam Lantinga
- Show an error message if autoconf isn't found2006-03-21, by Sam Lantinga
- Fall back to autogen259 if autogen isn't available2006-03-21, by Sam Lantinga
- Fixed bug #182006-03-21, by Sam Lantinga
- Try to fill the hardware audio buffer immediately.2006-03-21, by Ryan C. Gordon
- Keep mouse cursor state sane on focus change in Quartz driver.2006-03-21, by Ryan C. Gordon
- ------- Comment #8 From Sergey Svishchev 2006-03-19 12:35 [reply] -------2006-03-20, by Sam Lantinga
- Fixed bug #113:2006-03-20, by Sam Lantinga
- Fixed bug #902006-03-20, by Sam Lantinga
- Fixed bug #842006-03-19, by Sam Lantinga
- Fixed bug #892006-03-19, by Sam Lantinga
- Fixed bug #842006-03-19, by Sam Lantinga
- Left the debug code more explicit2006-03-19, by Sam Lantinga
- Fixed bug #792006-03-19, by Sam Lantinga
- Fixed bug #42006-03-19, by Sam Lantinga
- Fixed bug #1662006-03-19, by Sam Lantinga
- Implemented RISC OS and OS/2 desktop resolution code (thanks to Alan and Doodle)2006-03-18, by Sam Lantinga
- EXTRA_LDFLAGS are the linker flags and libraries needed to build SDL.2006-03-18, by Sam Lantinga
- I did not find in configure.in where SYSTEM_LIBS where set for other platforms, and why I did not have required extra libraries added in sdl-config, so I set it there2006-03-17, by Patrice Mandin
- *** empty log message ***2006-03-16, by Sam Lantinga
- Added current_w and current_h to the SDL_VideoInfo structure, which is set to the desktop resolution during video intialization, and then set to the current resolution when a video mode is set.2006-03-15, by Sam Lantinga
- Fixed bug #332006-03-15, by Sam Lantinga
- From: "Alex Volkov"2006-03-15, by Sam Lantinga
- Fixed bug #152006-03-15, by Sam Lantinga
- Quartz implementation for SDL_DisplayYUVOverlay() was returning non-zero on2006-03-15, by Ryan C. Gordon
- Added disk/dummy audio and dummy video to the Visual CE projects2006-03-15, by Sam Lantinga
- *** empty log message ***2006-03-15, by Sam Lantinga
- *** empty log message ***2006-03-15, by Sam Lantinga
- Corrected dummy audio callback firing to be realistic, cleaned up tabs.2006-03-14, by Ryan C. Gordon
- WIN32 is no longer defined on Windows builds2006-03-14, by Sam Lantinga
- Added disk and dummy drivers to the Visual C++ projects2006-03-14, by Sam Lantinga
- *** empty log message ***2006-03-14, by Sam Lantinga
- By default all the real targets have dummy audio/video and disk audio.2006-03-14, by Sam Lantinga
- Implemented dummy audio driver.2006-03-14, by Ryan C. Gordon
- Fixed cut-and-paste error in DC audio target.2006-03-14, by Ryan C. Gordon
- Updated CodeWarrior export list with SDL_iconv2006-03-14, by Sam Lantinga
- Updated MacOS Classic and MacOS X exports list2006-03-14, by Sam Lantinga
- The check for UTF-* isn't needed anymore since UTF-8 has the same code range.2006-03-14, by Sam Lantinga
- Fixed bug #672006-03-14, by Sam Lantinga
- Fixed bug #1242006-03-14, by Sam Lantinga
- Fixed bug #382006-03-14, by Sam Lantinga
- Fixed bug #462006-03-14, by Sam Lantinga
- (patch tweaked a bit)2006-03-14, by Sam Lantinga
- *** empty log message ***2006-03-14, by Sam Lantinga
- CFLAGS are separate from EXTRA_CFLAGS2006-03-14, by Sam Lantinga
- Add the NAS library directory, since X11 is dynamically loaded now...2006-03-13, by Sam Lantinga
- RFC 3629 restricted the range of characters encoded with UTF-8 to 0000-10FFFF (the UTF-16 accessible range)2006-03-13, by Sam Lantinga
- Updated by Ryan Gordon2006-03-13, by Sam Lantinga
- *** empty log message ***2006-03-13, by Sam Lantinga
- Updated MacOS Classic build2006-03-13, by Sam Lantinga
- The exports file isn't necessary on BeOS anymore2006-03-13, by Sam Lantinga
- Added SDL_iconv.c to the Embedded Visual C++ projects2006-03-13, by Sam Lantinga
- *** empty log message ***2006-03-13, by Sam Lantinga
- Added _strnicmp support2006-03-13, by Sam Lantinga
- Added SDL_iconv.c to MPW Makefile2006-03-13, by Sam Lantinga
- Win32 fixes2006-03-13, by Sam Lantinga
- Added SDL_iconv.c to the Dreamcast Makefile2006-03-13, by Sam Lantinga
- The Win32 exports file isn't used by mingw anymore2006-03-13, by Sam Lantinga
- Fixed bug #1122006-03-13, by Sam Lantinga
- Added SDL_iconv.c to the Visual C++ projects2006-03-13, by Sam Lantinga
- Fixed bug #1392006-03-13, by Sam Lantinga
- *** empty log message ***2006-03-13, by Sam Lantinga
- props yo2006-03-13, by Sam Lantinga
- UTF-32 by definition can't handle characters higher than 0x10FFFF2006-03-13, by Sam Lantinga
- Added UTF-8 <-> UTF-16 <-> UTF-32 <-> UCS-2 <-> UCS-4 conversion capability2006-03-13, by Sam Lantinga
- Blah2006-03-12, by Sam Lantinga
- Fixed bug #1502006-03-12, by Sam Lantinga
- Fixed bug #1492006-03-12, by Sam Lantinga
- Fixes from Dmitry Yakimov:2006-03-11, by Sam Lantinga
- *** empty log message ***2006-03-11, by Sam Lantinga
- Might have fixed 64-bit issues. :)2006-03-11, by Sam Lantinga
- Fixed make distclean2006-03-11, by Sam Lantinga
- Clean up temporary files. I'm not sure how this got removed, but whatever...2006-03-11, by Sam Lantinga
- X11 support isn't installed by default2006-03-11, by Sam Lantinga
- Don't crash if SDL_Flip() is called with an OpenGL mode set2006-03-09, by Sam Lantinga
- Dynamic OpenGL loading is the default now. :)2006-03-09, by Sam Lantinga
- Prettified. :)2006-03-09, by Sam Lantinga
- Eric is setting up X11 support for the XCode project2006-03-09, by Sam Lantinga
- Cleaning up warnings on MacOS X2006-03-09, by Sam Lantinga
- Re-added C runtime support for Visual C++ 5,62006-03-08, by Sam Lantinga
- *** empty log message ***2006-03-08, by Sam Lantinga
- Added documentation on how to build a completely useless SDL library. :)2006-03-08, by Sam Lantinga
- *** empty log message ***2006-03-08, by Sam Lantinga
- QNX changes from Mike Gorchak2006-03-08, by Sam Lantinga
- Yet more Win64 tweaks2006-03-07, by Sam Lantinga
- More Win64 updates2006-03-07, by Sam Lantinga
- Updated MacOS X support2006-03-07, by Sam Lantinga
- Only use Altivec on PowerPC architecture2006-03-06, by Sam Lantinga
- Add missing asm source files2006-03-06, by Patrice Mandin
- Date: Mon, 6 Mar 2006 19:00:45 +01002006-03-06, by Sam Lantinga
- Get Microsoft's preprocessor symbols in there2006-03-06, by Sam Lantinga
- Maybe it's easier to collect the big-endian architectures. :)2006-03-06, by Sam Lantinga
- Whoops, built without libC support - doh!2006-03-06, by Sam Lantinga
- Fixed more Win64 portability issues2006-03-06, by Sam Lantinga
- Enabled libc support on Win32, so we don't break binary compatibility in 1.22006-03-06, by Sam Lantinga
- Fixed declarations to match mingw includes2006-03-06, by Sam Lantinga
- Added ARM and SH4 detection for WinCE development environment2006-03-06, by Sam Lantinga
- Don't put X_LIBS in the linker flags if we're dynamically loading X112006-03-06, by Sam Lantinga
- Removed accidentally copied/pasted script for ALSA detection2006-03-06, by Sam Lantinga
- *** empty log message ***2006-03-05, by Sam Lantinga
- Updated WinCE support by Dmitry (with some tweaks)2006-03-04, by Sam Lantinga
- *** empty log message ***2006-03-04, by Sam Lantinga
- *** empty log message ***2006-03-03, by Sam Lantinga
- *** empty log message ***2006-03-02, by Sam Lantinga
- Updated for Dreamcast KOS June 2005 snapshot:2006-03-02, by Sam Lantinga
- *** empty log message ***2006-03-02, by Sam Lantinga
- Date: Wed, 01 Mar 2006 10:14:31 +00002006-03-02, by Sam Lantinga
- Date: Wed, 1 Mar 2006 23:52:09 +01002006-03-02, by Sam Lantinga
- SetClassLongPtr isn't available in MinGW yet2006-03-01, by Sam Lantinga
- Fixed a bunch of 64-bit compatibility problems2006-03-01, by Sam Lantinga
- Hah, standard stdio code crashed on the test case.2006-02-27, by Sam Lantinga
- Whoops, missed one2006-02-27, by Sam Lantinga
- Date: Mon, 27 Feb 2006 17:01:43 +01002006-02-27, by Sam Lantinga
- *** empty log message ***2006-02-27, by Sam Lantinga
- Argh, I forgot that zip merges files into the archive instead of recreating it.2006-02-27, by Sam Lantinga
- Removing unused Makefile.am files2006-02-27, by Sam Lantinga
- Did I mention I'm anal? :) Fixed spacing in SDL_rwops.h2006-02-27, by Sam Lantinga
- Build both the .tar.gz and .zip archives when creating a CVS snapshot.2006-02-27, by Sam Lantinga
- Prefer the raw Win32 API over stdio for file RWops2006-02-27, by Sam Lantinga
- Date: Mon, 27 Feb 2006 02:17:29 +01002006-02-27, by Sam Lantinga
- Need this or things might misbuild on G3 Mac OS, I think.2006-02-27, by Ryan C. Gordon
- Oops, missed the header2006-02-26, by Sam Lantinga
- Fixed some OpenWatcom warnings2006-02-26, by Sam Lantinga
- Updated OS/2 build, yay!2006-02-26, by Sam Lantinga
- Getting closer... :)2006-02-26, by Sam Lantinga
- Passing a NULL GL library does the right thing nowadays.2006-02-26, by Sam Lantinga
- Fixed warnings in -pedantic mode2006-02-26, by Sam Lantinga
- Date: Sun, 26 Feb 2006 11:25:09 +09002006-02-26, by Sam Lantinga
- Make sure the OpenGL library is loaded before setting up OpenGL2006-02-26, by Sam Lantinga
- Use the right dynamic GL on MacOS Classic2006-02-26, by Sam Lantinga
- Created a single makefile for all the tests2006-02-26, by Sam Lantinga
- Added SDL_sysloadso.c to the Visual C++ project2006-02-25, by Sam Lantinga
- SDL_windows.h is no longer necessary2006-02-25, by Sam Lantinga
- *** empty log message ***2006-02-25, by Sam Lantinga
- Updated CodeWarrior projects (at least MacOS ones)2006-02-25, by Sam Lantinga
- *** empty log message ***2006-02-25, by Sam Lantinga
- Date: Sat, 25 Feb 2006 14:26:19 +0100 (CET)2006-02-25, by Sam Lantinga
- Update for Visual C++ 6.02006-02-24, by Sam Lantinga
- Updated with MrC includes and function definitions2006-02-24, by Sam Lantinga
- *** empty log message ***2006-02-24, by Sam Lantinga
- Hmm, how am I going to keep from committing bad versions of this?2006-02-24, by Sam Lantinga
- Updated MacOS Classic MPW build2006-02-24, by Sam Lantinga
- Updated for Visual Studio Express 20052006-02-24, by Sam Lantinga
- Added pre-configured versions of SDL_config.h for various platforms2006-02-24, by Sam Lantinga
- testplatform replaces testtypes, testendian, and testcpuinfo2006-02-24, by Sam Lantinga
- Added preliminary support for MiNT /dev/mouse driver (disabled atm)2006-02-23, by Patrice Mandin
- *** empty log message ***2006-02-23, by Sam Lantinga
- *** empty log message ***2006-02-23, by Sam Lantinga
- *** empty log message ***2006-02-22, by Sam Lantinga
- Fixed script on mingw2006-02-22, by Sam Lantinga
- *** empty log message ***2006-02-22, by Sam Lantinga
- ranlib needs to be run after the library is installed...2006-02-21, by Sam Lantinga
- FIXME:2006-02-21, by Sam Lantinga
- Fixed include files2006-02-21, by Patrice Mandin
- Fixed assembly alignment error on Intel Macs.2006-02-21, by Sam Lantinga
- *** empty log message ***2006-02-21, by Sam Lantinga
- Fixed build warnings on Intel Mac2006-02-21, by Sam Lantinga
- Fixed some preprocessor mangling2006-02-21, by Sam Lantinga
- Whoops, forgot to check in this fix2006-02-21, by Sam Lantinga
- *** empty log message ***2006-02-21, by Sam Lantinga
- Added a test case2006-02-21, by Sam Lantinga
- *** empty log message ***2006-02-21, by Sam Lantinga
- Catch the C++ and Objective C sources too...2006-02-21, by Sam Lantinga
- Use consistent identifiers for the various platforms we support.2006-02-21, by Sam Lantinga
- *** empty log message ***2006-02-21, by Sam Lantinga
- Date: Mon, 20 Feb 2006 19:54:51 -05002006-02-21, by Sam Lantinga
- *** empty log message ***2006-02-20, by Sam Lantinga
- Whoops. :)2006-02-20, by Sam Lantinga
- Added rules to build libSDLmain.a2006-02-20, by Sam Lantinga
- Add missing include directories2006-02-20, by Patrice Mandin
- Hum badly edited source2006-02-20, by Patrice Mandin
- Set the install permissions correctly2006-02-20, by Sam Lantinga
- Pass LDFLAGS to the build system2006-02-20, by Sam Lantinga
- *** empty log message ***2006-02-20, by Sam Lantinga
- Blargle-fnargle dependencies and build rules2006-02-20, by Sam Lantinga
- Added DESTDIR support2006-02-20, by Sam Lantinga
- Fixed X11 library detection2006-02-20, by Sam Lantinga
- Fixed build dependencies... ugh2006-02-20, by Sam Lantinga
- Tests require SDL 1.2.102006-02-20, by Sam Lantinga
- Pick the right default GL library on IRIX2006-02-20, by Sam Lantinga
- Fixed defaults for 8 bpp visuals2006-02-20, by Sam Lantinga
- build fixes for IRIX 6.5 - dynamic X11 loading works! :)2006-02-20, by Sam Lantinga
- NetBSD support2006-02-20, by Sam Lantinga
- *** empty log message ***2006-02-20, by Sam Lantinga
- On FreeBSD, alloca is defined in stdlib.h2006-02-20, by Sam Lantinga
- Completely removed dependency on automake2006-02-20, by Sam Lantinga
- Use only safe string functions2006-02-19, by Sam Lantinga
- *** empty log message ***2006-02-19, by Sam Lantinga
- *** empty log message ***2006-02-19, by Sam Lantinga
- I don't think we need aclocal anymore (comes from the automake package)2006-02-19, by Sam Lantinga
- sprintf should have been snprintf2006-02-19, by Sam Lantinga
- QuickTime depends on Carbon and ApplicationServices2006-02-19, by Sam Lantinga
- *** empty log message ***2006-02-19, by Sam Lantinga
- Whoops2006-02-19, by Sam Lantinga
- Added a reminder on where to put libSDL.so2006-02-18, by Sam Lantinga
- Detect the X11 library on Solaris x862006-02-18, by Sam Lantinga
- Doh! Bitten by search and replace. :)2006-02-18, by Sam Lantinga
- More fixes for building on BeOS2006-02-18, by Sam Lantinga
- Fixes for BeOS and Solaris builds2006-02-17, by Sam Lantinga
- spaces, not tabs. :)2006-02-16, by Sam Lantinga
- Add missing clause2006-02-16, by Patrice Mandin
- Fix typo2006-02-16, by Patrice Mandin
- Fixed building with cygwin2006-02-16, by Sam Lantinga
- *** empty log message ***2006-02-16, by Sam Lantinga
- New configure-based build system. Still work in progress, but much improved2006-02-16, by Sam Lantinga
- *** empty log message ***2006-02-10, by Sam Lantinga
- *** empty log message ***2006-02-10, by Sam Lantinga
- More header massaging... works great on Windows. ;-)2006-02-10, by Sam Lantinga
- Whoops, need this. :)2006-02-10, by Sam Lantinga
- *** empty log message ***2006-02-10, by Sam Lantinga
- *** empty log message ***2006-02-10, by Sam Lantinga
- Fixed build problem with SDL_string.c2006-02-09, by Sam Lantinga
- Started the process of improving configure support, and merging C types2006-02-09, by Sam Lantinga
- Disable freaking autoheader. :)2006-02-09, by Sam Lantinga
- Changed X11 header order so it works on Solaris.2006-02-08, by Ryan C. Gordon
- Fixes for new SDL embedded libc stuff2006-02-08, by Patrice Mandin
- *** empty log message ***2006-02-08, by Sam Lantinga
- Date: Mon, 6 Feb 2006 11:41:04 -05002006-02-08, by Sam Lantinga
- Check for strtod2006-02-08, by Sam Lantinga
- Default to build SDL without MSVCRT2006-02-08, by Sam Lantinga
- Fixes for Visual C++ 6.02006-02-07, by Sam Lantinga
- G:\SDL-12-CVS\src\video\math_private.h(171) : error C4226:2006-02-07, by Sam Lantinga
- *** empty log message ***2006-02-07, by Sam Lantinga
- Fixed it Hayashi Naoyuki's way. :)2006-02-07, by Sam Lantinga
- Configure dynamically generates SDL_config.h2006-02-07, by Sam Lantinga
- Faster fades when changing to/from/between fullscreen modes on Mac OS X. Also,2006-02-07, by Ryan C. Gordon
- *** empty log message ***2006-02-07, by Sam Lantinga
- Removed uses of stdlib.h and string.h2006-02-07, by Sam Lantinga
- Don't touch code that we brought in from other sources2006-02-07, by Sam Lantinga
- Use SDL_ prefixed versions of C library functions.2006-02-07, by Sam Lantinga
- SDL_config.h will eventually be a general feature set test,2006-02-06, by Sam Lantinga
- Proper credit to uClibc :)2006-02-06, by Sam Lantinga
- *** empty log message ***2006-02-06, by Sam Lantinga
- Update from Alan Buckley2006-02-06, by Sam Lantinga
- A few fixes to get this building on Linux again2006-02-06, by Sam Lantinga
- It's now possible to build SDL without any C runtime at all on Windows,2006-02-06, by Sam Lantinga
- Seek back to start on error2006-02-04, by Sam Lantinga
- Date: Sat, 04 Feb 2006 19:47:23 +09002006-02-04, by Sam Lantinga
- Resolved bug #1302006-02-04, by Sam Lantinga
- From: Hayashi Naoyuki2006-02-03, by Sam Lantinga
- Resolve bug #1202006-02-03, by Sam Lantinga
- Favor using pthread_mutexattr_settype() on Linux.2006-02-03, by Sam Lantinga
- Fixed compile warning2006-02-03, by Sam Lantinga
- Update for mintlib 0.57.6 (m68k-atari-mint libc)2006-02-02, by Patrice Mandin
- Date: Wed, 1 Feb 2006 18:20:33 -08002006-02-02, by Sam Lantinga
- AAlib driver was using C runtime string functions without including string.h.2006-02-02, by Ryan C. Gordon
- Logic bug in X11 Unicode input shutdown...was checking for == NULL2006-02-01, by Ryan C. Gordon
- Eliminate duplicate modes with different refresh rates2006-02-01, by Sam Lantinga
- Updated exports2006-02-01, by Sam Lantinga
- *** empty log message ***2006-02-01, by Sam Lantinga
- Merged useful fixes from 1.3 branch2006-02-01, by Sam Lantinga
- Fixed dynamic X11 for now, I think.2006-02-01, by Ryan C. Gordon
- *** empty log message ***2006-02-01, by Sam Lantinga
- Updated copyright information and removed rcs id lines (problematic in branch merges)2006-02-01, by Sam Lantinga
- *** empty log message ***2006-02-01, by Sam Lantinga
- Add flag to post mouse button events or not, and use defined function to post them2006-01-31, by Patrice Mandin
- Bah, I don't know what I'm doing.2006-01-31, by Sam Lantinga
- Quit building the frigging F77 libtool configuration!2006-01-31, by Sam Lantinga
- We're no longer doing compile checks on the X11 extensions which we include.2006-01-31, by Sam Lantinga
- Changed references to XFree86 to Xext to match change in directory structure.2006-01-31, by Ryan C. Gordon
- Reverted in favor of this one:2006-01-31, by Sam Lantinga
- XFree86 directory renamed to Xext2006-01-31, by Sam Lantinga
- Date: Tue, 05 Jul 2005 21:43:26 +10002006-01-31, by Sam Lantinga
- Date: Sat, 14 Jan 2006 15:16:01 -05002006-01-31, by Sam Lantinga
- Oops2006-01-31, by Sam Lantinga
- Removed some old Mac OS X cruft.2006-01-30, by Ryan C. Gordon
- Corrects dynamic X11 code on Tru64 systems.2006-01-30, by Ryan C. Gordon
- This library is now available under the LGPL 2.1, the major change of which2006-01-30, by Sam Lantinga
- *** empty log message ***2006-01-30, by Sam Lantinga
- Fixed crash:2006-01-30, by Sam Lantinga
- Date: Sun, 6 Mar 2005 17:06:20 +01002006-01-30, by Sam Lantinga
- Date: Fri, 18 Feb 2005 20:49:35 +0200 (EET)2006-01-29, by Sam Lantinga
- Added some useful command line arguments for testing2006-01-29, by Sam Lantinga
- Fixed palette bug on non-WinCE2006-01-29, by Sam Lantinga
- Only save the window position if we're in windowed mode2006-01-29, by Sam Lantinga
- The event code was fine, and calculated the SDL_windowX/Y correctly.2006-01-29, by Sam Lantinga
- Date: Fri, 18 Feb 2005 07:58:00 +02002006-01-29, by Sam Lantinga
- Cleaned up the app registration stuff a bit2006-01-29, by Sam Lantinga
- Date: Tue, 15 Feb 2005 21:28:48 +0900 (JST)2006-01-29, by Sam Lantinga
- Use the executable directory, not the current directory, for stdio output files2006-01-29, by Sam Lantinga
- *** empty log message ***2006-01-29, by Sam Lantinga
- Report both absolute and relative motion2006-01-29, by Sam Lantinga
- Date: Fri, 14 Jan 2005 21:52:46 +01002006-01-29, by Sam Lantinga
- Date: Sat, 15 Jan 2005 02:01:51 +0000 (UTC)2006-01-29, by Sam Lantinga
- *** empty log message ***2006-01-29, by Sam Lantinga
- Re-query the SDL_WINDOWID each time we initialize the video2006-01-29, by Sam Lantinga
- *** empty log message ***2006-01-28, by Sam Lantinga
- Avoid warnings in Visual C++ 20052006-01-27, by Sam Lantinga
- *** empty log message ***2006-01-27, by Sam Lantinga
- Wacky! :)2006-01-27, by Sam Lantinga
- Fixed to match the docs2006-01-27, by Sam Lantinga
- Date: Mon, 23 Feb 2004 23:29:20 -05002006-01-27, by Sam Lantinga
- Who'd have thought that Windows CE wouldn't have the environment APIs?2006-01-26, by Sam Lantinga
- Compile fix for Window CE2006-01-26, by Sam Lantinga
- Whoops! (hope this compiles...)2006-01-26, by Sam Lantinga
- Updated config* from CVS2006-01-26, by Sam Lantinga
- Some explanation on why SDL_RWFromFP doesn't always work on Win322006-01-26, by Sam Lantinga
- Use Win32 API for putenv/getenv to avoid C runtime conflicts2006-01-26, by Sam Lantinga
- Correctly manage mouse relative motion2006-01-25, by Patrice Mandin
- SDL_GetVideoMode, part 3: pixel count compare was failing when only 1 video mode was present2006-01-25, by Patrice Mandin
- Date: Mon, 22 Sep 2003 23:31:54 -0700 (PDT)2006-01-25, by Sam Lantinga
- Date: Sun, 21 Sep 2003 19:52:42 -06002006-01-25, by Sam Lantinga
- *** empty log message ***2006-01-25, by Sam Lantinga
- Hopefully the X servers have been fixed (in 5 years) :)2006-01-25, by Sam Lantinga
- Date: Thu, 04 Sep 2003 02:12:35 +02002006-01-25, by Sam Lantinga
- Date: 10 Jun 2003 15:30:59 -04002006-01-24, by Sam Lantinga
- te: Thu, 17 Apr 2003 11:25:26 -07002006-01-24, by Sam Lantinga
- Date: Thu, 19 Jan 2006 20:02:29 +02002006-01-20, by Sam Lantinga
- [PATCH] SDL_GetVideoMode() does not find best mode, part 22006-01-19, by Patrice Mandin
- Rollback 1.28 change, but only for UpdateRects function this time2006-01-19, by Patrice Mandin
- Fixed MPW include file order2006-01-19, by Sam Lantinga
- *** empty log message ***2006-01-19, by Sam Lantinga
- Implemented ToUnicode() support on Windows 95/98/ME/NT/2000/XP2006-01-19, by Sam Lantinga
- Added .cvsignore to the XME directory.2006-01-19, by Ryan C. Gordon
- Updated Windows CE/PocketPC support...adds GAPI driver, landscape mode,2006-01-19, by Ryan C. Gordon
- Fixed up build script to catch some of the newer files in a "make dist" run.2006-01-19, by Ryan C. Gordon
- *** empty log message ***2006-01-19, by Sam Lantinga
- Catch X11 extension errors...since most of these are notifications that we2006-01-14, by Ryan C. Gordon
- Don't trample SDL_LoadObject()'s error message in GL loader.2006-01-13, by Ryan C. Gordon
- Make error message meaningful if dlopen() fails on libX11.2006-01-13, by Ryan C. Gordon
- Patched to compile with debugging enabled.2006-01-13, by Ryan C. Gordon
- More dynamic X11 work.2006-01-13, by Ryan C. Gordon
- Patched to compile.2006-01-12, by Ryan C. Gordon
- Add XME hooks to X11 driver instead of relying on libxme...libxme hasn't2006-01-12, by Ryan C. Gordon
- Properly restore vidmode when switching back to SDL's virtual terminal with2006-01-10, by Ryan C. Gordon
- From Bug #36:2006-01-08, by Ryan C. Gordon
- Rollback2006-01-08, by Patrice Mandin
- Load default OpenGL library if needed at driver initialization2006-01-08, by Patrice Mandin
- Disable XBIOS driver for mouse and joystick under MiNT. Will write a driver for /dev/mouse later.2006-01-06, by Patrice Mandin
- Minor bit of debug output added to dynamic X11 code.2006-01-06, by Ryan C. Gordon
- Make some dynamic X11 symbols option. _XData32 and _XRead32 are only available2006-01-06, by Ryan C. Gordon
- For sanity's sake, removed the '&' when passing copy_row array to asm.2006-01-06, by Ryan C. Gordon
- Patched to compile.2006-01-06, by Ryan C. Gordon
- Added optimized C 32bit RGB<->RGBA alpha masking blitter from Alex Volkov.2006-01-05, by Ryan C. Gordon
- testblitspeed.c improvements: cleaned up output, and allow user to set surface2006-01-05, by Ryan C. Gordon
- From Mike Frysinger and/or Gentoo:2006-01-05, by Ryan C. Gordon
- Patch from Michael Bonfils to add CPUID support for x86 Solaris.2006-01-05, by Ryan C. Gordon
- From Mike Frysinger and/or Gentoo:2006-01-05, by Ryan C. Gordon
- From Mike Frysinger and/or Gentoo:2006-01-05, by Ryan C. Gordon
- More dynamic X11 fixes...catches some code in Xlib headers that caused2006-01-04, by Ryan C. Gordon
- Windows should use _beginthreadex() instead of CreateThread(), to avoid a2006-01-04, by Ryan C. Gordon
- Debug code should check right function names.2006-01-04, by Ryan C. Gordon
- Removed some incorrect comments in the "dc" driver that survived the2006-01-04, by Ryan C. Gordon
- Bumped the version number for the next release2006-01-04, by Sam Lantinga
- Use a simple table for Unicode translation2006-01-02, by Patrice Mandin
- Quartz driver: Make sure we pass a pointer to the right type.2006-01-02, by Ryan C. Gordon
- Quartz driver: Correctly handle SDL_DOUBLEBUF|SDL_FULLSCREEN when the2006-01-02, by Ryan C. Gordon
- Quartz target: set x and y field of mode list to 0 in SDL_ListMode call.2006-01-02, by Ryan C. Gordon
- Oops, actually use the timings in the modes db. :)2006-01-02, by Sam Lantinga
- *** empty log message ***2006-01-02, by Sam Lantinga
- Added support for parsing /etc/fb.modes, based on Stephane Marchesin's patch2006-01-02, by Sam Lantinga
- Toggle flip debugging in testsprite.c on the command line, not as a hardcoded2006-01-02, by Ryan C. Gordon
- Quartz target shouldn't crash if an event thread is used.2006-01-02, by Ryan C. Gordon
- To: sdl@libsdl.org2006-01-02, by Ryan C. Gordon
- To: sdl@libsdl.org2006-01-01, by Ryan C. Gordon
- Bumped windib's priority above DirectX, since both DirectDraw and DirectInput2006-01-01, by Ryan C. Gordon
- Added preliminary missingtranslation from Atari to Unicode charset2006-01-01, by Patrice Mandin
- From: "alan buckley" <alan_baa@hotmail.com>2005-12-23, by Sam Lantinga
- To: sdl@libsdl.org2005-12-21, by Ryan C. Gordon
- Patched to compile on gcc 2.95.3.2005-12-19, by Ryan C. Gordon
- Updated to the latest glext.h2005-12-14, by Sam Lantinga
- Date: Tue, 13 Dec 2005 13:33:50 +00002005-12-13, by Sam Lantinga
- Fixed configure script on latest Mac OS X developer tools (and hopefully2005-12-12, by Ryan C. Gordon
- Matched SDL_AllowRW and SDL_FreeRW calls in SDL_rwops.c ...2005-12-12, by Ryan C. Gordon
- Date: Sat, 10 Dec 2005 18:29:41 +01002005-12-12, by Ryan C. Gordon
- Date: Sun, 11 Dec 2005 20:37:04 +01002005-12-12, by Ryan C. Gordon
- From: Mike Frysinger <vapier@gentoo.org>2005-12-12, by Ryan C. Gordon
- Fixed gcc 4 warnings2005-12-08, by Sam Lantinga
- Fixed compiling with gcc 4, patch applied from Gentoo Bugzilla:2005-12-08, by Sam Lantinga
- Fixed compile warnings with gcc 42005-12-08, by Sam Lantinga
- Fixed OpenGL usage in Quartz target when SDL_SetVideoMode() is called without2005-12-06, by Ryan C. Gordon
- Date: Sun, 04 Dec 2005 21:43:46 -05002005-12-05, by Ryan C. Gordon
- Don't need to link against libstdc++ on Mac OS X now.2005-12-01, by Ryan C. Gordon
- To: sdl@libsdl.org2005-11-28, by Ryan C. Gordon
- Seperate glX from HAVE_OPENGL, for platforms that have both an X server and2005-11-23, by Ryan C. Gordon
- OS/2 port!2005-11-23, by Ryan C. Gordon
- Moved Quartz SDL_GL_LoadLibrary() to SDL_loadso interface.2005-11-23, by Ryan C. Gordon
- Added #include "SDL_loadso.h" to SDL.h.2005-11-23, by Ryan C. Gordon
- To: sdl@libsdl.org2005-11-22, by Ryan C. Gordon
- Patched OpenBSD audio to compile on newer GCC versions.2005-11-22, by Ryan C. Gordon
- Apparently some bits of the BSD joystick code are x86 only...joystick.h2005-11-22, by Ryan C. Gordon
- Date: Tue, 22 Nov 2005 14:11:06 +0100 (MET)2005-11-22, by Ryan C. Gordon
- Fixed bug reported here:2005-11-22, by Ryan C. Gordon
- X11 driver now chooses "libGL.so.1" as a default when a NULL is passed to2005-11-22, by Ryan C. Gordon
- Quartz driver OpenGL updates:2005-11-22, by Ryan C. Gordon
- From: Tyler Montbriand <tsm@accesscomm.ca>2005-11-22, by Ryan C. Gordon
- Don't use X11 unicode keys on anything but keypress events.2005-11-21, by Ryan C. Gordon
- Real Unicode support for X11. Based on updated version of this patch:2005-11-21, by Ryan C. Gordon
- SDL_GL_LoadLibrary() was returning 1, and not 0, to signify "success" on the2005-11-20, by Ryan C. Gordon
- Date: Mon, 17 Oct 2005 20:09:03 -04002005-11-19, by Ryan C. Gordon
- Fixed Altivec support on Mac OS X.2005-11-17, by Ryan C. Gordon
- Enable dynamic X11 on Mac OS X.2005-11-17, by Ryan C. Gordon
- Split up src/SDL_loadso.c into platform directories.2005-11-17, by Ryan C. Gordon
- Don't crash if a NULL is passed for a "%s" parameter to SDL_SetError(),2005-11-17, by Ryan C. Gordon
- Fixed crash when dynamic X11 fails to load system Xlib libraries at runtime.2005-11-17, by Ryan C. Gordon
- Use the right libs in dynamic X11 loading.2005-11-08, by Ryan C. Gordon
- Date: Sun, 06 Nov 2005 18:23:03 +09002005-11-06, by Ryan C. Gordon
- Dynamically load X11 libraries like we currently do for alsa, esd, etc.2005-11-05, by Ryan C. Gordon
- Date: Sat, 05 Nov 2005 17:46:48 +09002005-11-05, by Sam Lantinga
- Date: Tue, 1 Nov 2005 20:25:10 +01002005-11-01, by Sam Lantinga
- Date: Tue, 1 Nov 2005 02:51:09 +00002005-11-01, by Ryan C. Gordon
- Date: Mon, 31 Oct 2005 14:23:34 +01002005-11-01, by Ryan C. Gordon
- Prevent division-by-zero in WarpMouse if surface's pitch is zero (a GL surface?).2005-10-30, by Ryan C. Gordon
- Enable altivec blitters on PowerPC Linux, and some fixes for recent2005-10-20, by Ryan C. Gordon
- Placate gcc's strict aliasing rules with an extra cast.2005-10-20, by Ryan C. Gordon
- Closed a memory leak caused when quitting video subsystem on Quartz target.2005-10-13, by Ryan C. Gordon
- Valgrind fix.2005-10-11, by Ryan C. Gordon
- POSIX clock_gettime() isn't available on Linux before 2.6, and the symbol may2005-10-11, by Ryan C. Gordon
- Date: Mon, 10 Oct 2005 13:09:32 +03002005-10-11, by Ryan C. Gordon
- Date: Tue, 11 Oct 2005 16:58:12 +0300 (EEST)2005-10-11, by Ryan C. Gordon
- Fixed some compiler warnings about "unreachable code" on Watcom C.2005-10-03, by Ryan C. Gordon
- Fixed compiler warnings in Watcom C.2005-10-03, by Ryan C. Gordon
- SDL_CDROMInit() shouldn't be a stub in the dummy driver, since that's2005-10-02, by Ryan C. Gordon
- Updates to PocketPC (WinCE) support, thanks to Dmitry Yakimov at2005-09-29, by Ryan C. Gordon
- Removed atexit() from most of the test programs; atexit(SDL_Quit) isn't safe2005-09-28, by Ryan C. Gordon
- Typo that broke Windows builds.2005-09-28, by Ryan C. Gordon
- Same inline asm bug in S8 mixer, fixed last night, is also in the MSVC version.2005-09-28, by Ryan C. Gordon
- Patched inline assembly to compile on gcc 4.0.1. Details are here:2005-09-28, by Ryan C. Gordon
- From: "Alex Volkov" <avcp-sdlmail@usa.net>2005-09-27, by Ryan C. Gordon
- Date: Sat, 17 Sep 2005 13:38:49 +02002005-09-27, by Ryan C. Gordon