summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-09-01[boilerplate] Use xlib as fallback reference for xcbChris Wilson1-1/+12
2009-09-01[path] Standalone header-compilationChris Wilson1-2/+2
2009-09-01Compiler warningsChris Wilson2-4/+5
2009-09-01[tee] Rename 'append' to 'add' and add symmetric 'remove'Chris Wilson4-9/+54
2009-09-01[pattern] Remove unused hidden symbol for cairo_pattern_status()Chris Wilson2-6/+4
2009-08-31PDF: Ensure operator is selected before painting surfaceAdrian Johnson1-8/+8
2009-08-31PDF: Flush operators before writing to the PDF streamAdrian Johnson1-0/+4
2009-08-31PDF: Reset alpha to 1.0 before painting a surfaceAdrian Johnson1-1/+7
2009-08-31Update ref imagesAdrian Johnson11-0/+0
2009-08-31PDF: Avoid using patterns when filling a surface with EXTEND_NONEAdrian Johnson1-0/+19
2009-08-31PDF: Avoid using patterns when painting surfaces with EXTEND_NONEAdrian Johnson1-0/+58
2009-08-31PDF: Fix bug when when embedding surfacesAdrian Johnson1-1/+2
2009-08-31[test] Use HAVE_FLOCKFILE instead of _POSIX_C_SOURCE.M Joonas Pihlaja1-3/+2
2009-08-31[trace] Use HAVE_FLOCKFILE/FUNLOCKFILE since configure test for them.M Joonas Pihlaja1-0/+4
2009-08-31[build] Remove duplicate invocation of AC_CHECK_HEADERS.M Joonas Pihlaja1-3/+0
2009-08-30[perf] Trim outliers from chartChris Wilson1-39/+172
2009-08-30[build] Fix a typo in configure.acCarlos Garcia Campos1-1/+1
2009-08-30[bo-rectangular] Fix assertion failure with insertion sortChris Wilson1-0/+4
2009-08-29Merge branch 'stroke-with-spans'Chris Wilson353-4651/+18842
2009-08-29Use the more generic is_box when doing simple extent checksChris Wilson4-5/+5
2009-08-29[clip] Correctly compute a geometric mask for a rectilinear + arbitraryChris Wilson1-9/+38
2009-08-29[clip] Apply surface offset when combining with clip maskChris Wilson7-57/+56
2009-08-29[clip] Pass in destination offset for combining with clip-maskChris Wilson3-29/+34
2009-08-29[test] Add rotated clip.Chris Wilson6-0/+114
2009-08-29[script] Implement invertChris Wilson1-1/+25
2009-08-29Fix build on systems with older Xrender headers.Damian Frank3-34/+93
2009-08-29Rename cairo-script static func to avoid MinGW conflictDamian Frank1-2/+2
2009-08-29Update reference imagesChris Wilson57-2/+12
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[test] Add clip-strokeChris Wilson6-0/+125
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[test] Implicit closeChris Wilson4-0/+56
2009-08-29[boilerplate] Runtime library checkChris Wilson22-3/+85
2009-08-29[script] Conditionalise the buildChris Wilson3-3/+12
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[script] Support running on cairo-1.8Chris Wilson1-3/+15
2009-08-29[gl] Use spans for trapezois.Chris Wilson6-39/+46