summaryrefslogtreecommitdiff
path: root/src/cairo-meta-surface.c
Commit message (Expand)AuthorAgeFilesLines
* [show_text_glyphs] Replace the bool backward with cairo_text_cluster_flagsBehdad Esfahbod2008-09-181-3/+3
* Rename _init_pattern_with_snapshot to _cairo_pattern_init_snapshotCarl Worth2008-09-101-32/+6
* [meta] Use the pre-computed device_transform_inverse.Chris Wilson2008-08-071-10/+6
* [meta] Remove debugging assert.Chris Wilson2008-08-071-1/+0
* [meta-surface] Implement show_text_glyphs; Remove show_glyphsBehdad Esfahbod2008-06-261-39/+92
* Fix now-detected doc formatting issuesBehdad Esfahbod2008-06-011-1/+1
* Fix newly detected doc syntax issuesBehdad Esfahbod2008-06-011-1/+1
* [cairo-xlib] Fix show_glyphs when failing to upload a glyphBehdad Esfahbod2008-05-231-1/+2
* Revert "BUGGY: Add surface_backend->acquire_source_image_transformed"Carl Worth2008-05-231-34/+6
* BUGGY: Add surface_backend->acquire_source_image_transformedCarl Worth2008-05-211-6/+34
* [cairo-path-fixed] Implement full-matrix _cairo_path_fixed_transform()Behdad Esfahbod2008-05-131-1/+1
* [cairo-meta-surface] Add _cairo_meta_surface_get_path()Behdad Esfahbod2008-05-091-0/+71
* [cairo-meta/analysis-surface] Make width/height of -1,-1 mean unbounded surfaceBehdad Esfahbod2008-05-091-0/+3
* [cairo-meta-surface] Save and restore the original clip.Chris Wilson2008-04-211-2/+6
* Don't use fill-stroke during analysisAdrian Johnson2008-03-151-9/+5
* [meta] always copy glyph array before passing to _cairo_surface_show_glyphsVladimir Vukicevic2008-03-041-9/+15
* Revert "[meta-surface] Adjust tolerance when replaying to surfaces with devic...Carl Worth2008-02-201-6/+5
* Implement PDF fill-strokeAdrian Johnson2008-02-171-1/+14
* [doc] Make sure all macro names in docs are prefixed by %Behdad Esfahbod2008-01-281-3/+3
* [cairo-surface] Introduce _cairo_surface_create_in_error().Chris Wilson2008-01-161-8/+4
* Fix PS/PDF meta surface patternsAdrian Johnson2007-12-291-17/+1
* [cairo-meta-surface] Remove redundant _cairo_error().Chris Wilson2007-12-201-1/+1
* [meta-surface] Adjust tolerance when replaying to surfaces with device scaleBehdad Esfahbod2007-11-051-5/+6
* [cairo-meta-surface] Propagate errors during replay to the surface.Chris Wilson2007-10-041-1/+4
* [cairo-error] Clean up all the warnings and missing _cairo_error() calls.Chris Wilson2007-10-041-31/+17
* [malloc/error] Fixup _cairo_error (CAIRO_STATUS_SUCCESS)!Chris Wilson2007-10-041-5/+5
* [malloc/error] Add call to _cairo_error() after a failed malloc.Chris Wilson2007-10-041-6/+20
* Create meta-surface source image with same content type as theAdrian Johnson2007-09-051-3/+3
* Eliminate unclipped CLEAR from meta-surface playbackAdrian Johnson2007-09-051-6/+6
* Add support for PDF meta-surface patternsAdrian Johnson2007-09-051-6/+37
* Revert "[cairo-gstate] Avoid copying untransformed glyphs."Chris Wilson2007-08-311-1/+1
* [cairo-gstate] Avoid copying untransformed glyphs.Chris Wilson2007-08-311-1/+1
* Add a new fill_stroke surface backend method.Emmanuel Pacaud2007-08-251-7/+47
* PS: Add finer-grained image fallback supportAdrian Johnson2007-08-211-13/+65
* [fixpt] Replace cairo_rectangle_int16_t with cairo_rectangle_int_tVladimir Vukicevic2007-07-181-1/+1
* [fix] Avoid int overflow when allocating large buffersVladimir Vukicevic2007-06-291-2/+2
* [cairo-meta-surface] Add a surface->status guard to meta_surface_replay()Chris Wilson2007-05-101-0/+3
* [cairo-pattern] Return status from _cairo_pattern_init_copy()Chris Wilson2007-05-091-1/+5
* Make _cairo_clip_reset voidCarl Worth2007-04-101-1/+1
* cairo-meta-surface - propagate trivial status returnChris Wilson2007-04-091-1/+3
* Remove redundant _cairo_clip_fini functionMathias Hasselmann2007-04-081-1/+1
* Spell check the docsBehdad Esfahbod2007-01-071-1/+1
* Add/remove const to cairo_glyph_t* arguments consistentlyBehdad Esfahbod2006-12-111-1/+1
* Apply device_transform during meta-surface replay to fix bug 7533Carl Worth2006-08-031-9/+77
* Simplify common set_clip operation in meta-surface replay.Carl Worth2006-08-031-24/+8
* Change _cairo_meta_surface_get_extents to return a bounded size.Carl Worth2006-06-101-9/+16
* Change all instances of UINT16_MAX to INT16_MAX to avoid new bug.Carl Worth2006-06-071-2/+2
* Remove CAIRO_{MIN,MAX}SHORT which did not distinguish signed vs. unsigned.Carl Worth2006-06-061-2/+2
* Fix bogus cairo_rectangle_fixed_t to be cairo_rectangle_int16_t.Carl Worth2006-06-061-1/+1
* Remove all remaining trailing whitespace.Carl Worth2006-06-061-2/+2