log src/SDL_compat.c @ 4409:e2188009f029 gsoc2008_nds

age author description
Wed, 27 Aug 2008 04:23:38 +0000 Darren Alton Clean up. gsoc2008_nds
Fri, 18 Jul 2008 18:45:36 +0000 Holmes Futrell Changed format of video texture to something compatible with iPhone ... a better solution is probably needed. Also set blending mode of video texture to none. gsoc2008_iphone
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
Thu, 06 Mar 2008 17:08:10 +0000 Bob Pendleton Fixing valgrind errors.
Tue, 05 Feb 2008 07:19:23 +0000 Sam Lantinga First pass implementation of new SDL scancode concept, as discussed with
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
Wed, 15 Aug 2007 03:18:24 +0000 Sam Lantinga Fixed crash setting 0 bpp video mode.
Sun, 12 Aug 2007 00:01:41 +0000 Sam Lantinga Fixed compile warnings with Visual C++
Sat, 11 Aug 2007 21:51:19 +0000 Sam Lantinga Date: Sat, 11 Aug 2007 02:03:16 +0200 (CEST)
Sat, 11 Aug 2007 20:54:31 +0000 Sam Lantinga Emphasized the separation between SDL_Surface and SDL_Texture
Sun, 15 Jul 2007 21:54:16 +0000 Sam Lantinga Merged fix for bug #457 from SDL 1.2
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
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, 28 Oct 2006 16:41:08 +0000 Sam Lantinga Fixed focus comptability bug
Sat, 23 Sep 2006 22:51:37 +0000 Sam Lantinga Fixed bug #329
Mon, 28 Aug 2006 03:17:39 +0000 Sam Lantinga Added source color and alpha modulation support.
Sun, 06 Aug 2006 23:34:59 +0000 Sam Lantinga Added paletted OpenGL texture support.
Sun, 06 Aug 2006 00:09:04 +0000 Sam Lantinga Clarified the difference between render drivers and render contexts
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:09:42 +0000 Sam Lantinga SDL constants are all uppercase.
Tue, 25 Jul 2006 06:22:42 +0000 Sam Lantinga Implemented OpenGL support on Mac OS X
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.
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
Sat, 15 Jul 2006 09:46:36 +0000 Sam Lantinga Streamlined the API a bit and optimized the software renderer.
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:04:37 +0000 Sam Lantinga SDL 1.2 is moving to a branch, and SDL 1.3 is becoming the head.