2007-04-04 |
Ryan C. Gordon |
Const correctness patch for SDL_MapRGB and SDL_MapRGBA.
SDL-1.2
|
2007-04-04 |
Ryan C. Gordon |
BlitRGBtoRGBPixelAlphaMMX() is putting the wrong value into a register.
SDL-1.2
|
2007-04-04 |
Ryan C. Gordon |
Fixed buggy SDL_VIDEO_X11_MOUSEACCEL behaviour...correctly free buffer, and
SDL-1.2
|
2007-04-01 |
Ryan C. Gordon |
Date: Sat, 31 Mar 2007 16:39:52 +0200
SDL-1.2
|
2007-03-30 |
Ryan C. Gordon |
Adjusted to handle different constness in older versions of iconv.
SDL-1.2
|
2007-03-30 |
Ryan C. Gordon |
Patched to compile on Visual Studio.
SDL-1.2
|
2007-03-28 |
Ryan C. Gordon |
Fixed Mac OS X config header when compiling with -Wundef.
SDL-1.2
|
2007-03-27 |
Ryan C. Gordon |
From: Laurence Passmore
SDL-1.2
|
2007-03-18 |
Ryan C. Gordon |
Mac OS X joystick support: don't ignore kHIDUsage_GD_MultiAxisController
SDL-1.2
|
2007-03-14 |
Ryan C. Gordon |
Linux fbcon: don't include asm/page.h if we know getpagesize() exists, since
SDL-1.2
|
2007-02-23 |
Ryan C. Gordon |
Removed some debug printf() calls I accidentally added to Subversion.
SDL-1.2
|
2007-02-20 |
Ryan C. Gordon |
Merged r2987:2988 from trunk/SDL: buggy Sidewinder ID added to linux joysticks.
SDL-1.2
|
2007-02-20 |
Ryan C. Gordon |
Need to set DLSCL_ADMINISTRATIVE coop level in directfb driver, or YUV overlay
SDL-1.2
|
2007-02-16 |
Ryan C. Gordon |
SDL_SetWindowCaption() on Windows: try to use the unicode
SDL-1.2
|
2007-02-16 |
Ryan C. Gordon |
Minor const correctness patch to SDL_iconv.
SDL-1.2
|
2007-02-15 |
Ryan C. Gordon |
Patched fbcon to compile on newer Linux kernels that don't #define PAGE_SIZE,
SDL-1.2
|
2007-02-15 |
Ryan C. Gordon |
Force chars to unsigned chars in SDL_string.c, so platforms that expect
SDL-1.2
|
2007-02-14 |
Ryan C. Gordon |
Removed the contents of the BUGS file, as most (all?) of the issues were
SDL-1.2
|
2007-02-14 |
Ryan C. Gordon |
Quartz code should use F13, F14, and F15 keys instead of PrintScreen,
SDL-1.2
|
2007-02-13 |
Ryan C. Gordon |
Corrected wrong SDK path in build-scripts/fatbuild.sh.
SDL-1.2
|
2007-02-13 |
Ryan C. Gordon |
Free all the created cursors in test/testcursor.c.
SDL-1.2
|
2007-02-12 |
Ryan C. Gordon |
Digital Mars has stdint.h, so use the header on Windows with that compiler.
SDL-1.2
|
2007-02-12 |
Ryan C. Gordon |
Handle source data alignment correctly in Blit32to32SurfaceAlphaAltivec().
SDL-1.2
|
2007-02-05 |
Ryan C. Gordon |
Patched to compile on BeOS and old, old GCC releases.
SDL-1.2
|
2007-02-03 |
Ryan C. Gordon |
Actually, this is dumb, just simplify this for now.
SDL-1.2
|
2007-02-03 |
Ryan C. Gordon |
Moved otherwise-unused underscore-prepending code in dlopen backend into an
SDL-1.2
|
2007-01-23 |
Sam Lantinga |
Updated svn repository
SDL-1.2
|
2007-01-14 |
Patrice Mandin |
Add error message if not using SDL_LoadObject
SDL-1.2
|
2007-01-11 |
Patrice Mandin |
Disable TurboVeille screensaver if present
SDL-1.2
|
2007-01-04 |
Patrice Mandin |
Alpha sort the test list, add missing ones, remove removed ones
SDL-1.2
|
2006-12-11 |
Ryan C. Gordon |
Fix of HBITMAP leak in GAPI driver by Dmitry Yakimov.
SDL-1.2
|
2006-12-01 |
Ryan C. Gordon |
Merge r2921:2922 from SDL trunk to 1.2 branch: mingw alloca.h workaround.
SDL-1.2
|
2006-11-29 |
Ryan C. Gordon |
Wrapped some macro params in parentheses for alloca wrappers.
SDL-1.2
|
2006-11-21 |
Ryan C. Gordon |
From: Gabriel Gambetta
SDL-1.2
|
2006-11-21 |
Ryan C. Gordon |
Added sdl.pc to svn:ignore.
SDL-1.2
|
2006-11-19 |
Patrice Mandin |
Check video driver mouse cursor pointers before using them
SDL-1.2
|
2006-11-13 |
Ryan C. Gordon |
X11 backend: tell app that mouse focus has been obtained when grabbing the
SDL-1.2
|
2006-11-12 |
Ryan C. Gordon |
Block fruity channel values in dspaudio, or the fragment size won't be a
SDL-1.2
|
2006-11-07 |
Ryan C. Gordon |
BeOS loadso code now reports failure correctly from SDL_LoadObject(), and uses
SDL-1.2
|
2006-11-07 |
Ryan C. Gordon |
Man, who let this moron near printf()?! :)
SDL-1.2
|
2006-11-07 |
Ryan C. Gordon |
Added a test program for loadso subsystem.
SDL-1.2
|
2006-11-07 |
Ryan C. Gordon |
Chopped out some code to match changes in revision #2793 to fix build...but
SDL-1.2
|
2006-11-03 |
Ryan C. Gordon |
Merged r2896:2897 from trunk (use dummy joystick if subsystem enabled and
SDL-1.2
|
2006-10-29 |
Ryan C. Gordon |
A few more AmigaOS things.
SDL-1.2
|
2006-10-29 |
Ryan C. Gordon |
Removed broken AmigaOS support.
SDL-1.2
|
2006-10-29 |
Ryan C. Gordon |
Added some newer binaries to svn:ignore.
SDL-1.2
|
2006-10-29 |
Ryan C. Gordon |
joyGetPosEx() was using the wrong variable for specifying a device; this is
SDL-1.2
|
2006-10-29 |
Ryan C. Gordon |
Closing minor memory leak in XME code.
SDL-1.2
|
2006-10-27 |
Ryan C. Gordon |
Fix for buffer overflow in audio code, when feeding a device that needs
SDL-1.2
|
2006-10-21 |
Patrice Mandin |
Also save/restore fpu register in vbl interrupt
SDL-1.2
|
2006-10-01 |
Sam Lantinga |
backport from 1.3
SDL-1.2
|
2006-10-01 |
Ryan C. Gordon |
1.2 backport: Replaced strncmp for SDL_AUDIODRIVER test with strcasecmp.
SDL-1.2
|
2006-09-24 |
Sam Lantinga |
Fixed bug #292
SDL-1.2
|
2006-09-24 |
Sam Lantinga |
Fixed formatting
SDL-1.2
|
2006-09-24 |
Sam Lantinga |
Fixed bug #286
SDL-1.2
|
2006-09-24 |
Sam Lantinga |
Fixed bug #281
SDL-1.2
|
2006-09-24 |
Sam Lantinga |
Fixed bug #316
SDL-1.2
|
2006-09-24 |
Sam Lantinga |
Fixed bug #321
SDL-1.2
|
2006-09-24 |
Sam Lantinga |
Fixed bug #270
SDL-1.2
|
2006-09-24 |
Sam Lantinga |
Bumped the version in subversion to 1.2.12
SDL-1.2
|