log

age author description
2010-07-18 Sam Lantinga Fixed bug 1014
2010-07-18 Sam Lantinga Fixed bug 1022
2010-07-15 Sam Lantinga Added support for testing window manager icons
2010-07-14 Sam Lantinga Fixed bug #1000
2010-07-14 Sam Lantinga pelya 2010-07-12 03:53:48 PDT
2010-07-14 Sam Lantinga Zero any fields not explicitly filled in.
2010-07-14 Sam Lantinga Now that the fullscreen wm state works, enable the video modes. Yay! :)
2010-07-14 Sam Lantinga Fixed setting fullscreen and maximized states for windows that haven't been mapped yet.
2010-07-14 Sam Lantinga Let the window manager know we're a "normal" window
2010-07-14 Sam Lantinga Much better debugging of property changes
2010-07-14 Sam Lantinga Turned off debug spew
2010-07-14 Sam Lantinga Lots of prep for the "real" way to support fullscreen mode on modern window managers.
2010-07-14 Sam Lantinga Added test case for maximize code
2010-07-14 Sam Lantinga Use a better switch for the clipboard property format
2010-07-14 Sam Lantinga Fixed compile warnings
2010-07-14 Sam Lantinga Fixed compile warning
2010-07-14 Sam Lantinga Fixed compile warning
2010-07-14 Sam Lantinga Fixed compile warning.
2010-07-13 Sam Lantinga Daniel Wyatt 2010-03-26 14:52:53 PDT
2010-07-12 Sam Lantinga Implemented X11 system window manager info for SDL 1.3. It's simple. Really.
2010-07-12 Sam Lantinga Made it possible to switch the text format in one place
2010-07-12 Sam Lantinga Added X11 clipboard support.
2010-07-12 Sam Lantinga Fixed compile warnings
2010-07-12 Sam Lantinga Fixed compile warnings
2010-07-12 Sam Lantinga Fixed compiler warning
2010-07-09 Sam Lantinga Amazingly the Windows code is almost identical to the Mac OS X code. :)
2010-07-09 Sam Lantinga Added an event when the clipboard is updated, triggered after the window gains the keyboard focus.
2010-07-08 Sam Lantinga Made the new public headers public
2010-07-08 Sam Lantinga Updated Xcode project files for clipboard API
2010-07-08 Sam Lantinga Added Windows clipboard support
2010-07-08 Sam Lantinga Added Mac OS X implementation of clipboard support
2010-07-08 Sam Lantinga I missed the Objective C files when updating the copyright date...
2010-07-08 Sam Lantinga Added simple clipboard test
2010-07-08 Sam Lantinga Need to add new headers to Makefile.in
2010-07-08 Sam Lantinga Simplified clipboard API for sanity's sake.
2010-07-08 Sam Lantinga Whoops, updated the copyright date
2010-07-08 Sam Lantinga First pass at clipboard API, still very much in progress
2010-07-08 Sam Lantinga Added SDL_FOURCC()
2010-07-08 Sam Lantinga Turn on blending if we're converting from a surface with colorkey enabled
2010-07-08 Sam Lantinga Updated iPhone keyboard code (which builds and runs on the iPad and iPhone simulator now)
2010-07-07 Sam Lantinga The arguments to main() should be NULL terminated (SuS v3 compliant)
2010-07-07 Sam Lantinga Re-implemented single mouse touches on the iPhone/iPad
2010-07-06 Sam Lantinga Removed obsolete header file
2010-07-06 Sam Lantinga Fixed fullscreen window position
2010-07-06 Sam Lantinga Merged changes from default
2010-07-06 Sam Lantinga Cleaned up the mouse window focus handling: you always pass in the relative window when sending a mouse event.
2010-07-06 Sam Lantinga Removed obsolete test program. Ryan may resurrect it when the new multi-mouse code is implemented.
2010-07-06 Sam Lantinga Fixed usage message - it shouldn't have a printf format specifier
2010-07-06 Sam Lantinga Removed SDL.lib and SDLmain.lib from the projects since the dependencies are set up properly.
2010-07-06 Sam Lantinga Added dependencies on SDL.lib and SDLmain.lib to the test programs
2010-07-06 Sam Lantinga Split out the Visual C++ 2005 and 2008 projects explicitly.
2010-07-05 Sam Lantinga Fixed revision type for SDL 1.3
2010-07-05 Sam Lantinga Added missing file to the automated test project
2010-07-05 Sam Lantinga Make sure SDL gets installed to the correct prefix for the new cross-compiler tools.
2010-07-05 Sam Lantinga Fixed compile warning with latest mingw32 compiler
2010-06-28 Sam Lantinga Typo in documentation
2010-06-26 Sam Lantinga Removed one more use of ()
2010-06-26 Sam Lantinga Mostly cleaned up warnings with -Wmissing-prototypes
2010-06-18 Sam Lantinga Hello Sam.
2010-06-17 Sam Lantinga Fixed mouse focus window reporting
2010-06-07 Sam Lantinga Fixed wording for consistency
2010-05-25 Sam Lantinga SDL_KillThread() is no longer supported - it was always dangerous! :)
2010-05-18 Sam Lantinga author Eric Wing <ewing . public |-at-| gmail . com>
2010-05-12 Eric Wing Added the automated test plist file and modified .hgignore to be less aggressive.
2010-05-10 Sam Lantinga Removed multi-mouse / multi-keyboard support in anticipation of a real multi-mouse and multi-touch API.
2010-05-10 Sam Lantinga Add a default revision string if we can't find hg
2010-05-10 Sam Lantinga Don't assume .bashrc exists. :)
2010-05-10 Sam Lantinga Tagging version before everything gets ripped out.
2010-05-09 Sam Lantinga Make the compiler even happier pre-touch-removal
2010-05-09 Sam Lantinga Make sure events are current before flushing them.
2010-05-09 Sam Lantinga Added missing header
2010-05-09 Sam Lantinga Removed unused variables
2010-05-09 Sam Lantinga Fixed compiler warnings
2010-05-09 Sam Lantinga Fixed variable use before initialize warnings
2010-05-09 Sam Lantinga Removed unused variables
2010-05-09 Sam Lantinga Fixed Eric's changes to allow building from the command line.
2010-05-09 Sam Lantinga Updated with the SDL 1.3 list of supported operating systems
2010-05-09 Eric Wing Updated Mac Xcode project for refactored rwops automated test changes.
2010-05-09 Eric Wing Refactored automated rwops tests so read and write directories can be more easily customized.
2010-05-08 Eric Wing Fixes to automated test target for iPhone Xcode project.
2010-05-08 Eric Wing Exempted writable modes from bundle check on OS X since bundle areas are typically read-only.
2010-05-08 Eric Wing Adding testsdl (automated test) support to iPhone Xcode project (to match Mac Xcode project).
2010-05-08 Eric Wing Added automated test to Xcode project plus needed changes to SDL_RWFromFile to be OS X bundle aware.
2010-05-02 Ryan C. Gordon Much improved multi-display support for iPad.
2010-05-01 Ryan C. Gordon Test for system version in the Apple Recommended way.
2010-04-30 Ryan C. Gordon Implemented SDL power APIs for iPhoneOS.
2010-04-30 Ryan C. Gordon Implemented display mode functionality for UIKit.
2010-04-26 Ryan C. Gordon SDL-1.2: Quartz fullscreen video contentRect was used uninitialized. SDL-1.2
2010-04-23 Sam Lantinga Fixed bug 978
2010-04-23 Sam Lantinga Fixed bug 978 SDL-1.2
2010-04-23 Sam Lantinga esigra 2010-04-17 03:53:57 PDT
2010-04-23 Sam Lantinga esigra 2010-04-17 03:53:57 PDT SDL-1.2
2010-04-20 Jjgod Jiang Fix a crash caused by empty keyboard focus
2010-04-16 Sam Lantinga changeset: 4434:4e5dd7dc58cd
2010-04-16 Sam Lantinga Minor cleanup on Jiang's patch
2010-04-16 Sam Lantinga changeset: 4433:25667ea797fa
2010-04-16 Sam Lantinga Fixed bug 984
2010-04-14 Sam Lantinga Fixed bug 944
2010-04-14 Sam Lantinga Fixed bug 944 SDL-1.2
2010-04-14 Sam Lantinga CVS is so last decade... SDL-1.2
2010-03-25 Sam Lantinga General improvements for user custom event registration
2010-03-10 Sam Lantinga Fixed bug #968
2010-03-10 Sam Lantinga Fixed bug #943 SDL-1.2
2010-03-10 Sam Lantinga Fixed bug #943
2010-03-09 Sam Lantinga Fixed bug #961
2010-03-05 Sam Lantinga Removed reference to compatibility function
2010-02-28 Edgar Simo Disable error checks for reset actuators and set autocenter.
2010-03-01 Ryan C. Gordon Replaced README.SVN with Mercurial information, for 1.2 branch. SDL-1.2
2010-02-28 Ryan C. Gordon Changed the Subversion README to Mercurial.
2010-02-28 Ryan C. Gordon Added .hgignore file for 1.2 branch. SDL-1.2
2010-02-28 Ryan C. Gordon Changed revision details to be a string (an hg changeset) instead of an int.
2010-02-28 Ryan C. Gordon Made an .hgignore to mostly match old svn:ignore properties.
2010-02-28 Ryan C. Gordon Readded Xcode.tar.gz to the Mercurial repository. SDL-1.2
2010-02-28 Ryan C. Gordon Closing obsolete SDL-1.3 named branch SDL-1.3
2010-02-28 Ryan C. Gordon Closing obsolete SDL-ryan-multiple-audio-device named branch SDL-ryan-multiple-audio-device
2010-02-28 Ryan C. Gordon Closing obsolete SDL-1.2-olpc named branch SDL-1.2-olpc
2010-02-28 Ryan C. Gordon Closing obsolete gsoc2008_audio_resampling named branch gsoc2008_audio_resampling
2010-02-28 Ryan C. Gordon Closing obsolete gsoc2008_manymouse named branch gsoc2008_manymouse
2010-02-28 Ryan C. Gordon Closing obsolete gsoc2008_iphone named branch gsoc2008_iphone
2010-02-28 Ryan C. Gordon Closing obsolete gsoc2008_force_feedback named branch gsoc2008_force_feedback