Mercurial > sdl-ios-xcode
graph
- Finally figured out how to use autorelease pools.2010-08-05, by egottlieb
- Improving Cocoa implementation and fixed a small bug in SDL_shape.c.2010-08-05, by 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, by egottlieb
- Correcting minor bugs and adding assertions to help me track down a NULL pointer bug in Cocoa code.2010-08-05, by egottlieb
- Building under OS X with command-line tools now works.2010-08-03, by egottlieb
- Compiling for cocoa now works. Does it run? We'll see.2010-08-03, by egottlieb
- Implemented shaped windows for Cocoa. Still need to see if they actually work.2010-08-03, by egottlieb
- Removed superfluous VS2010 build files.2010-08-03, by egottlieb
- Got basic, pre-actually-writing-anything Cocoa to build.2010-08-03, by egottlieb
- Why wasn't this in the repository?2010-08-02, by Eli Gottlieb
- Added SDL_cocoashape.h2010-08-02, by Eli Gottlieb
- Added and re-added VS2010 solution files.2010-08-02, by egottlieb
- Added VS2010 build files.2010-08-02, by egottlieb
- Worked on Windows implementation and the quad-trees.2010-08-02, by egottlieb
- Added VS2010 tests solution file.2010-08-01, by egottlieb
- Added Windows build files for testshape.2010-08-01, by egottlieb
- Converted some project files to VS2010, adding new files. Backups were made.2010-08-01, by egottlieb
- Changed the file name to its correct, required one.2010-08-01, by egottlieb
- 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-08-01, by Eli Gottlieb
- Added Andreas's VS2010 patch for testshape.2010-07-30, by Eli Gottlieb
- Added Andreas's patch to fix my silly C++-style errors.2010-07-29, by Eli Gottlieb
- Added the header to the repo. Oops.2010-07-29, by 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.2010-07-28, by Eli Gottlieb
- Added shapes folder to hg.2010-07-26, by Eli Gottlieb
- Working on Cocoa implementation.2010-07-26, by Eli Gottlieb
- OK, it appears that dramatic hacks are not necessary to make Cocoa work...2010-07-26, by 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-26, by Eli Gottlieb
- More work on color-key mode.2010-07-23, by Eli Gottlieb
- Added color-key mode and redid the code to work with it.2010-07-22, by 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.2010-07-20, by 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.2010-07-19, by Eli Gottlieb
- Boxed up the rendering loop and turned it into a redraw/update function. This makes things way more responsive, usable again.2010-07-18, by Eli Gottlieb
- Added code to make testshape switch shapes on keystrokes and exit on an ESC keystroke.2010-07-18, by 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-18, by Eli Gottlieb
- Added #define's for error codes returned from SDL shaped-window API.2010-07-18, by Eli Gottlieb
- Same place as before, but optimizing a bit to try to isolate the spot in the program that locks things up.2010-07-18, by Eli Gottlieb
- Rewrote test program for shaped windows. It definitely displays recognizable pictures now, but the resizing and shaping functionality isn't behaving correctly, possibly due to a miscalculation of alpha values.2010-07-18, by Eli Gottlieb
- Updated testeyes.c. It now shows some kind of gibberish Missingno-type picture somewhere on the screen and, possibly, hangs the window system. On the upside, the Missingno is definitely a non-rectangular window.2010-07-18, by Eli Gottlieb
- Added SDL_win32shape.h to version control. D'oh.2010-07-18, by Eli Gottlieb
- Added in Visual Studio patch.2010-07-15, by Eli Gottlieb
- Numerous bug fixes that keep testeyes from crashing and dying.2010-07-14, by Eli Gottlieb
- Check configure-defined macro before doing _anything_ with XShape.2010-07-13, by Ryan C. Gordon
- Add XShape test to configure scripts.2010-07-13, by Ryan C. Gordon
- Removed compiled testeyes from revision control. Added it to ignore list.2010-07-13, by Ryan C. Gordon
- Make sure we have XShape symbols before we allow a shaped window.2010-07-13, by Ryan C. Gordon
- Add new X11 symbols that XShape support needs to the dynamic function list.2010-07-13, by Ryan C. Gordon
- Fixed a pair of syntax errors.2010-07-11, by Eli Gottlieb
- Put in a couple of fixes that I realized hadn't gotten done when I wrote out the SCRUM stuff in TODO. Added SCRUM listings in TODO.2010-07-09, by Eli Gottlieb
- Ported over, to the best of my ability, the code for Win32 shaped windows and patched in the correct C syntax and coding conventions of SDL.2010-07-08, by Eli Gottlieb
- Fixed up shape files as best I can.2010-07-07, by Eli Gottlieb
- Updated test code, updated win32 code a bit (still not complete, but hopefully tonight), and removed the last vestiges of ellipse and polygon drawing support.2010-07-06, by Eli Gottlieb
- Added SDL_x11shape.h and removed unnecessary header includes from SDL_x11shape.c. This should help Andreas and Sam to compile the new code.2010-07-02, by Eli Gottlieb
- Added SDL_x11shape.h.2010-07-02, by Eli Gottlieb
- Finished X11 shaped-window functionality and removed ellipse+polygon rendering.2010-06-30, by Eli Gottlieb
- Added Andreas's fixes to the header and stub file for SDL_shape.2010-06-21, by 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.2010-06-19, by Eli Gottlieb
- Doxygen commenting is all finished up.2010-06-10, by 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.2010-06-10, by Eli Gottlieb
- Fixed names of driver-specific implementation files.2010-06-05, by Eli Gottlieb
- Removed and added back SDL_shape.{c,h} wholesale. Will this get them tracked properly?2010-06-05, by Eli Gottlieb