summaryrefslogtreecommitdiff
path: root/src/cairo-ps-surface.c
AgeCommit message (Expand)AuthorFilesLines
2005-08-08Add a new API for disabling antialiasing of shapes drawn by cairo. This is a ...Billy Biggs1-3/+9
2005-07-28Remove all create_in_error functions as they were just muddling up the memory...Carl Worth1-4/+4
2005-07-27Add CAIRO_STATUS_INVALID_CONTENT, CAIRO_STATUS_INVALID_FORMAT, and CAIRO_STAT...Carl Worth1-30/+39
2005-07-14Add missing (putatively unreachable) return value.Carl Worth1-0/+1
2005-07-13Use the _cairo_surface_*() functions when replaying.Kristian Høgsberg1-150/+136
2005-07-13New predicates to allow checking for cairo_ft derivates of generic font type.Carl Worth1-0/+12
2005-07-08Give enum tags an underscore prefix to match the style of the struct tags. Ad...Carl Worth1-5/+5
2005-07-05Disable the compilation of the _ps_locate_fallbacks code which, inaddition to...Carl Worth1-2/+9
2005-07-01Rewrite postscript backend to generate more interesting output than the curre...Kristian Høgsberg1-163/+1098
2005-06-14Implement path clipping and refactor _cairo_gstate_clip() out in three differ...Kristian Høgsberg1-0/+1
2005-06-14Remove Boolean 'drawable' parameter from the create_similar surface backend f...Carl Worth1-1/+0
2005-05-17Remove destroy_closure from cairo_output_stream_t interface.Carl Worth1-58/+95
2005-05-06Rename and re-order the cairo_operator_t enum to names that abbreviate less a...Carl Worth1-2/+2
2005-04-19Add new cairo_paint function.Carl Worth1-0/+20
2005-04-14and delete:Carl Worth1-7/+2
2005-04-07Change to allow NULL backend function pointers to indicate unsupported functi...Carl Worth1-73/+6
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-23Move surface-specific cairo_t functions to cairo.c.Carl Worth1-40/+0
2005-03-17doc fix - 90 degrees is MI_PI/2 radians.Owen Taylor1-2/+2
2005-03-16Add cairo_output_stream.cKristian Høgsberg1-4/+4
2005-03-03Pass mask to composite operation as patternDavid Reveman1-1/+1
2005-03-03Removed surface backend functions set_matrix, set_filter and set_repeatDavid Reveman1-30/+0
2005-03-03Change to cairo_surface_t like structure of of cairo_pattern_tDavid Reveman1-3/+3
2005-02-22Switch from broken cworth@isi.edu address to canonical cworth@cworth.org addr...Carl Worth1-1/+1
2005-01-31src/cairoint.h src/cairo_image_surface.c src/cairo_pdf_surface.c src/cairo_pn...Owen Taylor1-13/+46
2005-01-30Update composite-over-white code to use a pattern, not a surface. (to match _...Owen Taylor1-17/+6
2005-01-27src/cairo.[ch] src/cairo_font.c src/cairo_ft_font.c src/cairo_ps_surface.c sr...Owen Taylor1-0/+16
2005-01-27The overall idea of this rewrite is that we want to pass the source pattern a...Kristian Høgsberg1-10/+5
2005-01-20Track various renamings.Carl Worth1-0/+1
2004-11-29Remove unintentional copyright statement from user-generated output image.Carl Worth1-2/+0
2004-10-21Convert all files to utf-8. Add copyright information to cairo_png_surface.c.Carl Worth1-1/+1
2004-10-08Add cairo_cache.cGraydon Hoare1-1/+2
2004-09-04Add the MPL as a new license option, in addition to the LGPL.Carl Worth1-10/+27
2004-08-02Fix to explicitly refer to GNU Lesser Public License 2.1 rather than the Libr...Carl Worth1-7/+5
2004-08-02Change from MIT license to LGPL.Carl Worth1-20/+14
2004-05-24Added glyph cachingDavid Reveman1-0/+1
2004-04-06Added new pattern APIDavid Reveman1-1/+9
2004-03-23Implement _set_clip_region by delegating it to the image backend.Olivier Andrieu1-2/+3
2004-03-19Add.Graydon Hoare1-1/+11
2003-12-11Directly fold in slim stuff rather than depending on it from an external pack...Carl Worth1-1/+1
2003-12-11Fix to use shifts and masks for endianness-correct PS image generation. Renam...Carl Worth1-14/+13
2003-11-03Add support for cairo_copy_page. Fixes so PS output can be more than one page...Carl Worth1-35/+66
2003-11-03Add several missing checks for out of memoryCarl Worth1-0/+4
2003-10-31Fix misplacement of PS origin, (was translating vertically by width instead o...Carl Worth1-1/+1
2003-10-31Implemented preliminary PostScript output support. Added cairo_show_page. Bum...Carl Worth1-0/+377