2005-07-07 |
Patrice Mandin |
Don't generate multiple mouse focus events
|
2005-07-01 |
Patrice Mandin |
Document IKBD hardware problem with mouse buttons and joystick fire buttons
|
2005-06-30 |
Patrice Mandin |
Cleanup C2P routine
|
2005-06-30 |
Patrice Mandin |
4bits screen also has hardware palette
|
2005-06-30 |
Patrice Mandin |
Was not using firstcolor parameter
|
2005-06-29 |
Patrice Mandin |
Direct newbies to what to do
|
2005-06-29 |
Patrice Mandin |
Avoid generating multiple key press/release messages for the same key
|
2005-06-29 |
Patrice Mandin |
Call old interrupt when receiving MIDI stuff
|
2005-06-29 |
Patrice Mandin |
Remove debug code
|
2005-06-25 |
Patrice Mandin |
Forgot enumeration value for Atari clones
|
2005-06-24 |
Ryan C. Gordon |
Patch from Antonio SJ Musumeci:
|
2005-06-15 |
Ryan C. Gordon |
The Darwin/MacOSX joystick code is largely copied from the HID Utilities
|
2005-06-12 |
Patrice Mandin |
[PATCH] SDL_GetVideoMode() do not find the best video mode
|
2005-06-07 |
Patrice Mandin |
Use wrong line length of menubar save buffer
|
2005-06-07 |
Patrice Mandin |
Save/restore system palette when application topped/untopped
|
2005-06-06 |
Patrice Mandin |
Another forgotten variable declaration
|
2005-06-06 |
Patrice Mandin |
Use correct system function to free memory
|
2005-06-06 |
Patrice Mandin |
SDL will center surface on screen for us
|
2005-06-06 |
Patrice Mandin |
Forgot variable declaration
|
2005-06-06 |
Patrice Mandin |
Restore and save menu bar when entering and exiting fullscreen mode
|
2005-06-06 |
Patrice Mandin |
Can not grab mouse
|
2005-06-03 |
Patrice Mandin |
Better mouse lose/gain focus
|
2005-06-02 |
Patrice Mandin |
Resize window to fit asked video mode
|
2005-06-02 |
Patrice Mandin |
Enable/disable mouse focus
|
2005-05-31 |
Patrice Mandin |
Add Centscreen extended modes support
|
2005-05-20 |
Patrice Mandin |
Used wrong offset in joystick packet
|
2005-05-20 |
Sam Lantinga |
Date: Tue, 22 Mar 2005 23:50:20 +0100
|
2005-05-18 |
Patrice Mandin |
Add Falcon Centscreen extension support
|
2005-05-16 |
Sam Lantinga |
Support SDL_VIDEO_X11_NODIRECTCOLOR for OpenGL visuals
|
2005-05-16 |
Sam Lantinga |
Date: Tue, 10 May 2005 22:15:25 +0100
|
2005-05-16 |
Sam Lantinga |
Eh, more correct.
|
2005-05-16 |
Sam Lantinga |
Date: Mon, 02 May 2005 04:23:16 -0500
|
2005-05-16 |
Sam Lantinga |
*** empty log message ***
|
2005-05-08 |
Sam Lantinga |
*** empty log message ***
|
2005-05-05 |
Patrice Mandin |
Add support for ARAnyM Atari emulator
|
2005-04-20 |
Ryan C. Gordon |
Patched to compile again on x86 systems that use the assembly blitters.
|
2005-04-17 |
Ryan C. Gordon |
Some work on using accelerated alpha blits with hardware surfaces.
|
2005-04-17 |
Ryan C. Gordon |
SDL_CDOpen() fails on Linux if data track on disc is mounted in the
|
2005-04-17 |
Ryan C. Gordon |
Holding down shift while moving the mouse's scrollwheel on MacOS X makes the
|
2005-04-17 |
Ryan C. Gordon |
Mixer: Visual C MMX asm code now aligns loops to 16 bytes.
|
2005-04-17 |
Ryan C. Gordon |
Fixed direction key input on WinCE devices, thanks to
|
2005-04-17 |
Ryan C. Gordon |
Altivec-optimized blitters!
|
2005-04-17 |
Ryan C. Gordon |
Added some parentheses for a little more macro safety. Recommended by Petri
|
2005-04-01 |
Patrice Mandin |
Release CPU when waiting
|
2005-03-30 |
Patrice Mandin |
Optimize also for 68020 and higher CPUs
|
2005-03-07 |
Patrice Mandin |
Disable debug code
|
2005-03-07 |
Patrice Mandin |
Dynamically create list of video modes, easier to add new ones
|
2005-03-02 |
Patrice Mandin |
Was using width of surface instead of pitch to calculate length of surface width in words
|
2005-02-22 |
Patrice Mandin |
Preliminary support for Blowup and Screen Blaster 3 extensions on Atari Falcon 030
|
2005-02-15 |
Ryan C. Gordon |
Added testblitspeed to aid in profiling of SDL's blitters.
|
2005-02-13 |
Sam Lantinga |
Ugly hack to make this work with gcc 2.x and 3.x
|
2005-02-12 |
Sam Lantinga |
Date: Tue, 01 Feb 2005 17:53:07 -0800
|
2005-02-12 |
Sam Lantinga |
[SDL] [PATCH] fix FB_VideoQuit for ia64
|
2005-02-12 |
Sam Lantinga |
Date: Wed, 26 Jan 2005 13:37:09 GMT
|
2005-01-29 |
Patrice Mandin |
clear convert.buf before filling it
|
2005-01-25 |
Sam Lantinga |
The fix is going back in. :)
|
2005-01-25 |
Sam Lantinga |
Date: Mon, 24 Jan 2005 21:37:56 +0800
|
2005-01-18 |
Sam Lantinga |
Date: Sun, 16 Jan 2005 19:20:15 +0100
|
2005-01-18 |
Sam Lantinga |
Date: Sat, 15 Jan 2005 15:06:01 -0600
|
2005-01-17 |
Ryan C. Gordon |
Date: Mon, 17 Jan 2005 20:54:50 +0200
|
2005-01-13 |
Sam Lantinga |
Fix various problems with the timer code.
|
2005-01-12 |
Sam Lantinga |
Clarified the code in the pixel format allocation
|
2005-01-12 |
Sam Lantinga |
Select patches included from The NetBSD Package Collection (www.pkgsrc.org)
|
2005-01-08 |
Sam Lantinga |
Avoid gcc parse errors on Win32. This is fine in general because gcc uses
|
2005-01-04 |
Sam Lantinga |
Bumped the minor version number...
|
2005-01-04 |
Sam Lantinga |
Fix potential use of freed memory in the threaded timer system
|
2005-01-04 |
Sam Lantinga |
*** empty log message ***
|
2005-01-03 |
Sam Lantinga |
Date: Sun, 2 Jan 2005 18:36:09 +0100
|
2005-01-02 |
Sam Lantinga |
Allow SDL to be loaded by Matlab
|
2005-01-02 |
Sam Lantinga |
Date: Fri, 31 Dec 2004 04:14:09 +0900
|
2004-12-27 |
Sam Lantinga |
Date: Fri, 24 Dec 2004 23:32:06 -0500
|
2004-12-19 |
Sam Lantinga |
*** empty log message ***
|
2004-12-16 |
Sam Lantinga |
*** empty log message ***
|
2004-12-16 |
Sam Lantinga |
*** empty log message ***
|
2004-12-15 |
Sam Lantinga |
Added change log notes
release-1.2.8
|
2004-12-14 |
Sam Lantinga |
Date: Tue, 14 Dec 2004 12:08:30 +0100
|
2004-12-14 |
Sam Lantinga |
Date: Mon, 13 Dec 2004 21:28:18 -0500
|
2004-12-13 |
Sam Lantinga |
*** empty log message ***
|
2004-12-13 |
Sam Lantinga |
Whoops. :)
|
2004-12-13 |
Sam Lantinga |
No really, don't link with the ALSA library!
|
2004-12-13 |
Sam Lantinga |
ALSA is loaded dynamically now, so it's safe to build into the library
|
2004-12-06 |
Patrice Mandin |
Document new OpenGL feature
|
2004-12-06 |
Sam Lantinga |
Updated SDL for MacOS X Xcode support
|
2004-12-04 |
Patrice Mandin |
Some Atari OpenGL implementations draw upside down
|
2004-12-04 |
Patrice Mandin |
Be sure to compile without OpenGL enabled
|
2004-12-02 |
Patrice Mandin |
Wrong RGB24 to RGB16 conversion
|
2004-12-02 |
Patrice Mandin |
Wrong pixel size for source buffer for old drivers
|
2004-11-30 |
Sam Lantinga |
*** empty log message ***
|
2004-11-30 |
Patrice Mandin |
TinyGL only support RGB24 color buffer
|
2004-11-30 |
Sam Lantinga |
Added a usage example for SDL_GetWMInfo()
|
2004-11-30 |
Sam Lantinga |
Date: Wed, 24 Nov 2004 01:25:48 +0100
|
2004-11-30 |
Sam Lantinga |
Date: Sat, 27 Nov 2004 13:35:43 +0100
|
2004-11-30 |
Patrice Mandin |
Forgot to change window title in the normal case
|
2004-11-28 |
Patrice Mandin |
TinyGL does not have glFinish, only glFlush
|
2004-11-27 |
Patrice Mandin |
Wrong size of parameters for SDL_Swap32 m68k assembly routine
|
2004-11-27 |
Patrice Mandin |
Forgot to flush OpenGL buffer using glFinish
|
2004-11-26 |
Patrice Mandin |
Keep current OpenGL context when possible
|
2004-11-26 |
Patrice Mandin |
Final touches to OSMesa OpenGL support on Atari, using loadable libraries. Hope SDL 1.2.8 is out soon.
|
2004-11-26 |
Patrice Mandin |
Restore everything when a function pointer is NULL
|
2004-11-25 |
Patrice Mandin |
Factorize OSMesa OpenGL code for Atari drivers
|
2004-11-22 |
Patrice Mandin |
Remove ambiguous/useless code
|
2004-11-22 |
Patrice Mandin |
Do not use registers when not necessary
|
2004-11-22 |
Patrice Mandin |
Add conversion routines for unsupported screen formats
|
2004-11-22 |
Patrice Mandin |
Add m68k assembly routines for endianness conversion
|
2004-11-21 |
Patrice Mandin |
Add OSMesa OpenGL support to the Atari GEM video driver
|
2004-11-21 |
Sam Lantinga |
Date: Fri, 19 Nov 2004 06:23:53 -0800 (PST)
|
2004-11-20 |
Patrice Mandin |
Add missing --add-missing
|
2004-11-20 |
Patrice Mandin |
sdl-config already provides needed libs for MiNT build
|
2004-11-20 |
Patrice Mandin |
OSMesa draws upside down
|
2004-11-17 |
Patrice Mandin |
Grr, have to resort video modes one more time
|
2004-11-17 |
Patrice Mandin |
Add support for OpenGL on Atari using OSMesa, the offscreen rendering driver from Mesa
|
2004-11-15 |
Sam Lantinga |
Updated for Visual C++ 6 build
|
2004-11-15 |
Sam Lantinga |
Updated for Visual C++ 6 build
|
2004-11-15 |
Sam Lantinga |
*** empty log message ***
|
2004-11-15 |
Sam Lantinga |
Restore the user specified window proc after shutdown
|
2004-11-15 |
Sam Lantinga |
Fedora Core 3 has libasound.so in /lib
|
2004-11-13 |
Patrice Mandin |
Sort video modes by width then height
|
2004-11-12 |
Sam Lantinga |
Date: Mon, 25 Oct 2004 17:30:06 +0200
|
2004-11-12 |
Sam Lantinga |
Date: Tue, 19 Oct 2004 23:04:58 -0700
|
2004-11-12 |
Sam Lantinga |
Date: Wed, 13 Oct 2004 17:00:58 -0500
|