log

age author description
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.
Sun, 18 Jul 2010 23:51:47 -0400 Eli Gottlieb Boxed up the rendering loop and turned it into a redraw/update function. This makes things way more responsive, usable again.
Sun, 18 Jul 2010 23:36:39 -0400 Eli Gottlieb Added code to make testshape switch shapes on keystrokes and exit on an ESC keystroke.
Sun, 18 Jul 2010 23:05:40 -0400 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.
Sun, 18 Jul 2010 22:24:52 -0400 Eli Gottlieb Added #define's for error codes returned from SDL shaped-window API.
Sun, 18 Jul 2010 22:17:52 -0400 Eli Gottlieb Same place as before, but optimizing a bit to try to isolate the spot in the program that locks things up.