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