log src/video/SDL_sysvideo.h @ 4103:9df8136abec0 SDL-1.2

age author description
2007-06-25 Sam Lantinga Added initial support for Nintendo DS, based on the work by Troy Davis (GPF) SDL-1.2
2006-10-29 Ryan C. Gordon A few more AmigaOS things. SDL-1.2
2010-02-01 Sam Lantinga Fixed showing and hiding fullscreen windows
2010-01-24 Sam Lantinga Fixed bug #926
2010-01-24 Sam Lantinga Added magic to detect already freed or otherwise invalid windows and textures.
2010-01-21 Sam Lantinga Switched from SDL_WindowID and SDL_TextureID to SDL_Window* and SDL_Texture* for code simplicity and improved performance.
2010-01-18 Sam Lantinga Fixed bug #930
2009-12-23 Sam Lantinga Added SDL_RenderClear() as a fast method of clearing the screen to the drawing color.
2009-12-09 Sam Lantinga Added interfaces for batch drawing of points, lines and rects:
2009-12-06 Sam Lantinga Added an API function to query geometry of multiple monitors:
2009-12-03 Sam Lantinga Fixed mouse events for fullscreen windows on Mac OS X
2009-12-02 Sam Lantinga On multi-display systems it's perfectly reasonable to have focus on a window on another monitor while the application is fullscreen.
2009-12-01 Sam Lantinga Whenever a window becomes fullscreen, shown, unminimized, and has input focus it will change the display to the corresponding fullscreen video mode.
2009-12-01 Sam Lantinga Removed a little redundancy in the naming
2009-12-01 Sam Lantinga Work in progress on multi-display support:
2009-11-16 Sam Lantinga You can specify the format for pixel data in SDL_RenderReadPixels() and SDL_RenderWritePixels()
2009-11-09 Sam Lantinga Work in progress on implementation of SDL_RenderReadPixels() and SDL_RenderWritePixels(), code untested.
2009-10-28 Sam Lantinga Automatically initialize the video system and create a renderer to simplify use.
2009-09-20 Sam Lantinga Removed outdated Atari support
2009-09-19 Sam Lantinga Merged a cleaned up version of Jiang's code changes from Google Summer of Code 2009
2009-09-19 Sam Lantinga Removed outdated VGL support
2009-09-19 Sam Lantinga Removed outdated wscons support
2009-09-19 Sam Lantinga Removed outdated Nano-X support
2009-09-19 Sam Lantinga Removed outdated Dreamcast support
2009-09-19 Sam Lantinga Removed outdated OS/2 support
2009-09-19 Sam Lantinga Removed outdated iPodLinux support
2009-09-07 Sam Lantinga Merged Martin's code changes from Google Summer of Code 2009
2009-05-31 Sam Lantinga OpenPandora support added by David Carré
2009-05-29 Martin Lowinski Added ps3 video driver based on the dummy driver. gsoc2009_ps3
2009-08-06 Jiang Jiang Further polish API, fix crash in test program. gsoc2009_IME
2009-08-06 Jiang Jiang Update API, first step: make it build gsoc2009_IME
2009-06-26 Jiang Jiang Basic text input API gsoc2009_IME
2009-03-24 Sam Lantinga Date: Sun, 22 Mar 2009 12:52:29 +0000
2009-03-03 Sam Lantinga Date: Mon, 2 Mar 2009 16:27:42 +0200
2009-02-09 Sam Lantinga Added test program for SDL_CreateWindowFrom()
2009-01-12 Sam Lantinga Added an API to enable/disable the screen saver.
2009-01-02 Sam Lantinga Implemented SDL_SetWindowIcon(), with translucent icon support under X11.
2008-12-21 Sam Lantinga Added RenderPiont() API
2008-12-20 Sam Lantinga Date: Fri, 19 Dec 2008 20:17:35 +0100
2008-12-08 Sam Lantinga Updated copyright date
2008-09-15 Sam Lantinga indent
2008-09-02 Holmes Futrell Added retained backing attribute, reference to UIKit renderer
2008-08-27 Sam Lantinga Final merge of Google Summer of Code 2008 work...
2008-06-10 Darren Alton First commit. Added header configs for DS as well as a Makefile. Initial work on framebuffer video driver, currently not functioning as desired. gsoc2008_nds
2008-07-20 Edgar Simo Synced with trunk. gsoc2008_force_feedback
2008-07-17 Holmes Futrell Added declaration of UIKit video bootstrap. Added retained_backing property to glconfig structure. gsoc2008_iphone
2008-02-05 Sam Lantinga First pass implementation of new SDL scancode concept, as discussed with
2007-08-19 Sam Lantinga Date: Thu, 05 Jul 2007 14:02:33 -0700
2007-08-15 Sam Lantinga Optimization suggested by Ryan:
2006-10-29 Ryan C. Gordon Removed AmigaOS code for 1.3 branch.
2006-08-28 Sam Lantinga Added source color and alpha modulation support.
2006-08-10 Sam Lantinga The GGI driver hasn't been maintained in 8 years. It's probably safe to remove. :)
2006-08-10 Sam Lantinga MacOS Classic is no longer supported.
2006-08-10 Sam Lantinga David Hedbor is no longer maintaining the Qtopia code.
2006-08-06 Sam Lantinga Allow the render context to do necessary work when the video mode changes.
2006-07-26 Sam Lantinga PicoGUI is no longer maintained by the author.
2006-07-26 Sam Lantinga The AAlib driver is fun, but not worth rewriting for SDL 1.3
2006-07-26 Sam Lantinga Hopefully glSDL has been superceded by the OpenGL render driver.
2006-07-26 Sam Lantinga More DGA removal
2006-07-25 Sam Lantinga Implemented OpenGL support on Mac OS X