summaryrefslogtreecommitdiff
path: root/src/cairo-meta-surface.c
AgeCommit message (Expand)AuthorFilesLines
2006-12-11Add/remove const to cairo_glyph_t* arguments consistentlyBehdad Esfahbod1-1/+1
2006-08-03Apply device_transform during meta-surface replay to fix bug 7533Carl Worth1-9/+77
2006-08-03Simplify common set_clip operation in meta-surface replay.Carl Worth1-24/+8
2006-06-10Change _cairo_meta_surface_get_extents to return a bounded size.Carl Worth1-9/+16
2006-06-07Change all instances of UINT16_MAX to INT16_MAX to avoid new bug.Carl Worth1-2/+2
2006-06-06Remove CAIRO_{MIN,MAX}SHORT which did not distinguish signed vs. unsigned.Carl Worth1-2/+2
2006-06-06Fix bogus cairo_rectangle_fixed_t to be cairo_rectangle_int16_t.Carl Worth1-1/+1
2006-06-06Remove all remaining trailing whitespace.Carl Worth1-2/+2
2006-06-06Remove trailing whitespace from lines that look like comments.Carl Worth1-3/+3
2006-06-06Remove extraneous whitespace from "blank" lines.Carl Worth1-5/+5
2006-05-24New API: Add new function cairo_surface_get_contentCarl Worth1-2/+4
2006-05-04Rename cairo_rectangle_t to cairo_rectangle_fixed_t.Robert O'Callahan1-2/+2
2006-05-01Copy content property when doing a snapshot of a meta surface.Emmanuel Pacaud1-0/+1
2006-04-27Optimisation of CLEAR operator in meta-surface.Emmanuel Pacaud1-1/+13
2006-02-27Implement cairo_surface_get_typeCarl Worth1-0/+1
2006-02-24Remove private cairo_pattern_type in favor of new public one. RenameCarl Worth1-1/+1
2006-01-17Big change to the test infrastructure and supporting internals. The goal now ...Carl Worth1-2/+5
2005-12-21Here is a cleaner implementation of the _cairo_array_t change which was previ...Carl Worth1-2/+2
2005-12-21Revert inadvertent commit (immediately previous).Carl Worth1-10/+5
2005-12-21Fix indentation.Carl Worth1-5/+10
2005-12-20Add some comments describing what a cairo_meta_surface_t is.Carl Worth1-0/+19
2005-12-16Globally rename "operator" to "op", to allow writing backends in C++Christian Biesinger1-15/+15
2005-12-14Remove dead code from cairo-meta-surface: vestiges of meta-surface backend im...Carl Worth1-230/+3
2005-12-07Note that self-copy now works with the PS backend.Carl Worth1-7/+109
2005-11-08Add support to cairo_meta_surface for the 5 basic drawing operations. Remove ...Carl Worth1-214/+339
2005-11-07Add new _cairo_array_allocate function for growing the array and getting a po...Carl Worth1-4/+2
2005-11-04Rename old, rarely used _cairo_array_append to _cairo_array_append_multiple. ...Carl Worth1-18/+39
2005-11-04Rework support in the surface backend for the five basic drawing operations (...Carl Worth1-29/+42
2005-11-01Rename surface->backend->show_glyphs to surface->backend->old_show_glyphs.Carl Worth1-14/+14
2005-10-31Originally 2005-10-28 Keith Packard <keithp@keithp.com>:Carl Worth1-1/+1
2005-10-13New function to create a snapshot copy of a pattern.Carl Worth1-5/+28
2005-10-13Push fill_path fallbacks down from gstate into the surface where all the othe...Carl Worth1-2/+20
2005-08-24_cairo_surface_show_glyphs may return UNSUPPORTED in which case a call to sca...Keith Packard1-0/+17
2005-08-08Add a new API for disabling antialiasing of shapes drawn by cairo. This is a ...Billy Biggs1-2/+9
2005-08-04New files. Move code for manipulating cairo_clip_t out into cairo_clip_* func...Kristian Høgsberg1-71/+61
2005-08-04Change *_reference() functions to return the object being referenced.Kristian Høgsberg1-2/+1
2005-07-27Add CAIRO_STATUS_INVALID_CONTENT, CAIRO_STATUS_INVALID_FORMAT, and CAIRO_STAT...Carl Worth1-2/+4
2005-07-13Use the _cairo_surface_*() functions when replaying.Kristian Høgsberg1-18/+17
2005-07-08Give enum tags an underscore prefix to match the style of the struct tags. Ad...Carl Worth1-2/+2
2005-07-01Rewrite postscript backend to generate more interesting output than the curre...Kristian Høgsberg1-6/+0
2005-07-01Add meta surface implementation.Kristian Høgsberg1-0/+601