graph
- Added the standard headers and footers that make SDL_shape.h and SDL_shape.c integrate properly into the build.2010-05-27, by Eli Gottlieb
- Changed API for shaped windows to make it much, much simpler. A shaped window's shape mask is now accessed as a render target, which means we can get at it with blit and draw functions, as well as (most likely) OpenGL.2010-05-25, by Eli Gottlieb
- I'm actually going to have to alter this proposed API a fair bit, but it's coming along. I want to keep it as orthogonal to the rest of SDL as possible.2010-05-23, by Eli Gottlieb
- Moved SDL_shape.h, and building out the API as needed by SDL_Eyes.2010-05-21, by Eli Gottlieb
- Added stub files, working on sample program SDLeyes.2010-05-21, by Eli Gottlieb
- Removed Daniel's test code2010-08-22, by Sam Lantinga
- Merged Daniel's Google Summer of Code work from SDL-gsoc2010_IME2010-08-22, by Sam Lantinga
- Cleanup from the Android commit2010-08-22, by Sam Lantinga
- Removed spurious carriage returns2010-08-22, by Sam Lantinga
- Updated to fit SDL style a little more.2010-08-04, by dewyatt
- Large commit with initial reading string support, TSF UILess code, etc.2010-08-03, by dewyatt
- Added SDL_wcslcpy and SDL_wcslcat.2010-08-03, by dewyatt
- Correctly draw cursor based on position.2010-07-25, by dewyatt
- Changed markedText to have its own storage to resolve multiple bugs.2010-07-24, by dewyatt
- Merge with main repo (mainly for non-printable character fix)2010-07-18, by dewyatt
- Added SDL_utf8strlcpy to copy at UTF-8 character boundaries.2010-07-13, by dewyatt
- Changed Start/StopTextInput back to not take any parameters.2010-07-12, by dewyatt
- Initial IMM implementation.2010-07-12, by dewyatt
- Changed StopTextInput to take an SDL_Window parameter.2010-07-10, by dewyatt
- Changed StartTextInput to take an SDL_Window parameter.2010-07-08, by dewyatt
- Fixed fullscreen window position2010-07-06, by Sam Lantinga
- Added missing line to make things compile.2010-07-06, by dewyatt
- Added empty text input functions for win32.2010-07-06, by dewyatt
- Merge2010-07-06, by dewyatt
- 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