Sun, 22 Feb 2015 20:34:08 -0500 |
Fixed bug 2868 - SDL_FillRect can crash if surface's clip-rect is out-of-bounds
|
file | diff | annotate |
Wed, 19 Mar 2014 16:52:26 -0400 |
Static analysis fix: "Value stored to 'p' is never read"
|
file | diff | annotate |
Sun, 02 Feb 2014 00:53:27 -0800 |
Fixed bug 2374 - Update copyright for 2014...
|
file | diff | annotate |
Sun, 24 Nov 2013 23:56:17 -0500 |
Make internal SDL sources include SDL_internal.h instead of SDL_config.h
|
file | diff | annotate |
Sat, 16 Nov 2013 11:54:16 -0800 |
Fixed bug 2241 - SSE intrinsic in fillrect MMX path
|
file | diff | annotate |
Wed, 21 Aug 2013 10:34:32 -0300 |
Fix a couple of warnings
|
file | diff | annotate |
Wed, 21 Aug 2013 10:13:12 -0300 |
More fixes for -Wdeclaration-after-statement
|
file | diff | annotate |
Wed, 21 Aug 2013 10:12:16 -0300 |
Fixes for -Wdeclaration-after-statement
|
file | diff | annotate |
Wed, 21 Aug 2013 09:47:10 -0300 |
OCD fixes: Adds a space after /* (glory to regular expressions!)
|
file | diff | annotate |
Wed, 21 Aug 2013 09:43:09 -0300 |
OCD fixes: Adds a space before */
|
file | diff | annotate |
Sun, 31 Mar 2013 12:48:50 -0400 |
Make SDL_SetError and friends unconditionally return -1.
|
file | diff | annotate |
Fri, 15 Feb 2013 08:47:44 -0800 |
Happy New Year!
|
file | diff | annotate |
Sat, 31 Dec 2011 09:28:07 -0500 |
Happy New Year!
|
file | diff | annotate |
Fri, 08 Apr 2011 13:03:26 -0700 |
SDL 1.3 is now under the zlib license.
|
file | diff | annotate |
Tue, 15 Feb 2011 13:59:59 -0800 |
Changed the concept of a render clip rect to a render viewport.
|
file | diff | annotate |
Fri, 11 Feb 2011 22:37:15 -0800 |
Happy 2011! :)
|
file | diff | annotate |
Sun, 24 Jan 2010 21:10:53 +0000 |
Fixed bug #926
|
file | diff | annotate |
Wed, 09 Dec 2009 15:56:56 +0000 |
Added interfaces for batch drawing of points, lines and rects:
|
file | diff | annotate |
Sat, 10 Jan 2009 18:32:24 +0000 |
Fixed Visual C++ release build for Visual C++ 2005
|
file | diff | annotate |
Wed, 24 Dec 2008 12:17:25 +0000 |
Don't unlock a surface we didn't lock
|
file | diff | annotate |
Sat, 20 Dec 2008 13:14:28 +0000 |
Added stubs for software implementations of blending fills and line drawing
|
file | diff | annotate |