log src/video/SDL_rect.c @ 4941:bd009a923441

age author description
Sun, 09 May 2010 15:24:31 -0700 Sam Lantinga Fixed variable use before initialize warnings
Sun, 24 Jan 2010 21:10:53 +0000 Sam Lantinga Fixed bug #926
Fri, 11 Dec 2009 09:57:54 +0000 Sam Lantinga Make sure we fully clip the first point before starting to adjust the second point.
Fri, 11 Dec 2009 09:22:34 +0000 Sam Lantinga Added an automated test for rectangle routines, currently only testing line clipping.
Wed, 09 Dec 2009 15:56:56 +0000 Sam Lantinga Added interfaces for batch drawing of points, lines and rects:
Mon, 19 Jan 2009 03:28:23 +0000 Sam Lantinga Fix recommended by Eddy L O Jansson
Mon, 05 Jan 2009 07:07:48 +0000 Sam Lantinga Fixed lines intersecting the top corners of a rectangle