Eli Gottlieb
|
4922edee74
|
Added #define's for error codes returned from SDL shaped-window API.
|
2010-07-18 22:24:52 -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 |
|
Eli Gottlieb
|
7e104c5469
|
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 15:15:05 -04:00 |
|
Eli Gottlieb
|
72dcc2f873
|
Added SDL_win32shape.h to version control. D'oh.
|
2010-07-18 14:47:04 -04:00 |
|
Eli Gottlieb
|
21d029da3b
|
Added in Visual Studio patch.
|
2010-07-15 01:41:38 -04:00 |
|
Eli Gottlieb
|
20c4883dee
|
Numerous bug fixes that keep testeyes from crashing and dying.
|
2010-07-14 00:49:28 -04:00 |
|
Ryan C. Gordon
|
8d6d1c0e56
|
Check configure-defined macro before doing _anything_ with XShape.
|
2010-07-13 02:43:49 -04:00 |
|
Ryan C. Gordon
|
799e5c6cbe
|
Add XShape test to configure scripts.
|
2010-07-13 02:43:10 -04:00 |
|
Ryan C. Gordon
|
e9eaf8d58d
|
Removed compiled testeyes from revision control. Added it to ignore list.
|
2010-07-13 02:27:59 -04:00 |
|
Ryan C. Gordon
|
7ae528ef48
|
Make sure we have XShape symbols before we allow a shaped window.
|
2010-07-13 02:26:50 -04:00 |
|
Ryan C. Gordon
|
21dfc93ebd
|
Add new X11 symbols that XShape support needs to the dynamic function list.
|
2010-07-13 02:12:14 -04:00 |
|
Eli Gottlieb
|
c1483580f5
|
Fixed a pair of syntax errors.
|
2010-07-11 17:11:22 -04:00 |
|
Eli Gottlieb
|
559963b115
|
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 20:24:44 -04:00 |
|
Eli Gottlieb
|
7e0f1f1898
|
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 22:52:49 -04:00 |
|
Eli Gottlieb
|
e5592bfb4b
|
Fixed up shape files as best I can.
|
2010-07-07 16:20:54 -04:00 |
|
Eli Gottlieb
|
9f24e9f619
|
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 22:05:22 -04:00 |
|
Eli Gottlieb
|
a50bf48eac
|
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 12:05:47 -04:00 |
|
Eli Gottlieb
|
911e4c49b8
|
Added SDL_x11shape.h.
|
2010-07-02 12:02:18 -04:00 |
|
Eli Gottlieb
|
ea29eee83c
|
Finished X11 shaped-window functionality and removed ellipse+polygon rendering.
|
2010-06-30 16:19:44 -04:00 |
|
Eli Gottlieb
|
2c8b1ce8f7
|
Added Andreas's fixes to the header and stub file for SDL_shape.
|
2010-06-21 23:08:10 -04:00 |
|
Eli Gottlieb
|
00e7bc8b93
|
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 23:10:57 -04:00 |
|
Eli Gottlieb
|
6cc179de3d
|
Doxygen commenting is all finished up.
|
2010-06-10 17:50:38 -04:00 |
|
Eli Gottlieb
|
3389f25629
|
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 17:37:19 -04:00 |
|
Eli Gottlieb
|
350a2b464e
|
Fixed names of driver-specific implementation files.
|
2010-06-05 15:12:27 -04:00 |
|
Eli Gottlieb
|
3b75623708
|
Removed and added back SDL_shape.{c,h} wholesale. Will this get them tracked properly?
|
2010-06-05 15:07:14 -04:00 |
|
Eli Gottlieb
|
17e8b4796b
|
Took away a line break to make SDL_shape.c new. Why isn't hg tracking these two files properly?
|
2010-06-05 15:02:26 -04:00 |
|
Eli Gottlieb
|
58b84350ec
|
Updated SDL_shape.h by adding a line break... somehow it's not being tracked correctly.`
|
2010-06-05 15:01:40 -04:00 |
|
Eli Gottlieb
|
c8581d3a82
|
Fixed up new functions and files so that they build as part of SDL.
|
2010-06-03 17:21:40 -04:00 |
|
Eli Gottlieb
|
af2813acd5
|
Stubbed out the new drawing, filling, and geometry functions for ellipses and polygons.
|
2010-06-03 16:21:04 -04:00 |
|
Eli Gottlieb
|
52ed282081
|
Added management and drawing functions for ellipses and polygons.
|
2010-06-03 14:43:38 -04:00 |
|
Eli Gottlieb
|
caf743a102
|
Moved the SDL_Eyes test program for shaped windows into the Hg repository and got it building and linking as a test.
|
2010-05-31 21:23:06 -04:00 |
|
Eli Gottlieb
|
608b696abd
|
Added the standard headers and footers that make SDL_shape.h and SDL_shape.c integrate properly into the build.
|
2010-05-27 16:44:35 -04:00 |
|
Eli Gottlieb
|
3e7fb6f4a8
|
Changed API for shaped windows to make it much, much simpler. A shaped window's shape mask is now accessed as a render target, which means we can get at it with blit and draw functions, as well as (most likely) OpenGL.
|
2010-05-25 00:23:41 -04:00 |
|
Eli Gottlieb
|
125761a0a1
|
I'm actually going to have to alter this proposed API a fair bit, but it's coming along. I want to keep it as orthogonal to the rest of SDL as possible.
|
2010-05-23 01:27:09 -04:00 |
|
Eli Gottlieb
|
1f57c052c4
|
Moved SDL_shape.h, and building out the API as needed by SDL_Eyes.
|
2010-05-21 17:28:12 -04:00 |
|
Eli Gottlieb
|
c40fb5a65d
|
Added stub files, working on sample program SDLeyes.
|
2010-05-21 14:50:04 -04:00 |
|
Sam Lantinga
|
d12afdaedb
|
Add a default revision string if we can't find hg
|
2010-05-09 19:55:28 -07:00 |
|
Sam Lantinga
|
36bb08a19e
|
Don't assume .bashrc exists. :)
|
2010-05-09 19:51:21 -07:00 |
|
Sam Lantinga
|
cc3f18a315
|
Tagging version before everything gets ripped out.
|
2010-05-09 17:00:56 -07:00 |
|
Sam Lantinga
|
76cf0cd0c0
|
Make the compiler even happier
|
2010-05-09 16:16:11 -07:00 |
|
Sam Lantinga
|
2a8171b8b7
|
Make sure events are current before flushing them.
|
2010-05-09 16:15:14 -07:00 |
|
Sam Lantinga
|
906341c826
|
Added missing header
|
2010-05-09 15:47:21 -07:00 |
|
Sam Lantinga
|
3bc34ef448
|
Removed unused variables
|
2010-05-09 15:46:19 -07:00 |
|
Sam Lantinga
|
06d5867775
|
Fixed compiler warnings
|
2010-05-09 15:33:10 -07:00 |
|
Sam Lantinga
|
74e352d011
|
Fixed variable use before initialize warnings
|
2010-05-09 15:24:31 -07:00 |
|
Sam Lantinga
|
0c3e29cd9c
|
Removed unused variables
|
2010-05-09 15:24:05 -07:00 |
|
Sam Lantinga
|
dc6629fa52
|
Fixed Eric's changes to allow building from the command line.
|
2010-05-09 10:00:33 -07:00 |
|
Sam Lantinga
|
4a2cf3b976
|
Updated with the SDL 1.3 list of supported operating systems
|
2010-05-09 09:53:57 -07:00 |
|
Eric Wing
|
f7c1900153
|
Updated Mac Xcode project for refactored rwops automated test changes.
|
2010-05-09 07:00:28 -07:00 |
|