- 23 Jul, 2010 2 commits
-
-
Eli Gottlieb authored
-
Eli Gottlieb authored
-
- 20 Jul, 2010 1 commit
-
-
Eli Gottlieb authored
Reapplied Win32 make-it-build patch. What's going on? Still get rendering artifacts when testing on x11, have literally no idea why.
-
- 19 Jul, 2010 7 commits
-
-
Eli Gottlieb authored
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.
-
Eli Gottlieb authored
Boxed up the rendering loop and turned it into a redraw/update function. This makes things way more responsive, usable again.
-
Eli Gottlieb authored
-
Eli Gottlieb authored
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.
-
Eli Gottlieb authored
-
Eli Gottlieb authored
Same place as before, but optimizing a bit to try to isolate the spot in the program that locks things up.
-
Eli Gottlieb authored
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.
-
- 18 Jul, 2010 2 commits
-
-
Eli Gottlieb authored
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.
-
Eli Gottlieb authored
-
- 15 Jul, 2010 1 commit
-
-
Eli Gottlieb authored
-
- 14 Jul, 2010 1 commit
-
-
Eli Gottlieb authored
-
- 13 Jul, 2010 5 commits
-
-
Ryan C. Gordon authored
-
Ryan C. Gordon authored
-
Ryan C. Gordon authored
-
Ryan C. Gordon authored
-
Ryan C. Gordon authored
-
- 11 Jul, 2010 1 commit
-
-
Eli Gottlieb authored
-
- 10 Jul, 2010 1 commit
-
-
Eli Gottlieb authored
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.
-
- 09 Jul, 2010 1 commit
-
-
Eli Gottlieb authored
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.
-
- 07 Jul, 2010 2 commits
-
-
Eli Gottlieb authored
-
Eli Gottlieb authored
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.
-
- 02 Jul, 2010 2 commits
-
-
Eli Gottlieb authored
Added SDL_x11shape.h and removed unnecessary header includes from SDL_x11shape.c. This should help Andreas and Sam to compile the new code.
-
Eli Gottlieb authored
-
- 30 Jun, 2010 1 commit
-
-
Eli Gottlieb authored
-
- 22 Jun, 2010 1 commit
-
-
Eli Gottlieb authored
-
- 20 Jun, 2010 1 commit
-
-
Eli Gottlieb authored
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.
-
- 10 Jun, 2010 2 commits
-
-
Eli Gottlieb authored
-
Eli Gottlieb authored
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.
-
- 05 Jun, 2010 4 commits
-
-
Eli Gottlieb authored
-
Eli Gottlieb authored
-
Eli Gottlieb authored
-
Eli Gottlieb authored
-
- 03 Jun, 2010 3 commits
-
-
Eli Gottlieb authored
-
Eli Gottlieb authored
-
Eli Gottlieb authored
-
- 01 Jun, 2010 1 commit
-
-
Eli Gottlieb authored
Moved the SDL_Eyes test program for shaped windows into the Hg repository and got it building and linking as a test.
-
- 27 May, 2010 1 commit
-
-
Eli Gottlieb authored
Added the standard headers and footers that make SDL_shape.h and SDL_shape.c integrate properly into the build.
-