summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2009-08-29Fix build on systems with older Xrender headers.Damian Frank3-34/+93
2009-08-29[script] Fix use of freed listChris Wilson1-1/+1
2009-08-29[path] Return the canonical box.Chris Wilson2-36/+24
2009-08-29[scaled-font] Fix implementation-face refleakChris Wilson1-1/+8
2009-08-29[ft] Improve error path handling.Chris Wilson1-6/+6
2009-08-29[scaled-font] Refleak on error path.Chris Wilson1-5/+4
2009-08-29[clip] Fix refleak of previous clipping surfaces.Chris Wilson1-3/+6
2009-08-29[path-fixed] Distinguish cw and ccw boxesChris Wilson1-2/+2
2009-08-29[scaled-font] Eliminate intermediate path when tracing glyphsChris Wilson1-29/+22
2009-08-29[stroke] Handle degenerate stroke extentsChris Wilson1-18/+13
2009-08-29[path] Handle the implicit close for path_fixed_is_box()Chris Wilson1-15/+18
2009-08-29[fallback] Include implicit closes in the check for rectilinear pathsChris Wilson2-2/+18
2009-08-29[scaled-font] Remove assert from cairo_scled_font_create()Chris Wilson1-1/+4
2009-08-29[win32] Use the system scaled_font_doneChris Wilson1-1/+4
2009-08-29[win32] Initialize clip_regionChris Wilson1-0/+3
2009-08-29[win32] Compiler warningsChris Wilson1-12/+12
2009-08-29[pattern] Ensure that no repeated pattern is clippedChris Wilson1-1/+1
2009-08-29[gl] Use spans for trapezois.Chris Wilson6-39/+46
2009-08-29[gl] Simplify acquire_dest_image()Chris Wilson1-41/+12
2009-08-29[gl] Use common ARRAY_LENGTH macroChris Wilson1-3/+1
2009-08-29[qt] Discard impossible status return from path constructionChris Wilson1-63/+42
2009-08-29[cairoint.h] Add missing cairo_private to debug prototypes.Chris Wilson1-2/+2
2009-08-29[win32] Trust the clipping code to trim roi to our surfaceChris Wilson1-44/+9
2009-08-29Add skia backendVladimir Vukicevic5-1/+1278
2009-08-29[fallback] Reduce paint + clipmask to fillChris Wilson1-9/+17
2009-08-29Add xml surfaceChris Wilson10-12/+1421
2009-08-29[script] Apply device offset when replaying meta surfaceChris Wilson1-0/+2
2009-08-29[meta] Missing status checkChris Wilson1-0/+2
2009-08-29[wrapper] Always copy clipChris Wilson1-16/+44
2009-08-29[matrix] Improve bbox finding for translation matrixChris Wilson1-27/+29
2009-08-29Add 'flight-data-recorder' utility.Chris Wilson5-6/+79
2009-08-29Introduce cairo_tee_surface_tChris Wilson8-3/+651
2009-08-29[script] Correct emission of get_target() for a popped contextChris Wilson1-21/+32
2009-08-29Fix errors found by clangChris Wilson2-5/+2
2009-08-29[script] recursive active (type3 glyphs)Chris Wilson1-6/+5
2009-08-29[build] Add options for warning about bad castsChris Wilson4-17/+17
2009-08-29[clip] Use the rectangular tessellator to extract boxesChris Wilson3-18/+36
2009-08-29[tessellate] Rectangular special caseChris Wilson8-48/+883
2009-08-29[script] Track scaled-fontChris Wilson1-17/+22
2009-08-29[script] Emit surface contentChris Wilson2-13/+22
2009-08-29[script] Garbage collect contexts on context switchChris Wilson1-78/+184
2009-08-29[script] Wrap snapshot.Chris Wilson3-4/+25
2009-08-29[script] Introduce cairo_script_context_tChris Wilson2-150/+122
2009-08-29[stroke] Only mark traps as having intersection if non-empty.Chris Wilson1-3/+2
2009-08-29[clip] Cache intermediate clip masks.Chris Wilson2-64/+104
2009-08-29[gstate] Convert simple mask() into a paint()Chris Wilson2-12/+98
2009-08-29[script] Store the current stroke matrixChris Wilson1-9/+37
2009-08-29[script] Suppress resetting stroke-style elements after matrix switchChris Wilson1-16/+26
2009-08-29[script] Hide the implicit CLEAR for similar surfacesChris Wilson1-0/+43
2009-08-29[pattern] Ignore matrix/filter/extend when comparing solidsChris Wilson1-9/+16