index
:
~wtay/SDL
SDL-1.2
fixes
master
pipewire-camera
rhel-7.9
rhel-8
rhel-8.0
rhel-8.0-SDL2
Unnamed repository; edit this file 'description' to name the repository.
wtay
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
testshape.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-01-04
Updated copyright for 2019
Sam Lantinga
1
-1
/
+1
2018-01-03
Updated copyright for 2018
Sam Lantinga
1
-1
/
+1
2017-06-24
Fixed handling only one event per frame in testshape program.
Philipp Wiesemann
1
-2
/
+4
2017-06-08
Fixed ignoring first event in testshape program.
Philipp Wiesemann
1
-6
/
+1
2017-06-02
Fixed crash if creating textures failed in testshape program.
Philipp Wiesemann
1
-3
/
+1
2017-01-01
Updated copyright for 2017
Sam Lantinga
1
-1
/
+1
2016-05-10
Fixed crash in shape test program if memory allocation failed.
Philipp Wiesemann
1
-0
/
+4
2016-01-02
Updated copyright to 2016
Sam Lantinga
1
-1
/
+1
2015-11-25
Replaced tabs with spaces in test programs.
Philipp Wiesemann
1
-1
/
+1
2015-05-26
Updated the copyright year to 2015
Sam Lantinga
1
-1
/
+1
2014-04-05
Removed empty statements.
Philipp Wiesemann
1
-1
/
+1
2014-02-02
Fixed bug 2374 - Update copyright for 2014...
Sam Lantinga
1
-1
/
+1
2014-01-08
some fixes to the testshape.c code so it more correctly works.
Edward Rudd
1
-20
/
+15
2013-08-29
Christoph Mallon: Remove pointless if (x) before SDL_FreeSurface(x)
Sam Lantinga
1
-2
/
+1
2013-08-21
OCD fixes: Adds a space after /* (glory to regular expressions!)
Gabriel Jacobo
1
-6
/
+6
2013-08-21
OCD fixes: Adds a space before */
Gabriel Jacobo
1
-6
/
+6
2013-08-20
More non C89 compliant comments
Gabriel Jacobo
1
-6
/
+6
2013-08-14
Fix bug 2034: replace printf by SDL_Log in tests; update loopwave VS solution...
Andreas Schiffler
1
-6
/
+9
2013-07-25
Updated the copyright year for the test programs
Sam Lantinga
1
-1
/
+1
2013-07-20
Replaced use of malloc()/free() with SDL_malloc()/SDL_free() in test program.
Philipp Wiesemann
1
-6
/
+6
2013-07-20
Removed not needed SDL_WINDOW_SHOWN from test programs.
Philipp Wiesemann
1
-1
/
+1
2013-05-18
File style cleanup for the SDL 2.0 release
Sam Lantinga
1
-8
/
+8
2011-04-08
SDL 1.3 is now under the zlib license.
Sam Lantinga
1
-0
/
+11
2011-02-03
Simplified and improved the process of creating a texture from a surface.
Sam Lantinga
1
-1
/
+1
2011-02-01
The rendering functions take a context so it's clear what window they're draw...
Sam Lantinga
1
-157
/
+163
2011-02-01
Making the API simpler, the renderer present semantics are always having a ba...
Sam Lantinga
1
-1
/
+1
2011-01-27
Removed completely non-portable event thread hack.
Sam Lantinga
1
-1
/
+1
2011-01-19
Removed extra space
Sam Lantinga
1
-3
/
+3
2010-08-16
Raised binarization cutoff to eliminate alpha-blending of trollface.
egottlieb
1
-1
/
+1
2010-08-14
Finally got the Win32 API code for shaping to work! Just need to fix SDL_Cal...
egottlieb
1
-5
/
+5
2010-08-06
Fixed lots of little bugs in Win32 shaping and in SDL_CalculateShapeTree(). ...
egottlieb
1
-1
/
+0
2010-08-01
Fixed a couple of bugs in the general and X11 shape code, and fixed a bug in ...
Eli Gottlieb
1
-6
/
+4
2010-07-30
Added Andreas's VS2010 patch for testshape.
Eli Gottlieb
1
-28
/
+43
2010-07-26
Rejiggering the way shaped windows are created as preparation for OS X implem...
Eli Gottlieb
1
-1
/
+1
2010-07-23
More work on color-key mode.
Eli Gottlieb
1
-24
/
+38
2010-07-19
Put the render loop back in its right place, but with delaying functionality ...
Eli Gottlieb
1
-3
/
+17
2010-07-18
Boxed up the rendering loop and turned it into a redraw/update function. Thi...
Eli Gottlieb
1
-11
/
+16
2010-07-18
Added code to make testshape switch shapes on keystrokes and exit on an ESC k...
Eli Gottlieb
1
-5
/
+9
2010-07-18
Minor bugfixes. testshape now draws a shaped window with bizarre, pixellated...
Eli Gottlieb
1
-41
/
+4
2010-07-18
Same place as before, but optimizing a bit to try to isolate the spot in the ...
Eli Gottlieb
1
-17
/
+24
2010-07-18
Rewrote test program for shaped windows. It definitely displays recognizable...
Eli Gottlieb
1
-0
/
+168