summaryrefslogtreecommitdiff
path: root/fitzdraw
AgeCommit message (Expand)Author
2009-11-29Add some braces and fix up double-indentation on multi-line if/while expressi...Tor Andersson
2009-11-29Fix up indentation.Tor Andersson
2009-08-25Add implicit closepath segments when filling non-closed subpaths.Tor Andersson
2009-08-19More portable fix for pointer alignments.Ralph Giles
2009-08-19Cast pointers to unsigned long to avoid truncation.Ralph Giles
2009-07-30Adjust center-of-pixel offset for image rendering.Tor Andersson
2009-07-30Clamp to edge when sampling outside the edge of an image. Solves many bugs wi...Tor Andersson
2009-07-06Declare functions void if they take no arguments.Sebastian Rasmussen
2009-07-05Make internal functions static.Sebastian Rasmussen
2009-07-03Be less strict when comparing tiny features with epsilon in the path stroking...Tor Andersson
2009-06-10Add a COPYING to the fitzdraw subdirectory.Ralph Giles
2009-05-10Fix bug where image scaling accessed data outside of buffer.Sebastian Rasmussen
2009-03-11Remove fz_outofmem constant.Tor Andersson
2009-03-11Rename and prune some files and functions.Tor Andersson
2009-03-11Change fz_error* struct into an integer error type fz_error.Tor Andersson
2009-02-28Merge and move header files into the source directories.Tor Andersson
2009-02-28Moved Fitz files into one directory.Tor Andersson