log

age author description
Mon, 12 Jul 2010 22:08:50 -0700 Sam Lantinga Daniel Wyatt 2010-03-26 14:52:53 PDT
Mon, 12 Jul 2010 01:20:57 -0700 Sam Lantinga Implemented X11 system window manager info for SDL 1.3. It's simple. Really.
Mon, 12 Jul 2010 00:49:26 -0700 Sam Lantinga Made it possible to switch the text format in one place
Mon, 12 Jul 2010 00:36:55 -0700 Sam Lantinga Added X11 clipboard support.
Mon, 12 Jul 2010 00:35:24 -0700 Sam Lantinga Fixed compile warnings
Mon, 12 Jul 2010 00:35:14 -0700 Sam Lantinga Fixed compile warnings
Mon, 12 Jul 2010 00:33:24 -0700 Sam Lantinga Fixed compiler warning
Thu, 08 Jul 2010 23:07:34 -0700 Sam Lantinga Amazingly the Windows code is almost identical to the Mac OS X code. :)
Thu, 08 Jul 2010 22:54:03 -0700 Sam Lantinga Added an event when the clipboard is updated, triggered after the window gains the keyboard focus.
Thu, 08 Jul 2010 06:21:48 -0700 Sam Lantinga Made the new public headers public
Thu, 08 Jul 2010 06:16:27 -0700 Sam Lantinga Updated Xcode project files for clipboard API
Thu, 08 Jul 2010 05:43:34 -0700 Sam Lantinga Added Windows clipboard support
Thu, 08 Jul 2010 00:35:58 -0700 Sam Lantinga Added Mac OS X implementation of clipboard support
Thu, 08 Jul 2010 00:03:39 -0700 Sam Lantinga I missed the Objective C files when updating the copyright date...
Thu, 08 Jul 2010 00:00:07 -0700 Sam Lantinga Added simple clipboard test
Wed, 07 Jul 2010 23:59:20 -0700 Sam Lantinga Need to add new headers to Makefile.in
Wed, 07 Jul 2010 23:54:03 -0700 Sam Lantinga Simplified clipboard API for sanity's sake.
Wed, 07 Jul 2010 23:26:07 -0700 Sam Lantinga Whoops, updated the copyright date
Wed, 07 Jul 2010 23:24:04 -0700 Sam Lantinga First pass at clipboard API, still very much in progress
Wed, 07 Jul 2010 21:36:09 -0700 Sam Lantinga Added SDL_FOURCC()
Wed, 07 Jul 2010 21:35:44 -0700 Sam Lantinga Turn on blending if we're converting from a surface with colorkey enabled
Wed, 07 Jul 2010 18:58:51 -0700 Sam Lantinga Updated iPhone keyboard code (which builds and runs on the iPad and iPhone simulator now)
Tue, 06 Jul 2010 22:26:03 -0700 Sam Lantinga The arguments to main() should be NULL terminated (SuS v3 compliant)
Tue, 06 Jul 2010 22:08:19 -0700 Sam Lantinga Re-implemented single mouse touches on the iPhone/iPad
Tue, 06 Jul 2010 10:58:23 -0700 Sam Lantinga Removed obsolete header file
Tue, 06 Jul 2010 08:22:36 -0700 Sam Lantinga Fixed fullscreen window position
Mon, 05 Jul 2010 22:48:35 -0700 Sam Lantinga Merged changes from default
Mon, 05 Jul 2010 22:48:13 -0700 Sam Lantinga Cleaned up the mouse window focus handling: you always pass in the relative window when sending a mouse event.
Mon, 05 Jul 2010 22:45:45 -0700 Sam Lantinga Removed obsolete test program. Ryan may resurrect it when the new multi-mouse code is implemented.
Mon, 05 Jul 2010 22:45:15 -0700 Sam Lantinga Fixed usage message - it shouldn't have a printf format specifier
Mon, 05 Jul 2010 18:18:25 -0700 Sam Lantinga Removed SDL.lib and SDLmain.lib from the projects since the dependencies are set up properly.
Mon, 05 Jul 2010 17:14:37 -0700 Sam Lantinga Added dependencies on SDL.lib and SDLmain.lib to the test programs
Mon, 05 Jul 2010 17:10:34 -0700 Sam Lantinga Split out the Visual C++ 2005 and 2008 projects explicitly.
Mon, 05 Jul 2010 13:10:47 -0700 Sam Lantinga Fixed revision type for SDL 1.3
Mon, 05 Jul 2010 13:10:31 -0700 Sam Lantinga Added missing file to the automated test project
Mon, 05 Jul 2010 12:41:28 -0700 Sam Lantinga Make sure SDL gets installed to the correct prefix for the new cross-compiler tools.
Mon, 05 Jul 2010 12:32:44 -0700 Sam Lantinga Fixed compile warning with latest mingw32 compiler
Sun, 27 Jun 2010 23:17:36 -0700 Sam Lantinga Typo in documentation
Sat, 26 Jun 2010 08:58:06 -0700 Sam Lantinga Removed one more use of ()
Sat, 26 Jun 2010 08:56:48 -0700 Sam Lantinga Mostly cleaned up warnings with -Wmissing-prototypes
Thu, 17 Jun 2010 22:23:20 -0700 Sam Lantinga Hello Sam.
Thu, 17 Jun 2010 12:33:05 -0700 Sam Lantinga Fixed mouse focus window reporting
Sun, 06 Jun 2010 21:09:45 -0700 Sam Lantinga Fixed wording for consistency
Mon, 24 May 2010 22:56:36 -0700 Sam Lantinga SDL_KillThread() is no longer supported - it was always dangerous! :)
Mon, 17 May 2010 23:13:33 -0700 Sam Lantinga author Eric Wing <ewing . public |-at-| gmail . com>
Wed, 12 May 2010 12:49:28 -0700 Eric Wing Added the automated test plist file and modified .hgignore to be less aggressive.
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.
Sun, 09 May 2010 19:55:28 -0700 Sam Lantinga Add a default revision string if we can't find hg
Sun, 09 May 2010 19:51:21 -0700 Sam Lantinga Don't assume .bashrc exists. :)
Sun, 09 May 2010 17:00:56 -0700 Sam Lantinga Tagging version before everything gets ripped out.
Sun, 09 May 2010 16:16:11 -0700 Sam Lantinga Make the compiler even happier pre-touch-removal
Sun, 09 May 2010 16:15:14 -0700 Sam Lantinga Make sure events are current before flushing them.
Sun, 09 May 2010 15:47:21 -0700 Sam Lantinga Added missing header
Sun, 09 May 2010 15:46:19 -0700 Sam Lantinga Removed unused variables
Sun, 09 May 2010 15:33:10 -0700 Sam Lantinga Fixed compiler warnings
Sun, 09 May 2010 15:24:31 -0700 Sam Lantinga Fixed variable use before initialize warnings
Sun, 09 May 2010 15:24:05 -0700 Sam Lantinga Removed unused variables
Sun, 09 May 2010 10:00:33 -0700 Sam Lantinga Fixed Eric's changes to allow building from the command line.
Sun, 09 May 2010 09:53:57 -0700 Sam Lantinga Updated with the SDL 1.3 list of supported operating systems
Sun, 09 May 2010 07:00:28 -0700 Eric Wing Updated Mac Xcode project for refactored rwops automated test changes.