summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2009-09-04[gl] compile fix.Chris Wilson1-1/+2
2009-09-04[xlib] Enable pad_reflect by defaultChris Wilson1-7/+12
2009-09-04[fallback] Only eliminate the clip if the operation is boundedChris Wilson1-15/+42
2009-09-03[win32] Remove unused clone_similar()Chris Wilson2-57/+2
2009-09-03[mutex] Hook into pthread lastChris Wilson1-23/+24
2009-09-03[gl] Allocate small number of rectangles on the stackChris Wilson1-14/+29
2009-09-03[gl] Assert that the error is impossible.Chris Wilson1-2/+2
2009-09-03[gl] Remove reference to depth_stencil_texChris Wilson2-3/+0
2009-09-03[image] Check for out of bounds image surface sizes in constructors.M Joonas Pihlaja1-2/+25
2009-09-03[xlib] solid pictures should only be 1x1Chris Wilson1-1/+1
2009-09-03[polygon] Compute the limit of the limits slightly more efficientlyChris Wilson1-12/+12
2009-09-03[boilerplate] Handle errors whilst creating GL surfaceChris Wilson1-8/+8
2009-09-03[polygon] Fix discard with non-banded disjoint clip boxesChris Wilson2-5/+25
2009-09-02[xlib] Remove stray codeChris Wilson1-11/+2
2009-09-02[xlib] Eliminate GC clippingChris Wilson4-145/+116
2009-09-01[xlib] Make xlib_display_t private and rename xlib_screen_info_tChris Wilson5-206/+339
2009-09-01Revert "[freelist] Make _cairo_freepool_alloc_from_new_pool static inline."Chris Wilson2-27/+31
2009-09-01[freelist] Make _cairo_freepool_alloc_from_new_pool static inline.M Joonas Pihlaja2-31/+27
2009-09-01[wrapper] Avoid a void return gccism.M Joonas Pihlaja1-1/+1
2009-09-01[ps] Clip meta-surface to desired extents.Chris Wilson1-3/+43
2009-09-01[ps/pdf] Trim patterns to operation extentsChris Wilson4-35/+319
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 Wilson2-7/+52
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-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-30[bo-rectangular] Fix assertion failure with insertion sortChris Wilson1-0/+4
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 Wilson6-57/+56
2009-08-29[clip] Pass in destination offset for combining with clip-maskChris Wilson3-29/+34
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