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
|