summaryrefslogtreecommitdiff
path: root/src/cairoint.h
AgeCommit message (Expand)AuthorFilesLines
2013-01-03Add missing local slim proto for cairo_recording_surface_createChris Wilson1-0/+1
2013-01-03stroke: Make the incremental trapezoid stroker optionally available againChris Wilson1-1/+20
2012-12-21[Minor] Improve loggingBehdad Esfahbod1-1/+1
2012-08-26pen: Use bisection to speed up vertex findingChris Wilson1-0/+12
2012-08-26compositor: Skip invisible strokesChris Wilson1-0/+5
2012-08-17xlib: Implement SHM fallbacks and fast upload pathsChris Wilson1-1/+1
2012-06-09Use the new pixman_glyph_cache_t API that will be in pixman 0.28.0Søren Sandmann Pedersen1-0/+4
2012-06-04composite-rectangles,scaled-font: Use accurate extents if the font is brokenChris Wilson1-1/+1
2012-06-01Erradicate internal use of cairo_surface_get_type()Chris Wilson1-1/+0
2012-06-01Erradicate internal use of cairo_surface_get_content()Chris Wilson1-1/+0
2012-05-31image: silence make checkChris Wilson1-3/+0
2012-05-26surface: Use the internal map/unmapAndrea Canciani1-2/+0
2012-05-26surface: Define private map/unmap functionsAndrea Canciani1-0/+8
2012-05-14spans: Debug input paths and polygonsChris Wilson1-0/+2
2012-04-30Revert "Use pixman glyphs"Søren Sandmann Pedersen1-4/+0
2012-04-30Use pixman glyphsSøren Sandmann Pedersen1-0/+4
2012-03-29cairoint: Mark PDF surface as requiring the deflate stream outputChris Wilson1-2/+7
2012-03-19stroke: Adapt rectilinear stroker to handle separable non-unity scalingChris Wilson1-4/+19
2012-02-28surface-wrapper: Apply the scaled-font ctm and non-default font-optionsChris Wilson1-0/+5
2012-02-15win32: Rebase on the new compositor infrastructureChris Wilson1-0/+6
2012-01-19api: add cairo_surface_supports_mime_typeAdrian Johnson1-0/+1
2012-01-15rectangle: Implement _cairo_rectangle_contains_rectangle()Andrea Canciani1-0/+10
2011-12-05xcb: Fixup some internal state in set_{drawable,size}Uli Schlachter1-0/+3
2011-10-15Merge branch 'master' of git://cairographics.org/git/cairoChris Wilson1-0/+9
2011-10-12spans: Refresh polygon limits after trimming the composite extentsChris Wilson1-0/+9
2011-10-11backends: Adds a new Cogl based backendRobert Bragg1-0/+5
2011-10-11debug-trapsChris Wilson1-0/+3
2011-09-12Introduce a new compositor architectureChris Wilson1-600/+31
2011-09-05pdf: use ink extents for smask bboxAdrian Johnson1-0/+4
2011-09-02surface: Fix make checkAndrea Canciani1-0/+2
2011-08-15stroke: Convert the outlines into contour and then into a polygonChris Wilson1-0/+6
2011-08-15stroke: move normal stroker to new fileChris Wilson1-0/+8
2011-08-14record: Offset the clip by the replay transformation as wellChris Wilson1-3/+0
2011-08-13stroke: Rely on the tessellator to remove self-intersectionsChris Wilson1-13/+0
2011-08-13surface: propagate internal statusesChris Wilson1-2/+2
2011-08-13skia: Update to use cairo_backend_t interfaceChris Wilson1-0/+1
2011-08-13image: move surface definition to new header for subclassingChris Wilson1-25/+3
2011-08-02pdf: check if images are grayscale or monochrome and encode as suchAdrian Johnson1-0/+4
2011-07-31Fix make checkAndrea Canciani1-2/+2
2011-07-27win32: ConstifyAndrea Canciani1-1/+1
2011-07-26API: map-to-image and create-similar-imageChris Wilson1-2/+22
2011-07-26rectangle: speed up the is-intersecting test.Chris Wilson1-12/+4
2011-07-26record: Check the operation against the target device extents.Chris Wilson1-0/+18
2011-07-26record: Store the untransformed operation extents along with the commandChris Wilson1-0/+2
2011-07-24image: Fix clip-intersectChris Wilson1-0/+8
2011-07-19clip: Rudimentary support for clip-polygon extractionChris Wilson1-20/+59
2011-07-18type1-subset: Remove FT dependency part 5Adrian Johnson1-0/+20
2011-07-18type1-subset: Remove FT dependency part 1Adrian Johnson1-0/+19
2011-07-15pattern: Add observer hooksChris Wilson1-168/+3
2011-07-15Implement cairo_backend_tChris Wilson1-2/+7