log

age author description
Fri, 11 Jun 2010 18:32:18 -0400 dewyatt Added vs2008 project files for GLTSF (2008 is much faster on my old computer)
Wed, 09 Jun 2010 21:36:32 -0400 dewyatt Added else to make things clear.
Wed, 09 Jun 2010 00:03:54 -0400 dewyatt Added On_Char method to Window_Listener for WM_CHAR messages.
Tue, 08 Jun 2010 05:22:49 -0400 dewyatt Change SDL to not use DefWindowProc as the window class' window procedure.
Sun, 30 May 2010 15:48:16 -0400 dewyatt Implementing base parts of TSF
Thu, 27 May 2010 20:47:52 -0400 dewyatt Adding some initial TSF code
Tue, 25 May 2010 18:53:09 -0400 dewyatt Adding GLTSF (somewhat based on SFML, no actual TSF code yet)
Sun, 22 Aug 2010 12:23:55 -0700 Sam Lantinga Merged Paul's Google Summer of Code work from SDL-gsoc2010_android
Thu, 19 Aug 2010 00:21:20 -0700 Sam Lantinga Removed obsolete test project
Tue, 17 Aug 2010 17:28:14 +1200 Paul Hunkin Updated the readme
Tue, 17 Aug 2010 15:35:56 +1200 Paul Hunkin Cleanups.
Sat, 14 Aug 2010 16:17:17 +1200 Paul Hunkin Added initial README.android
Sat, 14 Aug 2010 12:35:21 +1200 Paul Hunkin Working on the sound system
Tue, 27 Jul 2010 21:58:18 +0200 Paul Hunkin More joystick stuff
Tue, 27 Jul 2010 21:21:24 +0200 Paul Hunkin - Cleaned up a bunch of code
Tue, 27 Jul 2010 21:20:17 +0200 Paul Hunkin Added accelerometer 'joystick'
Tue, 27 Jul 2010 15:23:09 +0200 Paul Hunkin Oops, I wasn't using pthreads. Fixed so we can have mutexes and stuff
Tue, 27 Jul 2010 11:35:06 +0200 Paul Hunkin Updated test app to init the sound system
Tue, 27 Jul 2010 11:34:43 +0200 Paul Hunkin Added stub android sound system
Tue, 27 Jul 2010 11:02:07 +0200 Paul Hunkin OK, /actually/ fixed the nativeQuit() crash this time
Tue, 27 Jul 2010 10:49:11 +0200 Paul Hunkin Added resize hander stub and initial screen size setter
Tue, 27 Jul 2010 10:20:22 +0200 Paul Hunkin Shut down the C application properly on quit instead of crashing in the most horrible way possible
Tue, 27 Jul 2010 09:58:17 +0200 Paul Hunkin - Modified build system
Wed, 07 Jul 2010 00:43:23 +1200 Paul Hunkin Added preliminary keyboard event support
Tue, 29 Jun 2010 01:30:11 +1200 Paul Hunkin Code cleanup
Tue, 29 Jun 2010 00:40:12 +1200 Paul Hunkin - Restructured threads and application structure.
Mon, 28 Jun 2010 21:35:28 +1200 Paul Hunkin Last test version with GLSurface
Fri, 18 Jun 2010 01:29:14 +1200 Paul Hunkin Tweaks to the libsdl side
Fri, 18 Jun 2010 01:28:39 +1200 Paul Hunkin Added egl headers so we can use eglMakeCurrent()
Fri, 18 Jun 2010 00:03:09 +1200 Paul Hunkin Removed old video subsystem, along with (now-unncessary) egl files.
Fri, 18 Jun 2010 00:02:13 +1200 Paul Hunkin Testing out pthread support in android. Appears to work.
Thu, 17 Jun 2010 23:04:16 +1200 Paul Hunkin Rotating pyramid!
Thu, 17 Jun 2010 22:19:27 +1200 Paul Hunkin Added minimal test project
Thu, 10 Jun 2010 19:25:55 +1200 Paul Hunkin Fixed #includes to fix naming conventions
Thu, 10 Jun 2010 19:02:55 +1200 Paul Hunkin Renamed some files to fit naming conventions
Thu, 10 Jun 2010 18:54:23 +1200 Paul Hunkin Added (partially implemented) android video backend and associated files needed to build
Sun, 23 May 2010 15:18:16 +1200 Paul Hunkin Added some android build stuff
Sun, 23 May 2010 15:13:39 +1200 Paul Hunkin Added some wrapper shell scripts to make android compiling easier
Sun, 23 May 2010 15:12:41 +1200 Paul Hunkin Fix a compile error when SDL_JOYSTICK_DISABLED is set
Sun, 23 May 2010 15:10:18 +1200 Paul Hunkin Fix compile errors under Android toolchain. Seems to have the same issue as the NDS.
Sun, 23 May 2010 15:08:30 +1200 Paul Hunkin Fixed comment style
Mon, 17 May 2010 15:14:34 +1200 Paul Hunkin Initial commit, adding __ANDROID__ to the platform list
Sun, 22 Aug 2010 12:07:55 -0700 Sam Lantinga Merged Jim's Google Summer of Code work from SDL-gsoc2010_gesture
Sun, 22 Aug 2010 12:03:53 -0700 Sam Lantinga Fixed some typos in the documentation
Sun, 22 Aug 2010 12:00:02 -0700 Sam Lantinga According to Jim, the touchTest directory is no longer necessary.
Thu, 19 Aug 2010 13:49:11 -0400 Jim Grandpre Fixed hgIgnore to ignore test/gesturetest
Thu, 19 Aug 2010 13:47:12 -0400 Jim Grandpre Updated README's
Sun, 15 Aug 2010 00:36:28 -0400 Jim Grandpre Added README.touch and README.gesture. Moved touchtest/gestureSDLTest to test/testgesture
Fri, 13 Aug 2010 23:08:32 -0400 Jim Grandpre Fixed bugs related to keyboard handling in gestureSDLTest. Fixed gesture code (dynamic memory allocation). Cleaned up gesture and test code.
Fri, 13 Aug 2010 17:05:06 -0700 Sam Lantinga Fixed so the origin of the touch events is the upper left.
Sat, 07 Aug 2010 11:35:24 -0400 Jim Grandpre Removed some debug prints.
Sat, 07 Aug 2010 11:32:11 -0400 Jim Grandpre Fixed Dollar Recognition.
Fri, 06 Aug 2010 01:55:38 -0400 Jim Grandpre Re-enabled dollar gesture
Wed, 04 Aug 2010 23:17:30 -0400 Jim Grandpre Fixed gestureMulti. Disabled dollar gesture temporarily.
Tue, 03 Aug 2010 00:18:00 -0400 Jim Grandpre Minimized functionality of gestureSDLTest.
Mon, 02 Aug 2010 00:14:53 -0400 Jim Grandpre Fixed some Gesture bugs
Sat, 31 Jul 2010 20:55:33 -0700 Sam Lantinga Fixed sending motion and finger up events
Sat, 31 Jul 2010 20:38:37 -0700 Sam Lantinga Fixed various type and print format issues
Sat, 31 Jul 2010 20:02:54 +0400 jimtla Added SDL_TouchID, SDL_FingerID, SDL_GestureID types. Converted to integer cioordinates (<- not working).
Sat, 31 Jul 2010 01:24:50 +0400 jimtla Added Iphone project. Iphone multi-touch is now functional.
Fri, 30 Jul 2010 23:18:35 +0400 jimtla Upgraded touchId/fingerId to long. Changed position variables to floats.
Thu, 29 Jul 2010 12:26:59 -0400 Jim Grandpre Added better logging
Thu, 29 Jul 2010 12:24:34 -0400 Jim Grandpre Prevented SDL_SendDown from sending on nonexistent touch devices.
Wed, 28 Jul 2010 23:32:13 -0700 Sam Lantinga Fixed the code so we receive Cocoa touch events
Tue, 27 Jul 2010 18:14:09 +0400 jimtla Added cocoatouch.h
Tue, 27 Jul 2010 05:21:24 +0400 jimtla Finished (untested) OS X code.
Sat, 24 Jul 2010 22:28:38 +0400 jimtla Added preliminary touch code to SDL_cocoakeyboard.m
Thu, 22 Jul 2010 08:12:28 +0400 jimtla Fixed x11 compile bugs.
Sat, 17 Jul 2010 23:16:57 -0400 Jim Grandpre Merged changes
Sat, 17 Jul 2010 23:16:23 -0400 Jim Grandpre Fixed Warning related to SDL_GestureAddTouch
Fri, 16 Jul 2010 22:16:05 -0700 Sam Lantinga Revision 3163 added the following formats for OpenGL ES:
Fri, 16 Jul 2010 20:53:44 -0400 Jim Grandpre Merged changes
Fri, 16 Jul 2010 20:48:43 -0400 Jim Grandpre Bug fixes, now using RWops instead of File pointers.
Thu, 15 Jul 2010 06:51:16 -0700 Sam Lantinga Started trying to build gesture code for iPhone
Tue, 13 Jul 2010 18:31:09 -0400 Jim Grandpre Added alternative finger tracking method. Still prefer IPHONE_TOUCH_EFFICIENT_DANGEROUS.
Mon, 12 Jul 2010 21:09:23 -0700 Sam Lantinga Merged changes from the main SDL codebase
Mon, 12 Jul 2010 22:03:25 -0400 Jim Grandpre Added Iphone support (untested)
Sun, 11 Jul 2010 01:15:39 -0400 Jim Grandpre Added some files I had previosuly missed
Fri, 09 Jul 2010 00:50:40 -0700 Jim Grandpre Moved $1 Gestures into the SDL Library
Wed, 07 Jul 2010 04:13:08 -0700 Jim Grandpre Moved Multi finger gesture recognition into the library.
Tue, 06 Jul 2010 02:05:27 -0700 Jim Grandpre Added multi-finger gestures
Fri, 18 Jun 2010 01:43:02 -0400 Jim Grandpre Fixed bugs in input, cleaned up $1
Thu, 17 Jun 2010 03:41:27 -0400 Jim Grandpre Added $1 gesture recognition.
Tue, 15 Jun 2010 02:12:16 -0400 Jim Grandpre Started adding vectorization of touch data.
Mon, 14 Jun 2010 01:46:08 -0400 Jim Grandpre Just updated
Mon, 14 Jun 2010 01:44:04 -0400 Jim Grandpre Added gesture test c file. Beginning of gesture recognition.
Thu, 10 Jun 2010 00:15:17 -0400 jimtla More fixes for windows. Disabled tablet code.
Sat, 05 Jun 2010 01:58:56 -0400 jimtla Addition of VC project for touchTest.c
Thu, 03 Jun 2010 13:21:35 -0400 jimtla Fixed windo build errors. Should now be compilable.
Thu, 03 Jun 2010 11:08:17 -0400 jimtla Fixed some windows compilation bugs - Still does not compile.
Tue, 01 Jun 2010 02:54:33 -0400 Jim Grandpre Added include/touch.h Now reading in resolution of touch pad.
Mon, 31 May 2010 00:24:37 -0400 Jim Grandpre Auto-detects Wacom touch devices.
Sat, 29 May 2010 02:09:16 -0400 Jim Grandpre Added pressure support for touch events.
Sat, 29 May 2010 01:47:19 -0400 Jim Grandpre Bug fixes. Basic touch events (finger up, finger down, finger move) supported.
Fri, 28 May 2010 01:26:52 -0400 Jim Grandpre Added reading of event* for touch events.
Thu, 27 May 2010 01:21:37 -0400 Jim Grandpre Added touch event definitions. Heavily modified events/SDL_touch*.
Tue, 25 May 2010 23:23:23 -0400 Jim Grandpre Added SDL_touch.c/SDL_touch_c.h as slightly modifeind SDL_mouse*. Made reads in touchSimp non-blocking.
Mon, 24 May 2010 23:44:24 -0400 Jim Grandpre Added Test Directory. Touch input works in touchSimp for wacom bamboo fun on Ubuntu linux. Not yet integrated into library. Should support other touch devices and other linux distros, but not tested on anything else.
Sun, 22 Aug 2010 11:56:07 -0700 Sam Lantinga Don't need to use strlen() to determine if there's text.
Thu, 12 Aug 2010 16:00:47 +0200 Jjgod Jiang Fix for deleting the last uncommit character
Mon, 16 Aug 2010 09:04:55 -0700 Sam Lantinga Couriersud to Sam
Sat, 14 Aug 2010 12:28:43 -0700 Sam Lantinga Fixed documentation error
Sat, 14 Aug 2010 12:22:06 -0700 Sam Lantinga Updated with the latest version of glext.h
Sun, 08 Aug 2010 19:26:30 +0530 Sunny Sachanandani Documentation and code safety updates. (x11 renderer)
Tue, 03 Aug 2010 08:53:20 +0530 Sunny Sachanandani Fixed the code to use the correct scaling transformation matrix with XRender.
Tue, 03 Aug 2010 08:05:53 +0530 Sunny Sachanandani Merge.
Mon, 02 Aug 2010 17:14:09 +0530 Sunny Sachanandani Added some comments.
Mon, 02 Aug 2010 11:13:40 +0530 Sunny Sachanandani Fixed a huge bug with texture scaling.
Fri, 30 Jul 2010 00:55:00 -0700 Sam Lantinga When querying the display size for a fullscreen window, the display size is the size of the fullscreen video mode.
Thu, 29 Jul 2010 20:24:05 -0700 Sam Lantinga Documentation updates
Wed, 28 Jul 2010 22:24:13 -0700 Sam Lantinga For consistency, swapped line order
Wed, 28 Jul 2010 22:22:08 -0700 Sam Lantinga Added dynamic loading of XFixes and XDamage on Mac OS X
Wed, 28 Jul 2010 15:35:18 +0530 Sunny Sachanandani Oops!
Wed, 28 Jul 2010 15:33:28 +0530 Sunny Sachanandani Depend on XRender version 0.10 or above and XFixes version 2.0 or above. Moved these dependency checks into CheckXRender() and CheckXFixes().
Wed, 28 Jul 2010 15:13:16 +0530 Sunny Sachanandani Set the default XRender filter to "fast". testoverlay2 works now.
Wed, 28 Jul 2010 01:32:39 -0700 Sam Lantinga Added missing pixel format
Wed, 28 Jul 2010 01:14:48 -0700 Sam Lantinga Fixed compiling without XRender enabled
Wed, 28 Jul 2010 01:05:58 -0700 Sam Lantinga Moved brace to the beginning of the line for the beginning of functions
Wed, 28 Jul 2010 00:54:23 -0700 Sam Lantinga Merged Sunny's XRender changes from SDL-gsoc2010_xrender
Wed, 28 Jul 2010 13:08:14 +0530 Sunny Sachanandani Add some comments.
Wed, 28 Jul 2010 11:56:17 +0530 Sunny Sachanandani Add support for texture modulation (both color and alpha). testsprite2 works now with --cyclealpha and --cyclecolor.
Thu, 22 Jul 2010 16:00:18 +0530 Sunny Sachanandani Fixed drawing rectangles. X is evil!
Thu, 22 Jul 2010 12:08:33 +0530 Sunny Sachanandani Code cleanup.
Thu, 22 Jul 2010 11:55:32 +0530 Sunny Sachanandani Remove debugging code.
Thu, 22 Jul 2010 10:53:41 +0530 Sunny Sachanandani Advertise support for all supported texture formats.
Wed, 21 Jul 2010 23:18:53 +0530 Sunny Sachanandani Advertise support for blending modes and scaling modes in the render driver.
Wed, 21 Jul 2010 23:08:09 +0530 Sunny Sachanandani Make the SW renderer work properly by fixing support for textures with no alpha channels.
Wed, 21 Jul 2010 18:38:40 +0530 Sunny Sachanandani Fix cleanup functions.
Wed, 21 Jul 2010 18:33:13 +0530 Sunny Sachanandani Fix X11_DisplayModeChanged.
Wed, 21 Jul 2010 17:54:31 +0530 Sunny Sachanandani Get SDL_BLENDMODE_MOD to work! Tested on nvidia only ATM.
Tue, 20 Jul 2010 11:43:13 +0530 Sunny Sachanandani Implement support for setting texture scale mode.
Mon, 19 Jul 2010 21:02:49 +0530 Sunny Sachanandani Respect environment variables.
Mon, 19 Jul 2010 20:05:53 +0530 Sunny Sachanandani Integrate XFixes and XDamage into the build system.
Mon, 19 Jul 2010 18:57:02 +0530 Sunny Sachanandani Massive speed-up. Fixed the format that is set for the renderer. Included runtime checks for XDamage.
Mon, 19 Jul 2010 17:46:37 +0530 Sunny Sachanandani Use XDamage to optimise drawing operations.
Sun, 18 Jul 2010 19:03:39 +0530 Sunny Sachanandani Resync tip to default. Using named branches is a bad idea.
Sun, 18 Jul 2010 18:45:30 +0530 Sunny Sachanandani Remove experimental cruft.
Sun, 18 Jul 2010 18:42:33 +0530 Sunny Sachanandani Minor changes. experimental
Sun, 18 Jul 2010 18:27:38 +0530 Sunny Sachanandani Major changes to drawing. Reverted back to core X11 functions due to regressions.
Sun, 18 Jul 2010 12:43:04 +0530 Sunny Sachanandani Start experimental branch for client-side rasterization. experimental
Sun, 18 Jul 2010 08:28:35 +0530 Sunny Sachanandani Got testsprite2 to work reasonably.
Sat, 17 Jul 2010 15:53:29 +0530 Sunny Sachanandani Fixed a minor bug with texture blending.
Sat, 17 Jul 2010 15:41:34 +0530 Sunny Sachanandani Remove some redundant code.
Sat, 17 Jul 2010 15:38:24 +0530 Sunny Sachanandani Fixed so many things. See the changelog listed below.
Sat, 17 Jul 2010 11:41:43 +0530 Sunny Sachanandani Add necessary symbols to SDL_x11sym.h
Wed, 14 Jul 2010 19:17:11 +0530 Sunny Sachanandani Implement blending modes for textures. Fix off-screen pixmaps to be ARGB rather than RGB to enable blending across frames. Clear the screen and off-screen pixmaps when the renderer is created.
Fri, 09 Jul 2010 21:36:41 +0530 Sunny Sachanandani Fix so many things that there is little place in this column to list them all but the result is that blending modes just work now for drawing primitives.
Thu, 01 Jul 2010 07:35:15 +0530 Sunny Sachanandani Fix blending modes for primitives.
Sun, 27 Jun 2010 09:51:51 +0530 Sunny Sachanandani Preliminary support for blending modes on drawing operations.
Tue, 22 Jun 2010 20:01:38 +0530 Sunny Sachanandani Texture rendering mostly works now. Even SDL_TEXTUREACCESS_STREAMING is supported now with a little overhead. Scaling of textures happens using XRender. :D
Wed, 16 Jun 2010 10:50:01 +0530 Sunny Sachanandani SDL_Textures should work with XRender now provided that the texture format and screen format match. This is only a temporary limitation.
Tue, 15 Jun 2010 19:10:06 +0530 Sunny Sachanandani X11_RenderDrawLines and X11_RenderDrawPoints use XRender now.
Mon, 14 Jun 2010 18:22:48 +0530 Sunny Sachanandani X11_RenderFillRects and X11_RenderDrawRects use a server side mask pixmap of 1 bit depth now. All drawing on these pixmaps is done by server side functions such as XDrawRectangles and XFillRectangles.
Tue, 08 Jun 2010 19:26:32 +0530 Sunny Sachanandani X11_DrawRects now uses a very hacky way of drawing rectangles with XRender. This will be improved in some time.
Wed, 02 Jun 2010 11:55:40 +0530 Sunny Sachanandani It seems that the off-screen buffers (or pixmaps) only need to be cleared while initializing.
Wed, 02 Jun 2010 11:45:15 +0530 Sunny Sachanandani Fix X11_FillRects to work with double buffering as well as triple buffering. This requires that the buffer pixmap be cleared after every render.
Wed, 02 Jun 2010 09:01:37 +0530 Sunny Sachanandani Fix the rendering color channels to be premultiplied with the alpha channel as thats what Xrender expects. Small fixes in X11_CreateTexture. Add some new functions in SDL_x11sym.h as well as support for Xrender.
Mon, 31 May 2010 17:04:20 +0530 Sunny Sachanandani X11_RenderPresent now uses XRender to blit back-buffers to the screen.
Mon, 31 May 2010 15:09:36 +0530 Sunny Sachanandani Xrender uses 16 bit color per channel. Fixed the color handling in X11_RenderFillRects to match this. Xrender just works now for filling rectangles :D .
Mon, 31 May 2010 13:27:27 +0530 Sunny Sachanandani Modified configure.in to allow building with Xrender. Fixed all problems that prevented compilation.
Sun, 30 May 2010 20:06:30 +0530 Sunny Sachanandani Add Xrender support to X11_FillRectangles.
Fri, 28 May 2010 20:48:58 +0530 Sunny Sachanandani Fix typo.
Fri, 28 May 2010 20:47:24 +0530 Sunny Sachanandani Fix initial value of the xrender_available boolean in X11_CreateTexture.
Fri, 28 May 2010 20:40:09 +0530 Sunny Sachanandani Completed work on X11_CreateTexture. Added lots of safety features.
Wed, 26 May 2010 20:11:56 +0530 Sunny Sachanandani Correctly handle the availability of Xrender in X11_CreateRenderer and X11_DisplayModeChanged.
Mon, 24 May 2010 21:02:58 +0530 Sunny Sachanandani Added a #define option for compile time Xrender support.
Wed, 19 May 2010 18:58:28 +0530 Sunny Sachanandani Adding a few #defines for Xrender support.
Tue, 27 Jul 2010 21:31:28 -0700 Sam Lantinga Andrey A.
Fri, 23 Jul 2010 21:33:00 -0700 Sam Lantinga Couriersud to Sam
Thu, 22 Jul 2010 22:09:04 -0700 Sam Lantinga Daniel Wyatt to slouken
Wed, 21 Jul 2010 21:53:41 -0700 Sam Lantinga Fixed memory corruption on AMD64
Wed, 21 Jul 2010 21:47:12 -0700 Sam Lantinga Fixed key repeat detection on X11, and simplified the code for everyone else.
Fri, 09 Jul 2010 17:19:18 +0200 Patrice Mandin Use proper GEM API to handle mouse button events SDL-1.2
Wed, 21 Jul 2010 00:11:56 -0700 Sam Lantinga Fixed multimedia keys
Wed, 21 Jul 2010 00:00:05 -0700 Sam Lantinga Delete is indeed an unprintable character.
Tue, 20 Jul 2010 23:59:16 -0700 Sam Lantinga Fixed remapping the Delete key and detecting the keypad Delete key.
Tue, 20 Jul 2010 23:25:24 -0700 Sam Lantinga Added support for keyboard repeat (only tested on Windows so far)
Tue, 20 Jul 2010 00:57:01 -0700 Sam Lantinga Fixed X11 error when running under window managers that don't support the _NET_SUPPORTING_WM_CHECK protocol.
Tue, 20 Jul 2010 00:05:32 -0700 Sam Lantinga Applied the same logic as the fix for bug 894.
Tue, 20 Jul 2010 00:01:26 -0700 Sam Lantinga Finally fixed bug 894 without breaking bug 716. Yay! :) SDL-1.2
Mon, 19 Jul 2010 23:29:45 -0700 Sam Lantinga Fixed X error when showing debug info about a deleted property
Sun, 18 Jul 2010 11:37:26 -0700 Sam Lantinga Fixed bug 1015
Sun, 18 Jul 2010 11:37:12 -0700 Sam Lantinga Fixed bug 1015 SDL-1.2
Sun, 18 Jul 2010 11:24:37 -0700 Sam Lantinga RedHat patch: SDL-1.2.14-xio_error-rh603984.patch SDL-1.2
Sun, 18 Jul 2010 11:23:34 -0700 Sam Lantinga RedHat patch: SDL-1.2.14-byteorder.patch
Sun, 18 Jul 2010 11:22:47 -0700 Sam Lantinga RedHat patch: SDL-1.2.14-byteorder.patch SDL-1.2
Sun, 18 Jul 2010 11:18:36 -0700 Sam Lantinga Fixed bug 1006
Sun, 18 Jul 2010 11:15:02 -0700 Sam Lantinga Fixed bug 993
Sun, 18 Jul 2010 11:13:12 -0700 Sam Lantinga RedHat patch: SDL-1.2.14-audiodriver.patch
Sun, 18 Jul 2010 11:12:27 -0700 Sam Lantinga RedHat patch: SDL-1.2.14-audiodriver.patch SDL-1.2
Sun, 18 Jul 2010 11:11:37 -0700 Sam Lantinga Fixed bug 1006 SDL-1.2
Sun, 18 Jul 2010 10:51:25 -0700 Sam Lantinga Fixed bug 993 SDL-1.2
Sun, 18 Jul 2010 10:39:24 -0700 Sam Lantinga Fixed bug 957 SDL-1.2
Sun, 18 Jul 2010 10:28:57 -0700 Sam Lantinga Better fix for bug 936 SDL-1.2
Sun, 18 Jul 2010 10:26:46 -0700 Sam Lantinga Better fix for bug 936
Sun, 18 Jul 2010 10:08:06 -0700 Sam Lantinga Fixed bug 936 SDL-1.2
Sun, 18 Jul 2010 08:12:48 -0700 Sam Lantinga Debian patch: 215_kfreebsd_gnu.diff SDL-1.2
Sun, 18 Jul 2010 07:55:34 -0700 Sam Lantinga Debian patch: 012_nasm_include.diff SDL-1.2
Sun, 18 Jul 2010 07:54:00 -0700 Sam Lantinga Debian patch: 011_no_yasm.diff SDL-1.2
Sun, 18 Jul 2010 08:12:28 -0700 Sam Lantinga Debian patch: 215_kfreebsd_gnu.diff
Sun, 18 Jul 2010 01:04:18 -0700 Sam Lantinga Double-confirmed, that's not the pause scancode
Sun, 18 Jul 2010 01:00:01 -0700 Sam Lantinga Added back in a little more debugging for the X11 keyboard code
Sun, 18 Jul 2010 00:54:26 -0700 Sam Lantinga Don't put a keysym in there! Shame on you! :)
Sun, 18 Jul 2010 00:50:18 -0700 Sam Lantinga Missed the numbering
Sun, 18 Jul 2010 00:40:17 -0700 Sam Lantinga Logitech G15 on Ubuntu 10.04:
Sat, 17 Jul 2010 23:25:10 -0700 Sam Lantinga Added a couple missing keys on my Logitech G15 keyboard on a Mac Pro running Ubuntu 10.04.
Sat, 17 Jul 2010 22:59:28 -0700 Sam Lantinga Fixed typo in the documentation
Sat, 17 Jul 2010 18:57:51 -0700 Sam Lantinga Fixed bug 1014
Sat, 17 Jul 2010 18:44:34 -0700 Sam Lantinga Fixed bug 1022
Wed, 14 Jul 2010 21:25:15 -0700 Sam Lantinga Added support for testing window manager icons
Wed, 14 Jul 2010 07:48:35 -0700 Sam Lantinga Fixed bug #1000
Wed, 14 Jul 2010 07:31:35 -0700 Sam Lantinga pelya 2010-07-12 03:53:48 PDT
Wed, 14 Jul 2010 07:25:07 -0700 Sam Lantinga Zero any fields not explicitly filled in.
Wed, 14 Jul 2010 01:02:18 -0700 Sam Lantinga Now that the fullscreen wm state works, enable the video modes. Yay! :)
Wed, 14 Jul 2010 00:56:08 -0700 Sam Lantinga Fixed setting fullscreen and maximized states for windows that haven't been mapped yet.
Wed, 14 Jul 2010 00:28:15 -0700 Sam Lantinga Let the window manager know we're a "normal" window
Wed, 14 Jul 2010 00:08:46 -0700 Sam Lantinga Much better debugging of property changes
Tue, 13 Jul 2010 23:14:00 -0700 Sam Lantinga Turned off debug spew
Tue, 13 Jul 2010 23:11:10 -0700 Sam Lantinga Lots of prep for the "real" way to support fullscreen mode on modern window managers.
Tue, 13 Jul 2010 23:05:14 -0700 Sam Lantinga Added test case for maximize code
Tue, 13 Jul 2010 22:39:46 -0700 Sam Lantinga Use a better switch for the clipboard property format
Tue, 13 Jul 2010 22:26:50 -0700 Sam Lantinga Fixed compile warnings
Tue, 13 Jul 2010 22:25:30 -0700 Sam Lantinga Fixed compile warning
Tue, 13 Jul 2010 22:24:46 -0700 Sam Lantinga Fixed compile warning
Tue, 13 Jul 2010 22:22:43 -0700 Sam Lantinga Fixed compile warning.
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