log

age author description
2010-07-18 Sam Lantinga Debian patch: 215_kfreebsd_gnu.diff SDL-1.2
2010-07-18 Sam Lantinga Debian patch: 012_nasm_include.diff SDL-1.2
2010-07-18 Sam Lantinga Debian patch: 011_no_yasm.diff SDL-1.2
2010-07-18 Sam Lantinga Debian patch: 215_kfreebsd_gnu.diff
2010-07-18 Sam Lantinga Double-confirmed, that's not the pause scancode
2010-07-18 Sam Lantinga Added back in a little more debugging for the X11 keyboard code
2010-07-18 Sam Lantinga Don't put a keysym in there! Shame on you! :)
2010-07-18 Sam Lantinga Missed the numbering
2010-07-18 Sam Lantinga Logitech G15 on Ubuntu 10.04:
2010-07-18 Sam Lantinga Added a couple missing keys on my Logitech G15 keyboard on a Mac Pro running Ubuntu 10.04.
2010-07-18 Sam Lantinga Fixed typo in the documentation
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.