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
|