summaryrefslogtreecommitdiff
path: root/src/cairo-path-data.c
AgeCommit message (Expand)AuthorFilesLines
2005-08-23Update the long description of cairo_matrix_t to match the current sources.Billy Biggs1-2/+2
2005-08-13Move checks for invalid number of points before the calls that use the points.Behdad Esfahbod1-7/+7
2005-08-05Add some missing declarations to the appropriate sections.Carl Worth1-4/+4
2005-07-28Remove all create_in_error functions as they were just muddling up the memory...Carl Worth1-33/+1
2005-07-27Add CAIRO_STATUS_INVALID_CONTENT, CAIRO_STATUS_INVALID_FORMAT, and CAIRO_STAT...Carl Worth1-0/+2
2005-06-13Originally 2005-06-02 Carl Worth <cworth@cworth.org>:Carl Worth1-14/+84
2005-06-03Allow NULL as a valid value for several objects. That is, calling reference o...Carl Worth1-0/+17
2005-05-26: Fix memory leakOlivier Andrieu1-4/+12
2005-05-10src/cairo.c src/cairo-path-data.c src/cairo-path-data-private.h: Pass the gst...Owen Taylor1-22/+16
2005-04-26Originally: 2005-04-19 Carl Worth <cworth@cworth.org>Carl Worth1-43/+196
2005-03-18* src/cairo.c: (cairo_copy_path), (cairo_copy_path_flat), (cairo_append_path)...Carl Worth1-29/+36
2005-03-11Added some documentation, so we get some churn here.Carl Worth1-0/+268