log

age author description
2010-08-22 Sam Lantinga Merged Paul's Google Summer of Code work from SDL-gsoc2010_android
2010-08-19 Sam Lantinga Removed obsolete test project
2010-08-17 Paul Hunkin Updated the readme
2010-08-17 Paul Hunkin Cleanups.
2010-08-14 Paul Hunkin Added initial README.android
2010-08-14 Paul Hunkin Working on the sound system
2010-07-27 Paul Hunkin More joystick stuff
2010-07-27 Paul Hunkin - Cleaned up a bunch of code
2010-07-27 Paul Hunkin Added accelerometer 'joystick'
2010-07-27 Paul Hunkin Oops, I wasn't using pthreads. Fixed so we can have mutexes and stuff
2010-07-27 Paul Hunkin Updated test app to init the sound system
2010-07-27 Paul Hunkin Added stub android sound system
2010-07-27 Paul Hunkin OK, /actually/ fixed the nativeQuit() crash this time
2010-07-27 Paul Hunkin Added resize hander stub and initial screen size setter
2010-07-27 Paul Hunkin Shut down the C application properly on quit instead of crashing in the most horrible way possible
2010-07-27 Paul Hunkin - Modified build system
2010-07-06 Paul Hunkin Added preliminary keyboard event support
2010-06-28 Paul Hunkin Code cleanup
2010-06-28 Paul Hunkin - Restructured threads and application structure.
2010-06-28 Paul Hunkin Last test version with GLSurface
2010-06-17 Paul Hunkin Tweaks to the libsdl side
2010-06-17 Paul Hunkin Added egl headers so we can use eglMakeCurrent()
2010-06-17 Paul Hunkin Removed old video subsystem, along with (now-unncessary) egl files.
2010-06-17 Paul Hunkin Testing out pthread support in android. Appears to work.
2010-06-17 Paul Hunkin Rotating pyramid!
2010-06-17 Paul Hunkin Added minimal test project
2010-06-10 Paul Hunkin Fixed #includes to fix naming conventions
2010-06-10 Paul Hunkin Renamed some files to fit naming conventions
2010-06-10 Paul Hunkin Added (partially implemented) android video backend and associated files needed to build
2010-05-23 Paul Hunkin Added some android build stuff
2010-05-23 Paul Hunkin Added some wrapper shell scripts to make android compiling easier
2010-05-23 Paul Hunkin Fix a compile error when SDL_JOYSTICK_DISABLED is set
2010-05-23 Paul Hunkin Fix compile errors under Android toolchain. Seems to have the same issue as the NDS.
2010-05-23 Paul Hunkin Fixed comment style
2010-05-17 Paul Hunkin Initial commit, adding __ANDROID__ to the platform list
2010-08-22 Sam Lantinga Merged Jim's Google Summer of Code work from SDL-gsoc2010_gesture
2010-08-22 Sam Lantinga Fixed some typos in the documentation
2010-08-22 Sam Lantinga According to Jim, the touchTest directory is no longer necessary.
2010-08-19 Jim Grandpre Fixed hgIgnore to ignore test/gesturetest
2010-08-19 Jim Grandpre Updated README's
2010-08-15 Jim Grandpre Added README.touch and README.gesture. Moved touchtest/gestureSDLTest to test/testgesture
2010-08-14 Jim Grandpre Fixed bugs related to keyboard handling in gestureSDLTest. Fixed gesture code (dynamic memory allocation). Cleaned up gesture and test code.
2010-08-14 Sam Lantinga Fixed so the origin of the touch events is the upper left.
2010-08-07 Jim Grandpre Removed some debug prints.
2010-08-07 Jim Grandpre Fixed Dollar Recognition.
2010-08-06 Jim Grandpre Re-enabled dollar gesture
2010-08-05 Jim Grandpre Fixed gestureMulti. Disabled dollar gesture temporarily.
2010-08-03 Jim Grandpre Minimized functionality of gestureSDLTest.
2010-08-02 Jim Grandpre Fixed some Gesture bugs
2010-08-01 Sam Lantinga Fixed sending motion and finger up events
2010-08-01 Sam Lantinga Fixed various type and print format issues
2010-07-31 jimtla Added SDL_TouchID, SDL_FingerID, SDL_GestureID types. Converted to integer cioordinates (<- not working).
2010-07-30 jimtla Added Iphone project. Iphone multi-touch is now functional.
2010-07-30 jimtla Upgraded touchId/fingerId to long. Changed position variables to floats.
2010-07-29 Jim Grandpre Added better logging
2010-07-29 Jim Grandpre Prevented SDL_SendDown from sending on nonexistent touch devices.
2010-07-29 Sam Lantinga Fixed the code so we receive Cocoa touch events
2010-07-27 jimtla Added cocoatouch.h
2010-07-27 jimtla Finished (untested) OS X code.
2010-07-24 jimtla Added preliminary touch code to SDL_cocoakeyboard.m