summaryrefslogtreecommitdiff
path: root/src/cairo_pdf_surface.c
AgeCommit message (Expand)AuthorFilesLines
2005-03-07Return CAIRO_STATUS_SUCCESS even if we don't implement masks yet, so we don't...Kristian Høgsberg1-1/+1
2005-03-03Pass mask to composite operation as patternDavid Reveman1-4/+7
2005-03-03Removed surface backend functions set_matrix, set_filter and set_repeatDavid Reveman1-24/+0
2005-03-03Change to cairo_surface_t like structure of of cairo_pattern_tDavid Reveman1-45/+47
2005-02-13Initialize array element size correctly.Kristian Høgsberg1-1/+1
2005-02-13Patches from Owen Taylor:Kristian Høgsberg1-4/+4
2005-02-01Pretend we support compositing of solid color or gradient patterns to prevent...Kristian Høgsberg1-69/+86
2005-01-31src/cairoint.h src/cairo_image_surface.c src/cairo_pdf_surface.c src/cairo_pn...Owen Taylor1-16/+63
2005-01-27The overall idea of this rewrite is that we want to pass the source pattern a...Kristian Høgsberg1-54/+18
2005-01-25Chec pdf_font for NULL, not font.Owen Taylor1-1/+1
2005-01-21Change cairo_font_t to refer to a font scaled to a particular output device r...Owen Taylor1-29/+34
2005-01-20Track various renamings.Carl Worth1-0/+4
2005-01-19Add byteswap macros missing for bigendian architectures.Kristian Høgsberg1-0/+2
2005-01-17Fix double free in error path. (cairo_pdf_ft_font_create): Reference the unsc...Kristian Høgsberg1-10/+16
2005-01-17Add preliminary text support, including support for truetype font subsetting.Kristian Høgsberg1-22/+872
2005-01-06Add -lz to CAIRO_LIBS when compiling the PDF backend.Kristian Høgsberg1-1/+7
2005-01-05Implement image compression (taken from cairo_ps_surface.c).Kristian Høgsberg1-18/+44
2005-01-05New PDF backend.Kristian Høgsberg1-0/+1314