log

age author description
Fri, 18 Jul 2008 17:30:56 +0000 Holmes Futrell test gsoc2008_iphone
Thu, 17 Jul 2008 23:45:58 +0000 Holmes Futrell Added declaration of UIKit video bootstrap. Added retained_backing property to glconfig structure. gsoc2008_iphone
Thu, 17 Jul 2008 23:31:42 +0000 Holmes Futrell These files are the OpenGL ES render driver. You should be able to use them on any platform that supports OpenGL ES -- not just iPhone. The driver is based off the OpenGL render driver. gsoc2008_iphone
Thu, 17 Jul 2008 23:11:05 +0000 Holmes Futrell This file serves an analoguous purpose as SDL_glfuncs.h, but for OpenGL ES. I haven't put the 'unused' functions in this file yet. gsoc2008_iphone
Thu, 17 Jul 2008 23:07:58 +0000 Holmes Futrell Added support for OpenGL ES and UIKit Video Driver: gsoc2008_iphone
Thu, 17 Jul 2008 22:50:39 +0000 Holmes Futrell These files contain some environment storage necessary for an ugly hack I had to write so that SDL_QUIT events would be handled correctly on the platform. Please see the comment in UIKit_PumpEvents located in SDL_uikitevents.m and let me know if there is a better way to do this. gsoc2008_iphone
Thu, 17 Jul 2008 22:48:23 +0000 Holmes Futrell These files contain the events related functions for the UIKit video driver. Right now this is just UIKit_PumpEvents. gsoc2008_iphone
Thu, 17 Jul 2008 22:45:41 +0000 Holmes Futrell These files contain the window related functions for the UIKit video driver. gsoc2008_iphone
Thu, 17 Jul 2008 22:43:09 +0000 Holmes Futrell SDL_uikitview is just a generic view class which SDL_uikitopenglview inherits from. The functionality found in this class relates to (right now) mouse/touch input support. The reason for putting it here is that if someone wanted to write a render driver for iPhone based around CoreGraphics rather than OpenGL ES, they could make their Core Graphics view inherit from this class as well. gsoc2008_iphone
Thu, 17 Jul 2008 22:38:29 +0000 Holmes Futrell SDL_uikitvideo.m is the main file for the UIKit video driver. It has the UIKit video bootstrap, initialization, device creation, etc. gsoc2008_iphone
Thu, 17 Jul 2008 22:35:59 +0000 Holmes Futrell SDL_uikitopenglview is an OpenGL ES View class based on the one found in Apple's OpenGL ES based application template. It's created from SDL_uikitopengles.m, normally. gsoc2008_iphone
Thu, 17 Jul 2008 22:32:16 +0000 Holmes Futrell SDL_uikitopengles is responsible for OpenGLES related functions in the UIKit video driver. The main thing to note is UIKit_GL_CreateContext which creates an instance of the SDL_uikitopenglview class, an OpenGL ES View. Most the real functionality is in SDL_uikitopenglview. gsoc2008_iphone
Thu, 17 Jul 2008 22:29:37 +0000 Holmes Futrell The class SDL_uikitappdelegate acts as the UIApplicationDelegate for an iPhone SDL project. This class is reponsible for application control flow, including initial setup of working directory, forwarding command line arguments to the user's main function, and handling application termination. gsoc2008_iphone
Fri, 11 Jul 2008 00:54:04 +0000 Holmes Futrell Just the sysjoystick file for the iPhone accelerometer. It doesn't reveal anything under NDA, but I just wanted to make sure that adding files to the repository is working under XCode right now. gsoc2008_iphone
Fri, 11 Jul 2008 00:47:05 +0000 Holmes Futrell (none) gsoc2008_iphone
Fri, 11 Jul 2008 00:41:34 +0000 Holmes Futrell (none) gsoc2008_iphone
Fri, 11 Jul 2008 00:40:56 +0000 Holmes Futrell (none) gsoc2008_iphone
Fri, 11 Jul 2008 00:39:47 +0000 Holmes Futrell (none) gsoc2008_iphone
Fri, 11 Jul 2008 00:35:04 +0000 Holmes Futrell Just modified the macro so that iPhone will use the Mac OS X code here gsoc2008_iphone
Fri, 11 Jul 2008 00:32:38 +0000 Holmes Futrell Added Core Audio iPhone bootstrap gsoc2008_iphone
Fri, 11 Jul 2008 00:30:31 +0000 Holmes Futrell iPhone port uses custom main gsoc2008_iphone
Fri, 11 Jul 2008 00:29:35 +0000 Holmes Futrell (none) gsoc2008_iphone
Fri, 11 Jul 2008 00:29:18 +0000 Holmes Futrell (none) gsoc2008_iphone
Fri, 11 Jul 2008 00:28:50 +0000 Holmes Futrell (none) gsoc2008_iphone
Fri, 11 Jul 2008 00:24:22 +0000 Holmes Futrell (none) gsoc2008_iphone
Fri, 11 Jul 2008 00:23:01 +0000 Holmes Futrell (none) gsoc2008_iphone
Fri, 11 Jul 2008 00:22:16 +0000 Holmes Futrell (none) gsoc2008_iphone
Fri, 11 Jul 2008 00:21:45 +0000 Holmes Futrell (none) gsoc2008_iphone
Fri, 11 Jul 2008 00:21:34 +0000 Holmes Futrell (none) gsoc2008_iphone
Wed, 09 Jul 2008 21:32:49 +0000 Holmes Futrell just testing commit ... please commit to the right place. gsoc2008_iphone
Wed, 23 Apr 2008 06:26:33 +0000 Sam Lantinga Creating GSoC 2008 code branches gsoc2008_iphone
Tue, 18 Mar 2008 12:31:14 +0000 Sam Lantinga So we don't forget to do this...
Fri, 14 Mar 2008 20:43:44 +0000 Bob Pendleton ran make indent
Fri, 14 Mar 2008 18:17:49 +0000 Bob Pendleton re: bug#563. checking in some commented out trace code and a fix so that the in testalpha.c the background only flashes when alpha == 255. The problem that is being
Fri, 07 Mar 2008 23:57:15 +0000 Bob Pendleton In testdyngl.c the event type was being anded (&) with SDL_KEYDOWN and if the result was none zero the program was quiting. This is very weird because it was
Fri, 07 Mar 2008 21:01:54 +0000 Bob Pendleton oops, need to comment out some debug code.
Fri, 07 Mar 2008 20:54:11 +0000 Bob Pendleton Next version of internationalized input for X11. On my machine (famous last words :-) with a US English keyboard and locale I can compose ` and e and get a text
Fri, 07 Mar 2008 17:20:37 +0000 Bob Pendleton more valgrind errors fixed. Plus I ran make indent which changed a few files.
Thu, 06 Mar 2008 23:07:02 +0000 Bob Pendleton Fixed many valgrind errors. But, I broke testdyngl.
Thu, 06 Mar 2008 17:08:10 +0000 Bob Pendleton Fixing valgrind errors.
Tue, 04 Mar 2008 23:09:28 +0000 Bob Pendleton SetupWindowData in SDL_X11window.c was realloc()ing the display window list and incrementing numwindows even though those are being updated in functions that call
Sat, 01 Mar 2008 20:34:36 +0000 Bob Pendleton Deleted a call to X__PumpEvents at the end of X11_GL_InitExtensions(). This function is being called from SDL_RecreateWindow at a point when the numwindows value in
Sat, 23 Feb 2008 05:10:40 +0000 Sam Lantinga Now the program will process all events and then terminate. :)
Wed, 20 Feb 2008 23:27:33 +0000 Bob Pendleton HandleEvent() returns done each time it is called. If done was set to 0 the program should quit, but because done is not checked until *all* events are handled a
Mon, 11 Feb 2008 21:06:32 +0000 Sam Lantinga Windows also remaps the numeric keypad... grrr
Mon, 11 Feb 2008 20:26:22 +0000 Sam Lantinga Checkout directly to the SDL 1.3 folder
Sun, 10 Feb 2008 17:29:23 +0000 Sam Lantinga Show integer scancode, since that's how it's defined in the header.
Sun, 10 Feb 2008 16:21:05 +0000 Sam Lantinga Disable DirectFB by default, since it hasn't been updated for the 1.3 API yet.
Sun, 10 Feb 2008 05:34:33 +0000 Sam Lantinga Added support for keypad enter
Sun, 10 Feb 2008 05:14:28 +0000 Sam Lantinga Updated Visual C++ project
Sat, 09 Feb 2008 22:28:27 +0000 Sam Lantinga Friggin' Windows remaps alphabetic keys based on keyboard layout.
Sat, 09 Feb 2008 07:18:38 +0000 Sam Lantinga Undo keyboard layout based alphabetic key mapping. Grr.... HACK HACK HACK...
Sat, 09 Feb 2008 06:47:46 +0000 Sam Lantinga Implemented text input event for Win32
Fri, 08 Feb 2008 08:35:49 +0000 Sam Lantinga Untested Win32 keyboard scancode code.
Thu, 07 Feb 2008 16:14:43 +0000 Sam Lantinga Fixed array overrun
Thu, 07 Feb 2008 16:00:29 +0000 Sam Lantinga Fixed compile errors
Thu, 07 Feb 2008 15:31:09 +0000 Sam Lantinga First pass of new SDL scancode concept for X11.
Tue, 05 Feb 2008 07:30:50 +0000 Sam Lantinga Christian's comment:
Tue, 05 Feb 2008 07:19:23 +0000 Sam Lantinga First pass implementation of new SDL scancode concept, as discussed with
Mon, 04 Feb 2008 17:25:33 +0000 Ryan C. Gordon Merged r3534:3535 from branches/SDL-1.2: Reset direction flag in SDL_revcpy().
Thu, 24 Jan 2008 15:51:52 +0000 Sam Lantinga Merged fix for bug #542 from SDL 1.2
Tue, 15 Jan 2008 22:37:17 +0000 Bob Pendleton Minimal implementation of textinput events for x11. It only works for latin-1.
Sat, 12 Jan 2008 18:07:06 +0000 Bob Pendleton Enabled key board auto repeat in X11_InitKeyboard.c. Had to add a couple of new Xlib symbols.
Sat, 12 Jan 2008 16:56:42 +0000 Bob Pendleton one more time... I must be brain dead...
Sat, 12 Jan 2008 16:53:30 +0000 Bob Pendleton More typos
Wed, 09 Jan 2008 23:40:56 +0000 Bob Pendleton Fixed some typos in SDL_x11keyboard.c
Tue, 08 Jan 2008 00:10:46 +0000 Bob Pendleton Checking in Christian Walther's patch for x11 keyboard input. Minor code tweaks by Bob.
Thu, 03 Jan 2008 06:07:30 +0000 Sam Lantinga Updated config scripts
Tue, 01 Jan 2008 15:26:11 +0000 Sam Lantinga Merged fix for bug #531 from SDL 1.2 revision 3511
Sun, 30 Dec 2007 05:01:35 +0000 Sam Lantinga Merged -fvisibility detection fix from SDL 1.2 revision 3500
Sat, 29 Dec 2007 22:15:39 +0000 Sam Lantinga Christian Walther fixed bug #529
Sat, 29 Dec 2007 22:13:47 +0000 Sam Lantinga Christian Walther fixed bug #530
Sat, 29 Dec 2007 21:36:17 +0000 Sam Lantinga Merged fix for bug #508 from SDL 1.2 revision 3495
Sat, 29 Dec 2007 20:13:23 +0000 Sam Lantinga Merged fix for bug #482 from SDL 1.2 revision 3492.
Sat, 29 Dec 2007 19:45:09 +0000 Sam Lantinga Fixed bug #478
Sat, 29 Dec 2007 19:29:20 +0000 Sam Lantinga Merged fix for bug #503 from SDL 1.2 revision 3487
Sat, 29 Dec 2007 06:17:31 +0000 Sam Lantinga Fixed bug #497
Sat, 29 Dec 2007 06:09:25 +0000 Sam Lantinga Fixed bug #464
Sat, 29 Dec 2007 03:25:11 +0000 Sam Lantinga Merged revision 3472 from SDL 1.2, fixing bug #493
Fri, 28 Dec 2007 20:42:06 +0000 Sam Lantinga Fixed fatbuild.sh script for building on Mac OS X 10.5
Fri, 28 Dec 2007 18:16:42 +0000 Sam Lantinga Date: Wed, 14 Nov 2007 22:20:27 -0500
Fri, 28 Dec 2007 18:08:43 +0000 Sam Lantinga Merged changeset 3463 from SDL 1.2, fixed compile error with Intel compiler.
Fri, 28 Dec 2007 08:07:57 +0000 Sam Lantinga Merged revision 3458 from SDL 1.2, fixed Borland C alloca() prototype
Fri, 28 Dec 2007 07:54:35 +0000 Sam Lantinga Merged revision 3455 from SDL 1.2, fixing documentation typo.
Thu, 13 Dec 2007 03:53:02 +0000 Bob Pendleton Added SDL_rect.h and SDL_surface.h to the initialization of HDRS in Makefile.in. Because they were missing those header files were not being installed and
Tue, 25 Sep 2007 10:01:10 +0000 Ryan C. Gordon Merged r3449:3450 from branches/SDL-1.2: SDL_config.h.in Linux joystick fix.
Mon, 10 Sep 2007 12:20:02 +0000 Sam Lantinga Split out the SDL_rect and SDL_surface functions into their own headers.
Mon, 10 Sep 2007 12:11:40 +0000 Sam Lantinga indent
Tue, 21 Aug 2007 06:54:07 +0000 Sam Lantinga Fixed bug #471
Mon, 20 Aug 2007 02:08:37 +0000 Ryan C. Gordon Minor PulseAudio fixes: corrected OpenDevice return code, human-readable
Mon, 20 Aug 2007 01:02:37 +0000 Ryan C. Gordon Ported PulseAudio target from 1.2 to 1.3 interfaces, and added it to the trunk.
Sun, 19 Aug 2007 16:36:51 +0000 Sam Lantinga Date: Sun, 19 Aug 2007 18:29:28 +0200
Sun, 19 Aug 2007 16:35:44 +0000 Sam Lantinga Whoops, missing file...
Sun, 19 Aug 2007 14:52:52 +0000 Sam Lantinga Date: Thu, 05 Jul 2007 14:02:33 -0700
Sat, 18 Aug 2007 05:39:09 +0000 Sam Lantinga Okay, still some bugs, but everything builds again...
Sat, 18 Aug 2007 01:44:21 +0000 Sam Lantinga More work in progress integrating SDL_Surface and the new SDL_Texture API
Fri, 17 Aug 2007 06:58:20 +0000 Sam Lantinga More work in progress...
Fri, 17 Aug 2007 06:41:20 +0000 Sam Lantinga Enabled SSE2 intrinsics
Fri, 17 Aug 2007 06:40:12 +0000 Sam Lantinga More work in progress, still doesn't compile...
Fri, 17 Aug 2007 06:21:58 +0000 Sam Lantinga Work in progress: merging new texture features into SDL blit system
Fri, 17 Aug 2007 03:22:03 +0000 Sam Lantinga Enabled 3DNow! intrinsic support
Fri, 17 Aug 2007 02:55:21 +0000 Sam Lantinga indent
Fri, 17 Aug 2007 02:54:50 +0000 Sam Lantinga Date: Fri, 17 Aug 2007 01:12:31 +0200
Fri, 17 Aug 2007 02:54:12 +0000 Sam Lantinga Date: Fri, 17 Aug 2007 01:12:31 +0200
Fri, 17 Aug 2007 00:54:53 +0000 Sam Lantinga Moved the colorkey and per-surface alpha into the blit info,
Thu, 16 Aug 2007 22:56:18 +0000 Sam Lantinga Getting ready to add slow blitters. Everyone will love me. :)
Thu, 16 Aug 2007 22:18:53 +0000 Sam Lantinga Use MMX intrinsics over GCC inline assembly
Thu, 16 Aug 2007 21:54:26 +0000 Sam Lantinga Oops, didn't want to rename those files...
Thu, 16 Aug 2007 21:43:19 +0000 Sam Lantinga Added notes on the next steps for SDL 1.3
Thu, 16 Aug 2007 06:40:34 +0000 Sam Lantinga Removed unnecessary header (SDL_blit.h has SDL_cpuinfo.h)
Thu, 16 Aug 2007 06:37:22 +0000 Sam Lantinga SSE and MMX intrinsics work with Visual Studio now...
Thu, 16 Aug 2007 06:20:51 +0000 Sam Lantinga Fixed a few compiler warnings.
Thu, 16 Aug 2007 05:56:24 +0000 Sam Lantinga Added SSE and MMX optimization for SDL_FillRect()
Thu, 16 Aug 2007 02:14:13 +0000 Sam Lantinga Okay, I figured out the intrinsics for SIMD memcpy
Wed, 15 Aug 2007 08:21:10 +0000 Sam Lantinga Removed hermes since it's LGPL and not compatible with a commercial license.
Wed, 15 Aug 2007 04:04:17 +0000 Sam Lantinga Added code to enable multi-threaded OpenGL on Mac OS X, pending Ryan's PBO/VBO
Wed, 15 Aug 2007 03:52:31 +0000 Sam Lantinga Optimization suggested by Ryan:
Wed, 15 Aug 2007 03:50:49 +0000 Sam Lantinga indent
Wed, 15 Aug 2007 03:34:14 +0000 Sam Lantinga Date: Wed, 15 Aug 2007 01:08:38 +0200
Wed, 15 Aug 2007 03:20:55 +0000 Sam Lantinga Date: Wed, 15 Aug 2007 01:08:38 +0200
Wed, 15 Aug 2007 03:19:21 +0000 Sam Lantinga Date: Wed, 15 Aug 2007 01:08:38 +0200
Wed, 15 Aug 2007 03:18:24 +0000 Sam Lantinga Fixed crash setting 0 bpp video mode.
Mon, 13 Aug 2007 06:24:56 +0000 Sam Lantinga Added SSE version of SDL_FillRect() for 32-bit ARGB surfaces
Mon, 13 Aug 2007 03:03:23 +0000 Sam Lantinga Shark rules!
Mon, 13 Aug 2007 02:38:59 +0000 Sam Lantinga Advertise the most efficient format for the screen. Of course SDL code needs
Sun, 12 Aug 2007 18:53:51 +0000 Sam Lantinga This is byte order dependent.
Sun, 12 Aug 2007 18:44:49 +0000 Sam Lantinga indent
Sun, 12 Aug 2007 18:27:44 +0000 Sam Lantinga Gained 5 FPS in testsprite because Mac OS X memset is highly optimized
Sun, 12 Aug 2007 16:53:58 +0000 Sam Lantinga Test using glTextureRangeAPPLE
Sun, 12 Aug 2007 16:26:10 +0000 Sam Lantinga indent
Sun, 12 Aug 2007 15:41:36 +0000 Sam Lantinga Fixed compiling the Altivec blit code
Sun, 12 Aug 2007 07:02:28 +0000 Sam Lantinga Optimized OpenGL renderer for Mac OS X.
Sun, 12 Aug 2007 05:48:51 +0000 Sam Lantinga Fixed crash if conversion fails. Use ISO name for Latin-1
Sun, 12 Aug 2007 00:01:41 +0000 Sam Lantinga Fixed compile warnings with Visual C++
Sat, 11 Aug 2007 23:26:03 +0000 Sam Lantinga Exported the software renderer texture functions to make easier to create
Sat, 11 Aug 2007 21:51:19 +0000 Sam Lantinga Date: Sat, 11 Aug 2007 02:03:16 +0200 (CEST)
Sat, 11 Aug 2007 21:44:49 +0000 Sam Lantinga Updated the credits for SDL 1.3
Sat, 11 Aug 2007 21:42:36 +0000 Sam Lantinga Whoops, it's not quite that easy - fixed bug in SDL_ClearDirtyRects()
Sat, 11 Aug 2007 21:34:08 +0000 Sam Lantinga Optimized dirty rect code
Sat, 11 Aug 2007 20:54:31 +0000 Sam Lantinga Emphasized the separation between SDL_Surface and SDL_Texture
Sat, 11 Aug 2007 20:46:24 +0000 Sam Lantinga indent
Sat, 11 Aug 2007 18:51:12 +0000 Sam Lantinga Don't run indent on the Xcode templates
Fri, 10 Aug 2007 16:03:35 +0000 Sam Lantinga Figured out how to optimize the SDL_compat path and simplify writing framebuffer drivers
Tue, 07 Aug 2007 07:08:25 +0000 Sam Lantinga 1.3 video API design chat
Tue, 07 Aug 2007 06:04:27 +0000 Sam Lantinga Some thoughts on 1.3 video written down
Thu, 26 Jul 2007 17:58:17 +0000 Bob Pendleton changed to use SDL_realloc()
Wed, 25 Jul 2007 21:23:28 +0000 Bob Pendleton make indent
Wed, 25 Jul 2007 21:22:55 +0000 Bob Pendleton Added gamma table support to X11. Also now supports DirectColor visuals.
Tue, 24 Jul 2007 18:46:45 +0000 Bob Pendleton make indent
Mon, 23 Jul 2007 18:46:09 +0000 Sam Lantinga Switched afxres.h to winresrc.h
Mon, 23 Jul 2007 16:55:38 +0000 Bob Pendleton Oops, meant PsuedoColor not TrueColor
Mon, 23 Jul 2007 01:17:38 +0000 Sam Lantinga indent
Mon, 23 Jul 2007 01:11:52 +0000 Sam Lantinga Added support for the --depth command line option
Sun, 22 Jul 2007 13:22:47 +0000 Sam Lantinga Fixed bug #467
Sat, 21 Jul 2007 17:09:01 +0000 Sam Lantinga Unpacked project archives to get individual file history in subversion
Wed, 18 Jul 2007 04:05:40 +0000 Sam Lantinga Better windres detection
Mon, 16 Jul 2007 14:19:47 +0000 Sam Lantinga Fixed bug #460
Mon, 16 Jul 2007 03:28:48 +0000 Sam Lantinga Added support for building version.rc in Windows build.
Mon, 16 Jul 2007 00:08:35 +0000 Sam Lantinga Fixed bug #428
Sun, 15 Jul 2007 21:54:16 +0000 Sam Lantinga Merged fix for bug #457 from SDL 1.2
Sun, 15 Jul 2007 21:53:51 +0000 Sam Lantinga indent
Sun, 15 Jul 2007 17:25:59 +0000 Ryan C. Gordon Merged r3292:3293 from branches/SDL-1.2: testjoystick verbose info.
Sun, 15 Jul 2007 16:59:16 +0000 Sam Lantinga indent
Sun, 15 Jul 2007 01:51:11 +0000 Sam Lantinga Split acinclude.m4 into its component parts for easy updating
Sat, 14 Jul 2007 07:28:45 +0000 Ryan C. Gordon Merged r3261:3262 from branches/SDL-1.2: MMX/YUV with __OPTIMIZE__.
Sat, 14 Jul 2007 07:05:19 +0000 Ryan C. Gordon Reverted r3255:3256. Don't actually need it unless the build is broken. :)
Sat, 14 Jul 2007 07:03:07 +0000 Ryan C. Gordon Merged r3257:3258 from branches/SDL-1.2: unused MMX variables.
Sat, 14 Jul 2007 06:46:33 +0000 Ryan C. Gordon Merged r3255:3256 from branches/SDL-1.2: stdlib problem with SDL_memcpy macro.
Sat, 14 Jul 2007 00:07:37 +0000 Patrice Mandin Use correct function
Sat, 14 Jul 2007 00:03:04 +0000 Patrice Mandin Missing variable declarations
Fri, 13 Jul 2007 23:58:22 +0000 Patrice Mandin Rename LockAudio,UnlockAudio to LockDevice,UnlockDevice. Also some small fixes
Fri, 13 Jul 2007 22:55:54 +0000 Patrice Mandin Delete old files
Fri, 13 Jul 2007 22:55:15 +0000 Patrice Mandin Update GEM driver to new API, will have to fill the void later :)
Fri, 13 Jul 2007 22:52:53 +0000 Patrice Mandin Disable video extensions atm
Fri, 13 Jul 2007 22:51:42 +0000 Patrice Mandin Missing include file
Fri, 13 Jul 2007 16:11:58 +0000 Patrice Mandin Simplify setting window title
Thu, 12 Jul 2007 20:00:50 +0000 Bob Pendleton This code adds support for DirectColor visuals to SDL 1.3. The support uses part of the Xmu library. To ensure that the library is
Thu, 12 Jul 2007 08:07:30 +0000 Sam Lantinga Merged Ryan's patch from revision 3238 in SDL 1.2
Thu, 12 Jul 2007 07:55:18 +0000 Sam Lantinga Whoops, needed to remove the other version of getlocale()
Thu, 12 Jul 2007 07:52:50 +0000 Sam Lantinga Fixed bug #455
Thu, 12 Jul 2007 07:02:44 +0000 Sam Lantinga Updated version to 1.3, added testgl2 test program
Thu, 12 Jul 2007 06:59:43 +0000 Sam Lantinga Yes, you need to set the pixel format before creating a context.
Thu, 12 Jul 2007 06:53:20 +0000 Sam Lantinga Visual C++ compiler warning fixes
Thu, 12 Jul 2007 06:31:36 +0000 Sam Lantinga Creating a context makes it current, per the documentation.
Thu, 12 Jul 2007 05:32:07 +0000 Sam Lantinga Added note about SDL_config.h - merged from revision 3227 on SDL 1.2 branch
Thu, 12 Jul 2007 05:31:08 +0000 Sam Lantinga Fixed joystick name detection - merged from revision 3226 on SDL 1.2 branch
Thu, 12 Jul 2007 03:14:49 +0000 Sam Lantinga Warn Visual C++ users if they have a stale configure generated SDL_config.h
Wed, 11 Jul 2007 14:52:13 +0000 Sam Lantinga indent
Wed, 11 Jul 2007 14:51:49 +0000 Sam Lantinga indent
Wed, 11 Jul 2007 14:50:21 +0000 Sam Lantinga Fixed compiling YUV code
Wed, 11 Jul 2007 14:49:44 +0000 Sam Lantinga Fixed compiling the x11 driver
Wed, 11 Jul 2007 14:44:28 +0000 Sam Lantinga Needed an autorelease pool around the NSText allocation
Wed, 11 Jul 2007 08:09:20 +0000 Sam Lantinga Added key composition support, courtesy of Kuon
Wed, 11 Jul 2007 07:39:01 +0000 Ryan C. Gordon Merged r3211:3213 from branches/SDL-1.2: YUV MMX inline asm for GCC.
Wed, 11 Jul 2007 04:47:25 +0000 Sam Lantinga indent doesn't know how to handle inline asm
Tue, 10 Jul 2007 20:16:35 +0000 Sam Lantinga Updated SVN checkout instructions
Tue, 10 Jul 2007 19:06:02 +0000 Ryan C. Gordon Merged r3201:3204 from branches/SDL-1.2: win32 rwops tweaks.
Tue, 10 Jul 2007 16:05:50 +0000 Sam Lantinga Merged memory leak fix from SDL 1.2
Tue, 10 Jul 2007 15:51:17 +0000 Sam Lantinga NAS dynamic loading is going to be have to looked at... *sigh*
Tue, 10 Jul 2007 14:44:20 +0000 Bob Pendleton Added stubs for x11 gamma functions and enabled them in SDL_x11video.c
Tue, 10 Jul 2007 05:29:56 +0000 Sam Lantinga Oh yeah, they're boolean values...
Tue, 10 Jul 2007 05:25:19 +0000 Sam Lantinga Updated to use size_t instead of int for amounts of data.
Tue, 10 Jul 2007 05:01:22 +0000 Sam Lantinga Merged read-ahead support for Win32 file I/O from SDL 1.2 revision 3183
Tue, 10 Jul 2007 04:45:50 +0000 Sam Lantinga Merged part of NetBSD pkgsrc patch-aj:
Sun, 08 Jul 2007 14:24:55 +0000 Sam Lantinga Fixed bug #451
Sun, 08 Jul 2007 05:58:51 +0000 Sam Lantinga Fixed configure warning about datarootdir
Sun, 08 Jul 2007 01:37:48 +0000 Ryan C. Gordon Merged r3165:3166 from branches/SDL-1.2: gcc -Wall fix in arts audio target.
Fri, 06 Jul 2007 15:45:28 +0000 Bob Pendleton fixed code for printing mousewheel events to match the new format of mousewheel events.
Fri, 06 Jul 2007 13:45:10 +0000 Sam Lantinga Reverted mousewheel support in 1.2, since it breaks binary compatibility.
Fri, 06 Jul 2007 09:22:18 +0000 Sam Lantinga Fixed bug #382
Thu, 05 Jul 2007 06:35:40 +0000 Sam Lantinga Fixed bug #436
Thu, 05 Jul 2007 06:14:26 +0000 Sam Lantinga Fixed bug #77
Thu, 05 Jul 2007 05:57:31 +0000 Sam Lantinga Fixed mode code under VMware running Windows 98
Thu, 05 Jul 2007 05:28:08 +0000 Sam Lantinga I'm not sure this is a good idea yet, since it adds a unicows.dll redistribution requirement on windows, but adding unicows allows SDL 1.3 to run on Windows 98.
Thu, 05 Jul 2007 04:34:48 +0000 Sam Lantinga Removed campatibility behavior for 1.3
Thu, 05 Jul 2007 02:47:54 +0000 Ryan C. Gordon Replaced a few memset/memcpy calls with SDL_memset/SDL_memcpy.
Thu, 05 Jul 2007 02:45:47 +0000 Ryan C. Gordon Merged r3140:3141 from branches/SDL-1.2: loopwave fix.
Thu, 05 Jul 2007 02:30:10 +0000 Ryan C. Gordon Merged r3138:3139 from branches/SDL-1.2: Don't init audio callback buffer.
Wed, 04 Jul 2007 08:01:04 +0000 Sam Lantinga Fix for bug #447 merged from SDL 1.2
Wed, 04 Jul 2007 07:08:16 +0000 Sam Lantinga Fixed bug #349
Tue, 03 Jul 2007 09:55:29 +0000 Sam Lantinga stupid indent
Tue, 03 Jul 2007 09:54:27 +0000 Ryan C. Gordon Merged r3125:3126 from branches/SDL-1.2: yasm/nasm warning fix.
Mon, 02 Jul 2007 02:49:34 +0000 Sam Lantinga Fixed assembly relocation problems, so we can check for NASM on Mac OS X.
Sat, 30 Jun 2007 08:11:02 +0000 Sam Lantinga Merged change from 1.2 to add X11 path for OpenGL detection
Fri, 29 Jun 2007 11:08:53 +0000 Ryan C. Gordon Patched to compile (missing #endif from a mismerge). Thanks to Peter Mackay
Thu, 28 Jun 2007 08:35:35 +0000 Sam Lantinga iconv() doesn't write to the data, just make compilers happy
Thu, 28 Jun 2007 06:57:08 +0000 Sam Lantinga Merge iconv const changes from 1.2
Wed, 27 Jun 2007 10:17:35 +0000 Ryan C. Gordon Merged r3106:3107 from branches/SDL-1.2: Hermes PIC fixes.
Thu, 21 Jun 2007 18:50:00 +0000 Ryan C. Gordon Fixed previous VC6 patch.
Thu, 21 Jun 2007 18:21:49 +0000 Ryan C. Gordon Merged r3094:3095 from branches/SDL-1.2: Visual C++ 6.0 fixes.
Wed, 20 Jun 2007 00:01:04 +0000 Bob Pendleton Added a WindowID to the user event and cleaned up a little bit of formating
Tue, 19 Jun 2007 05:53:56 +0000 Sam Lantinga Fixes for compiling with Visual C++ 8.0 Express Edition
Sat, 16 Jun 2007 15:32:04 +0000 Sam Lantinga Key repeat is handled by the OS, since text input is now decoupled from physical key events.
Sat, 16 Jun 2007 05:52:34 +0000 Ryan C. Gordon Merged r3088:3089 from branches/SDL-1.2: yasm/nasm command line fix.
Sat, 16 Jun 2007 05:29:28 +0000 Ryan C. Gordon Merged r3087:3089 from branches/SDL-1.2: WM_XBUTTON support.
Fri, 15 Jun 2007 15:54:07 +0000 Ryan C. Gordon Removed EPOC port from the 1.3 branch.
Fri, 15 Jun 2007 12:27:43 +0000 Ryan C. Gordon Merge r3079:3080 from branches/SDL-1.2: disable glX if no glu.h header.
Fri, 15 Jun 2007 10:44:14 +0000 Ryan C. Gordon Subversion should ignore sdl.pc ...
Fri, 15 Jun 2007 07:21:01 +0000 Ryan C. Gordon Merged r3075:3076 from branches/SDL-1.2: Careful with __inline__ #define.
Fri, 15 Jun 2007 05:43:05 +0000 Sam Lantinga Don't install the extra SDL config headers or SDL_copying.h
Thu, 14 Jun 2007 14:22:54 +0000 Ryan C. Gordon Reworked r3067:3068 from branches/SDL-1.2: arts unavailable hardware bug fix.
Thu, 14 Jun 2007 13:21:29 +0000 Sam Lantinga make indent
Thu, 14 Jun 2007 06:32:36 +0000 Sam Lantinga Fixed running on Windows under VMware
Wed, 13 Jun 2007 08:02:43 +0000 Ryan C. Gordon Merged r3062:3063 from branches/SDL-1.2: clear inaccurate x11dyn error strings.
Wed, 13 Jun 2007 06:05:39 +0000 Ryan C. Gordon Merged r3059:3060 from branches/SDL-1.2: output key event's keysym.
Sat, 09 Jun 2007 19:58:41 +0000 Patrice Mandin Avoid switch to supervisor mode in SDL_GetTicks, by updating system counter from vbl interrupt
Fri, 08 Jun 2007 21:44:55 +0000 Patrice Mandin Set supervisor as volatile as it is modified from an interrupt
Mon, 04 Jun 2007 11:45:10 +0000 Ryan C. Gordon Merged r3047:3048 from branches/SDL-1.2: SDL_revcpy() off-by-one fix.
Mon, 04 Jun 2007 11:17:46 +0000 Ryan C. Gordon Merged r3044:3045 from branches/SDL-1.2: directfb reported screen size fix.
Mon, 04 Jun 2007 11:08:25 +0000 Ryan C. Gordon Merged r3042:3043 from branches/SDL-1.2: legacy yasm fix.
Sun, 03 Jun 2007 08:39:23 +0000 Ryan C. Gordon Merged r3037:3038 from branches/SDL-1.2: Mac OS X memcpy/memset selection.
Thu, 31 May 2007 14:46:01 +0000 Sam Lantinga Fixed build issues on Mac OS X
Tue, 29 May 2007 12:14:16 +0000 Ryan C. Gordon Merged r3029:3030 from branches/SDL-1.2: Mac OS X joystick axis fix.
Sun, 27 May 2007 08:54:38 +0000 Patrice Mandin Allow creation of window bigger than visible size
Sat, 26 May 2007 20:10:49 +0000 Patrice Mandin Simply resize existing window
Sat, 26 May 2007 19:46:04 +0000 Patrice Mandin GEM has a window manager, of course
Tue, 22 May 2007 22:13:56 +0000 Ryan C. Gordon Date: Wed, 23 May 2007 00:39:47 +0300
Wed, 04 Apr 2007 10:41:00 +0000 Ryan C. Gordon Mac OS X port always links with IOKit framework in SDL 1.3.
Wed, 04 Apr 2007 10:39:16 +0000 Ryan C. Gordon Merged r3009:3011 from branches/SDL-1.2: Skip subsystem on --disable-joysticks.
Wed, 04 Apr 2007 09:43:53 +0000 Ryan C. Gordon Merged r3007:3008 from branches/SDL-1.2: MapRGB/MapRGBA const correctness.
Wed, 04 Apr 2007 09:36:25 +0000 Ryan C. Gordon Merge r3005:3006 from branches/SDL-1.2: Alpha blending MMX/3DNow register bug.
Sun, 01 Apr 2007 03:28:36 +0000 Ryan C. Gordon Merged r3002:3003 from branches/SDL-1.2: libdir fix in sdl-config and SDL.spec
Fri, 30 Mar 2007 06:30:14 +0000 Ryan C. Gordon Merged r2999:3000 from branches/SDL-1.2: Visual Studio compilation fix.
Tue, 27 Mar 2007 00:39:03 +0000 Ryan C. Gordon Merge of r2554:2995 from branches/SDL-1.2: AvailabilityMacros.h for Mac OS X.
Sun, 18 Mar 2007 22:39:24 +0000 Ryan C. Gordon Merged r2992:2993 from branches/SDL-1.2: Mac OS X multi-axis joystick support.
Wed, 14 Mar 2007 01:10:43 +0000 Ryan C. Gordon Merge r2990:2991 from branches/SDL-1.2: try to avoid asm/page.h in fbcon.
Tue, 20 Feb 2007 22:54:25 +0000 Ryan C. Gordon Added id of another buggy Microsoft SideWinder to the Linux joystick driver.
Tue, 20 Feb 2007 21:08:00 +0000 Ryan C. Gordon Merged r2985:2986 from branches/SDL-1.2: directfb yuv coop level fix.
Thu, 15 Feb 2007 23:57:07 +0000 Ryan C. Gordon Merged r2981:2982 from branches/SDL-1.2: fbcon getpagesize() compile fix.
Thu, 15 Feb 2007 11:14:24 +0000 Ryan C. Gordon Merged r2979:2980 from branches/SDL-1.2: unsigned char in ctype funcs.
Wed, 14 Feb 2007 10:41:55 +0000 Ryan C. Gordon Merged r2977:2978 from branches/SDL-1.2: BUGS file cutdown.
Wed, 14 Feb 2007 10:25:41 +0000 Ryan C. Gordon Merged r2975:2976 from branches/SDL-1.2: Mac OS X F13-15 key support.
Tue, 13 Feb 2007 09:58:58 +0000 Ryan C. Gordon Merged r2962:2963 from branches/SDL-1.2: wrong SDK path in fatbuild.sh.
Tue, 13 Feb 2007 09:21:38 +0000 Ryan C. Gordon Merged r2960:2961 from branches/SDL-1.2...free all cursors in test/testcursor.c
Mon, 12 Feb 2007 11:46:08 +0000 Ryan C. Gordon Merged r2956:2957 from branches/SDL-1.2: Digital Mars stdint.h usage.
Mon, 12 Feb 2007 10:57:45 +0000 Ryan C. Gordon Merged r2954:2955 from branches/SDL-1.2: Altivec alpha blitter alignment fix.
Thu, 08 Feb 2007 21:54:18 +0000 Patrice Mandin make enable match name
Sat, 03 Feb 2007 08:18:41 +0000 Ryan C. Gordon Merged Bugzilla #354 fix into trunk.
Tue, 23 Jan 2007 04:50:14 +0000 Sam Lantinga Updated svn repository
Fri, 05 Jan 2007 19:12:50 +0000 Patrice Mandin Alpha sort the test list, add missing ones, remove removed ones
Fri, 08 Dec 2006 00:31:32 +0000 Ryan C. Gordon Look for an exact match first when setting a video mode on BeOS.
Fri, 08 Dec 2006 00:16:38 +0000 Ryan C. Gordon Logic error in BeOS video mode selection ("width" where it should be "height").
Fri, 01 Dec 2006 20:25:03 +0000 Ryan C. Gordon From: Torsten Giebl
Wed, 29 Nov 2006 10:38:07 +0000 Ryan C. Gordon Apparently it's possible that MSVC will want to call a built-in function to
Wed, 29 Nov 2006 10:34:05 +0000 Ryan C. Gordon Merge r2918:2919 from 1.2 branch: alloca macro params in parentheses.
Wed, 29 Nov 2006 10:26:32 +0000 Ryan C. Gordon Use SDL_strcmp(), not strcmp().
Wed, 29 Nov 2006 10:22:59 +0000 Ryan C. Gordon Logic error in SDL_video.c (used bitwise OR instead of logical OR).
Tue, 21 Nov 2006 23:24:33 +0000 Ryan C. Gordon Merged r2913:2914 from SDL-1.2 branch into trunk: alpha blit GCC MMX asm fix.
Mon, 13 Nov 2006 20:34:18 +0000 Patrice Mandin Save/restore current video mode and palette
Mon, 13 Nov 2006 19:59:28 +0000 Patrice Mandin xbios: preliminary video mode init
Mon, 13 Nov 2006 00:38:13 +0000 Ryan C. Gordon Merged r2906:2907 from 1.2 branch to trunk: power of two channels in dsp backend.
Sat, 11 Nov 2006 06:48:57 +0000 Ryan C. Gordon Fixed building of Windows waveout audio.
Tue, 07 Nov 2006 15:18:42 +0000 Ryan C. Gordon Merged r2903:2904 from SDL-1.2 branch to trunk: BeOS loadso updates.
Tue, 07 Nov 2006 15:02:12 +0000 Ryan C. Gordon Merged r2901:2902 from SDL-1.2 branch to trunk: printf stupidity fixes.
Tue, 07 Nov 2006 14:36:47 +0000 Ryan C. Gordon Merged r2899:2900 from SDL-1.2 branch to trunk: testloadso program.
Fri, 03 Nov 2006 21:48:35 +0000 Ryan C. Gordon Use dummy joystick backend if subsystem is enabled but no better driver was
Sun, 29 Oct 2006 15:00:54 +0000 Sam Lantinga @#$% indent
Sun, 29 Oct 2006 14:47:20 +0000 Sam Lantinga (none)
Sun, 29 Oct 2006 14:45:46 +0000 Sam Lantinga Merged Ryan's fix, in case we need it later.
Sun, 29 Oct 2006 04:09:17 +0000 Ryan C. Gordon Removed AmigaOS code for 1.3 branch.
Sun, 29 Oct 2006 03:39:13 +0000 Ryan C. Gordon Win32 joystick fix, ported from 1.2 branch r2887:2888. (Thanks, Ondrej!)
Sat, 28 Oct 2006 16:48:03 +0000 Sam Lantinga indent is evil
Sat, 28 Oct 2006 16:41:54 +0000 Sam Lantinga Fixed mouse enter/leave events for a single window.
Sat, 28 Oct 2006 16:41:08 +0000 Sam Lantinga Fixed focus comptability bug
Sat, 28 Oct 2006 07:49:19 +0000 Ryan C. Gordon Oh for crying out loud...
Sat, 28 Oct 2006 07:45:33 +0000 Ryan C. Gordon Whoops, wrong variable name.
Sat, 28 Oct 2006 07:44:38 +0000 Ryan C. Gordon Fix potential memory leaks if CoreAudio initialization fails.
Sat, 28 Oct 2006 07:39:35 +0000 Ryan C. Gordon Patched to compile.
Fri, 27 Oct 2006 20:19:48 +0000 Ryan C. Gordon 1.3 branch version of revision 2878.
Sat, 21 Oct 2006 18:56:35 +0000 Patrice Mandin Also save/restore fpu register in vbl interrupt
Fri, 20 Oct 2006 00:15:18 +0000 Ryan C. Gordon Whoops, need a pointer to an LPDIRECTSOUNDBUFFER and not the
Wed, 18 Oct 2006 10:49:23 +0000 Ryan C. Gordon Patched to compile again (thanks, Rasmus!).
Tue, 17 Oct 2006 09:15:21 +0000 Ryan C. Gordon Merged SDL-ryan-multiple-audio-device branch r2803:2871 into the trunk.
Sun, 01 Oct 2006 16:10:41 +0000 Ryan C. Gordon Double Whoops. :P
Sun, 01 Oct 2006 16:07:32 +0000 Sam Lantinga Whoops. :)
Sun, 01 Oct 2006 02:28:41 +0000 Sam Lantinga Replaced strncmp for SDL_VIDEODRIVER test with strcasecmp
Sun, 01 Oct 2006 02:06:37 +0000 Ryan C. Gordon Replaced strncmp for SDL_AUDIODRIVER test with strcasecmp.
Sun, 01 Oct 2006 01:12:08 +0000 Ryan C. Gordon Minor cleanup in the mint driver that was sitting on my laptop (sorry!).
Sun, 24 Sep 2006 15:56:55 +0000 Sam Lantinga Formatting update
Sun, 24 Sep 2006 15:56:36 +0000 Sam Lantinga Fixed bug #292
Sun, 24 Sep 2006 00:55:19 +0000 Sam Lantinga Fixed bug #316
Sun, 24 Sep 2006 00:44:45 +0000 Sam Lantinga Fixed bug #321
Sun, 24 Sep 2006 00:36:49 +0000 Sam Lantinga Fixed bug #270
Sat, 23 Sep 2006 23:15:56 +0000 Sam Lantinga (none)
Sat, 23 Sep 2006 22:51:37 +0000 Sam Lantinga Fixed bug #329
Fri, 22 Sep 2006 21:52:20 +0000 Patrice Mandin Pfiou, all of it to update, faster to rewrite from scratch?
Wed, 20 Sep 2006 22:09:19 +0000 Patrice Mandin Started update for 1.3
Wed, 20 Sep 2006 21:38:06 +0000 Patrice Mandin Oops, don't need to check that
Wed, 20 Sep 2006 21:29:44 +0000 Patrice Mandin More work for 1.3
Wed, 20 Sep 2006 21:22:08 +0000 Patrice Mandin Started work to update for 1.3 api
Wed, 20 Sep 2006 19:49:23 +0000 Patrice Mandin Reenable mouse usage using xbios vectors under MiNT
Wed, 20 Sep 2006 19:47:09 +0000 Patrice Mandin Forward keyboard reworking from 1.2
Sat, 16 Sep 2006 17:13:41 +0000 Patrice Mandin Add teamtap support
Sat, 16 Sep 2006 17:02:38 +0000 Patrice Mandin Update for recent changes
Sat, 16 Sep 2006 16:59:46 +0000 Patrice Mandin Save/restore FPU registers in interrupt
Wed, 13 Sep 2006 04:47:46 +0000 Ryan C. Gordon Fixed typo in windib audio.
Tue, 12 Sep 2006 19:47:40 +0000 Patrice Mandin Allow grabing mouse by locking its position
Tue, 12 Sep 2006 19:44:51 +0000 Patrice Mandin Reenable xbios usage to get relative mouse motion
Tue, 12 Sep 2006 19:43:29 +0000 Patrice Mandin Allow mouse to be locked when grabbed with GEM driver
Tue, 12 Sep 2006 19:23:51 +0000 Patrice Mandin Disable MiNT thread usage and use hw access for updating DMA audio pointers
Tue, 12 Sep 2006 08:45:48 +0000 Sam Lantinga Temporarily disabled framebuffer console support for SDL 1.3
Fri, 08 Sep 2006 19:18:02 +0000 Patrice Mandin Forgot to reshow mouse cursor when exiting grab/hide mode
Thu, 07 Sep 2006 20:50:13 +0000 Patrice Mandin /me dumb, sizeof(keymap != number of elements
Tue, 05 Sep 2006 19:32:35 +0000 Patrice Mandin Use correct function to free allocated mem
Sat, 02 Sep 2006 21:50:04 +0000 Ryan C. Gordon Fixed macosx audio initialization (passed wrong struct to CoreAudio).
Sat, 02 Sep 2006 21:19:00 +0000 Ryan C. Gordon Compile fixes.
Fri, 01 Sep 2006 22:48:43 +0000 Ryan C. Gordon Added a FIXME and macro to sun audio.
Fri, 01 Sep 2006 19:29:49 +0000 Ryan C. Gordon Replaced unions with calls to SDL_SwapFloat...
Fri, 01 Sep 2006 19:17:05 +0000 Ryan C. Gordon Fixed S32 audio mixing, but I'm a bit nervous about the use of 64-bit
Fri, 01 Sep 2006 19:16:26 +0000 Ryan C. Gordon Continuing my quest to replace all the bitwise operations on SDL_AudioFormats
Fri, 01 Sep 2006 18:07:41 +0000 Ryan C. Gordon Fixed broken audio conversions between float and unsigned datatypes.
Fri, 01 Sep 2006 18:04:01 +0000 Ryan C. Gordon Whoops, wrong tokens for int32 support in ALSA driver (specified unsigned
Fri, 01 Sep 2006 17:49:27 +0000 Ryan C. Gordon ALSA was testing if (format) was set to zero as an error condition, but
Fri, 01 Sep 2006 07:50:36 +0000 Ryan C. Gordon int32 support for windib and windx5 audio backends.
Fri, 01 Sep 2006 06:55:41 +0000 Ryan C. Gordon QNX6 support for int32/float32 (isn't this just ALSA?!)
Fri, 01 Sep 2006 06:43:41 +0000 Ryan C. Gordon Updated Tru64 audio to support int32.
Fri, 01 Sep 2006 06:32:54 +0000 Ryan C. Gordon MiNT audio driver cleanups for clamping types and channels to supported
Fri, 01 Sep 2006 06:01:03 +0000 Ryan C. Gordon Mac OS 9 support for int32/float32.
Fri, 01 Sep 2006 05:31:36 +0000 Ryan C. Gordon Mac OS X audio backend now supports int32/float32.
Fri, 01 Sep 2006 00:04:07 +0000 Ryan C. Gordon Cleaned up IRIX audio driver, added float32 support and fallbacks when
Thu, 31 Aug 2006 23:16:48 +0000 Ryan C. Gordon Actually, my silly logic bug was actually correct. :/
Thu, 31 Aug 2006 23:16:23 +0000 Ryan C. Gordon Let SDL convert to valid Dreamcast audio formats instead of failing if the
Thu, 31 Aug 2006 22:40:53 +0000 Ryan C. Gordon Let OS/2 DART backend use SDL converters at a higher level (would fail if
Thu, 31 Aug 2006 22:22:34 +0000 Ryan C. Gordon Fixed silly logic thing.
Thu, 31 Aug 2006 22:15:07 +0000 Ryan C. Gordon Added int32 and float32 support (and some others!) to BeOS audio backend.
Thu, 31 Aug 2006 21:43:25 +0000 Ryan C. Gordon Added int32 support to Amiga audio driver and cleaned up some other details
Thu, 31 Aug 2006 21:28:21 +0000 Ryan C. Gordon ALSA backend can handle int32 and float32 data directly.
Thu, 31 Aug 2006 21:00:10 +0000 Ryan C. Gordon Added int32 adn float32 support to SDL_LoadWAV_RW().
Thu, 31 Aug 2006 20:59:42 +0000 Ryan C. Gordon Reordered the favored audio format list a little.
Tue, 29 Aug 2006 08:24:16 +0000 Sam Lantinga Take advantage of the existing SDL blitters for normal copy blits.
Mon, 28 Aug 2006 17:35:15 +0000 Sam Lantinga Clear the second texture stage explicitly
Mon, 28 Aug 2006 17:34:50 +0000 Sam Lantinga The dummy renderer can task advantage of the MASK optimization too, though performance probably doesn't matter here...
Mon, 28 Aug 2006 14:10:46 +0000 Sam Lantinga Optimized the copy blitters a little bit
Mon, 28 Aug 2006 04:39:37 +0000 Sam Lantinga Figured out how texture stages work, thanks to this:
Mon, 28 Aug 2006 04:03:32 +0000 Sam Lantinga Implemented color modulation in the D3D renderer.
Mon, 28 Aug 2006 03:27:59 +0000 Sam Lantinga Cleanup for the last checkin
Mon, 28 Aug 2006 03:17:39 +0000 Sam Lantinga Added source color and alpha modulation support.
Thu, 24 Aug 2006 12:49:59 +0000 Ryan C. Gordon Added SDL_SwapFloat* function/macros. Reference Bugzilla #293.
Thu, 24 Aug 2006 12:48:16 +0000 Ryan C. Gordon Forgot to check in updated SDL_audio.h ...
Thu, 24 Aug 2006 12:10:46 +0000 Ryan C. Gordon First shot at new audio data types (int32 and float32).
Thu, 10 Aug 2006 15:15:06 +0000 Sam Lantinga The GGI driver hasn't been maintained in 8 years. It's probably safe to remove. :)
Thu, 10 Aug 2006 14:55:45 +0000 Sam Lantinga Missed a Qtopia change.
Thu, 10 Aug 2006 14:55:00 +0000 Sam Lantinga MacOS Classic is no longer supported.
Thu, 10 Aug 2006 14:54:23 +0000 Sam Lantinga MacOS Classic is no longer supported.
Thu, 10 Aug 2006 14:35:42 +0000 Sam Lantinga David Hedbor is no longer maintaining the Qtopia code.
Mon, 07 Aug 2006 05:25:13 +0000 Sam Lantinga Whoops, remove debug code
Mon, 07 Aug 2006 05:24:13 +0000 Sam Lantinga Added resize support for GDI and Direct3D renderers
Sun, 06 Aug 2006 23:34:59 +0000 Sam Lantinga Added paletted OpenGL texture support.
Sun, 06 Aug 2006 08:55:37 +0000 Sam Lantinga Fixed fullscreen modes with Cocoa video driver.
Sun, 06 Aug 2006 07:29:38 +0000 Sam Lantinga Fixed bug recreating OpenGL textures on window resize
Sun, 06 Aug 2006 04:57:28 +0000 Sam Lantinga Added window resize support for the software renderer
Sun, 06 Aug 2006 04:39:13 +0000 Sam Lantinga Allow the render context to do necessary work when the video mode changes.
Sun, 06 Aug 2006 00:09:04 +0000 Sam Lantinga Clarified the difference between render drivers and render contexts
Sat, 05 Aug 2006 22:41:33 +0000 Sam Lantinga Updated header documentation
Sat, 05 Aug 2006 22:34:23 +0000 Sam Lantinga In general, fill in pointers to structures, rather than return them.
Sat, 05 Aug 2006 17:12:22 +0000 Sam Lantinga Removed old function
Sat, 05 Aug 2006 17:09:42 +0000 Sam Lantinga SDL constants are all uppercase.
Thu, 03 Aug 2006 19:34:05 +0000 Ryan C. Gordon 1.3 API proposals for audio subsystem. Nothing in here is guaranteed to
Wed, 02 Aug 2006 03:20:52 +0000 Sam Lantinga Added SDL_GetCurrentVideoDisplay()
Sun, 30 Jul 2006 08:09:20 +0000 Sam Lantinga Hack to stop the beeping
Sun, 30 Jul 2006 06:11:52 +0000 Sam Lantinga Removed debug code. :)
Sun, 30 Jul 2006 06:11:24 +0000 Sam Lantinga Added numlock support
Sun, 30 Jul 2006 05:18:33 +0000 Sam Lantinga Implemented Cocoa key event handling.
Sat, 29 Jul 2006 23:00:15 +0000 Sam Lantinga Added right/other drag code for Cocoa windows
Sat, 29 Jul 2006 22:42:48 +0000 Sam Lantinga Implemented Cocoa mouse wheel events
Sat, 29 Jul 2006 21:51:00 +0000 Sam Lantinga Simplified driver window creation code.
Sat, 29 Jul 2006 03:57:55 +0000 Sam Lantinga (none)
Sat, 29 Jul 2006 03:56:35 +0000 Sam Lantinga Don't unload the OpenGL library before the X display is closed.
Fri, 28 Jul 2006 08:46:24 +0000 Sam Lantinga We're not querying the glX attributes anymore...
Fri, 28 Jul 2006 08:43:17 +0000 Sam Lantinga Implemented X11 OpenGL support.
Thu, 27 Jul 2006 06:53:23 +0000 Sam Lantinga Initial work on X11 window code in.
Wed, 26 Jul 2006 06:34:54 +0000 Sam Lantinga Started work on the new X11 driver.
Wed, 26 Jul 2006 06:34:31 +0000 Sam Lantinga Placate versions of ranlib which complain about empty files (Mac OS X 10.4)
Wed, 26 Jul 2006 04:22:32 +0000 Sam Lantinga Starting fresh with the X11 driver
Wed, 26 Jul 2006 04:20:59 +0000 Sam Lantinga Oh yeah, more DGA removal
Wed, 26 Jul 2006 03:57:45 +0000 Sam Lantinga Added the dummy audio driver to instructions
Wed, 26 Jul 2006 03:55:56 +0000 Sam Lantinga PicoGUI is no longer maintained by the author.
Wed, 26 Jul 2006 03:24:27 +0000 Sam Lantinga The AAlib driver is fun, but not worth rewriting for SDL 1.3
Wed, 26 Jul 2006 03:15:41 +0000 Sam Lantinga The old windows video drivers are superceded by the unified win32 driver.
Wed, 26 Jul 2006 03:12:05 +0000 Sam Lantinga Hopefully glSDL has been superceded by the OpenGL render driver.
Wed, 26 Jul 2006 03:08:25 +0000 Sam Lantinga More DGA removal
Wed, 26 Jul 2006 03:06:07 +0000 Sam Lantinga Removing DGA support for SDL 1.3 - it's still buggy years later, and now
Tue, 25 Jul 2006 07:25:51 +0000 Sam Lantinga SDL applications no longer need to link with Cocoa (unless they want to)
Tue, 25 Jul 2006 07:14:40 +0000 Sam Lantinga Actually use the function we took the trouble to get the pointer for.
Tue, 25 Jul 2006 06:59:14 +0000 Sam Lantinga Fixed Objective-C memory leaks
Tue, 25 Jul 2006 06:22:42 +0000 Sam Lantinga Implemented OpenGL support on Mac OS X
Mon, 24 Jul 2006 23:30:14 +0000 Ryan C. Gordon Patch from 1.2 branch...fix compilation on Qtopia video target (reference
Mon, 24 Jul 2006 07:21:16 +0000 Sam Lantinga Implemented Mac OS X video mode selection.
Mon, 24 Jul 2006 05:03:02 +0000 Sam Lantinga Implemented Cocoa window support
Sun, 23 Jul 2006 09:16:14 +0000 Sam Lantinga Whoops, that's a while loop. :)
Sun, 23 Jul 2006 09:11:10 +0000 Sam Lantinga The Mac OS X Cocoa video driver is under construction...
Sun, 23 Jul 2006 00:55:25 +0000 Sam Lantinga Fixed compiler warnings
Sun, 23 Jul 2006 00:48:12 +0000 Sam Lantinga Added an environment variable to select which driver the software renderer will use.
Sun, 23 Jul 2006 00:19:12 +0000 Sam Lantinga Fixed crash with multiple windows
Sat, 22 Jul 2006 23:04:41 +0000 Sam Lantinga OpenGL renderer is feature complete!
Sat, 22 Jul 2006 21:58:17 +0000 Sam Lantinga Added SDL_GL_ExtensionSupported()
Sat, 22 Jul 2006 21:17:37 +0000 Sam Lantinga Query the maximum texture size for the D3D renderer.
Sat, 22 Jul 2006 21:02:57 +0000 Sam Lantinga If the OpenGL renderer is selected for a non-OpenGL window, recreate the window with OpenGL enabled.
Sat, 22 Jul 2006 19:51:48 +0000 Sam Lantinga Switch OpenGL contexts when switching render contexts.
Sat, 22 Jul 2006 19:03:31 +0000 Sam Lantinga Fixed OpenGL blend modes, added power of 2 texture code
Sat, 22 Jul 2006 18:01:56 +0000 Sam Lantinga Bug fixes to the OpenGL renderer
Sat, 22 Jul 2006 08:33:18 +0000 Sam Lantinga Convert SDL_malloc to SDL_calloc if appropriate, slightly faster on operating systems which map the zero page for memory allocations.
Wed, 19 Jul 2006 08:46:57 +0000 Sam Lantinga Fixed to compile while the OpenGL renderer is under construction
Wed, 19 Jul 2006 07:18:45 +0000 Sam Lantinga Starting on the OpenGL renderer...
Wed, 19 Jul 2006 05:45:42 +0000 Sam Lantinga Implemented scaling in the D3D renderer
Wed, 19 Jul 2006 05:03:21 +0000 Sam Lantinga Implemented blend modes in the D3D renderer
Wed, 19 Jul 2006 04:24:41 +0000 Sam Lantinga Implemented multi-window OpenGL program with test framework.
Tue, 18 Jul 2006 07:49:51 +0000 Sam Lantinga Added a test program framework for easy initialization.
Mon, 17 Jul 2006 06:47:33 +0000 Sam Lantinga Implemented Windows OpenGL support
Sun, 16 Jul 2006 09:34:01 +0000 Sam Lantinga Setting up the OpenGL support
Sun, 16 Jul 2006 03:35:44 +0000 Sam Lantinga Create a fake desktop mode for windowed mode apps
Sun, 16 Jul 2006 03:32:06 +0000 Sam Lantinga Fixed building on Mac OS X without the Carbon and Cocoa video drivers
Sat, 15 Jul 2006 19:30:18 +0000 Sam Lantinga Look at environment variables in SDL_VideoInit() and SDL_AudioInit()
Sat, 15 Jul 2006 19:29:42 +0000 Sam Lantinga Implemented fully featured dummy renderer
Sat, 15 Jul 2006 09:46:36 +0000 Sam Lantinga Streamlined the API a bit and optimized the software renderer.
Fri, 14 Jul 2006 08:24:43 +0000 Sam Lantinga Changed the name of the dummy renderer
Fri, 14 Jul 2006 08:22:45 +0000 Sam Lantinga Prefer the D3D renderer over GDI, at least for testing.
Fri, 14 Jul 2006 07:41:16 +0000 Sam Lantinga Yay! D3D renderer works!
Fri, 14 Jul 2006 06:40:53 +0000 Sam Lantinga More of the Direct3D renderer is implemented, I'm not sure why it's not showing texture copies yet...
Thu, 13 Jul 2006 08:15:35 +0000 Sam Lantinga Updated Visual C++ 2005 project
Thu, 13 Jul 2006 08:13:02 +0000 Sam Lantinga Removed libc dependency on Windows again, to fix building with Visual C++ 2005 Express Edition.
Wed, 12 Jul 2006 09:25:17 +0000 Sam Lantinga First stab at a D3D renderer, only 30FPS so far... ?
Wed, 12 Jul 2006 08:09:57 +0000 Sam Lantinga debug cleanup
Wed, 12 Jul 2006 07:01:35 +0000 Sam Lantinga Playing around, trying to find a fast path with GDI
Wed, 12 Jul 2006 06:39:26 +0000 Sam Lantinga Solved the performance problems by introducing the concept of a single-buffered
Mon, 10 Jul 2006 21:23:51 +0000 Sam Lantinga Updated the snapshot build target to reflect the new source location
Mon, 10 Jul 2006 21:04:37 +0000 Sam Lantinga SDL 1.2 is moving to a branch, and SDL 1.3 is becoming the head.
Thu, 06 Jul 2006 18:01:37 +0000 Patrice Mandin sdl.pc is in build directory, not source
Tue, 27 Jun 2006 04:58:26 +0000 Sam Lantinga Include sdl.pc in the development RPM release-1.2.11
Tue, 27 Jun 2006 04:33:31 +0000 Sam Lantinga Added 1.2.11 patch notes
Mon, 26 Jun 2006 16:20:51 +0000 Sam Lantinga Fixed libiconv detection
Mon, 26 Jun 2006 16:15:21 +0000 Sam Lantinga Fixed problem with nasm hidden visibility detection
Mon, 26 Jun 2006 05:27:15 +0000 Sam Lantinga Almost added Mac OS X nasm support
Mon, 26 Jun 2006 01:33:53 +0000 Sam Lantinga ------- Comment #5 From Marc Peter 2006-06-25 18:03 [reply] -------
Sun, 25 Jun 2006 18:26:15 +0000 Sam Lantinga Updated version to SDL 1.2.1
Sun, 25 Jun 2006 18:07:34 +0000 Sam Lantinga Updated the version to 1.2.11
Sun, 25 Jun 2006 17:14:39 +0000 Sam Lantinga (none)
Sun, 25 Jun 2006 17:12:08 +0000 Sam Lantinga Fixed including stdint.h with gcc on Win32
Sat, 24 Jun 2006 17:36:55 +0000 Sam Lantinga Fix for bug #240
Sat, 24 Jun 2006 04:30:01 +0000 Sam Lantinga Fixed bug #258
Sat, 24 Jun 2006 03:41:14 +0000 Sam Lantinga Fixed bug #255
Sat, 24 Jun 2006 01:59:43 +0000 Sam Lantinga Fixed bug #260
Fri, 23 Jun 2006 08:39:05 +0000 Sam Lantinga Default the X11 dynamically loading on if the OS loader loads libraries
Fri, 23 Jun 2006 08:35:48 +0000 Ryan C. Gordon Swizzle ALSA channels for 5.1 output to match DirectSound and CoreAudio.
Fri, 23 Jun 2006 08:15:47 +0000 Sam Lantinga Fixed bug #69
Fri, 23 Jun 2006 04:27:55 +0000 Sam Lantinga Fixed bug #147
Fri, 23 Jun 2006 02:19:52 +0000 Ryan C. Gordon Only allow dynamic X11 if gcc4 (-fvisibility=hidden) is used.
Fri, 23 Jun 2006 02:16:49 +0000 Ryan C. Gordon Minor bit of sanity-checking debug info in dynamic X11 code.
Wed, 21 Jun 2006 08:26:05 +0000 Sam Lantinga Renamed, per Mike's comment on bug #157
Wed, 21 Jun 2006 08:25:28 +0000 Sam Lantinga Renamed, per Mike's comment on bug #157
Wed, 21 Jun 2006 07:57:34 +0000 Sam Lantinga Fixed bug #157
Wed, 21 Jun 2006 07:35:02 +0000 Sam Lantinga Fixed bug #256
Tue, 20 Jun 2006 06:50:42 +0000 Sam Lantinga Date: Fri, 9 Jun 2006 11:35:23 +0300
Tue, 20 Jun 2006 06:39:01 +0000 Sam Lantinga Date: Thu, 15 Jun 2006 14:19:47 +0200 (CEST)
Tue, 20 Jun 2006 05:55:23 +0000 Sam Lantinga Fixed bug #251
Tue, 20 Jun 2006 05:49:53 +0000 Sam Lantinga Bug #250, pkg-config support contributed by Mikael Eriksson
Tue, 20 Jun 2006 05:49:20 +0000 Sam Lantinga Bug #250, pkg-config support contributed by Mikael Eriksson
Tue, 20 Jun 2006 05:35:44 +0000 Sam Lantinga I think this fixes bug #244
Tue, 20 Jun 2006 05:25:04 +0000 Sam Lantinga Fixed bug #241
Tue, 20 Jun 2006 04:04:25 +0000 Sam Lantinga Test case for bug #240
Tue, 20 Jun 2006 03:52:41 +0000 Sam Lantinga Fixed bug #232
Tue, 20 Jun 2006 03:29:47 +0000 Sam Lantinga Fixed bug #232
Wed, 14 Jun 2006 19:03:01 +0000 Patrice Mandin Oops, reverted single/double buffer update
Wed, 14 Jun 2006 18:59:30 +0000 Patrice Mandin Add program to test mouse cursor change
Wed, 14 Jun 2006 18:57:58 +0000 Patrice Mandin Fix mouse cursor change
Tue, 23 May 2006 15:07:56 +0000 Sam Lantinga Date: Mon, 22 May 2006 01:16:47 -0400
Sun, 21 May 2006 17:26:40 +0000 Sam Lantinga Moved DirectInput joystick code to 1.3 branch
Sun, 21 May 2006 16:47:41 +0000 Sam Lantinga Closed bug #74
Sun, 21 May 2006 02:50:05 +0000 Ryan C. Gordon Removed unused variable with undefined type. Fixes Bugzilla #234.
Thu, 18 May 2006 03:24:10 +0000 Ryan C. Gordon Try to keep SDL keysyms sane regardless of keyboard layout in windib target.
Wed, 17 May 2006 23:42:48 +0000 Ryan C. Gordon Make sure sem_wait didn't return early with EINTR. Fixes Bugzilla #231.
Wed, 17 May 2006 18:57:04 +0000 Sam Lantinga Fixed thread callback calling conventions, updated OS/2 DLL name to SDL12.dll
Wed, 17 May 2006 15:08:46 +0000 Sam Lantinga Fixed uninitialized variable warnings
Wed, 17 May 2006 07:38:34 +0000 Sam Lantinga Clean out the tests before creating distribution archive release-1.2.10
Wed, 17 May 2006 06:09:27 +0000 Sam Lantinga Updated RPM spec file with License keyword
Wed, 17 May 2006 04:42:37 +0000 Sam Lantinga Whoops, clean files in the dist directory
Wed, 17 May 2006 04:36:31 +0000 Sam Lantinga (none)
Wed, 17 May 2006 04:21:33 +0000 Sam Lantinga Removed support for Darwin, due to build problems on ps2linux
Wed, 17 May 2006 04:11:33 +0000 Sam Lantinga Needed unistd.h for unlink()
Wed, 17 May 2006 04:01:53 +0000 Sam Lantinga Patch from Ryan to fix compiler warnings
Tue, 16 May 2006 16:25:22 +0000 Sam Lantinga Use the correct parameter for GLX_VISUAL_CAVEAT_EXT
Tue, 16 May 2006 08:00:25 +0000 Sam Lantinga Updated docs for SDL 1.2.10 release
Tue, 16 May 2006 07:26:48 +0000 Sam Lantinga Added information about gcc-fat.sh to README.MacOSX
Tue, 16 May 2006 06:53:27 +0000 Sam Lantinga Fixed compiling GS YUV conversion code
Tue, 16 May 2006 03:58:08 +0000 Sam Lantinga Date: Mon, 15 May 2006 17:18:34 +0300
Mon, 15 May 2006 12:22:58 +0000 Sam Lantinga DragonFly BSD has an older version of VGL which SDL doesn't support.
Mon, 15 May 2006 11:58:29 +0000 Sam Lantinga Fixed corrupt image
Mon, 15 May 2006 07:24:24 +0000 Sam Lantinga OpenBSD doesn't ship with X11 library major version symlinks
Mon, 15 May 2006 06:39:10 +0000 Sam Lantinga Added yet another variant of autoconf to the list
Mon, 15 May 2006 06:30:38 +0000 Sam Lantinga Added yet another variant of autoconf to the list
Sun, 14 May 2006 21:18:26 +0000 Sam Lantinga Fix from Marc Peter: slightly fixed Watcom makefiles for 1.2.10 release
Sun, 14 May 2006 09:55:22 +0000 Patrice Mandin Add a reminder to fix current->w,current->h
Sun, 14 May 2006 05:20:36 +0000 Sam Lantinga Fixed alloca declaration for MPW
Sat, 13 May 2006 16:30:59 +0000 Sam Lantinga Hey, whaddy know! MacOS Classic has 64-bit types!
Sat, 13 May 2006 05:21:59 +0000 Sam Lantinga SDLmain compile fix
Fri, 12 May 2006 16:25:04 +0000 Patrice Mandin Add missing include file
Fri, 12 May 2006 16:24:30 +0000 Patrice Mandin Use the right variables to set stuff for sdl-config script
Fri, 12 May 2006 04:21:19 +0000 Sam Lantinga Fixed signed/unsigned issues
Fri, 12 May 2006 04:18:32 +0000 Sam Lantinga Whoops, need a space after dnl to make it meaningful. :)
Thu, 11 May 2006 23:37:13 +0000 Sam Lantinga Should we always look in /usr/local when compiling natively?
Thu, 11 May 2006 23:32:11 +0000 Sam Lantinga Date: Thu, 11 May 2006 19:08:05 -0400
Thu, 11 May 2006 23:26:45 +0000 Sam Lantinga Date: Thu, 11 May 2006 17:09:17 -0400
Thu, 11 May 2006 21:14:05 +0000 Patrice Mandin Forgot to declare volatile stuff also in c file
Thu, 11 May 2006 21:03:23 +0000 Sam Lantinga Fixed some bugs in string handling
Thu, 11 May 2006 15:52:41 +0000 Sam Lantinga Saved a little space by not including the CodeWarrior 5 XML projects
Thu, 11 May 2006 08:31:33 +0000 Sam Lantinga Fixed bug #53
Thu, 11 May 2006 08:09:16 +0000 Sam Lantinga Fixed building with CodeWarrior on MacOS Classic
Thu, 11 May 2006 06:06:21 +0000 Sam Lantinga Fixed MacOS Classic build
Thu, 11 May 2006 04:16:39 +0000 Sam Lantinga sdl-config doesn't include the OpenGL library in --libs
Thu, 11 May 2006 03:45:55 +0000 Sam Lantinga Fixed bug #208
Thu, 11 May 2006 03:21:54 +0000 Sam Lantinga Fixed bug #226
Thu, 11 May 2006 03:19:03 +0000 Sam Lantinga Fixed bug #225
Thu, 11 May 2006 03:08:39 +0000 Sam Lantinga Date: Wed, 10 May 2006 17:43:21 -0700
Wed, 10 May 2006 15:21:14 +0000 Sam Lantinga Only set Mac OS X default if both parameters are left default
Wed, 10 May 2006 15:00:30 +0000 Sam Lantinga (none)
Wed, 10 May 2006 14:59:08 +0000 Sam Lantinga Added hardcoded /usr/X11R6 path so GLX detection works on Mac OS X.
Wed, 10 May 2006 07:42:02 +0000 Sam Lantinga Need to use __MACOSX__ for the Mac OS X platform.
Wed, 10 May 2006 07:25:37 +0000 Sam Lantinga Fixed bug #221
Wed, 10 May 2006 07:16:38 +0000 Sam Lantinga Fixed bug #222
Wed, 10 May 2006 07:08:41 +0000 Sam Lantinga Prevent both __MACOS__ and __MACOSX__ from being defined in Codewarrior
Wed, 10 May 2006 06:12:45 +0000 Sam Lantinga Xcode has trouble compiling different files with the same name for two architectures
Wed, 10 May 2006 06:07:47 +0000 Sam Lantinga Removed unused variable
Wed, 10 May 2006 05:17:58 +0000 Sam Lantinga Fixed X11 support on Mac OS X Universal build
Wed, 10 May 2006 04:05:46 +0000 Sam Lantinga Date: Tue, 9 May 2006 23:01:49 -0400
Tue, 09 May 2006 16:10:04 +0000 Sam Lantinga Fat test programs! :)
Tue, 09 May 2006 15:14:48 +0000 Sam Lantinga Fixed bug #218
Tue, 09 May 2006 15:09:47 +0000 Sam Lantinga Fixed bug #220
Tue, 09 May 2006 08:52:54 +0000 Sam Lantinga Fixed bug #137
Tue, 09 May 2006 07:52:04 +0000 Sam Lantinga Date: Mon, 8 May 2006 14:19:30 -0700
Tue, 09 May 2006 07:50:28 +0000 Sam Lantinga More compile fixes for systems without the DPMS extension
Tue, 09 May 2006 07:45:12 +0000 Sam Lantinga Fixed build errors on systems without the DPMS extension
Tue, 09 May 2006 07:26:58 +0000 Sam Lantinga Date: Mon, 8 May 2006 14:19:30 -0700
Tue, 09 May 2006 07:20:32 +0000 Sam Lantinga Fixed bug #104
Tue, 09 May 2006 07:16:38 +0000 Sam Lantinga Fixed bug #144
Tue, 09 May 2006 07:05:35 +0000 Sam Lantinga Fixed bug #201
Tue, 09 May 2006 06:44:47 +0000 Sam Lantinga Fixed bug #106
Tue, 09 May 2006 06:14:11 +0000 Sam Lantinga Fixed DGA mode sorting and eliminated doublescan and interlaced modes
Mon, 08 May 2006 06:54:20 +0000 Sam Lantinga Disable the screensaver in DGA mode, which is even more important than X11...
Mon, 08 May 2006 06:38:13 +0000 Sam Lantinga Fixed bug #203
Mon, 08 May 2006 06:23:11 +0000 Sam Lantinga (none)
Mon, 08 May 2006 05:36:45 +0000 Sam Lantinga Get updates to the shadow surface while switched away
Mon, 08 May 2006 05:33:02 +0000 Sam Lantinga Fixed bug #49
Mon, 08 May 2006 05:30:15 +0000 Sam Lantinga Made it easier to test some things on the framebuffer console
Mon, 08 May 2006 05:17:10 +0000 Sam Lantinga Fixed detection of current vt when not running as root.
Mon, 08 May 2006 04:19:03 +0000 Sam Lantinga Eliminate duplicate video modes
Mon, 08 May 2006 03:49:51 +0000 Sam Lantinga SDL_strncpy doesn't exist
Mon, 08 May 2006 02:09:34 +0000 Sam Lantinga Date: Sun, 7 May 2006 19:22:33 -0400
Sun, 07 May 2006 19:02:07 +0000 Sam Lantinga (none)
Sun, 07 May 2006 15:15:40 +0000 Sam Lantinga (none)
Sun, 07 May 2006 06:20:39 +0000 Sam Lantinga Fixed bug #102
Sun, 07 May 2006 04:02:48 +0000 Sam Lantinga Fixed bug #217
Sun, 07 May 2006 03:44:58 +0000 Sam Lantinga Fixed bug #216
Sun, 07 May 2006 03:40:06 +0000 Sam Lantinga Fixed bug #215
Fri, 05 May 2006 05:50:26 +0000 Sam Lantinga Fixed bug #80
Fri, 05 May 2006 05:09:10 +0000 Sam Lantinga Fixed bug #196
Thu, 04 May 2006 16:52:53 +0000 Sam Lantinga (none)
Thu, 04 May 2006 16:51:07 +0000 Sam Lantinga Fixed bug #45
Thu, 04 May 2006 13:47:19 +0000 Sam Lantinga The install target depends on the libraries being built
Thu, 04 May 2006 12:08:05 +0000 Sam Lantinga Updated to include new languages and platform support
Thu, 04 May 2006 11:59:55 +0000 Sam Lantinga Date: Thu, 4 May 2006 08:44:10 +0200 (CEST)
Wed, 03 May 2006 16:35:29 +0000 Sam Lantinga Fixed execv warning when libtool creates wrapper executables
Wed, 03 May 2006 04:11:38 +0000 Sam Lantinga Patch from Dmitry Yakimov to fix building on WinCE
Tue, 02 May 2006 15:18:07 +0000 Sam Lantinga Added instructions for copying SDL_config.h
Tue, 02 May 2006 03:06:33 +0000 Sam Lantinga Updated OS/2 project files
Mon, 01 May 2006 23:13:16 +0000 Sam Lantinga Yeah, that's what I meant. :)
Mon, 01 May 2006 11:07:04 +0000 Sam Lantinga Using the SDL C runtime functions
Mon, 01 May 2006 07:23:46 +0000 Sam Lantinga Don't add NONE/bin to the path - inexplicably fixes building on mingw+msys, apparently
Mon, 01 May 2006 07:15:35 +0000 Sam Lantinga Date: Sun, 30 Apr 2006 14:20:05 +1000
Mon, 01 May 2006 06:41:17 +0000 Sam Lantinga SDL_dummy_main.c:12: warning: ISO C does not allow extra â;â outside of a function
Mon, 01 May 2006 06:40:00 +0000 Sam Lantinga SDL_sysjoystick.c:983: warning: 'return' with a value, in function returning void
Sun, 30 Apr 2006 21:01:25 +0000 Patrice Mandin Declare volatile variables modified by interrupt routines
Sun, 30 Apr 2006 16:53:40 +0000 Sam Lantinga Removed redundant rm
Sun, 30 Apr 2006 08:57:02 +0000 Sam Lantinga We want to wrap HAVE_ALLOCA_H, not HAVE_ALLOCA. :)
Sat, 29 Apr 2006 20:22:31 +0000 Sam Lantinga ------- Comment #1 From Max Horn 2006-04-17 03:08 [reply] -------
Sat, 29 Apr 2006 17:56:06 +0000 Sam Lantinga (none)
Sat, 29 Apr 2006 17:54:32 +0000 Sam Lantinga Disable the XRandR extension by default, since KDE maximizes windows which are larger than the new resolution, and then doesn't restore their size and positition when the old resolution is restored.
Sat, 29 Apr 2006 04:08:40 +0000 Sam Lantinga Only use -fvisibility=hidden if SDL will define some symbols as available. :)
Fri, 28 Apr 2006 05:46:07 +0000 Sam Lantinga [From Sam]
Fri, 28 Apr 2006 05:43:58 +0000 Sam Lantinga Future proof C++ code
Fri, 28 Apr 2006 05:38:06 +0000 Sam Lantinga Fixed bug #206, fatbuild.sh works flawlessly on Intel Macs
Thu, 27 Apr 2006 11:18:03 +0000 Ryan C. Gordon fatbuild fixes:
Thu, 27 Apr 2006 10:44:43 +0000 Sam Lantinga Fixed bug #101
Thu, 27 Apr 2006 10:21:54 +0000 Sam Lantinga Trying to fix fatbuild.sh on intel
Thu, 27 Apr 2006 09:08:44 +0000 Sam Lantinga Fixed compile errors on Mac OS X
Thu, 27 Apr 2006 08:39:51 +0000 Sam Lantinga Implemented bug #5
Thu, 27 Apr 2006 07:59:16 +0000 Sam Lantinga Implemented bug #2, 117:
Mon, 10 Jul 2006 07:34:50 +0000 Sam Lantinga SDL_Rect now uses int for position and size. SDL-1.3
Sun, 09 Jul 2006 18:09:16 +0000 Sam Lantinga The general code handles restoring video mode/gamma/etc. when the window loses focus. SDL-1.3
Sun, 09 Jul 2006 09:02:26 +0000 Sam Lantinga Implemented gamma correction on Windows. SDL-1.3
Sat, 08 Jul 2006 20:55:39 +0000 Sam Lantinga Implemented Win32 input grab SDL-1.3
Sat, 08 Jul 2006 20:07:08 +0000 Sam Lantinga SDL_PushEvent() calls the event filter code, and has a return value to tell SDL-1.3
Sat, 08 Jul 2006 18:06:02 +0000 Sam Lantinga Starting support for Direct3D render driver. SDL-1.3
Fri, 07 Jul 2006 10:39:33 +0000 Sam Lantinga Fixed compile problems with new OpenGL API. SDL-1.3
Fri, 07 Jul 2006 10:39:02 +0000 Sam Lantinga Fixed typo in stretch render code. SDL-1.3
Fri, 07 Jul 2006 10:29:16 +0000 Sam Lantinga Started on the OpenGL API revamp. SDL-1.3
Fri, 07 Jul 2006 08:07:16 +0000 Sam Lantinga Merged sdl.pc location fix from SDL 1.2 SDL-1.3
Fri, 07 Jul 2006 08:05:39 +0000 Sam Lantinga Implemented Win32 video mode support SDL-1.3
Thu, 06 Jul 2006 07:17:11 +0000 Sam Lantinga Proof of concept done - Win32 GDI implementation mostly complete. SDL-1.3
Thu, 06 Jul 2006 05:53:32 +0000 Sam Lantinga (none) SDL-1.3
Fri, 30 Jun 2006 08:18:44 +0000 Sam Lantinga Added a userdata parameter for event filters. SDL-1.3
Fri, 30 Jun 2006 05:50:35 +0000 Sam Lantinga Fixed indenting in MSVC inline assembly SDL-1.3
Fri, 30 Jun 2006 05:42:49 +0000 Sam Lantinga Cleaned up a bunch of warnings, started adding Win32 event support SDL-1.3
Wed, 28 Jun 2006 08:12:07 +0000 Sam Lantinga You can now create multiple windows on Win32 SDL-1.3
Tue, 27 Jun 2006 07:46:36 +0000 Sam Lantinga Further progress on the new Windows video driver: SDL-1.3
Tue, 27 Jun 2006 04:59:10 +0000 Sam Lantinga Include sdl.pc in the development RPM SDL-1.3
Mon, 26 Jun 2006 20:32:54 +0000 Sam Lantinga The screen/shadow surface flags are no longer needed SDL-1.3
Mon, 26 Jun 2006 16:21:06 +0000 Sam Lantinga Fixed libiconv detection SDL-1.3
Mon, 26 Jun 2006 16:15:36 +0000 Sam Lantinga Fixed problem with nasm hidden visibility detection SDL-1.3
Mon, 26 Jun 2006 14:29:50 +0000 Sam Lantinga Whoops, forgot to indent SDL-1.3
Mon, 26 Jun 2006 13:56:56 +0000 Sam Lantinga Started framework for Windows video driver SDL-1.3
Mon, 26 Jun 2006 05:27:34 +0000 Sam Lantinga Almost added Mac OS X nasm support SDL-1.3
Mon, 26 Jun 2006 01:35:02 +0000 Sam Lantinga ------- Comment #5 From Marc Peter 2006-06-25 18:03 [reply] ------- SDL-1.3
Sun, 25 Jun 2006 17:17:00 +0000 Sam Lantinga Merged gcc on win32 fix from SDL 1.2 SDL-1.3
Sat, 24 Jun 2006 17:31:46 +0000 Sam Lantinga Merged fix for bug #240 from SDL 1.2 SDL-1.3
Sat, 24 Jun 2006 17:01:29 +0000 Sam Lantinga Passing NULL to SDL_SetDisplayMode() will set the desktop mode. SDL-1.3
Sat, 24 Jun 2006 16:51:01 +0000 Sam Lantinga Added a multi-window version of testsprite using the new API. SDL-1.3
Sat, 24 Jun 2006 04:31:42 +0000 Sam Lantinga Merged fix for bug #258 from SDL 1.2 SDL-1.3
Sat, 24 Jun 2006 03:43:21 +0000 Sam Lantinga Merged memory leak fix from SDL 1.2 SDL-1.3
Sat, 24 Jun 2006 02:48:55 +0000 Sam Lantinga Merged SDL_GL_SWAP_CONTROL fix from SDL 1.2 SDL-1.3
Fri, 23 Jun 2006 09:01:08 +0000 Sam Lantinga Merged Ryan's 5.1 audio fix from SDL 1.2 SDL-1.3
Fri, 23 Jun 2006 08:48:24 +0000 Sam Lantinga Merged DirectSound dropout fix from SDL 1.2 SDL-1.3
Fri, 23 Jun 2006 08:40:46 +0000 Sam Lantinga Merged dynamic X11 fix from SDL 1.2 SDL-1.3
Wed, 21 Jun 2006 08:26:43 +0000 Sam Lantinga Renamed, per Mike's comment on bug #157 SDL-1.3
Wed, 21 Jun 2006 08:25:17 +0000 Sam Lantinga Renamed, per Mike's comment on bug #157 SDL-1.3
Wed, 21 Jun 2006 07:57:59 +0000 Sam Lantinga Fixed bug #157 SDL-1.3
Wed, 21 Jun 2006 07:36:00 +0000 Sam Lantinga Fixed bug #256 SDL-1.3
Tue, 20 Jun 2006 06:51:23 +0000 Sam Lantinga Date: Fri, 9 Jun 2006 11:35:23 +0300 SDL-1.3
Tue, 20 Jun 2006 06:41:15 +0000 Sam Lantinga Date: Thu, 15 Jun 2006 14:19:47 +0200 (CEST) SDL-1.3
Tue, 20 Jun 2006 05:57:50 +0000 Sam Lantinga Fixed bug #251 SDL-1.3
Tue, 20 Jun 2006 05:50:12 +0000 Sam Lantinga Bug #250, pkg-config support contributed by Mikael Eriksson SDL-1.3
Tue, 20 Jun 2006 05:40:57 +0000 Sam Lantinga I think this fixes bug #244 SDL-1.3
Tue, 20 Jun 2006 05:27:03 +0000 Sam Lantinga Fixed bug #241 SDL-1.3
Tue, 20 Jun 2006 05:23:22 +0000 Sam Lantinga Fixed bug #232 SDL-1.3
Tue, 20 Jun 2006 03:29:30 +0000 Sam Lantinga Fixed bug #232 SDL-1.3
Sun, 18 Jun 2006 13:54:27 +0000 Sam Lantinga This trick only works for English SDL-1.3
Sun, 18 Jun 2006 13:47:19 +0000 Sam Lantinga Added the unicode keysym memory again for backwards compatibility. SDL-1.3
Sun, 18 Jun 2006 07:31:45 +0000 Sam Lantinga Fixed YUV overlay crash SDL-1.3
Sun, 18 Jun 2006 06:35:41 +0000 Sam Lantinga Software YUV texture support in progress... SDL-1.3
Sat, 17 Jun 2006 06:45:14 +0000 Sam Lantinga Finished palettized display handling. SDL-1.3
Fri, 16 Jun 2006 06:00:31 +0000 Sam Lantinga Default palette entries to white, instead of black. SDL-1.3
Thu, 15 Jun 2006 07:07:07 +0000 Sam Lantinga Working on paletted display and texture support (two different issues) SDL-1.3
Wed, 14 Jun 2006 08:41:13 +0000 Sam Lantinga Dummy video driver works again in high color video modes. Yay! SDL-1.3
Wed, 14 Jun 2006 06:26:35 +0000 Sam Lantinga More compile fixes SDL-1.3
Wed, 14 Jun 2006 06:14:26 +0000 Sam Lantinga SDL_SetVideoMode() compiles now... SDL-1.3
Tue, 13 Jun 2006 04:37:45 +0000 Sam Lantinga Added new style dummy renderer SDL-1.3
Mon, 12 Jun 2006 09:10:06 +0000 Sam Lantinga Adding software renderer implementation SDL-1.3
Sun, 11 Jun 2006 07:30:16 +0000 Sam Lantinga Overlay functions are being replaced by YUV textures. SDL-1.3
Sun, 11 Jun 2006 05:27:10 +0000 Sam Lantinga Finishing up keyboard code revamp, at least for now... SDL-1.3
Sat, 10 Jun 2006 09:11:59 +0000 Sam Lantinga Keyboard code update in progress SDL-1.3
Fri, 09 Jun 2006 07:06:12 +0000 Sam Lantinga Updated SDL_Surface code for software-only access, fixed some build errors SDL-1.3
Fri, 09 Jun 2006 06:42:42 +0000 Sam Lantinga Moved the cursor handling into the mouse code. SDL-1.3
Wed, 07 Jun 2006 16:10:28 +0000 Sam Lantinga Work in progress. :) SDL-1.3
Mon, 29 May 2006 05:08:33 +0000 Sam Lantinga The test programs compile again. SDL-1.3
Mon, 29 May 2006 04:04:35 +0000 Sam Lantinga more tweaking indent options SDL-1.3
Mon, 29 May 2006 03:53:21 +0000 Sam Lantinga Implemented many compatibility functions SDL-1.3
Sun, 28 May 2006 21:56:07 +0000 Sam Lantinga The dummy video driver compiles. :) SDL-1.3
Sun, 28 May 2006 18:18:30 +0000 Sam Lantinga more indent cleanup SDL-1.3
Sun, 28 May 2006 18:16:36 +0000 Sam Lantinga more indent cleanup SDL-1.3
Sun, 28 May 2006 13:29:03 +0000 Sam Lantinga fine tuning indent output SDL-1.3
Sun, 28 May 2006 13:04:16 +0000 Sam Lantinga Revamp of the video system in progress - adding support for multiple displays, multiple windows, and a full video mode selection API. SDL-1.3
Sun, 21 May 2006 17:27:13 +0000 Sam Lantinga Moved DirectInput joystick code to 1.3 branch SDL-1.3
Sat, 20 May 2006 04:35:58 +0000 Sam Lantinga Added API requested in bug #43: SDL-1.3
Wed, 17 May 2006 08:18:28 +0000 Sam Lantinga Merge trunk-1.3-3 SDL-1.3
Mon, 01 May 2006 06:58:33 +0000 Sam Lantinga glSDL support SDL-1.3
Fri, 28 Apr 2006 16:55:41 +0000 Sam Lantinga Merge trunk-1.3-2 SDL-1.3
Thu, 27 Apr 2006 09:09:48 +0000 Sam Lantinga SDL-trunk-1.3-merge-1 SDL-1.3
Thu, 27 Apr 2006 05:49:51 +0000 Sam Lantinga SDL_OPENGLBLIT is really gone... SDL-1.3
Thu, 27 Apr 2006 05:30:05 +0000 Sam Lantinga Updated to 1.3.0, SDL_OPENGLBLIT is no longer supported SDL-1.3
Thu, 27 Apr 2006 05:19:10 +0000 Sam Lantinga Creating SDL 1.3 branch SDL-1.3
Wed, 26 Apr 2006 23:17:39 +0000 Ryan C. Gordon Info on Subversion repository access.
Wed, 26 Apr 2006 20:30:11 +0000 Sam Lantinga subversion conversion complete!
Sat, 22 Apr 2006 19:50:23 +0000 Sam Lantinga Whoops, you can't use Project Builder anymore...
Sat, 22 Apr 2006 19:49:37 +0000 Sam Lantinga Added info about fatbuild.sh
Sat, 22 Apr 2006 19:17:14 +0000 Sam Lantinga Mac OS X fat build works! :)
Thu, 20 Apr 2006 16:33:51 +0000 Sam Lantinga Date: Thu, 20 Apr 2006 10:13:34 +0200
Wed, 19 Apr 2006 03:49:57 +0000 Sam Lantinga I think this is it...
Mon, 17 Apr 2006 14:27:47 +0000 Sam Lantinga *** empty log message ***
Mon, 17 Apr 2006 07:03:13 +0000 Sam Lantinga Added a note so I remember what the heck I was doing later. :)
Mon, 17 Apr 2006 06:47:23 +0000 Sam Lantinga More general fix for bug #189
Mon, 17 Apr 2006 05:38:33 +0000 Sam Lantinga Fixed bug #189
Mon, 17 Apr 2006 04:54:08 +0000 Sam Lantinga Fixed bug #197
Mon, 17 Apr 2006 03:58:29 +0000 Sam Lantinga Use the MAKE variable when available
Mon, 17 Apr 2006 03:37:30 +0000 Sam Lantinga Whoops, need the actual flags here
Mon, 17 Apr 2006 03:34:28 +0000 Sam Lantinga Miscellaneous Mac OS X fixes
Fri, 14 Apr 2006 06:03:09 +0000 Sam Lantinga Date: Fri, 31 Mar 2006 18:28:55 -0500
Fri, 14 Apr 2006 05:43:04 +0000 Sam Lantinga A script to build a fat version of the SDL library... completely untested!
Fri, 14 Apr 2006 04:46:47 +0000 Sam Lantinga Make sure code is only compiled if the appropriate subsystem is enabled
Fri, 14 Apr 2006 03:56:31 +0000 Sam Lantinga Don't hardcode the output directory
Fri, 14 Apr 2006 03:24:01 +0000 Sam Lantinga From Anders F Bj�rklund:
Thu, 13 Apr 2006 15:36:27 +0000 Sam Lantinga Don't check dlopen on Mac OS X, to retain 10.2 compatibility
Thu, 13 Apr 2006 14:59:34 +0000 Sam Lantinga Fixed MacOS X and Solaris detection
Thu, 13 Apr 2006 14:27:58 +0000 Sam Lantinga Fixed compile error
Thu, 13 Apr 2006 14:17:48 +0000 Sam Lantinga Fixed bug #55
Thu, 13 Apr 2006 14:14:06 +0000 Sam Lantinga Fixed bug #185
Thu, 13 Apr 2006 14:04:13 +0000 Sam Lantinga Fixed bug #179
Thu, 13 Apr 2006 13:38:40 +0000 Sam Lantinga Fixed bug #176
Thu, 13 Apr 2006 13:30:21 +0000 Sam Lantinga Fixed bug #193
Thu, 13 Apr 2006 13:29:00 +0000 Sam Lantinga Fixed bug #192
Thu, 13 Apr 2006 13:25:21 +0000 Sam Lantinga Added a delay so the warning message isn't accidentally missed.
Thu, 13 Apr 2006 13:23:56 +0000 Sam Lantinga Fixed bug #191
Thu, 13 Apr 2006 13:08:26 +0000 Sam Lantinga Fixes bug #195:
Wed, 12 Apr 2006 14:38:47 +0000 Sam Lantinga From Anders F Bjorklund:
Wed, 12 Apr 2006 14:37:05 +0000 Sam Lantinga From Anders F Bjorklund:
Wed, 12 Apr 2006 14:25:29 +0000 Sam Lantinga *** empty log message ***
Wed, 12 Apr 2006 14:19:11 +0000 Sam Lantinga Patch from Alex to fix reverted code
Fri, 31 Mar 2006 06:30:16 +0000 Sam Lantinga *** empty log message ***
Fri, 31 Mar 2006 06:27:47 +0000 Sam Lantinga Ugh, more 64-bit cleanup
Fri, 31 Mar 2006 06:16:20 +0000 Sam Lantinga Date: Wed, 29 Mar 2006 17:26:55 +0200 CEST
Sat, 25 Mar 2006 20:40:30 +0000 Sam Lantinga Fixed building DLL on Windows
Fri, 24 Mar 2006 06:10:24 +0000 Sam Lantinga Fixed some ultra-pedantic gcc warnings
Fri, 24 Mar 2006 05:11:51 +0000 Sam Lantinga Fixed bug #177
Fri, 24 Mar 2006 03:49:37 +0000 Ryan C. Gordon SDL_X11_LoadSymbols() was reporting success when required symbols weren't
Thu, 23 Mar 2006 22:11:29 +0000 Ryan C. Gordon Fixed compiler warning.
Thu, 23 Mar 2006 21:55:13 +0000 Sam Lantinga A less rude way of doing the same thing...
Thu, 23 Mar 2006 21:52:47 +0000 Sam Lantinga These files should be included from SDL_config.h (so they get SDL_platform.h)
Thu, 23 Mar 2006 21:46:24 +0000 Sam Lantinga ls shouldn't barf if it gets passed a path starting with - (e.g. -lesd)
Thu, 23 Mar 2006 21:39:58 +0000 Sam Lantinga Fixed bug #175
Thu, 23 Mar 2006 21:39:02 +0000 Sam Lantinga *** empty log message ***
Thu, 23 Mar 2006 21:28:33 +0000 Sam Lantinga Fixed bug #171
Thu, 23 Mar 2006 17:31:12 +0000 Sam Lantinga Fixed DirectFB detection
Thu, 23 Mar 2006 15:25:30 +0000 Sam Lantinga Hopefully fixed up DirectFB detection
Thu, 23 Mar 2006 15:22:40 +0000 Sam Lantinga *sigh*
Thu, 23 Mar 2006 08:43:37 +0000 Ryan C. Gordon More dynamic X11 mangling...should fix NetBSD builds. And hopefully doesn't
Thu, 23 Mar 2006 08:37:36 +0000 Sam Lantinga Need time.h for nanosleep too...
Thu, 23 Mar 2006 07:44:52 +0000 Sam Lantinga Better wscons detection
Thu, 23 Mar 2006 07:38:32 +0000 Sam Lantinga *** empty log message ***
Thu, 23 Mar 2006 07:34:03 +0000 Sam Lantinga Only use the visibility attribute in gcc 4.0 or newer
Thu, 23 Mar 2006 06:48:12 +0000 Ryan C. Gordon Updated my email address.
Thu, 23 Mar 2006 02:47:56 +0000 Ryan C. Gordon Consolidate all the X11 libraries, so you don't have to update 12 different
Wed, 22 Mar 2006 22:42:44 +0000 Sam Lantinga Lines swapped to match ordering elsewhere
Wed, 22 Mar 2006 22:33:23 +0000 Ryan C. Gordon Close off warning about setAppleMenu on Mac OS X 10.4 SDK.
Wed, 22 Mar 2006 22:29:44 +0000 Sam Lantinga Don't detect Altivec on MacOS X Intel
Wed, 22 Mar 2006 11:13:58 +0000 Ryan C. Gordon Xrandr support in the X11 target.
Wed, 22 Mar 2006 09:18:10 +0000 Sam Lantinga Improved DirectFB install detection
Wed, 22 Mar 2006 09:13:10 +0000 Sam Lantinga *** empty log message ***
Wed, 22 Mar 2006 08:57:37 +0000 Ryan C. Gordon Patched to compile on 32-bit X11, I think.
Wed, 22 Mar 2006 07:48:22 +0000 Sam Lantinga Date: Tue, 4 Mar 2003 15:05:31 -0800
Wed, 22 Mar 2006 07:22:40 +0000 Sam Lantinga Fixed bug #61
Wed, 22 Mar 2006 07:10:38 +0000 Sam Lantinga *** empty log message ***
Wed, 22 Mar 2006 06:43:25 +0000 Sam Lantinga Fixed bug #50
Wed, 22 Mar 2006 06:08:59 +0000 Sam Lantinga Eric rocks. :)
Wed, 22 Mar 2006 05:59:28 +0000 Sam Lantinga I'm dumping the old Xcode support, since it's too hard to maintain,
Wed, 22 Mar 2006 05:50:56 +0000 Sam Lantinga The exports file is no longer used by the Xcode project
Wed, 22 Mar 2006 05:12:07 +0000 Ryan C. Gordon Reverted SDL_config.h from accidental checkin. (see Bugzilla #171).
Wed, 22 Mar 2006 05:09:27 +0000 Sam Lantinga GLX_STEREO doesn't have a parameter
Wed, 22 Mar 2006 05:01:49 +0000 Ryan C. Gordon Whoops, that shouldn't have snuck in there.
Wed, 22 Mar 2006 05:00:59 +0000 Ryan C. Gordon Updated dynamic X11 code. See details in Bugzilla #170.
Wed, 22 Mar 2006 04:51:44 +0000 Sam Lantinga Default to use the visibility attribute, on gcc (is this okay?)
Wed, 22 Mar 2006 01:28:36 +0000 Ryan C. Gordon Added support for gcc4's -fvisibility=hidden option.
Tue, 21 Mar 2006 16:04:44 +0000 Sam Lantinga *** empty log message ***
Tue, 21 Mar 2006 10:38:41 +0000 Sam Lantinga Add /usr/local to the build paths by default
Tue, 21 Mar 2006 10:20:44 +0000 Sam Lantinga Updated to libtool-1.5.22
Tue, 21 Mar 2006 09:51:33 +0000 Sam Lantinga Fixed bug #167
Tue, 21 Mar 2006 09:40:01 +0000 Sam Lantinga *** empty log message ***
Tue, 21 Mar 2006 09:33:54 +0000 Sam Lantinga Good idea, renaming OpenBSD audio to BSD audio.
Tue, 21 Mar 2006 09:24:10 +0000 Sam Lantinga Allow adding to the INCLUDE path
Tue, 21 Mar 2006 08:54:50 +0000 Sam Lantinga Fixed bug #52
Tue, 21 Mar 2006 07:02:34 +0000 Sam Lantinga Show an error message if autoconf isn't found
Tue, 21 Mar 2006 06:54:24 +0000 Sam Lantinga Fall back to autogen259 if autogen isn't available
Tue, 21 Mar 2006 06:45:47 +0000 Sam Lantinga Fixed bug #18
Tue, 21 Mar 2006 00:56:10 +0000 Ryan C. Gordon Try to fill the hardware audio buffer immediately.
Tue, 21 Mar 2006 00:35:22 +0000 Ryan C. Gordon Keep mouse cursor state sane on focus change in Quartz driver.
Mon, 20 Mar 2006 08:00:07 +0000 Sam Lantinga ------- Comment #8 From Sergey Svishchev 2006-03-19 12:35 [reply] -------
Mon, 20 Mar 2006 07:31:36 +0000 Sam Lantinga Fixed bug #113:
Mon, 20 Mar 2006 06:37:58 +0000 Sam Lantinga Fixed bug #90
Sun, 19 Mar 2006 19:03:40 +0000 Sam Lantinga Fixed bug #84
Sun, 19 Mar 2006 12:05:16 +0000 Sam Lantinga Fixed bug #89
Sun, 19 Mar 2006 12:04:40 +0000 Sam Lantinga Fixed bug #84
Sun, 19 Mar 2006 10:48:48 +0000 Sam Lantinga Left the debug code more explicit
Sun, 19 Mar 2006 10:41:49 +0000 Sam Lantinga Fixed bug #79
Sun, 19 Mar 2006 06:31:34 +0000 Sam Lantinga Fixed bug #4
Sun, 19 Mar 2006 05:27:22 +0000 Sam Lantinga Fixed bug #166
Sat, 18 Mar 2006 22:42:09 +0000 Sam Lantinga Implemented RISC OS and OS/2 desktop resolution code (thanks to Alan and Doodle)
Sat, 18 Mar 2006 18:41:59 +0000 Sam Lantinga EXTRA_LDFLAGS are the linker flags and libraries needed to build SDL.
Fri, 17 Mar 2006 19:54:39 +0000 Patrice Mandin I did not find in configure.in where SYSTEM_LIBS where set for other platforms, and why I did not have required extra libraries added in sdl-config, so I set it there
Thu, 16 Mar 2006 00:35:21 +0000 Sam Lantinga *** empty log message ***
Wed, 15 Mar 2006 17:46:41 +0000 Sam Lantinga Added current_w and current_h to the SDL_VideoInfo structure, which is set to the desktop resolution during video intialization, and then set to the current resolution when a video mode is set.
Wed, 15 Mar 2006 15:47:49 +0000 Sam Lantinga Fixed bug #33
Wed, 15 Mar 2006 15:43:15 +0000 Sam Lantinga From: "Alex Volkov"
Wed, 15 Mar 2006 15:39:29 +0000 Sam Lantinga Fixed bug #15
Wed, 15 Mar 2006 05:52:31 +0000 Ryan C. Gordon Quartz implementation for SDL_DisplayYUVOverlay() was returning non-zero on
Wed, 15 Mar 2006 04:32:49 +0000 Sam Lantinga Added disk/dummy audio and dummy video to the Visual CE projects
Wed, 15 Mar 2006 04:29:35 +0000 Sam Lantinga *** empty log message ***
Wed, 15 Mar 2006 03:50:34 +0000 Sam Lantinga *** empty log message ***
Tue, 14 Mar 2006 19:12:49 +0000 Ryan C. Gordon Corrected dummy audio callback firing to be realistic, cleaned up tabs.
Tue, 14 Mar 2006 17:33:33 +0000 Sam Lantinga WIN32 is no longer defined on Windows builds
Tue, 14 Mar 2006 17:21:49 +0000 Sam Lantinga Added disk and dummy drivers to the Visual C++ projects
Tue, 14 Mar 2006 16:20:28 +0000 Sam Lantinga *** empty log message ***
Tue, 14 Mar 2006 16:19:32 +0000 Sam Lantinga By default all the real targets have dummy audio/video and disk audio.
Tue, 14 Mar 2006 08:53:33 +0000 Ryan C. Gordon Implemented dummy audio driver.
Tue, 14 Mar 2006 08:35:39 +0000 Ryan C. Gordon Fixed cut-and-paste error in DC audio target.
Tue, 14 Mar 2006 08:01:30 +0000 Sam Lantinga Updated CodeWarrior export list with SDL_iconv
Tue, 14 Mar 2006 07:55:40 +0000 Sam Lantinga Updated MacOS Classic and MacOS X exports list
Tue, 14 Mar 2006 07:45:15 +0000 Sam Lantinga The check for UTF-* isn't needed anymore since UTF-8 has the same code range.
Tue, 14 Mar 2006 07:40:33 +0000 Sam Lantinga Fixed bug #67
Tue, 14 Mar 2006 07:06:06 +0000 Sam Lantinga Fixed bug #124
Tue, 14 Mar 2006 06:00:30 +0000 Sam Lantinga Fixed bug #38
Tue, 14 Mar 2006 05:34:39 +0000 Sam Lantinga Fixed bug #46
Tue, 14 Mar 2006 04:00:03 +0000 Sam Lantinga (patch tweaked a bit)
Tue, 14 Mar 2006 03:04:50 +0000 Sam Lantinga *** empty log message ***
Tue, 14 Mar 2006 02:46:26 +0000 Sam Lantinga CFLAGS are separate from EXTRA_CFLAGS
Mon, 13 Mar 2006 18:01:34 +0000 Sam Lantinga Add the NAS library directory, since X11 is dynamically loaded now...
Mon, 13 Mar 2006 17:25:44 +0000 Sam Lantinga RFC 3629 restricted the range of characters encoded with UTF-8 to 0000-10FFFF (the UTF-16 accessible range)
Mon, 13 Mar 2006 16:56:01 +0000 Sam Lantinga Updated by Ryan Gordon
Mon, 13 Mar 2006 05:44:14 +0000 Sam Lantinga *** empty log message ***
Mon, 13 Mar 2006 05:36:42 +0000 Sam Lantinga Updated MacOS Classic build
Mon, 13 Mar 2006 04:35:59 +0000 Sam Lantinga The exports file isn't necessary on BeOS anymore
Mon, 13 Mar 2006 02:35:32 +0000 Sam Lantinga Added SDL_iconv.c to the Embedded Visual C++ projects
Mon, 13 Mar 2006 02:26:47 +0000 Sam Lantinga *** empty log message ***
Mon, 13 Mar 2006 02:12:39 +0000 Sam Lantinga Added _strnicmp support
Mon, 13 Mar 2006 02:12:15 +0000 Sam Lantinga Added SDL_iconv.c to MPW Makefile
Mon, 13 Mar 2006 02:06:33 +0000 Sam Lantinga Win32 fixes
Mon, 13 Mar 2006 01:47:03 +0000 Sam Lantinga Added SDL_iconv.c to the Dreamcast Makefile
Mon, 13 Mar 2006 01:43:18 +0000 Sam Lantinga The Win32 exports file isn't used by mingw anymore
Mon, 13 Mar 2006 01:41:32 +0000 Sam Lantinga Fixed bug #112
Mon, 13 Mar 2006 01:40:49 +0000 Sam Lantinga Added SDL_iconv.c to the Visual C++ projects
Mon, 13 Mar 2006 01:33:58 +0000 Sam Lantinga Fixed bug #139
Mon, 13 Mar 2006 01:20:05 +0000 Sam Lantinga *** empty log message ***
Mon, 13 Mar 2006 01:17:22 +0000 Sam Lantinga props yo
Mon, 13 Mar 2006 01:16:16 +0000 Sam Lantinga UTF-32 by definition can't handle characters higher than 0x10FFFF
Mon, 13 Mar 2006 01:08:00 +0000 Sam Lantinga Added UTF-8 <-> UTF-16 <-> UTF-32 <-> UCS-2 <-> UCS-4 conversion capability
Sun, 12 Mar 2006 01:47:23 +0000 Sam Lantinga Blah
Sun, 12 Mar 2006 01:18:29 +0000 Sam Lantinga Fixed bug #150
Sun, 12 Mar 2006 00:57:50 +0000 Sam Lantinga Fixed bug #149
Sat, 11 Mar 2006 23:46:45 +0000 Sam Lantinga Fixes from Dmitry Yakimov:
Sat, 11 Mar 2006 23:44:21 +0000 Sam Lantinga *** empty log message ***
Sat, 11 Mar 2006 22:54:12 +0000 Sam Lantinga Might have fixed 64-bit issues. :)
Sat, 11 Mar 2006 20:16:50 +0000 Sam Lantinga Fixed make distclean
Sat, 11 Mar 2006 20:16:20 +0000 Sam Lantinga Clean up temporary files. I'm not sure how this got removed, but whatever...
Sat, 11 Mar 2006 15:47:56 +0000 Sam Lantinga X11 support isn't installed by default
Thu, 09 Mar 2006 16:12:34 +0000 Sam Lantinga Don't crash if SDL_Flip() is called with an OpenGL mode set
Thu, 09 Mar 2006 15:11:15 +0000 Sam Lantinga Dynamic OpenGL loading is the default now. :)
Thu, 09 Mar 2006 13:34:58 +0000 Sam Lantinga Prettified. :)
Thu, 09 Mar 2006 13:25:43 +0000 Sam Lantinga Eric is setting up X11 support for the XCode project
Thu, 09 Mar 2006 06:33:21 +0000 Sam Lantinga Cleaning up warnings on MacOS X
Wed, 08 Mar 2006 18:30:12 +0000 Sam Lantinga Re-added C runtime support for Visual C++ 5,6
Wed, 08 Mar 2006 08:31:08 +0000 Sam Lantinga *** empty log message ***
Wed, 08 Mar 2006 08:30:17 +0000 Sam Lantinga Added documentation on how to build a completely useless SDL library. :)
Wed, 08 Mar 2006 06:21:04 +0000 Sam Lantinga *** empty log message ***
Wed, 08 Mar 2006 01:55:32 +0000 Sam Lantinga QNX changes from Mike Gorchak
Tue, 07 Mar 2006 16:02:59 +0000 Sam Lantinga Yet more Win64 tweaks
Tue, 07 Mar 2006 05:21:32 +0000 Sam Lantinga More Win64 updates
Tue, 07 Mar 2006 04:58:30 +0000 Sam Lantinga Updated MacOS X support
Mon, 06 Mar 2006 19:20:38 +0000 Sam Lantinga Only use Altivec on PowerPC architecture
Mon, 06 Mar 2006 18:42:30 +0000 Patrice Mandin Add missing asm source files
Mon, 06 Mar 2006 18:31:30 +0000 Sam Lantinga Date: Mon, 6 Mar 2006 19:00:45 +0100
Mon, 06 Mar 2006 16:37:18 +0000 Sam Lantinga Get Microsoft's preprocessor symbols in there
Mon, 06 Mar 2006 16:33:23 +0000 Sam Lantinga Maybe it's easier to collect the big-endian architectures. :)
Mon, 06 Mar 2006 15:29:41 +0000 Sam Lantinga Whoops, built without libC support - doh!
Mon, 06 Mar 2006 08:11:10 +0000 Sam Lantinga Fixed more Win64 portability issues
Mon, 06 Mar 2006 07:42:36 +0000 Sam Lantinga Enabled libc support on Win32, so we don't break binary compatibility in 1.2
Mon, 06 Mar 2006 06:00:45 +0000 Sam Lantinga Fixed declarations to match mingw includes
Mon, 06 Mar 2006 01:34:36 +0000 Sam Lantinga Added ARM and SH4 detection for WinCE development environment
Mon, 06 Mar 2006 01:05:11 +0000 Sam Lantinga Don't put X_LIBS in the linker flags if we're dynamically loading X11
Mon, 06 Mar 2006 00:50:03 +0000 Sam Lantinga Removed accidentally copied/pasted script for ALSA detection
Sun, 05 Mar 2006 22:18:15 +0000 Sam Lantinga *** empty log message ***
Sat, 04 Mar 2006 08:24:35 +0000 Sam Lantinga Updated WinCE support by Dmitry (with some tweaks)
Sat, 04 Mar 2006 05:13:03 +0000 Sam Lantinga *** empty log message ***
Fri, 03 Mar 2006 04:43:42 +0000 Sam Lantinga *** empty log message ***
Thu, 02 Mar 2006 13:26:24 +0000 Sam Lantinga *** empty log message ***
Thu, 02 Mar 2006 13:16:02 +0000 Sam Lantinga Updated for Dreamcast KOS June 2005 snapshot:
Thu, 02 Mar 2006 07:46:24 +0000 Sam Lantinga *** empty log message ***
Thu, 02 Mar 2006 03:24:20 +0000 Sam Lantinga Date: Wed, 01 Mar 2006 10:14:31 +0000
Thu, 02 Mar 2006 03:18:21 +0000 Sam Lantinga Date: Wed, 1 Mar 2006 23:52:09 +0100
Wed, 01 Mar 2006 09:56:51 +0000 Sam Lantinga SetClassLongPtr isn't available in MinGW yet
Wed, 01 Mar 2006 09:43:47 +0000 Sam Lantinga Fixed a bunch of 64-bit compatibility problems
Mon, 27 Feb 2006 22:14:40 +0000 Sam Lantinga Hah, standard stdio code crashed on the test case.
Mon, 27 Feb 2006 21:17:12 +0000 Sam Lantinga Whoops, missed one
Mon, 27 Feb 2006 19:19:22 +0000 Sam Lantinga Date: Mon, 27 Feb 2006 17:01:43 +0100
Mon, 27 Feb 2006 18:58:12 +0000 Sam Lantinga *** empty log message ***
Mon, 27 Feb 2006 16:29:04 +0000 Sam Lantinga Argh, I forgot that zip merges files into the archive instead of recreating it.
Mon, 27 Feb 2006 15:51:34 +0000 Sam Lantinga Removing unused Makefile.am files
Mon, 27 Feb 2006 04:46:34 +0000 Sam Lantinga Did I mention I'm anal? :) Fixed spacing in SDL_rwops.h
Mon, 27 Feb 2006 04:44:31 +0000 Sam Lantinga Build both the .tar.gz and .zip archives when creating a CVS snapshot.
Mon, 27 Feb 2006 04:16:44 +0000 Sam Lantinga Prefer the raw Win32 API over stdio for file RWops
Mon, 27 Feb 2006 03:48:48 +0000 Sam Lantinga Date: Mon, 27 Feb 2006 02:17:29 +0100
Mon, 27 Feb 2006 01:32:12 +0000 Ryan C. Gordon Need this or things might misbuild on G3 Mac OS, I think.
Sun, 26 Feb 2006 19:46:17 +0000 Sam Lantinga Oops, missed the header
Sun, 26 Feb 2006 19:37:40 +0000 Sam Lantinga Fixed some OpenWatcom warnings
Sun, 26 Feb 2006 19:30:21 +0000 Sam Lantinga Updated OS/2 build, yay!
Sun, 26 Feb 2006 13:42:00 +0000 Sam Lantinga Getting closer... :)
Sun, 26 Feb 2006 13:40:26 +0000 Sam Lantinga Passing a NULL GL library does the right thing nowadays.
Sun, 26 Feb 2006 05:02:14 +0000 Sam Lantinga Fixed warnings in -pedantic mode
Sun, 26 Feb 2006 04:54:01 +0000 Sam Lantinga Date: Sun, 26 Feb 2006 11:25:09 +0900
Sun, 26 Feb 2006 04:48:24 +0000 Sam Lantinga Make sure the OpenGL library is loaded before setting up OpenGL
Sun, 26 Feb 2006 03:51:08 +0000 Sam Lantinga Use the right dynamic GL on MacOS Classic
Sun, 26 Feb 2006 03:36:33 +0000 Sam Lantinga Created a single makefile for all the tests
Sat, 25 Feb 2006 22:20:03 +0000 Sam Lantinga Added SDL_sysloadso.c to the Visual C++ project
Sat, 25 Feb 2006 22:18:25 +0000 Sam Lantinga SDL_windows.h is no longer necessary
Sat, 25 Feb 2006 20:48:26 +0000 Sam Lantinga *** empty log message ***
Sat, 25 Feb 2006 20:47:42 +0000 Sam Lantinga Updated CodeWarrior projects (at least MacOS ones)
Sat, 25 Feb 2006 18:52:36 +0000 Sam Lantinga *** empty log message ***
Sat, 25 Feb 2006 15:01:44 +0000 Sam Lantinga Date: Sat, 25 Feb 2006 14:26:19 +0100 (CET)
Fri, 24 Feb 2006 18:24:57 +0000 Sam Lantinga Update for Visual C++ 6.0
Fri, 24 Feb 2006 17:03:06 +0000 Sam Lantinga Updated with MrC includes and function definitions
Fri, 24 Feb 2006 10:23:49 +0000 Sam Lantinga *** empty log message ***
Fri, 24 Feb 2006 09:58:03 +0000 Sam Lantinga Hmm, how am I going to keep from committing bad versions of this?
Fri, 24 Feb 2006 09:57:14 +0000 Sam Lantinga Updated MacOS Classic MPW build
Fri, 24 Feb 2006 08:17:28 +0000 Sam Lantinga Updated for Visual Studio Express 2005
Fri, 24 Feb 2006 07:26:31 +0000 Sam Lantinga Added pre-configured versions of SDL_config.h for various platforms
Fri, 24 Feb 2006 06:49:31 +0000 Sam Lantinga testplatform replaces testtypes, testendian, and testcpuinfo
Thu, 23 Feb 2006 21:51:10 +0000 Patrice Mandin Added preliminary support for MiNT /dev/mouse driver (disabled atm)
Thu, 23 Feb 2006 04:16:08 +0000 Sam Lantinga *** empty log message ***
Thu, 23 Feb 2006 01:09:47 +0000 Sam Lantinga *** empty log message ***
Wed, 22 Feb 2006 05:01:43 +0000 Sam Lantinga *** empty log message ***
Wed, 22 Feb 2006 04:44:33 +0000 Sam Lantinga Fixed script on mingw
Wed, 22 Feb 2006 00:33:10 +0000 Sam Lantinga *** empty log message ***
Tue, 21 Feb 2006 22:30:43 +0000 Sam Lantinga ranlib needs to be run after the library is installed...
Tue, 21 Feb 2006 22:12:55 +0000 Sam Lantinga FIXME:
Tue, 21 Feb 2006 21:45:31 +0000 Patrice Mandin Fixed include files
Tue, 21 Feb 2006 19:28:45 +0000 Sam Lantinga Fixed assembly alignment error on Intel Macs.
Tue, 21 Feb 2006 19:27:34 +0000 Sam Lantinga *** empty log message ***
Tue, 21 Feb 2006 19:24:09 +0000 Sam Lantinga Fixed build warnings on Intel Mac
Tue, 21 Feb 2006 18:29:39 +0000 Sam Lantinga Fixed some preprocessor mangling
Tue, 21 Feb 2006 18:20:10 +0000 Sam Lantinga Whoops, forgot to check in this fix
Tue, 21 Feb 2006 09:14:58 +0000 Sam Lantinga *** empty log message ***
Tue, 21 Feb 2006 09:11:53 +0000 Sam Lantinga Added a test case
Tue, 21 Feb 2006 08:48:12 +0000 Sam Lantinga *** empty log message ***
Tue, 21 Feb 2006 08:47:46 +0000 Sam Lantinga Catch the C++ and Objective C sources too...
Tue, 21 Feb 2006 08:46:50 +0000 Sam Lantinga Use consistent identifiers for the various platforms we support.