summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Closing obsolete SDL-1.2-olpc named branchSDL-1.2-olpcRyan C. Gordon2010-02-280-0/+0
* First shot at GTK+ video target for the OLPC laptops. Seriously incomplete,Ryan C. Gordon2007-04-1910-0/+1237
* Branching for some One Laptop Per Child experiments.Ryan C. Gordon2007-04-190-0/+0
* Removing .gdbinit from test directory.Ryan C. Gordon2007-04-171-3/+0
* Let Windows OpenGL users use SDL_GL_SWAP_CONTROL even if WGL_ARB_pixel_formatRyan C. Gordon2007-04-171-11/+10
* Let app set SDL_VIDEO_ALLOW_SCREENSAVER environment variable to override SDL'sRyan C. Gordon2007-04-067-11/+37
* There are several subsystems that need IOKit linked in on Mac OS X, so handleRyan C. Gordon2007-04-041-1/+6
* Crap, put this patch in the wrong place.Ryan C. Gordon2007-04-041-2/+2
* Don't compile the joystick code if --disable-joystick is specified atRyan C. Gordon2007-04-041-1/+3
* Const correctness patch for SDL_MapRGB and SDL_MapRGBA.Ryan C. Gordon2007-04-042-5/+11
* BlitRGBtoRGBPixelAlphaMMX() is putting the wrong value into a register.Ryan C. Gordon2007-04-041-3/+4
* Fixed buggy SDL_VIDEO_X11_MOUSEACCEL behaviour...correctly free buffer, andRyan C. Gordon2007-04-041-2/+2
* Date: Sat, 31 Mar 2007 16:39:52 +0200Ryan C. Gordon2007-04-012-1/+2
* Adjusted to handle different constness in older versions of iconv.Ryan C. Gordon2007-03-301-1/+2
* Patched to compile on Visual Studio.Ryan C. Gordon2007-03-301-0/+3
* Fixed Mac OS X config header when compiling with -Wundef.Ryan C. Gordon2007-03-281-1/+1
* From: Laurence PassmoreRyan C. Gordon2007-03-271-0/+3
* Mac OS X joystick support: don't ignore kHIDUsage_GD_MultiAxisControllerRyan C. Gordon2007-03-181-1/+2
* Linux fbcon: don't include asm/page.h if we know getpagesize() exists, sinceRyan C. Gordon2007-03-141-0/+4
* Removed some debug printf() calls I accidentally added to Subversion.Ryan C. Gordon2007-02-231-2/+0
* Merged r2987:2988 from trunk/SDL: buggy Sidewinder ID added to linux joysticks.Ryan C. Gordon2007-02-201-0/+1
* Need to set DLSCL_ADMINISTRATIVE coop level in directfb driver, or YUV overlayRyan C. Gordon2007-02-201-0/+9
* SDL_SetWindowCaption() on Windows: try to use the unicodeRyan C. Gordon2007-02-161-2/+32
* Minor const correctness patch to SDL_iconv.Ryan C. Gordon2007-02-162-6/+6
* Patched fbcon to compile on newer Linux kernels that don't #define PAGE_SIZE,Ryan C. Gordon2007-02-153-1/+17
* Force chars to unsigned chars in SDL_string.c, so platforms that expectRyan C. Gordon2007-02-151-17/+17
* Removed the contents of the BUGS file, as most (all?) of the issues wereRyan C. Gordon2007-02-141-182/+8
* Quartz code should use F13, F14, and F15 keys instead of PrintScreen,Ryan C. Gordon2007-02-142-0/+12
* Corrected wrong SDK path in build-scripts/fatbuild.sh.Ryan C. Gordon2007-02-131-1/+1
* Free all the created cursors in test/testcursor.c.Ryan C. Gordon2007-02-131-0/+1
* Digital Mars has stdint.h, so use the header on Windows with that compiler.Ryan C. Gordon2007-02-121-1/+1
* Handle source data alignment correctly in Blit32to32SurfaceAlphaAltivec().Ryan C. Gordon2007-02-121-1/+1
* Patched to compile on BeOS and old, old GCC releases.Ryan C. Gordon2007-02-052-4/+14
* Actually, this is dumb, just simplify this for now.Ryan C. Gordon2007-02-031-6/+0
* Moved otherwise-unused underscore-prepending code in dlopen backend into anRyan C. Gordon2007-02-031-1/+8
* Updated svn repositorySam Lantinga2007-01-231-1/+1
* Add error message if not using SDL_LoadObjectPatrice Mandin2007-01-141-0/+4
* Disable TurboVeille screensaver if presentPatrice Mandin2007-01-113-0/+133
* Alpha sort the test list, add missing ones, remove removed onesPatrice Mandin2007-01-041-17/+24
* Fix of HBITMAP leak in GAPI driver by Dmitry Yakimov.Ryan C. Gordon2006-12-111-2/+3
* Merge r2921:2922 from SDL trunk to 1.2 branch: mingw alloca.h workaround.Ryan C. Gordon2006-12-011-1/+8
* Wrapped some macro params in parentheses for alloca wrappers.Ryan C. Gordon2006-11-291-2/+2
* From: Gabriel GambettaRyan C. Gordon2006-11-211-1/+2
* Added sdl.pc to svn:ignore.Ryan C. Gordon2006-11-210-0/+0
* Check video driver mouse cursor pointers before using themPatrice Mandin2006-11-191-5/+12
* X11 backend: tell app that mouse focus has been obtained when grabbing theRyan C. Gordon2006-11-131-0/+2
* Block fruity channel values in dspaudio, or the fragment size won't be aRyan C. Gordon2006-11-121-0/+9
* BeOS loadso code now reports failure correctly from SDL_LoadObject(), and usesRyan C. Gordon2006-11-071-33/+29
* Man, who let this moron near printf()?! :)Ryan C. Gordon2006-11-071-3/+4
* Added a test program for loadso subsystem.Ryan C. Gordon2006-11-072-1/+74