graph
- Many changes, preparing to pull/merge main repo to get SDL_GetKeyboardFocus.2010-07-06, by dewyatt
- Added mouse button click to toggle IMM.2010-07-06, by dewyatt
- Fixed window title (from GLTSF to GLIMM).2010-07-04, by dewyatt
- Added Get_IMM method to Window.2010-07-04, by dewyatt
- Added GLIMM (using IMM instead of TSF)2010-06-30, by dewyatt
- Added condition check macros to make the code clear and easier to debug.2010-06-27, by dewyatt
- Starting to implement ITextStoreACP.2010-06-21, by dewyatt
- Added support for On_Resized event to App.2010-06-12, by dewyatt
- Renamed Window::Update to Window::Handle_Events.2010-06-12, by dewyatt
- Added vs2008 project files for GLTSF (2008 is much faster on my old computer)2010-06-11, by dewyatt
- Added else to make things clear.2010-06-09, by dewyatt
- Added On_Char method to Window_Listener for WM_CHAR messages.2010-06-09, by dewyatt
- Change SDL to not use DefWindowProc as the window class' window procedure.2010-06-08, by dewyatt
- Implementing base parts of TSF2010-05-30, by dewyatt
- Adding some initial TSF code2010-05-27, by dewyatt
- Adding GLTSF (somewhat based on SFML, no actual TSF code yet)2010-05-25, by dewyatt
- Merged Paul's Google Summer of Code work from SDL-gsoc2010_android2010-08-22, by Sam Lantinga
- Removed obsolete test project2010-08-19, by Sam Lantinga
- Updated the readme2010-08-17, by Paul Hunkin
- Cleanups.2010-08-17, by Paul Hunkin
- Added initial README.android2010-08-14, by Paul Hunkin
- Working on the sound system2010-08-14, by Paul Hunkin
- More joystick stuff2010-07-27, by Paul Hunkin
- - Cleaned up a bunch of code2010-07-27, by Paul Hunkin
- Added accelerometer 'joystick'2010-07-27, by Paul Hunkin
- Oops, I wasn't using pthreads. Fixed so we can have mutexes and stuff2010-07-27, by Paul Hunkin
- Updated test app to init the sound system2010-07-27, by Paul Hunkin
- Added stub android sound system2010-07-27, by Paul Hunkin
- OK, /actually/ fixed the nativeQuit() crash this time2010-07-27, by Paul Hunkin
- Added resize hander stub and initial screen size setter2010-07-27, by Paul Hunkin
- Shut down the C application properly on quit instead of crashing in the most horrible way possible2010-07-27, by Paul Hunkin
- - Modified build system2010-07-27, by Paul Hunkin
- Added preliminary keyboard event support2010-07-07, by Paul Hunkin
- Code cleanup2010-06-29, by Paul Hunkin
- - Restructured threads and application structure.2010-06-29, by Paul Hunkin
- Last test version with GLSurface2010-06-28, by Paul Hunkin
- Tweaks to the libsdl side2010-06-18, by Paul Hunkin
- Added egl headers so we can use eglMakeCurrent()2010-06-18, by Paul Hunkin
- Removed old video subsystem, along with (now-unncessary) egl files.2010-06-18, by Paul Hunkin
- Testing out pthread support in android. Appears to work.2010-06-18, by Paul Hunkin
- Rotating pyramid!2010-06-17, by Paul Hunkin
- Added minimal test project2010-06-17, by Paul Hunkin
- Fixed #includes to fix naming conventions2010-06-10, by Paul Hunkin
- Renamed some files to fit naming conventions2010-06-10, by Paul Hunkin
- Added (partially implemented) android video backend and associated files needed to build2010-06-10, by Paul Hunkin
- Added some android build stuff2010-05-23, by Paul Hunkin
- Added some wrapper shell scripts to make android compiling easier2010-05-23, by Paul Hunkin
- Fix a compile error when SDL_JOYSTICK_DISABLED is set2010-05-23, by Paul Hunkin
- Fix compile errors under Android toolchain. Seems to have the same issue as the NDS.2010-05-23, by Paul Hunkin
- Fixed comment style2010-05-23, by Paul Hunkin
- Initial commit, adding __ANDROID__ to the platform list2010-05-17, by Paul Hunkin
- Merged Jim's Google Summer of Code work from SDL-gsoc2010_gesture2010-08-22, by Sam Lantinga
- Fixed some typos in the documentation2010-08-22, by Sam Lantinga
- According to Jim, the touchTest directory is no longer necessary.2010-08-22, by Sam Lantinga
- Fixed hgIgnore to ignore test/gesturetest2010-08-19, by Jim Grandpre
- Updated README's2010-08-19, by Jim Grandpre
- Added README.touch and README.gesture. Moved touchtest/gestureSDLTest to test/testgesture2010-08-15, by Jim Grandpre
- Fixed bugs related to keyboard handling in gestureSDLTest. Fixed gesture code (dynamic memory allocation). Cleaned up gesture and test code.2010-08-13, by Jim Grandpre
- Fixed so the origin of the touch events is the upper left.2010-08-13, by Sam Lantinga
- Removed some debug prints.2010-08-07, by Jim Grandpre