summaryrefslogtreecommitdiff
path: root/src/cairo-types-private.h
Commit message (Expand)AuthorAgeFilesLines
* Make cairo_tag_begin/end work correctly in groupsAdrian Johnson2023-04-181-0/+11
* Add a custom palette to font optionsMatthias Clasen2023-01-201-0/+7
* Add color mode optionAdrian Johnson2022-06-261-0/+1
* Add color palette optionAdrian Johnson2022-06-171-0/+1
* Fix font count in Inkscape's win32 pdf exportNathan Lee2022-03-091-2/+2
* [quartz] Snapshot CGBitmapContext-mapped surfaces to cache CGImages.John Ralls2022-02-241-1/+2
* Added hairline support to cairoRick Yorgason2021-08-151-0/+2
* Use uintptr_t for all casts between pointer and integerAdrian Johnson2021-07-251-1/+1
* Add font variations to font optionsMatthias Clasen2017-12-191-0/+1
* Fix warnings from check-doc-syntax.shUli Schlachter2014-03-131-2/+2
* doc: Make documentation comments symmetricAndrea Canciani2012-03-291-1/+1
* doc: fix a few typos found by codespellNis Martensen2012-03-101-1/+1
* Add preliminary damage trackingChris Wilson2012-02-151-0/+1
* Introduce a new compositor architectureChris Wilson2011-09-121-21/+13
* pdf: use ink extents for smask bboxAdrian Johnson2011-09-051-0/+5
* stroke: Convert the outlines into contour and then into a polygonChris Wilson2011-08-151-1/+5
* Introduce cairo_surface_observer_t for performance analysisChris Wilson2011-08-141-0/+6
* skia: Update to use cairo_backend_t interfaceChris Wilson2011-08-131-6/+5
* pdf: check if images are grayscale or monochrome and encode as suchAdrian Johnson2011-08-021-0/+8
* Fix make checkAndrea Canciani2011-07-311-0/+1
* clip: Rudimentary support for clip-polygon extractionChris Wilson2011-07-191-10/+1
* pattern: Add observer hooksChris Wilson2011-07-151-114/+0
* Implement cairo_backend_tChris Wilson2011-07-151-1/+13
* pattern: Use double precision for gradient extreme objectsAndrea Canciani2011-01-021-6/+4
* mesh: Add mesh pattern type and enum valuesAdrian Johnson2011-01-011-0/+46
* pattern: Add a function to interpolate gradient objects.Andrea Canciani2010-12-131-0/+5
* fill: Simplify path to polygon conversionAndrea Canciani2010-12-101-7/+0
* array: Remove snapshot supportAndrea Canciani2010-11-241-3/+1
* font options: Add private round_glpyh_positions fieldUli Schlachter2010-10-211-0/+7
* subsurface: Make CAIRO_SURFACE_TYPE_SUBSURFACE publicBenjamin Otte2010-08-261-2/+1
* Convert mime data length to use unsigned longChris Wilson2010-07-101-1/+1
* doc: Move tmpl/ docs to inline docsBenjamin Otte2010-07-081-0/+8
* ft,fc,xlib: LCD filtering patch.Nicolaus L Helper2010-06-171-0/+25
* gstate: Update cached matrix state after device transform changes on the targetChris Wilson2010-06-111-0/+6
* pattern: remove content field from solid patternsAndrea Canciani2010-06-101-1/+0
* Make cairo_color_stop_t a unique type.Chris Wilson2010-05-131-1/+16
* Update FSF addressAndrea Canciani2010-04-271-1/+1
* scaled-font: Optimize cairo_scaled_font_lookup()Chris Wilson2010-03-301-0/+1
* types: Move cairo_scaled_glyph_t to cairo-types-private.hChris Wilson2010-01-221-0/+25
* color: Add enum value for the largest stock color.Chris Wilson2010-01-221-1/+2
* boxes: Efficient storage for an array of cairo_box_t.Chris Wilson2010-01-221-0/+1
* Alter definition of cairo_composite_rectangles_tChris Wilson2010-01-221-23/+1
* Add cairo_device_tChris Wilson2010-01-221-0/+1
* Real zero-copy cow snapshottingChris Wilson2010-01-221-0/+2
* Add subsurface.Chris Wilson2010-01-221-1/+3
* [meta] Rename cairo_meta_surface_t to cairo_recording_surface_t.M Joonas Pihlaja2009-10-221-1/+1
* Support component-alpha.Chris Wilson2009-10-211-0/+71
* [polygon] Fix discard with non-banded disjoint clip boxesChris Wilson2009-09-031-0/+1
* [clip] Use geometric clipping for unaligned clipsChris Wilson2009-08-291-2/+2
* [polygon] Amalgamate collinear edgesChris Wilson2009-08-291-0/+3