summaryrefslogtreecommitdiff
path: root/src/cairo-array.c
AgeCommit message (Expand)AuthorFilesLines
2006-06-06Remove trailing whitespace from lines that look like comments.Carl Worth1-16/+16
2006-05-03PS: Add three new public functions for emitting DSC comments.Carl Worth1-3/+1
2005-12-21Here is a cleaner implementation of the _cairo_array_t change which was previ...Carl Worth1-8/+34
2005-12-21Revert inadvertent commit (immediately previous).Carl Worth1-36/+17
2005-12-21Fix indentation.Carl Worth1-17/+36
2005-12-07Note that self-copy now works with the PS backend.Carl Worth1-0/+36
2005-11-07Add new _cairo_array_allocate function for growing the array and getting a po...Carl Worth1-11/+35
2005-11-04Rename old, rarely used _cairo_array_append to _cairo_array_append_multiple. ...Carl Worth1-34/+62
2005-11-04Add documentation for all _cairo_array interface functions.Carl Worth1-0/+73
2005-07-27Add CAIRO_STATUS_INVALID_CONTENT, CAIRO_STATUS_INVALID_FORMAT, and CAIRO_STAT...Carl Worth1-0/+5
2005-06-03Fix name of _cairo_user_data_array_destroy to be _cairo_user_data_array_fini.Carl Worth1-3/+3
2005-04-08src/cairo.h src/cairo-font.c src/cairoint.h doc/public/cairo-sections.txt: Ad...Owen Taylor1-0/+139
2005-01-17Add preliminary text support, including support for truetype font subsetting.Kristian Høgsberg1-7/+11
2005-01-05New PDF backend.Kristian Høgsberg1-0/+130