graph
- Added S60 port.SDL-1.2 2007-06-24, by Ryan C. Gordon
- Whoops, fixed previous VC6 support patch.SDL-1.2 2007-06-21, by Ryan C. Gordon
- Fixes for Visual C++ 6.0 with and without the Processor Pack.SDL-1.2 2007-06-21, by Ryan C. Gordon
- Fixed assembler command line for older yasm releases and documented nasmSDL-1.2 2007-06-16, by Ryan C. Gordon
- Fixed win32 event name list (WM_MOUSELAST was listed twice, one should beSDL-1.2 2007-06-16, by Ryan C. Gordon
- Added support for WM_XBUTTON to the windib driver, to support more mouseSDL-1.2 2007-06-16, by Ryan C. Gordon
- Removed some more EPOC stuff I missed.SDL-1.2 2007-06-15, by Ryan C. Gordon
- Removed EPOC port...it's being replaced by an updated Symbian port with theSDL-1.2 2007-06-15, by Ryan C. Gordon
- Make sure to check for glu.h before enabling glX support. We don'tSDL-1.2 2007-06-15, by Ryan C. Gordon
- Added patch note for subversion revision 3076SDL-1.2 2007-06-15, by Sam Lantinga
- Make sure __inline__ isn't defined before #defining it, since some compilersSDL-1.2 2007-06-15, by Ryan C. Gordon
- Clean up have-initialized resources in some failing edge cases.SDL-1.2 2007-06-15, by Ryan C. Gordon
- Added docs for revision 3073 - Ryan, feel free to do this yourself, if you want.SDL-1.2 2007-06-15, by Sam Lantinga
- Support for Gamma Ramps on Mac OS Classic in both the macrom and macdsp videoSDL-1.2 2007-06-15, by Ryan C. Gordon
- Don't install the extra SDL config headers or SDL_copying.hSDL-1.2 2007-06-15, by Sam Lantinga
- Updated docs with bug fixes in subversion.SDL-1.2 2007-06-15, by Sam Lantinga
- Prevent arts audio target from crashing/hanging SDL if the audio hardwareSDL-1.2 2007-06-14, by Ryan C. Gordon
- Actually, this is a better fix...clear the error state once if everything weSDL-1.2 2007-06-13, by Ryan C. Gordon
- Date: Mon, 4 Jun 2007 06:17:59 +0000 (UTC)SDL-1.2 2007-06-13, by Ryan C. Gordon
- Print keysym with key events.SDL-1.2 2007-06-13, by Ryan C. Gordon
- Avoid switch to supervisor mode in SDL_GetTicks, by updating system counter from vbl interruptSDL-1.2 2007-06-09, by Patrice Mandin
- Set supervisor as volatile as it is modified from an interruptSDL-1.2 2007-06-08, by Patrice Mandin
- C fallback for SDL_revcpy() was off by one. Thanks to Emmanuel Jeandel forSDL-1.2 2007-06-04, by Ryan C. Gordon
- Better handling of multiple queued Cocoa mouse events. Thanks to ChristianSDL-1.2 2007-06-04, by Ryan C. Gordon
- Patch to allow DirectFB target to report a correct screen size.SDL-1.2 2007-06-04, by Ryan C. Gordon
- Check if yasm supports a nasm-specific syntax we use (it doesn't in 0.5.0,SDL-1.2 2007-06-04, by Ryan C. Gordon
- Minor macrom comment cleanup.SDL-1.2 2007-06-03, by Ryan C. Gordon
- Minor tab fix in mac drawsprocket code.SDL-1.2 2007-06-03, by Ryan C. Gordon
- Patched to compile on Mac OS X (not that you should necessarily be using thisSDL-1.2 2007-06-03, by Ryan C. Gordon
- Use system memset/memcpy on Mac OS X, since Apple hand-tunes these for eachSDL-1.2 2007-06-03, by Ryan C. Gordon
- Mac OS X joystick calibration code should start with device-specified bounds.SDL-1.2 2007-05-29, by Ryan C. Gordon
- Allow creation of window bigger than visible sizeSDL-1.2 2007-05-27, by Patrice Mandin
- OopsSDL-1.2 2007-05-26, by Patrice Mandin
- Simply resize existing windowSDL-1.2 2007-05-26, by Patrice Mandin
- GEM has a window manager, of courseSDL-1.2 2007-05-26, by Patrice Mandin
- Check correct glX extension name for swap_control, but it doesn't look likeSDL-1.2 2007-05-22, by Ryan C. Gordon
- Committed PulseAudio driver. Thanks, Stephan!SDL-1.2 2007-05-13, by Ryan C. Gordon
- Removing .gdbinit from test directory.SDL-1.2 2007-04-17, by Ryan C. Gordon
- Let Windows OpenGL users use SDL_GL_SWAP_CONTROL even if WGL_ARB_pixel_formatSDL-1.2 2007-04-17, by Ryan C. Gordon
- Let app set SDL_VIDEO_ALLOW_SCREENSAVER environment variable to override SDL'sSDL-1.2 2007-04-06, by Ryan C. Gordon
- There are several subsystems that need IOKit linked in on Mac OS X, so handleSDL-1.2 2007-04-04, by Ryan C. Gordon
- Crap, put this patch in the wrong place.SDL-1.2 2007-04-04, by Ryan C. Gordon
- Don't compile the joystick code if --disable-joystick is specified atSDL-1.2 2007-04-04, by Ryan C. Gordon
- Const correctness patch for SDL_MapRGB and SDL_MapRGBA.SDL-1.2 2007-04-04, by Ryan C. Gordon
- BlitRGBtoRGBPixelAlphaMMX() is putting the wrong value into a register.SDL-1.2 2007-04-04, by Ryan C. Gordon
- Fixed buggy SDL_VIDEO_X11_MOUSEACCEL behaviour...correctly free buffer, andSDL-1.2 2007-04-04, by Ryan C. Gordon
- Date: Sat, 31 Mar 2007 16:39:52 +0200SDL-1.2 2007-04-01, by Ryan C. Gordon
- Adjusted to handle different constness in older versions of iconv.SDL-1.2 2007-03-30, by Ryan C. Gordon
- Patched to compile on Visual Studio.SDL-1.2 2007-03-30, by Ryan C. Gordon
- Fixed Mac OS X config header when compiling with -Wundef.SDL-1.2 2007-03-28, by Ryan C. Gordon
- From: Laurence PassmoreSDL-1.2 2007-03-27, by Ryan C. Gordon
- Mac OS X joystick support: don't ignore kHIDUsage_GD_MultiAxisControllerSDL-1.2 2007-03-18, by Ryan C. Gordon
- Linux fbcon: don't include asm/page.h if we know getpagesize() exists, sinceSDL-1.2 2007-03-14, by Ryan C. Gordon
- Removed some debug printf() calls I accidentally added to Subversion.SDL-1.2 2007-02-23, by Ryan C. Gordon
- Merged r2987:2988 from trunk/SDL: buggy Sidewinder ID added to linux joysticks.SDL-1.2 2007-02-20, by Ryan C. Gordon
- Need to set DLSCL_ADMINISTRATIVE coop level in directfb driver, or YUV overlaySDL-1.2 2007-02-20, by Ryan C. Gordon
- SDL_SetWindowCaption() on Windows: try to use the unicodeSDL-1.2 2007-02-16, by Ryan C. Gordon
- Minor const correctness patch to SDL_iconv.SDL-1.2 2007-02-16, by Ryan C. Gordon
- Patched fbcon to compile on newer Linux kernels that don't #define PAGE_SIZE,SDL-1.2 2007-02-15, by Ryan C. Gordon
- Force chars to unsigned chars in SDL_string.c, so platforms that expectSDL-1.2 2007-02-15, by Ryan C. Gordon