summaryrefslogtreecommitdiff
path: root/src/cairo-pdf-surface.c
AgeCommit message (Expand)AuthorFilesLines
2005-04-19Add new cairo_paint function.Carl Worth1-1/+21
2005-04-14and delete:Carl Worth1-4/+4
2005-04-08src/cairo.h src/cairo-font.c src/cairoint.h doc/public/cairo-sections.txt: Ad...Owen Taylor1-2/+0
2005-04-07Change to allow NULL backend function pointers to indicate unsupported functi...Carl Worth1-55/+6
2005-04-07src/cairo.h src/cairo-gstate.c src/cairo-font.c: Add a cairo_font_face_t type...Owen Taylor1-8/+8
2005-04-07Rework the cairo_matrix_t interface in several ways. Expose a struct for cair...Carl Worth1-10/+10
2005-04-04Drop cairo_default_matrix since it is now always identical to cairo_identity_...Carl Worth1-10/+0
2005-04-02Style and indentation fixes.Carl Worth1-2/+2
2005-03-28New PNG utility functions.Kristian Høgsberg1-12/+12
2005-03-23Move surface-specific cairo_t functions to cairo.c.Carl Worth1-75/+0
2005-03-18Remove return statements from these functions (bug #2137).Kristian Høgsberg1-10/+10
2005-03-16Add cairo_output_stream.cKristian Høgsberg1-359/+490
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