log

age author description
2010-06-15 Sunny Sachanandani X11_RenderDrawLines and X11_RenderDrawPoints use XRender now.
2010-06-14 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.
2010-06-08 Sunny Sachanandani X11_DrawRects now uses a very hacky way of drawing rectangles with XRender. This will be improved in some time.
2010-06-02 Sunny Sachanandani It seems that the off-screen buffers (or pixmaps) only need to be cleared while initializing.
2010-06-02 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.
2010-06-02 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.
2010-05-31 Sunny Sachanandani X11_RenderPresent now uses XRender to blit back-buffers to the screen.
2010-05-31 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 .
2010-05-31 Sunny Sachanandani Modified configure.in to allow building with Xrender. Fixed all problems that prevented compilation.
2010-05-30 Sunny Sachanandani Add Xrender support to X11_FillRectangles.
2010-05-28 Sunny Sachanandani Fix typo.
2010-05-28 Sunny Sachanandani Fix initial value of the xrender_available boolean in X11_CreateTexture.
2010-05-28 Sunny Sachanandani Completed work on X11_CreateTexture. Added lots of safety features.
2010-05-26 Sunny Sachanandani Correctly handle the availability of Xrender in X11_CreateRenderer and X11_DisplayModeChanged.
2010-05-24 Sunny Sachanandani Added a #define option for compile time Xrender support.
2010-05-19 Sunny Sachanandani Adding a few #defines for Xrender support.
2010-07-28 Sam Lantinga Andrey A.
2010-07-24 Sam Lantinga Couriersud to Sam
2010-07-23 Sam Lantinga Daniel Wyatt to slouken
2010-07-22 Sam Lantinga Fixed memory corruption on AMD64
2010-07-22 Sam Lantinga Fixed key repeat detection on X11, and simplified the code for everyone else.
2010-07-09 Patrice Mandin Use proper GEM API to handle mouse button events SDL-1.2
2010-07-21 Sam Lantinga Fixed multimedia keys
2010-07-21 Sam Lantinga Delete is indeed an unprintable character.
2010-07-21 Sam Lantinga Fixed remapping the Delete key and detecting the keypad Delete key.
2010-07-21 Sam Lantinga Added support for keyboard repeat (only tested on Windows so far)
2010-07-20 Sam Lantinga Fixed X11 error when running under window managers that don't support the _NET_SUPPORTING_WM_CHECK protocol.
2010-07-20 Sam Lantinga Applied the same logic as the fix for bug 894.
2010-07-20 Sam Lantinga Finally fixed bug 894 without breaking bug 716. Yay! :) SDL-1.2
2010-07-20 Sam Lantinga Fixed X error when showing debug info about a deleted property
2010-07-18 Sam Lantinga Fixed bug 1015
2010-07-18 Sam Lantinga Fixed bug 1015 SDL-1.2
2010-07-18 Sam Lantinga RedHat patch: SDL-1.2.14-xio_error-rh603984.patch SDL-1.2
2010-07-18 Sam Lantinga RedHat patch: SDL-1.2.14-byteorder.patch
2010-07-18 Sam Lantinga RedHat patch: SDL-1.2.14-byteorder.patch SDL-1.2
2010-07-18 Sam Lantinga Fixed bug 1006
2010-07-18 Sam Lantinga Fixed bug 993
2010-07-18 Sam Lantinga RedHat patch: SDL-1.2.14-audiodriver.patch
2010-07-18 Sam Lantinga RedHat patch: SDL-1.2.14-audiodriver.patch SDL-1.2
2010-07-18 Sam Lantinga Fixed bug 1006 SDL-1.2
2010-07-18 Sam Lantinga Fixed bug 993 SDL-1.2
2010-07-18 Sam Lantinga Fixed bug 957 SDL-1.2
2010-07-18 Sam Lantinga Better fix for bug 936 SDL-1.2
2010-07-18 Sam Lantinga Better fix for bug 936
2010-07-18 Sam Lantinga Fixed bug 936 SDL-1.2
2010-07-18 Sam Lantinga Debian patch: 215_kfreebsd_gnu.diff SDL-1.2
2010-07-18 Sam Lantinga Debian patch: 012_nasm_include.diff SDL-1.2
2010-07-18 Sam Lantinga Debian patch: 011_no_yasm.diff SDL-1.2
2010-07-18 Sam Lantinga Debian patch: 215_kfreebsd_gnu.diff
2010-07-18 Sam Lantinga Double-confirmed, that's not the pause scancode
2010-07-18 Sam Lantinga Added back in a little more debugging for the X11 keyboard code
2010-07-18 Sam Lantinga Don't put a keysym in there! Shame on you! :)
2010-07-18 Sam Lantinga Missed the numbering
2010-07-18 Sam Lantinga Logitech G15 on Ubuntu 10.04:
2010-07-18 Sam Lantinga Added a couple missing keys on my Logitech G15 keyboard on a Mac Pro running Ubuntu 10.04.
2010-07-18 Sam Lantinga Fixed typo in the documentation
2010-07-18 Sam Lantinga Fixed bug 1014
2010-07-18 Sam Lantinga Fixed bug 1022
2010-07-15 Sam Lantinga Added support for testing window manager icons
2010-07-14 Sam Lantinga Fixed bug #1000