log

age author description
Thu, 05 Aug 2010 18:58:45 -0400 egottlieb Improving Cocoa implementation and fixed a small bug in SDL_shape.c.
Thu, 05 Aug 2010 01:03:24 -0400 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.
Thu, 05 Aug 2010 00:53:38 -0400 egottlieb Correcting minor bugs and adding assertions to help me track down a NULL pointer bug in Cocoa code.
Tue, 03 Aug 2010 23:41:57 -0400 egottlieb Building under OS X with command-line tools now works.
Tue, 03 Aug 2010 23:22:31 -0400 egottlieb Compiling for cocoa now works. Does it run? We'll see.
Tue, 03 Aug 2010 21:56:05 -0400 egottlieb Implemented shaped windows for Cocoa. Still need to see if they actually work.
Tue, 03 Aug 2010 10:10:06 -0400 egottlieb Removed superfluous VS2010 build files.
Tue, 03 Aug 2010 00:47:33 -0400 egottlieb Got basic, pre-actually-writing-anything Cocoa to build.
Mon, 02 Aug 2010 23:58:22 -0400 Eli Gottlieb Why wasn't this in the repository?
Mon, 02 Aug 2010 23:33:04 -0400 Eli Gottlieb Added SDL_cocoashape.h
Mon, 02 Aug 2010 22:20:13 -0400 egottlieb Added and re-added VS2010 solution files.
Mon, 02 Aug 2010 21:43:08 -0400 egottlieb Added VS2010 build files.
Mon, 02 Aug 2010 01:54:59 -0400 egottlieb Worked on Windows implementation and the quad-trees.
Sun, 01 Aug 2010 23:27:22 -0400 egottlieb Added VS2010 tests solution file.
Sun, 01 Aug 2010 23:26:37 -0400 egottlieb Added Windows build files for testshape.
Sun, 01 Aug 2010 23:16:32 -0400 egottlieb Converted some project files to VS2010, adding new files. Backups were made.
Sun, 01 Aug 2010 23:07:59 -0400 egottlieb Changed the file name to its correct, required one.
Sun, 01 Aug 2010 21:10:42 -0400 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.
Fri, 30 Jul 2010 18:04:21 -0400 Eli Gottlieb Added Andreas's VS2010 patch for testshape.
Thu, 29 Jul 2010 22:57:39 -0400 Eli Gottlieb Added Andreas's patch to fix my silly C++-style errors.
Thu, 29 Jul 2010 12:49:17 -0400 Eli Gottlieb Added the header to the repo. Oops.
Wed, 28 Jul 2010 23:35:24 -0400 Eli Gottlieb Wrote out the system for breaking shape-masks into quad-trees of rectangles, and added code to conglomerate those quad-trees of rectangles into regions for setting shapes under Win32.
Mon, 26 Jul 2010 21:49:32 -0400 Eli Gottlieb Added shapes folder to hg.
Mon, 26 Jul 2010 21:48:53 -0400 Eli Gottlieb Working on Cocoa implementation.
Mon, 26 Jul 2010 20:41:45 -0400 Eli Gottlieb OK, it appears that dramatic hacks are not necessary to make Cocoa work...
Mon, 26 Jul 2010 17:27:04 -0400 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.
Fri, 23 Jul 2010 01:48:42 -0400 Eli Gottlieb More work on 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.
Tue, 20 Jul 2010 12:42:43 -0400 Eli Gottlieb Reapplied Win32 make-it-build patch. What's going on? Still get rendering artifacts when testing on x11, have literally no idea why.
Mon, 19 Jul 2010 00:24:02 -0400 Eli Gottlieb Put the render loop back in its right place, but with delaying functionality to keep it down to roughly 60fps, not eating up all the X11 time.