2007-07-14 |
Sam Lantinga |
Fixed bug #373
SDL-1.2
|
2007-07-14 |
Ryan C. Gordon |
Mac OS X/x86 won't build the MMX/YUV inline assembly without optimizations
SDL-1.2
|
2007-07-14 |
Ryan C. Gordon |
Reverted r3255:3256. Don't actually need it unless the build is broken. :)
SDL-1.2
|
2007-07-14 |
Ryan C. Gordon |
Removed some unused static variables.
SDL-1.2
|
2007-07-14 |
Ryan C. Gordon |
Mac OS X thinks we want a function call to SDL_memcpy() and not memcpy() here,
SDL-1.2
|
2007-07-13 |
Patrice Mandin |
Call GEM_CheckMouseMode everytime something may change mouse form, and do it properly
SDL-1.2
|
2007-07-13 |
Patrice Mandin |
Simplify setting window title
SDL-1.2
|
2007-07-13 |
Sam Lantinga |
Update default cross-compile install prefix for the latest mingw toolchain
SDL-1.2
|
2007-07-12 |
Patrice Mandin |
Formatting with tabs
SDL-1.2
|
2007-07-12 |
Sam Lantinga |
A better fix for building DGA code on Solaris 8, inspired by the NetBSD pkgsrc patch.
SDL-1.2
|
2007-07-12 |
Sam Lantinga |
Ryan's fix is still good for the built-in version of iconv_open()
SDL-1.2
|
2007-07-12 |
Sam Lantinga |
Fixed iconv handling on Solaris 11
SDL-1.2
|
2007-07-12 |
Sam Lantinga |
Fixed bug #455
SDL-1.2
|
2007-07-12 |
Sam Lantinga |
Added note about SDL_config.h
SDL-1.2
|
2007-07-12 |
Sam Lantinga |
Fixed joystick name detection
SDL-1.2
|
2007-07-12 |
Sam Lantinga |
Warn Visual C++ users if they have a stale configure generated SDL_config.h
SDL-1.2
|
2007-07-11 |
Sam Lantinga |
Added key composition support, courtesy of Kuon
SDL-1.2
|
2007-07-11 |
Ryan C. Gordon |
Added more release notes.
SDL-1.2
|
2007-07-11 |
Ryan C. Gordon |
Merged r3207:3208 from trunk/SDL: *INDENT-OFF* for inline asm.
SDL-1.2
|
2007-07-11 |
Ryan C. Gordon |
Cleaned up tabs.
SDL-1.2
|
2007-07-11 |
Ryan C. Gordon |
GCC inline asm for MMX YUV processing no longer has textrels and now works when
SDL-1.2
|
2007-07-11 |
Sam Lantinga |
Fixed VC++ warnings
SDL-1.2
|
2007-07-11 |
Sam Lantinga |
Removed unreferenced variable
SDL-1.2
|
2007-07-11 |
Sam Lantinga |
I think this fixes bug #261
SDL-1.2
|
2007-07-10 |
Sam Lantinga |
Updated SVN checkout instructions
SDL-1.2
|
2007-07-10 |
Ryan C. Gordon |
Set the error after freeing stuff, just in case one of those functions resets
SDL-1.2
|
2007-07-10 |
Ryan C. Gordon |
Reverted most of r3200:3201: a malloc() failure would leave a zero-byte
SDL-1.2
|
2007-07-10 |
Sam Lantinga |
Simplified Win32 file opening code
SDL-1.2
|
2007-07-10 |
Sam Lantinga |
Sort of fixed NAS detection on NetBSD - requires that /usr/pkg be in your include/linker/library path
SDL-1.2
|
2007-07-10 |
Ryan C. Gordon |
Whoops, reverted changes that shouldn't have been committed with #3197.
SDL-1.2
|
2007-07-10 |
Ryan C. Gordon |
Don't leak the readahead buffer if win32 rwops file open fails.
SDL-1.2
|
2007-07-10 |
Sam Lantinga |
Backported the NAS detection from SDL 1.3, replacing the broken NetBSD patch
SDL-1.2
|
2007-07-10 |
Ryan C. Gordon |
Added a '*/' for whiney compilers that don't like comments-in-comments.
SDL-1.2
|
2007-07-10 |
Sam Lantinga |
Added patch note for file I/O speedup
SDL-1.2
|
2007-07-10 |
Sam Lantinga |
Fixed bug #453
SDL-1.2
|
2007-07-10 |
Sam Lantinga |
I'm reverting this patch...
SDL-1.2
|
2007-07-10 |
Sam Lantinga |
Merged some patches from NetBSD pkgsrc:
SDL-1.2
|
2007-07-10 |
Sam Lantinga |
Added patch-aj from NetBSD pkgsrc:
SDL-1.2
|
2007-07-10 |
Sam Lantinga |
Fixed signed/unsigned mismatch ... hmm, limited to 2 GB reads? Fix in SDL 1.3
SDL-1.2
|
2007-07-10 |
Sam Lantinga |
Added read-ahead support for Win32 file IO
SDL-1.2
|
2007-07-09 |
Ryan C. Gordon |
Removed note about initializing mixing buffers.
SDL-1.2
|
2007-07-09 |
Ryan C. Gordon |
Reverted patch in revision #3139, since it changes behaviour, which isn't good
SDL-1.2
|
2007-07-08 |
Sam Lantinga |
Applied patch from OpenBSD ports package
SDL-1.2
|
2007-07-08 |
Sam Lantinga |
Merged FreeBSD joystick patch
SDL-1.2
|
2007-07-08 |
Sam Lantinga |
Fixed bug #437
SDL-1.2
|
2007-07-08 |
Sam Lantinga |
Fixed bug #451
SDL-1.2
|
2007-07-08 |
Sam Lantinga |
Fixed configure warning about datarootdir
SDL-1.2
|
2007-07-08 |
Sam Lantinga |
Fixed typo... did somebody not compile this before submitting a patch?
SDL-1.2
|
2007-07-08 |
Ryan C. Gordon |
This looks like it might hit Bugzilla #441, too, so we'll play it safe.
SDL-1.2
|
2007-07-08 |
Ryan C. Gordon |
Clear the NOFRAME and RESIZABLE flags in the X11 target before setting their
SDL-1.2
|
2007-07-08 |
Ryan C. Gordon |
Fixed compiler warning (gcc w/ -Wall) for using getpid() and kill() without
SDL-1.2
|
2007-07-08 |
Ryan C. Gordon |
Fixed compiler warning (gcc w/ -Wall) for unused variable, and checked for
SDL-1.2
|
2007-07-07 |
Sam Lantinga |
Use GL direct updates when possible
SDL-1.2
|
2007-07-07 |
Sam Lantinga |
Fixed bug #360
SDL-1.2
|
2007-07-06 |
Sam Lantinga |
Reverted mousewheel support in 1.2, since it breaks binary compatibility.
SDL-1.2
|
2007-07-06 |
Sam Lantinga |
Ugh... actually changing what buttons are returned to the application. Maybe we should wait until SDL 1.3 for horizontal scrolling support?
SDL-1.2
|
2007-07-06 |
Sam Lantinga |
Fixed bug #382
SDL-1.2
|
2007-07-06 |
Sam Lantinga |
Fixed bug #322
SDL-1.2
|
2007-07-05 |
Sam Lantinga |
Fixed Windows build
SDL-1.2
|
2007-07-05 |
Sam Lantinga |
Fixed bug #436
SDL-1.2
|