log

age author description
2009-12-02 Sam Lantinga Don't need to hide the menu bar if we're not on the main display
2009-12-02 Sam Lantinga Changed so that it's obvious that the two code blocks are related.
2009-12-02 Sam Lantinga Fixed mouse coordinates for fullscreen mode
2009-12-01 Sam Lantinga The window positions are relative to the origin of the windowing system (upper left of the primary display).
2009-12-01 Sam Lantinga Added support for placing windows on different displays
2009-12-01 Sam Lantinga Ensure that the main display is picked up first
2009-12-01 Sam Lantinga Allow mirrored displays, but only the primary display in a mirrored set.
2009-12-01 Sam Lantinga Explicitly clear fullscreen status rather than relying on the window focus behavior.
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-30 Sam Lantinga Reduced the push/pop sequence to a single pair, and ported this fix over to the other architectures.
2009-11-30 Sam Lantinga Fixed crash - need to save and restore rbx around cpuid, since the compiler may be assuming the stack pointer isn't being modified when filling in %0.
2009-11-30 Sam Lantinga Added support for 32-bit BMP files with an alpha channel
2009-11-27 Sam Lantinga Joe 2009-11-23 21:31:10 PST
2009-11-27 Sam Lantinga Adam Strzelecki to SDL
2009-11-26 Sam Lantinga Adam Strzelecki to SDL
2009-11-25 Sam Lantinga SDL_CreateWindowFrom() is actually going to be supported. :)
2009-11-25 Sam Lantinga Clarified the windowID parameter
2009-11-25 Sam Lantinga Add error messages for failure cases
2009-11-25 Sam Lantinga Added the automated test to the Visual Studio 2008 project
2009-11-24 Mike Gorchak Override renderer for OpenGL window, only in case if OpenGL or OpenGL ES renderers are enabled.
2009-11-24 Sam Lantinga Fixed bug #771
2009-11-24 Sam Lantinga Eric Wing to Sam, hfutrell
2009-11-24 Sam Lantinga Fixed bug #891
2009-11-24 Sam Lantinga Mason Wheeler to sdl
2009-11-22 Sam Lantinga Set the error so someone can get more information
2009-11-22 Sam Lantinga Made the comment actually mean something. :)
2009-11-22 Sam Lantinga More fixes to compile under Visual C++
2009-11-22 Sam Lantinga Fixed include paths for Visual C++