Sam Lantinga <slouken@libsdl.org> [Mon, 29 May 2006 04:04:35 +0000] rev 1668
more tweaking indent options
Sam Lantinga <slouken@libsdl.org> [Mon, 29 May 2006 03:53:21 +0000] rev 1667
Implemented many compatibility functions
Sam Lantinga <slouken@libsdl.org> [Sun, 28 May 2006 21:56:07 +0000] rev 1666
The dummy video driver compiles. :)
Sam Lantinga <slouken@libsdl.org> [Sun, 28 May 2006 18:18:30 +0000] rev 1665
more indent cleanup
Sam Lantinga <slouken@libsdl.org> [Sun, 28 May 2006 18:16:36 +0000] rev 1664
more indent cleanup
Sam Lantinga <slouken@libsdl.org> [Sun, 28 May 2006 13:29:03 +0000] rev 1663
fine tuning indent output
Sam Lantinga <slouken@libsdl.org> [Sun, 28 May 2006 13:04:16 +0000] rev 1662
Revamp of the video system in progress - adding support for multiple displays, multiple windows, and a full video mode selection API.
WARNING: None of the video drivers have been updated for the new API yet! The API is still under design and very fluid.
The code is now run through a consistent indent format:
indent -i4 -nut -nsc -br -ce
The headers are being converted to automatically generate doxygen documentation.
Sam Lantinga <slouken@libsdl.org> [Sun, 21 May 2006 17:27:13 +0000] rev 1661
Moved DirectInput joystick code to 1.3 branch
Sam Lantinga <slouken@libsdl.org> [Sat, 20 May 2006 04:35:58 +0000] rev 1660
Added API requested in bug #43:
Added SDL_GetNumVideoDrivers() and SDL_GetVideoDriver().
Replaced SDL_VideoDriverName() with SDL_GetCurrentVideoDriver()
Added SDL_GetNumAudioDrivers() and SDL_GetAudioDriver().
Replaced SDL_AudioDriverName() with SDL_GetCurrentAudioDriver()
Sam Lantinga <slouken@libsdl.org> [Wed, 17 May 2006 08:18:28 +0000] rev 1659
Merge trunk-1.3-3