summaryrefslogtreecommitdiff
path: root/src/cairo-path-data-private.h
AgeCommit message (Expand)AuthorFilesLines
2006-12-19Rename cairo-path-data.c to cairo-path.c (and similar)Carl Worth1-58/+0
2006-11-20Add const qualifier to cairo_path_t* parameter of cairo_append_pathCarl Worth1-2/+2
2006-10-04Rename the create_for_status pattern to create_in_error.Carl Worth1-1/+1
2006-09-26Fix cairo_copy_path and cairo_copy_path_flat to propagate errors.Carl Worth1-0/+3
2005-08-10Add cairo_private to the few pieces of data that were missing it.Carl Worth1-1/+1
2005-08-08Declare _cairo_path_nil as extern.Billy Biggs1-1/+1
2005-08-05Add some missing declarations to the appropriate sections.Carl Worth1-1/+1
2005-07-28Remove all create_in_error functions as they were just muddling up the memory...Carl Worth1-3/+2
2005-06-13Originally 2005-06-02 Carl Worth <cworth@cworth.org>:Carl Worth1-5/+6
2005-05-10src/cairo.c src/cairo-path-data.c src/cairo-path-data-private.h: Pass the gst...Owen Taylor1-4/+2
2005-04-26Originally: 2005-04-19 Carl Worth <cworth@cworth.org>Carl Worth1-2/+6
2005-03-23Remove CAIRO_BEGIN_DECLS and CAIRO_END_DECLS as they are not needed for priva...Carl Worth1-4/+0
2005-03-18* src/cairo.c: (cairo_copy_path), (cairo_copy_path_flat), (cairo_append_path)...Carl Worth1-5/+5
2005-03-11Added some documentation, so we get some churn here.Carl Worth1-0/+57