graph
- Added pressure support for touch events.2010-05-29, by Jim Grandpre
- Bug fixes. Basic touch events (finger up, finger down, finger move) supported.2010-05-29, by Jim Grandpre
- Added reading of event* for touch events.2010-05-28, by Jim Grandpre
- Added touch event definitions. Heavily modified events/SDL_touch*.2010-05-27, by Jim Grandpre
- Added SDL_touch.c/SDL_touch_c.h as slightly modifeind SDL_mouse*. Made reads in touchSimp non-blocking.2010-05-25, by 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.2010-05-24, by Jim Grandpre
- Don't need to use strlen() to determine if there's text.2010-08-22, by Sam Lantinga
- Fix for deleting the last uncommit character2010-08-12, by Jjgod Jiang
- Couriersud to Sam2010-08-16, by Sam Lantinga
- Fixed documentation error2010-08-14, by Sam Lantinga
- Updated with the latest version of glext.h2010-08-14, by Sam Lantinga
- Documentation and code safety updates. (x11 renderer)2010-08-08, by Sunny Sachanandani
- Fixed the code to use the correct scaling transformation matrix with XRender.2010-08-03, by Sunny Sachanandani
- Merge.2010-08-03, by Sunny Sachanandani
- Added some comments.2010-08-02, by Sunny Sachanandani
- Fixed a huge bug with texture scaling.2010-08-02, by Sunny Sachanandani
- When querying the display size for a fullscreen window, the display size is the size of the fullscreen video mode.2010-07-30, by Sam Lantinga
- Documentation updates2010-07-29, by Sam Lantinga
- For consistency, swapped line order2010-07-28, by Sam Lantinga
- Added dynamic loading of XFixes and XDamage on Mac OS X2010-07-28, by Sam Lantinga
- Oops!2010-07-28, by 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().2010-07-28, by Sunny Sachanandani
- Set the default XRender filter to "fast". testoverlay2 works now.2010-07-28, by Sunny Sachanandani
- Added missing pixel format2010-07-28, by Sam Lantinga
- Fixed compiling without XRender enabled2010-07-28, by Sam Lantinga
- Moved brace to the beginning of the line for the beginning of functions2010-07-28, by Sam Lantinga
- Merged Sunny's XRender changes from SDL-gsoc2010_xrender2010-07-28, by Sam Lantinga
- Add some comments.2010-07-28, by Sunny Sachanandani
- Add support for texture modulation (both color and alpha). testsprite2 works now with --cyclealpha and --cyclecolor.2010-07-28, by Sunny Sachanandani
- Fixed drawing rectangles. X is evil!2010-07-22, by Sunny Sachanandani
- Code cleanup.2010-07-22, by Sunny Sachanandani
- Remove debugging code.2010-07-22, by Sunny Sachanandani
- Advertise support for all supported texture formats.2010-07-22, by Sunny Sachanandani
- Advertise support for blending modes and scaling modes in the render driver.2010-07-21, by Sunny Sachanandani
- Make the SW renderer work properly by fixing support for textures with no alpha channels.2010-07-21, by Sunny Sachanandani
- Fix cleanup functions.2010-07-21, by Sunny Sachanandani
- Fix X11_DisplayModeChanged.2010-07-21, by Sunny Sachanandani
- Get SDL_BLENDMODE_MOD to work! Tested on nvidia only ATM.2010-07-21, by Sunny Sachanandani
- Implement support for setting texture scale mode.2010-07-20, by Sunny Sachanandani
- Respect environment variables.2010-07-19, by Sunny Sachanandani
- Integrate XFixes and XDamage into the build system.2010-07-19, by Sunny Sachanandani
- Massive speed-up. Fixed the format that is set for the renderer. Included runtime checks for XDamage.2010-07-19, by Sunny Sachanandani
- Use XDamage to optimise drawing operations.2010-07-19, by Sunny Sachanandani
- Resync tip to default. Using named branches is a bad idea.2010-07-18, by Sunny Sachanandani
- Remove experimental cruft.2010-07-18, by Sunny Sachanandani
- Minor changes.experimental 2010-07-18, by Sunny Sachanandani
- Major changes to drawing. Reverted back to core X11 functions due to regressions.2010-07-18, by Sunny Sachanandani
- Start experimental branch for client-side rasterization.experimental 2010-07-18, by Sunny Sachanandani
- Got testsprite2 to work reasonably.2010-07-18, by Sunny Sachanandani
- Fixed a minor bug with texture blending.2010-07-17, by Sunny Sachanandani
- Remove some redundant code.2010-07-17, by Sunny Sachanandani
- Fixed so many things. See the changelog listed below.2010-07-17, by Sunny Sachanandani
- Add necessary symbols to SDL_x11sym.h2010-07-17, by 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.2010-07-14, by 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.2010-07-09, by Sunny Sachanandani
- Fix blending modes for primitives.2010-07-01, by Sunny Sachanandani
- Preliminary support for blending modes on drawing operations.2010-06-27, by Sunny Sachanandani
- Texture rendering mostly works now. Even SDL_TEXTUREACCESS_STREAMING is supported now with a little overhead. Scaling of textures happens using XRender. :D2010-06-22, by Sunny Sachanandani
- SDL_Textures should work with XRender now provided that the texture format and screen format match. This is only a temporary limitation.2010-06-16, by Sunny Sachanandani
- X11_RenderDrawLines and X11_RenderDrawPoints use XRender now.2010-06-15, by Sunny Sachanandani