log src/video/SDL_shape.c @ 4972:0a9a77f3d552

age author description
2010-08-22 Sam Lantinga Merged no changes?
2010-08-17 egottlieb Create all shaped windows at -1000,-1000 and save the real coordinates.
2010-08-16 egottlieb Condensed flag-setting code and put parantheses in the appropriate places. It was that, in the end.
2010-08-16 Eli Gottlieb Set flag bits *exactly* as Andreas showed me in his screenshot. This shouldn't be different, but what do I know about C's order of operations?
2010-08-16 egottlieb Added hiding-as-positioning trick and finally fixed flags.
2010-08-15 Eli Gottlieb Changed flags and positioning (for the fake-hiding) as Andreas recommended.
2010-08-15 egottlieb Mostly seem to have fixed SDL_CalculateShapeTree. Mostly. There still seem to be some rendering artifacts, stepping effects, and such on Windows -- which indicates subtle logic errors in SDL_CalculateShapeTree().
2010-08-14 egottlieb Finally got the Win32 API code for shaping to work! Just need to fix SDL_CalculateShapeTree() now!
2010-08-12 Eli Gottlieb Added SDL_SetWindowPosition() call to SDL_SetWindowShape(), going to see what this does on Windows.
2010-08-10 egottlieb Fixing variable naming style.
2010-08-10 Eli Gottlieb Fixed a bug in X11 shaping that refused to use color-key mode.
2010-08-10 Eli Gottlieb Fixed formatting of SDL_shape.c post-merge again.
2010-08-10 Eli Gottlieb Fixed overwriting of SDL_shape.c in 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.