log

age author description
2007-08-12 Sam Lantinga This is byte order dependent.
2007-08-12 Sam Lantinga indent
2007-08-12 Sam Lantinga Gained 5 FPS in testsprite because Mac OS X memset is highly optimized
2007-08-12 Sam Lantinga Test using glTextureRangeAPPLE
2007-08-12 Sam Lantinga indent
2007-08-12 Sam Lantinga Fixed compiling the Altivec blit code
2007-08-12 Sam Lantinga Optimized OpenGL renderer for Mac OS X.
2007-08-12 Sam Lantinga Fixed crash if conversion fails. Use ISO name for Latin-1
2007-08-12 Sam Lantinga Fixed compile warnings with Visual C++
2007-08-11 Sam Lantinga Exported the software renderer texture functions to make easier to create
2007-08-11 Sam Lantinga Date: Sat, 11 Aug 2007 02:03:16 +0200 (CEST)
2007-08-11 Sam Lantinga Updated the credits for SDL 1.3
2007-08-11 Sam Lantinga Whoops, it's not quite that easy - fixed bug in SDL_ClearDirtyRects()
2007-08-11 Sam Lantinga Optimized dirty rect code
2007-08-11 Sam Lantinga Emphasized the separation between SDL_Surface and SDL_Texture
2007-08-11 Sam Lantinga indent
2007-08-11 Sam Lantinga Don't run indent on the Xcode templates
2007-08-10 Sam Lantinga Figured out how to optimize the SDL_compat path and simplify writing framebuffer drivers
2007-08-07 Sam Lantinga 1.3 video API design chat
2007-08-07 Sam Lantinga Some thoughts on 1.3 video written down
2007-07-26 Bob Pendleton changed to use SDL_realloc()
2007-07-25 Bob Pendleton make indent
2007-07-25 Bob Pendleton Added gamma table support to X11. Also now supports DirectColor visuals.
2007-07-24 Bob Pendleton make indent
2007-07-23 Sam Lantinga Switched afxres.h to winresrc.h
2007-07-23 Bob Pendleton Oops, meant PsuedoColor not TrueColor
2007-07-23 Sam Lantinga indent
2007-07-23 Sam Lantinga Added support for the --depth command line option
2007-07-22 Sam Lantinga Fixed bug #467
2007-07-21 Sam Lantinga Unpacked project archives to get individual file history in subversion
2007-07-18 Sam Lantinga Better windres detection
2007-07-16 Sam Lantinga Fixed bug #460
2007-07-16 Sam Lantinga Added support for building version.rc in Windows build.
2007-07-16 Sam Lantinga Fixed bug #428
2007-07-15 Sam Lantinga Merged fix for bug #457 from SDL 1.2
2007-07-15 Sam Lantinga indent
2007-07-15 Ryan C. Gordon Merged r3292:3293 from branches/SDL-1.2: testjoystick verbose info.
2007-07-15 Sam Lantinga indent
2007-07-15 Sam Lantinga Split acinclude.m4 into its component parts for easy updating
2007-07-14 Ryan C. Gordon Merged r3261:3262 from branches/SDL-1.2: MMX/YUV with __OPTIMIZE__.
2007-07-14 Ryan C. Gordon Reverted r3255:3256. Don't actually need it unless the build is broken. :)
2007-07-14 Ryan C. Gordon Merged r3257:3258 from branches/SDL-1.2: unused MMX variables.
2007-07-14 Ryan C. Gordon Merged r3255:3256 from branches/SDL-1.2: stdlib problem with SDL_memcpy macro.
2007-07-14 Patrice Mandin Use correct function
2007-07-14 Patrice Mandin Missing variable declarations
2007-07-13 Patrice Mandin Rename LockAudio,UnlockAudio to LockDevice,UnlockDevice. Also some small fixes
2007-07-13 Patrice Mandin Delete old files
2007-07-13 Patrice Mandin Update GEM driver to new API, will have to fill the void later :)
2007-07-13 Patrice Mandin Disable video extensions atm
2007-07-13 Patrice Mandin Missing include file
2007-07-13 Patrice Mandin Simplify setting window title
2007-07-12 Bob Pendleton This code adds support for DirectColor visuals to SDL 1.3. The support uses part of the Xmu library. To ensure that the library is
2007-07-12 Sam Lantinga Merged Ryan's patch from revision 3238 in SDL 1.2
2007-07-12 Sam Lantinga Whoops, needed to remove the other version of getlocale()
2007-07-12 Sam Lantinga Fixed bug #455
2007-07-12 Sam Lantinga Updated version to 1.3, added testgl2 test program
2007-07-12 Sam Lantinga Yes, you need to set the pixel format before creating a context.
2007-07-12 Sam Lantinga Visual C++ compiler warning fixes
2007-07-12 Sam Lantinga Creating a context makes it current, per the documentation.
2007-07-12 Sam Lantinga Added note about SDL_config.h - merged from revision 3227 on SDL 1.2 branch
2007-07-12 Sam Lantinga Fixed joystick name detection - merged from revision 3226 on SDL 1.2 branch
2007-07-12 Sam Lantinga Warn Visual C++ users if they have a stale configure generated SDL_config.h
2007-07-11 Sam Lantinga indent
2007-07-11 Sam Lantinga indent
2007-07-11 Sam Lantinga Fixed compiling YUV code
2007-07-11 Sam Lantinga Fixed compiling the x11 driver
2007-07-11 Sam Lantinga Needed an autorelease pool around the NSText allocation
2007-07-11 Sam Lantinga Added key composition support, courtesy of Kuon
2007-07-11 Ryan C. Gordon Merged r3211:3213 from branches/SDL-1.2: YUV MMX inline asm for GCC.
2007-07-11 Sam Lantinga indent doesn't know how to handle inline asm
2007-07-10 Sam Lantinga Updated SVN checkout instructions
2007-07-10 Ryan C. Gordon Merged r3201:3204 from branches/SDL-1.2: win32 rwops tweaks.
2007-07-10 Sam Lantinga Merged memory leak fix from SDL 1.2
2007-07-10 Sam Lantinga NAS dynamic loading is going to be have to looked at... *sigh*
2007-07-10 Bob Pendleton Added stubs for x11 gamma functions and enabled them in SDL_x11video.c
2007-07-10 Sam Lantinga Oh yeah, they're boolean values...
2007-07-10 Sam Lantinga Updated to use size_t instead of int for amounts of data.
2007-07-10 Sam Lantinga Merged read-ahead support for Win32 file I/O from SDL 1.2 revision 3183
2007-07-10 Sam Lantinga Merged part of NetBSD pkgsrc patch-aj:
2007-07-08 Sam Lantinga Fixed bug #451
2007-07-08 Sam Lantinga Fixed configure warning about datarootdir
2007-07-08 Ryan C. Gordon Merged r3165:3166 from branches/SDL-1.2: gcc -Wall fix in arts audio target.
2007-07-06 Bob Pendleton fixed code for printing mousewheel events to match the new format of mousewheel events.
2007-07-06 Sam Lantinga Reverted mousewheel support in 1.2, since it breaks binary compatibility.
2007-07-06 Sam Lantinga Fixed bug #382
2007-07-05 Sam Lantinga Fixed bug #436
2007-07-05 Sam Lantinga Fixed bug #77
2007-07-05 Sam Lantinga Fixed mode code under VMware running Windows 98
2007-07-05 Sam Lantinga I'm not sure this is a good idea yet, since it adds a unicows.dll redistribution requirement on windows, but adding unicows allows SDL 1.3 to run on Windows 98.
2007-07-05 Sam Lantinga Removed campatibility behavior for 1.3
2007-07-05 Ryan C. Gordon Replaced a few memset/memcpy calls with SDL_memset/SDL_memcpy.
2007-07-05 Ryan C. Gordon Merged r3140:3141 from branches/SDL-1.2: loopwave fix.
2007-07-05 Ryan C. Gordon Merged r3138:3139 from branches/SDL-1.2: Don't init audio callback buffer.
2007-07-04 Sam Lantinga Fix for bug #447 merged from SDL 1.2
2007-07-04 Sam Lantinga Fixed bug #349
2007-07-03 Sam Lantinga stupid indent
2007-07-03 Ryan C. Gordon Merged r3125:3126 from branches/SDL-1.2: yasm/nasm warning fix.
2007-07-02 Sam Lantinga Fixed assembly relocation problems, so we can check for NASM on Mac OS X.
2007-06-30 Sam Lantinga Merged change from 1.2 to add X11 path for OpenGL detection
2007-06-29 Ryan C. Gordon Patched to compile (missing #endif from a mismerge). Thanks to Peter Mackay
2007-06-28 Sam Lantinga iconv() doesn't write to the data, just make compilers happy
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.