Sam Lantinga
|
2c7a66fb27
|
Removed extra space
|
2011-01-19 11:35:31 -08:00 |
|
egottlieb
|
781d130602
|
Raised binarization cutoff to eliminate alpha-blending of trollface.
|
2010-08-16 09:55:35 -04:00 |
|
egottlieb
|
4e4cb86ffe
|
Finally got the Win32 API code for shaping to work! Just need to fix SDL_CalculateShapeTree() now!
|
2010-08-14 16:14:36 -04:00 |
|
egottlieb
|
cd2d456d46
|
Fixed lots of little bugs in Win32 shaping and in SDL_CalculateShapeTree(). Still not actually showing anything on Windows, though there's no crashes and everything compiles fine. Bugger.
|
2010-08-06 20:22:14 -04:00 |
|
Eli Gottlieb
|
6c23f8c602
|
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 21:10:42 -04:00 |
|
Eli Gottlieb
|
0e0ad58e1f
|
Added Andreas's VS2010 patch for testshape.
|
2010-07-30 18:04:21 -04:00 |
|
Eli Gottlieb
|
155833dd81
|
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 17:27:04 -04:00 |
|
Eli Gottlieb
|
6cc1b97fc5
|
More work on color-key mode.
|
2010-07-23 01:48:42 -04:00 |
|
Eli Gottlieb
|
2d0aeb3f2e
|
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 00:24:02 -04:00 |
|
Eli Gottlieb
|
e2dcaac803
|
Boxed up the rendering loop and turned it into a redraw/update function. This makes things way more responsive, usable again.
|
2010-07-18 23:51:47 -04:00 |
|
Eli Gottlieb
|
60b401aef8
|
Added code to make testshape switch shapes on keystrokes and exit on an ESC keystroke.
|
2010-07-18 23:36:39 -04:00 |
|
Eli Gottlieb
|
70ad6fd4e9
|
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 23:05:40 -04:00 |
|
Eli Gottlieb
|
68fccc096b
|
Same place as before, but optimizing a bit to try to isolate the spot in the program that locks things up.
|
2010-07-18 22:17:52 -04:00 |
|
Eli Gottlieb
|
86f3a25266
|
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 21:31:22 -04:00 |
|