Sat, 12 Feb 2011 08:17:37 -0800 |
Sam Lantinga |
Only expose the OpenGL flag to SDL 1.2 if it was requested.
|
Fri, 11 Feb 2011 22:37:15 -0800 |
Sam Lantinga |
Happy 2011! :)
|
Fri, 11 Feb 2011 10:13:30 -0800 |
Sam Lantinga |
Fixed compiling on Windows
|
Thu, 10 Feb 2011 12:14:37 -0800 |
Sam Lantinga |
Be explicit about what display you're querying. The default display is 0.
|
Thu, 10 Feb 2011 11:39:08 -0800 |
Sam Lantinga |
Removed gamma support since it wasn't widely used and not well supported.
|
Fri, 04 Feb 2011 12:22:52 -0800 |
Sam Lantinga |
Removed unused variables
|
Thu, 03 Feb 2011 21:13:55 -0800 |
Sam Lantinga |
Switched the SDL 1.2 compatibility to use the window surface, so it's fast even when there's no hardware acceleration available.
|
Thu, 03 Feb 2011 16:57:38 -0800 |
Sam Lantinga |
Fixed crash if SDL_VideoDriverName() is passed a NULL namebuf
|
Thu, 03 Feb 2011 01:13:48 -0800 |
Sam Lantinga |
Create the video texture based on the available texture formats, not the backbuffer format.
|
Thu, 03 Feb 2011 00:19:40 -0800 |
Sam Lantinga |
Made it possible to create a texture of any format, even if not supported by the renderer.
|
Tue, 01 Feb 2011 21:23:43 -0800 |
Sam Lantinga |
Making the API simpler, removed support for palettized video modes and textures.
|
Tue, 01 Feb 2011 19:19:43 -0800 |
Sam Lantinga |
The rendering functions take a context so it's clear what window they're drawing to. This also potentially opens to the door to multi-threaded rendering in the future.
|
Tue, 01 Feb 2011 12:19:46 -0800 |
Sam Lantinga |
Making the API simpler, the renderer present semantics are always having a backbuffer and then discarding it. This is best for hardware accelerated rendering.
|
Thu, 27 Jan 2011 14:45:06 -0800 |
Sam Lantinga |
Improved timer implementation
|
Wed, 19 Jan 2011 16:06:47 -0800 |
Sam Lantinga |
Florian Forster to sdl
|
Mon, 27 Sep 2010 01:30:42 -0700 |
Sam Lantinga |
Minor cleanup in patches from Coursoud
|
Mon, 27 Sep 2010 00:48:56 -0700 |
Sam Lantinga |
Code will never reach SDL_SetTexturePalette since SDL_SetDisplayPalette
|
Sun, 22 Aug 2010 12:39:27 -0700 |
Sam Lantinga |
Merged Daniel's Google Summer of Code work from SDL-gsoc2010_IME
|
Sun, 22 Aug 2010 12:35:34 -0700 |
Sam Lantinga |
Cleanup from the Android commit
|
Mon, 12 Jul 2010 14:17:43 -0400 |
dewyatt |
Changed Start/StopTextInput back to not take any parameters.
|
Sat, 10 Jul 2010 13:15:47 -0400 |
dewyatt |
Changed StopTextInput to take an SDL_Window parameter.
|
Thu, 08 Jul 2010 01:35:47 -0400 |
dewyatt |
Changed StartTextInput to take an SDL_Window parameter.
|
Sun, 22 Aug 2010 12:23:55 -0700 |
Sam Lantinga |
Merged Paul's Google Summer of Code work from SDL-gsoc2010_android
|
Thu, 10 Jun 2010 18:54:23 +1200 |
Paul Hunkin |
Added (partially implemented) android video backend and associated files needed to build
|
Sat, 26 Jun 2010 08:56:48 -0700 |
Sam Lantinga |
Mostly cleaned up warnings with -Wmissing-prototypes
|
Mon, 24 May 2010 22:56:36 -0700 |
Sam Lantinga |
SDL_KillThread() is no longer supported - it was always dangerous! :)
|
Sun, 09 May 2010 20:47:22 -0700 |
Sam Lantinga |
Removed multi-mouse / multi-keyboard support in anticipation of a real multi-mouse and multi-touch API.
|
Thu, 25 Mar 2010 01:08:26 -0700 |
Sam Lantinga |
General improvements for user custom event registration
|
Sun, 24 Jan 2010 21:10:53 +0000 |
Sam Lantinga |
Fixed bug #926
|
Thu, 21 Jan 2010 06:21:52 +0000 |
Sam Lantinga |
Switched from SDL_WindowID and SDL_TextureID to SDL_Window* and SDL_Texture* for code simplicity and improved performance.
|
Thu, 17 Dec 2009 07:47:03 +0000 |
Sam Lantinga |
Fixed compile error on Windows.
|
Wed, 16 Dec 2009 19:50:51 +0000 |
Ryan C. Gordon |
Initial band-aids on SDL_GetMouseState() API breakage. More work to come.
|
Wed, 16 Dec 2009 10:59:51 +0000 |
Ryan C. Gordon |
Implemented SDL_setenv(), moved SDL_putenv() to compat.
|
Thu, 03 Dec 2009 08:43:12 +0000 |
Sam Lantinga |
Added support for SDL 1.2 environment variables:
|
Tue, 01 Dec 2009 05:57:15 +0000 |
Sam Lantinga |
Work in progress on multi-display support:
|
Sat, 19 Sep 2009 13:29:40 +0000 |
Sam Lantinga |
Merged a cleaned up version of Jiang's code changes from Google Summer of Code 2009
|
Sat, 23 May 2009 22:41:08 +0000 |
Sam Lantinga |
indent
|
Mon, 23 Mar 2009 05:37:45 +0000 |
Sam Lantinga |
Date: Thu, 05 Feb 2009 17:27:54 +0100
|
Tue, 13 Jan 2009 03:53:22 +0000 |
Sam Lantinga |
Fixed NULL pointer dereference
|
Mon, 12 Jan 2009 08:46:28 +0000 |
Sam Lantinga |
Fixed Visual C++ build
|
Mon, 12 Jan 2009 08:23:12 +0000 |
Sam Lantinga |
Don't disable the screen saver by default for windows applications
|
Mon, 12 Jan 2009 06:19:05 +0000 |
Sam Lantinga |
Added an API to enable/disable the screen saver.
|
Fri, 02 Jan 2009 17:39:48 +0000 |
Sam Lantinga |
Implemented SDL_SetWindowIcon(), with translucent icon support under X11.
|
Sat, 20 Dec 2008 12:00:00 +0000 |
Sam Lantinga |
Date: Fri, 19 Dec 2008 20:17:35 +0100
|
Tue, 16 Dec 2008 17:40:30 +0000 |
Sam Lantinga |
Use the desktop format instead of an arbitrary one.
|
Fri, 12 Dec 2008 06:46:20 +0000 |
Sam Lantinga |
Added current_w and current_h to SDL_VideoInfo for SDL 1.2 compatibility
|
Mon, 08 Dec 2008 00:27:32 +0000 |
Sam Lantinga |
Updated copyright date
|
Sun, 07 Dec 2008 22:48:06 +0000 |
Sam Lantinga |
Fixed updating the video surface when the palette changes
|
Sun, 07 Dec 2008 22:29:58 +0000 |
Sam Lantinga |
Better default format for Mac OS X
|
Sat, 06 Dec 2008 05:49:53 +0000 |
Sam Lantinga |
Fixed SDL_SetAlpha compatibility function to match the documentation
|
Fri, 05 Dec 2008 06:19:49 +0000 |
Sam Lantinga |
Fixed crashes when resizing video modes
|
Thu, 04 Dec 2008 16:54:22 +0000 |
Sam Lantinga |
Allow resizing of SDL 1.2 compatibility video mode
|
Sat, 29 Nov 2008 11:26:01 +0000 |
Sam Lantinga |
The SDL_RLEACCEL flag is respected in SDL_ConvertSurface(), per the docs.
|
Sat, 29 Nov 2008 06:27:26 +0000 |
Sam Lantinga |
Fixed the texture format for the software fallback
|
Fri, 28 Nov 2008 17:42:40 +0000 |
Sam Lantinga |
Clear the screen to actual black based on the format of the screen.
|
Tue, 25 Nov 2008 02:21:53 +0000 |
Sam Lantinga |
indent
|
Mon, 24 Nov 2008 23:25:36 +0000 |
Sam Lantinga |
Added software fallback for YUV overlay code when YUV textures aren't available.
|
Sat, 04 Oct 2008 06:46:59 +0000 |
Sam Lantinga |
Final merge of Google Summer of Code 2008 work...
|
Wed, 27 Aug 2008 15:10:03 +0000 |
Sam Lantinga |
Final merge of Google Summer of Code 2008 work...
|
Mon, 25 Aug 2008 06:33:00 +0000 |
Sam Lantinga |
Final merge of Google Summer of Code 2008 work...
|
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.
|
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:07:08 +0000 |
Sam Lantinga |
SDL_PushEvent() calls the event filter code, and has a return value to tell
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
|
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:42:49 +0000 |
Sam Lantinga |
Cleaned up a bunch of warnings, started adding Win32 event support
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 13:56:56 +0000 |
Sam Lantinga |
Started framework for Windows video driver
SDL-1.3
|
Tue, 20 Jun 2006 05:40:57 +0000 |
Sam Lantinga |
I think this fixes bug #244
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:14:26 +0000 |
Sam Lantinga |
SDL_SetVideoMode() compiles now...
SDL-1.3
|
Sun, 11 Jun 2006 07:30:16 +0000 |
Sam Lantinga |
Overlay functions are being replaced by YUV textures.
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
|