log include/SDL_shape.h @ 5227:c66b2a778b7e

age author description
Sat, 14 Aug 2010 16:14:36 -0400 egottlieb Finally got the Win32 API code for shaping to work! Just need to fix SDL_CalculateShapeTree() now!
Tue, 10 Aug 2010 16:10:26 -0400 Eli Gottlieb Fixed a bug in X11 shaping that refused to use color-key mode.
Thu, 22 Jul 2010 23:11:01 -0400 Eli Gottlieb Added color-key mode and redid the code to work with it.
Sun, 18 Jul 2010 22:24:52 -0400 Eli Gottlieb Added #define's for error codes returned from SDL shaped-window API.
Wed, 30 Jun 2010 16:19:44 -0400 Eli Gottlieb Finished X11 shaped-window functionality and removed ellipse+polygon rendering.
Mon, 21 Jun 2010 23:08:10 -0400 Eli Gottlieb Added Andreas's fixes to the header and stub file for SDL_shape.
Sat, 19 Jun 2010 23:10:57 -0400 Eli Gottlieb Replaced the model of treating a window's shape as a render target with treating a window's shape as a surface passed into an SDL_SetWindowShape() function. I'll send this off to Andreas and Sam and start coding.
Thu, 10 Jun 2010 17:50:38 -0400 Eli Gottlieb Doxygen commenting is all finished up.
Thu, 10 Jun 2010 17:37:19 -0400 Eli Gottlieb Stubbed out the new get/set parameter functions, added the start of the enum, union, and struct for those parameters themselves, and added doxygen comments throughout the SDL_shape.h header.
Sat, 05 Jun 2010 15:07:14 -0400 Eli Gottlieb Removed and added back SDL_shape.{c,h} wholesale. Will this get them tracked properly?
Sat, 05 Jun 2010 15:01:40 -0400 Eli Gottlieb Updated SDL_shape.h by adding a line break... somehow it's not being tracked correctly.`
Thu, 27 May 2010 16:44:35 -0400 Eli Gottlieb Added the standard headers and footers that make SDL_shape.h and SDL_shape.c integrate properly into the build.
Tue, 25 May 2010 00:23:41 -0400 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.
Sun, 23 May 2010 01:27:09 -0400 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.
Fri, 21 May 2010 17:28:12 -0400 Eli Gottlieb Moved SDL_shape.h, and building out the API as needed by SDL_Eyes.