Sam Lantinga
|
6b6170caf6
|
Updated copyright date for 2020
|
2020-01-16 20:49:25 -08:00 |
|
Sam Lantinga
|
af32a2f4cd
|
Updated copyright for 2019
|
2019-01-04 22:01:14 -08:00 |
|
Sam Lantinga
|
346af016a5
|
Updated copyright for 2018
|
2018-01-03 10:03:25 -08:00 |
|
Philipp Wiesemann
|
3c44f8114f
|
Fixed typos in shape header.
|
2017-07-29 23:00:54 +02:00 |
|
Sam Lantinga
|
1b24bfad38
|
Updated copyright for 2017
|
2017-01-01 18:33:28 -08:00 |
|
Sam Lantinga
|
91e0a1d094
|
Renaming of guard header names to quiet -Wreserved-id-macro
Patch contributed by Sylvain
|
2016-11-20 21:34:54 -08:00 |
|
Sam Lantinga
|
7ee8dda270
|
Updated copyright to 2016
|
2016-01-02 10:10:34 -08:00 |
|
Sam Lantinga
|
56b58afdbe
|
Updated the copyright year to 2015
|
2015-05-26 06:27:46 -07:00 |
|
Sam Lantinga
|
d7940a513e
|
Fixed bug 2374 - Update copyright for 2014...
Is it that time already??
|
2014-02-02 00:53:27 -08:00 |
|
Philipp Wiesemann
|
5875c163cf
|
Changed documentation comment for SDL_CreateShapedWindow().
See bug #1667.
|
2013-07-20 21:55:15 +02:00 |
|
Sam Lantinga
|
0cb6385637
|
File style cleanup for the SDL 2.0 release
|
2013-05-18 14:17:52 -07:00 |
|
Sam Lantinga
|
95dcfa4c28
|
Happy New Year!
|
2013-02-15 08:47:44 -08:00 |
|
Sam Lantinga
|
028e5dcdbd
|
Happy New Year!
|
2011-12-31 09:28:07 -05:00 |
|
Sam Lantinga
|
b0660ba5ff
|
SDL 1.3 is now under the zlib license.
|
2011-04-08 13:03:26 -07: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 |
|
Eli Gottlieb
|
25775cdb23
|
Fixed a bug in X11 shaping that refused to use color-key mode.
|
2010-08-10 16:10:26 -04:00 |
|
Eli Gottlieb
|
abb4ad73c5
|
Added color-key mode and redid the code to work with it.
|
2010-07-22 23:11:01 -04:00 |
|
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
|
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
|
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
|
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
|
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 |
|