log src/video/x11/SDL_x11shape.c @ 5040:ff8873816c30

age author description
2010-08-15 Eli Gottlieb Changed flags and positioning (for the fake-hiding) as Andreas recommended.
2010-08-10 Eli Gottlieb Fixed a bug in X11 shaping that refused to use color-key mode.
2010-08-10 Eli Gottlieb Fixing bugs introduced into X11 shaping implementation by merge.
2010-08-09 Eli Gottlieb Merging branches. Will begin correcting mistakes introduced by merging.
2010-08-09 Eli Gottlieb Reformatting code to match the rest of SDL. Variable names seem OK; replaced tabs with 4 spaces each for indentation.
2010-08-05 egottlieb Shaped windows for Cocoa build and testshape runs, but the actual shaping doesn't work. Something, however, is definitely happening, because we get the backgrounds drawn in two different colors.
2010-08-05 egottlieb Correcting minor bugs and adding assertions to help me track down a NULL pointer bug in Cocoa code.
2010-08-02 Eli Gottlieb Fixed a couple of bugs in the general and X11 shape code, and fixed a bug in testshape that was keeping it from recognizing surfaces without alpha. Thanks to Andreas's bit-bashing tip, X11 shaped windows now work entirely, AFAICT.
2010-07-26 Eli Gottlieb Rejiggering the way shaped windows are created as preparation for OS X implementation. Fixed overdrive bug in test program that appears to have been introduced by someone other than myself.
2010-07-23 Eli Gottlieb Added color-key mode and redid the code to work with it.
2010-07-19 Eli Gottlieb Minor bugfixes. testshape now draws a shaped window with bizarre, pixellated gashes of transparency across it, and in doing so seems to hog a system resource and slow the rest of the video system down.
2010-07-14 Eli Gottlieb Numerous bug fixes that keep testeyes from crashing and dying.
2010-07-13 Ryan C. Gordon Check configure-defined macro before doing _anything_ with XShape.
2010-07-13 Ryan C. Gordon Make sure we have XShape symbols before we allow a shaped window.
2010-07-11 Eli Gottlieb Fixed a pair of syntax errors.