log

age author description
Mon, 04 Jun 2007 11:06:48 +0000 Ryan C. Gordon Check if yasm supports a nasm-specific syntax we use (it doesn't in 0.5.0, SDL-1.2
Sun, 03 Jun 2007 19:21:07 +0000 Ryan C. Gordon Minor macrom comment cleanup. SDL-1.2
Sun, 03 Jun 2007 19:19:16 +0000 Ryan C. Gordon Minor tab fix in mac drawsprocket code. SDL-1.2
Sun, 03 Jun 2007 06:52:58 +0000 Ryan C. Gordon Patched to compile on Mac OS X (not that you should necessarily be using this SDL-1.2
Sun, 03 Jun 2007 06:52:06 +0000 Ryan C. Gordon Use system memset/memcpy on Mac OS X, since Apple hand-tunes these for each SDL-1.2
Tue, 29 May 2007 12:01:07 +0000 Ryan C. Gordon Mac OS X joystick calibration code should start with device-specified bounds. SDL-1.2
Sun, 27 May 2007 08:53:48 +0000 Patrice Mandin Allow creation of window bigger than visible size SDL-1.2
Sat, 26 May 2007 20:12:58 +0000 Patrice Mandin Oops SDL-1.2
Sat, 26 May 2007 20:09:56 +0000 Patrice Mandin Simply resize existing window SDL-1.2
Sat, 26 May 2007 19:44:37 +0000 Patrice Mandin GEM has a window manager, of course SDL-1.2
Tue, 22 May 2007 22:15:54 +0000 Ryan C. Gordon Check correct glX extension name for swap_control, but it doesn't look like SDL-1.2
Sun, 13 May 2007 23:12:46 +0000 Ryan C. Gordon Committed PulseAudio driver. Thanks, Stephan! SDL-1.2
Tue, 17 Apr 2007 09:09:48 +0000 Ryan C. Gordon Removing .gdbinit from test directory. SDL-1.2
Tue, 17 Apr 2007 08:28:19 +0000 Ryan C. Gordon Let Windows OpenGL users use SDL_GL_SWAP_CONTROL even if WGL_ARB_pixel_format SDL-1.2
Fri, 06 Apr 2007 20:30:41 +0000 Ryan C. Gordon Let app set SDL_VIDEO_ALLOW_SCREENSAVER environment variable to override SDL's SDL-1.2
Wed, 04 Apr 2007 10:34:42 +0000 Ryan C. Gordon There are several subsystems that need IOKit linked in on Mac OS X, so handle SDL-1.2
Wed, 04 Apr 2007 10:30:07 +0000 Ryan C. Gordon Crap, put this patch in the wrong place. SDL-1.2
Wed, 04 Apr 2007 10:28:14 +0000 Ryan C. Gordon Don't compile the joystick code if --disable-joystick is specified at SDL-1.2
Wed, 04 Apr 2007 09:40:40 +0000 Ryan C. Gordon Const correctness patch for SDL_MapRGB and SDL_MapRGBA. SDL-1.2
Wed, 04 Apr 2007 09:32:29 +0000 Ryan C. Gordon BlitRGBtoRGBPixelAlphaMMX() is putting the wrong value into a register. SDL-1.2
Wed, 04 Apr 2007 09:15:39 +0000 Ryan C. Gordon Fixed buggy SDL_VIDEO_X11_MOUSEACCEL behaviour...correctly free buffer, and SDL-1.2
Sun, 01 Apr 2007 03:27:45 +0000 Ryan C. Gordon Date: Sat, 31 Mar 2007 16:39:52 +0200 SDL-1.2
Fri, 30 Mar 2007 20:09:55 +0000 Ryan C. Gordon Adjusted to handle different constness in older versions of iconv. SDL-1.2
Fri, 30 Mar 2007 06:26:28 +0000 Ryan C. Gordon Patched to compile on Visual Studio. SDL-1.2
Wed, 28 Mar 2007 00:36:35 +0000 Ryan C. Gordon Fixed Mac OS X config header when compiling with -Wundef. SDL-1.2
Tue, 27 Mar 2007 00:37:51 +0000 Ryan C. Gordon From: Laurence Passmore SDL-1.2
Sun, 18 Mar 2007 22:37:10 +0000 Ryan C. Gordon Mac OS X joystick support: don't ignore kHIDUsage_GD_MultiAxisController SDL-1.2
Wed, 14 Mar 2007 01:09:24 +0000 Ryan C. Gordon Linux fbcon: don't include asm/page.h if we know getpagesize() exists, since SDL-1.2
Fri, 23 Feb 2007 00:37:07 +0000 Ryan C. Gordon Removed some debug printf() calls I accidentally added to Subversion. SDL-1.2
Tue, 20 Feb 2007 22:57:28 +0000 Ryan C. Gordon Merged r2987:2988 from trunk/SDL: buggy Sidewinder ID added to linux joysticks. SDL-1.2
Tue, 20 Feb 2007 21:05:12 +0000 Ryan C. Gordon Need to set DLSCL_ADMINISTRATIVE coop level in directfb driver, or YUV overlay SDL-1.2
Fri, 16 Feb 2007 04:56:17 +0000 Ryan C. Gordon SDL_SetWindowCaption() on Windows: try to use the unicode SDL-1.2
Fri, 16 Feb 2007 03:50:42 +0000 Ryan C. Gordon Minor const correctness patch to SDL_iconv. SDL-1.2
Thu, 15 Feb 2007 23:50:45 +0000 Ryan C. Gordon Patched fbcon to compile on newer Linux kernels that don't #define PAGE_SIZE, SDL-1.2
Thu, 15 Feb 2007 11:06:22 +0000 Ryan C. Gordon Force chars to unsigned chars in SDL_string.c, so platforms that expect SDL-1.2
Wed, 14 Feb 2007 10:40:24 +0000 Ryan C. Gordon Removed the contents of the BUGS file, as most (all?) of the issues were SDL-1.2
Wed, 14 Feb 2007 10:23:23 +0000 Ryan C. Gordon Quartz code should use F13, F14, and F15 keys instead of PrintScreen, SDL-1.2
Tue, 13 Feb 2007 09:58:04 +0000 Ryan C. Gordon Corrected wrong SDK path in build-scripts/fatbuild.sh. SDL-1.2
Tue, 13 Feb 2007 09:20:37 +0000 Ryan C. Gordon Free all the created cursors in test/testcursor.c. SDL-1.2
Mon, 12 Feb 2007 11:45:18 +0000 Ryan C. Gordon Digital Mars has stdint.h, so use the header on Windows with that compiler. SDL-1.2
Mon, 12 Feb 2007 10:52:10 +0000 Ryan C. Gordon Handle source data alignment correctly in Blit32to32SurfaceAlphaAltivec(). SDL-1.2
Mon, 05 Feb 2007 06:44:51 +0000 Ryan C. Gordon Patched to compile on BeOS and old, old GCC releases. SDL-1.2
Sat, 03 Feb 2007 08:17:12 +0000 Ryan C. Gordon Actually, this is dumb, just simplify this for now. SDL-1.2
Sat, 03 Feb 2007 08:11:45 +0000 Ryan C. Gordon Moved otherwise-unused underscore-prepending code in dlopen backend into an SDL-1.2
Tue, 23 Jan 2007 04:47:11 +0000 Sam Lantinga Updated svn repository SDL-1.2
Sun, 14 Jan 2007 14:24:36 +0000 Patrice Mandin Add error message if not using SDL_LoadObject SDL-1.2
Thu, 11 Jan 2007 20:33:13 +0000 Patrice Mandin Disable TurboVeille screensaver if present SDL-1.2
Thu, 04 Jan 2007 19:52:12 +0000 Patrice Mandin Alpha sort the test list, add missing ones, remove removed ones SDL-1.2
Mon, 11 Dec 2006 19:51:19 +0000 Ryan C. Gordon Fix of HBITMAP leak in GAPI driver by Dmitry Yakimov. SDL-1.2
Fri, 01 Dec 2006 20:26:06 +0000 Ryan C. Gordon Merge r2921:2922 from SDL trunk to 1.2 branch: mingw alloca.h workaround. SDL-1.2
Wed, 29 Nov 2006 10:30:05 +0000 Ryan C. Gordon Wrapped some macro params in parentheses for alloca wrappers. SDL-1.2
Tue, 21 Nov 2006 23:17:00 +0000 Ryan C. Gordon From: Gabriel Gambetta SDL-1.2
Tue, 21 Nov 2006 20:49:35 +0000 Ryan C. Gordon Added sdl.pc to svn:ignore. SDL-1.2
Sun, 19 Nov 2006 14:07:32 +0000 Patrice Mandin Check video driver mouse cursor pointers before using them SDL-1.2
Mon, 13 Nov 2006 03:58:22 +0000 Ryan C. Gordon X11 backend: tell app that mouse focus has been obtained when grabbing the SDL-1.2
Sun, 12 Nov 2006 21:23:57 +0000 Ryan C. Gordon Block fruity channel values in dspaudio, or the fragment size won't be a SDL-1.2
Tue, 07 Nov 2006 15:17:31 +0000 Ryan C. Gordon BeOS loadso code now reports failure correctly from SDL_LoadObject(), and uses SDL-1.2
Tue, 07 Nov 2006 15:00:43 +0000 Ryan C. Gordon Man, who let this moron near printf()?! :) SDL-1.2
Tue, 07 Nov 2006 14:31:25 +0000 Ryan C. Gordon Added a test program for loadso subsystem. SDL-1.2
Tue, 07 Nov 2006 14:06:25 +0000 Ryan C. Gordon Chopped out some code to match changes in revision #2793 to fix build...but SDL-1.2
Fri, 03 Nov 2006 21:52:54 +0000 Ryan C. Gordon Merged r2896:2897 from trunk (use dummy joystick if subsystem enabled and SDL-1.2
Sun, 29 Oct 2006 04:08:50 +0000 Ryan C. Gordon A few more AmigaOS things. SDL-1.2
Sun, 29 Oct 2006 03:58:27 +0000 Ryan C. Gordon Removed broken AmigaOS support. SDL-1.2
Sun, 29 Oct 2006 03:44:25 +0000 Ryan C. Gordon Added some newer binaries to svn:ignore. SDL-1.2
Sun, 29 Oct 2006 03:37:24 +0000 Ryan C. Gordon joyGetPosEx() was using the wrong variable for specifying a device; this is SDL-1.2
Sun, 29 Oct 2006 02:46:42 +0000 Ryan C. Gordon Closing minor memory leak in XME code. SDL-1.2
Fri, 27 Oct 2006 20:18:24 +0000 Ryan C. Gordon Fix for buffer overflow in audio code, when feeding a device that needs SDL-1.2
Sat, 21 Oct 2006 18:53:33 +0000 Patrice Mandin Also save/restore fpu register in vbl interrupt SDL-1.2
Sun, 01 Oct 2006 02:30:03 +0000 Sam Lantinga backport from 1.3 SDL-1.2
Sun, 01 Oct 2006 02:07:09 +0000 Ryan C. Gordon 1.2 backport: Replaced strncmp for SDL_AUDIODRIVER test with strcasecmp. SDL-1.2
Sun, 24 Sep 2006 15:45:37 +0000 Sam Lantinga Fixed bug #292 SDL-1.2
Sun, 24 Sep 2006 15:36:37 +0000 Sam Lantinga Fixed formatting SDL-1.2
Sun, 24 Sep 2006 15:31:42 +0000 Sam Lantinga Fixed bug #286 SDL-1.2
Sun, 24 Sep 2006 01:27:40 +0000 Sam Lantinga Fixed bug #281 SDL-1.2
Sun, 24 Sep 2006 00:55:00 +0000 Sam Lantinga Fixed bug #316 SDL-1.2
Sun, 24 Sep 2006 00:43:36 +0000 Sam Lantinga Fixed bug #321 SDL-1.2
Sun, 24 Sep 2006 00:36:24 +0000 Sam Lantinga Fixed bug #270 SDL-1.2
Sun, 24 Sep 2006 00:10:59 +0000 Sam Lantinga Bumped the version in subversion to 1.2.12 SDL-1.2
Sun, 24 Sep 2006 00:08:28 +0000 Sam Lantinga Fixed bug #278 SDL-1.2
Sun, 24 Sep 2006 00:04:06 +0000 Sam Lantinga Fixed bug #276 SDL-1.2
Sat, 23 Sep 2006 23:15:34 +0000 Sam Lantinga (none) SDL-1.2
Sat, 23 Sep 2006 23:12:44 +0000 Sam Lantinga Fixed bug #304 SDL-1.2
Sat, 23 Sep 2006 23:07:52 +0000 Sam Lantinga Fixed bug #294 SDL-1.2
Sat, 16 Sep 2006 12:00:03 +0000 Patrice Mandin Forgot cpu boundaries SDL-1.2
Sat, 16 Sep 2006 11:50:34 +0000 Patrice Mandin Save/restore fpu registers if needed SDL-1.2
Sat, 16 Sep 2006 10:38:09 +0000 Patrice Mandin Add function to check FPU presence SDL-1.2
Sat, 16 Sep 2006 09:15:11 +0000 Patrice Mandin Only saved non preserved registers SDL-1.2
Sat, 16 Sep 2006 09:14:25 +0000 Patrice Mandin Only convert endianness if both src and dest are 16bits SDL-1.2
Fri, 15 Sep 2006 21:26:36 +0000 Patrice Mandin Update to reflect driver changes SDL-1.2
Wed, 13 Sep 2006 21:19:13 +0000 Patrice Mandin Use new keyboard mapping routines SDL-1.2
Wed, 13 Sep 2006 21:18:35 +0000 Patrice Mandin Factorize keyboard mapping between drivers SDL-1.2
Tue, 12 Sep 2006 19:34:18 +0000 Patrice Mandin Allow grabing mouse by locking its position SDL-1.2
Tue, 12 Sep 2006 19:33:33 +0000 Patrice Mandin Reenable xbios usage to get relative mouse motion SDL-1.2
Tue, 12 Sep 2006 19:28:54 +0000 Patrice Mandin Allow mouse to be locked when grabbed with GEM driver SDL-1.2
Tue, 12 Sep 2006 19:20:50 +0000 Patrice Mandin Disable MiNT thread usage and use hw access for updating DMA audio pointers SDL-1.2
Fri, 08 Sep 2006 19:17:03 +0000 Patrice Mandin Forgot to reshow mouse cursor when exiting grab/hide mode SDL-1.2
Thu, 07 Sep 2006 20:52:31 +0000 Patrice Mandin /me dumb, sizeof(keymap) != number of elements SDL-1.2
Tue, 05 Sep 2006 19:31:48 +0000 Patrice Mandin Use correct function to free allocated mem SDL-1.2
Sun, 03 Sep 2006 21:34:11 +0000 Ryan C. Gordon Removed some new 1.3 symbols from code backported to 1.2. SDL-1.2
Fri, 01 Sep 2006 22:50:24 +0000 Ryan C. Gordon Backport from 1.3: most of the audio drivers can now handle data SDL-1.2
Wed, 02 Aug 2006 21:26:31 +0000 Patrice Mandin Add teamtap support (4 joypads adapter on 1 port) SDL-1.2
Mon, 24 Jul 2006 23:29:01 +0000 Ryan C. Gordon Patched to compile. Fixes Bugzilla #285. SDL-1.2
Mon, 10 Jul 2006 21:23:11 +0000 Sam Lantinga Updated the snapshot build target to reflect the new source location SDL-1.2
Mon, 10 Jul 2006 21:03:59 +0000 Sam Lantinga SDL 1.2 is moving to a branch, and SDL 1.3 is becoming the head. SDL-1.2
Tue, 17 Oct 2006 09:09:21 +0000 Ryan C. Gordon Removed distinction between "available" and "init" in audio backends, since SDL-ryan-multiple-audio-device
Tue, 17 Oct 2006 08:04:51 +0000 Ryan C. Gordon ALSA's availability test was wrong in multi-device land. If the ALSA libraries SDL-ryan-multiple-audio-device
Tue, 17 Oct 2006 06:45:17 +0000 Ryan C. Gordon I really don't want to update these last two audio backends...I added an SDL-ryan-multiple-audio-device
Tue, 17 Oct 2006 06:42:06 +0000 Ryan C. Gordon Added a FIXME. SDL-ryan-multiple-audio-device
Tue, 17 Oct 2006 06:37:42 +0000 Ryan C. Gordon Moved DirectSound audio target to SDL 1.3 API and did some house cleaning. SDL-ryan-multiple-audio-device
Sun, 08 Oct 2006 23:04:24 +0000 Ryan C. Gordon Moved windib (waveout) audio to 1.3 API and made other cleanups. SDL-ryan-multiple-audio-device
Sun, 08 Oct 2006 08:58:36 +0000 Ryan C. Gordon Some fixes that were discovered when trying to get OS/2 audio working again... SDL-ryan-multiple-audio-device
Sun, 08 Oct 2006 08:57:28 +0000 Ryan C. Gordon OS/2 audio code works in 1.3 now. SDL-ryan-multiple-audio-device
Sun, 08 Oct 2006 08:55:14 +0000 Ryan C. Gordon This file probably got corrupted by a pretty printer at some point... SDL-ryan-multiple-audio-device
Sun, 08 Oct 2006 01:39:01 +0000 Ryan C. Gordon BeOS audio now works in 1.3 branch. SDL-ryan-multiple-audio-device
Sun, 08 Oct 2006 00:55:30 +0000 Ryan C. Gordon Patched to build on pre-C99 compilers. SDL-ryan-multiple-audio-device
Sun, 08 Oct 2006 00:05:22 +0000 Ryan C. Gordon Patched to build on pre-C99 compilers. SDL-ryan-multiple-audio-device
Sun, 08 Oct 2006 00:01:16 +0000 Ryan C. Gordon Still more PAudio renames... SDL-ryan-multiple-audio-device
Sat, 07 Oct 2006 20:23:02 +0000 Ryan C. Gordon Whoops, changed that symbol name... SDL-ryan-multiple-audio-device
Sat, 07 Oct 2006 20:20:59 +0000 Ryan C. Gordon Paudio driver moved to 1.3 API. SDL-ryan-multiple-audio-device
Sat, 07 Oct 2006 19:59:57 +0000 Ryan C. Gordon Forgot to add NTO_Init()... SDL-ryan-multiple-audio-device