summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update REFERENCE_IMAGES for distcheck1.5.10Carl Worth2008-02-201-17/+47
* Mention that cairo_get_current_point is void againCarl Worth2008-02-201-0/+4
* Increment cairo version to 1.5.10 and libtool versioning to 17:0:15Carl Worth2008-02-201-3/+3
* NEWS: Add notes for cairo 1.5.10Carl Worth2008-02-201-5/+94
* Add svg-specific reference image for mask-alphaCarl Worth2008-02-201-0/+0
* Update ps-specific reference images for ghostscript 8.61Carl Worth2008-02-2044-0/+0
* Expand the documentation of cairo/test/READMECarl Worth2008-02-201-12/+87
* Update ps-specific reference imagesCarl Worth2008-02-205-0/+0
* Add poppler-specific reference image for source-clip-scaleCarl Worth2008-02-201-0/+0
* Add poppler-specific reference image for push-groupCarl Worth2008-02-203-0/+5
* Add poppler-specific reference images for tests needing EXTEND_PADCarl Worth2008-02-205-2/+7
* Add poppler-specific reference image for text-patternCarl Worth2008-02-203-0/+6
* Re-enable pdf tests with gradients and add poppler-based reference imagesCarl Worth2008-02-2013-50/+51
* Re-enable some pdf tests now that poppler has knockout supportCarl Worth2008-02-204-13/+0
* svg: Add support for flattening SOURCE painting when there's nothing beneath itCarl Worth2008-02-201-4/+11
* Add svg-specific reference images for meta-surface-pattern testCarl Worth2008-02-202-0/+0
* cairo-svg: Make operation_supported depend on analyze_operation instead of th...Carl Worth2008-02-201-12/+15
* Revert "[meta-surface] Adjust tolerance when replaying to surfaces with devic...Carl Worth2008-02-201-6/+5
* Add a spline to the degenerate-pen test caseCarl Worth2008-02-203-0/+3
* Eliminate a potential infinite loop in spline strokingCarl Worth2008-02-201-1/+12
* Remove _cairo_slope_[counter_]clockwiseCarl Worth2008-02-204-44/+17
* Make _cairo_slope_compare return a non-zero result for slopes that differ by piCarl Worth2008-02-201-2/+28
* [gitignore] Ignore cairo-no-features.hChris Wilson2008-02-201-0/+1
* [cairo-scaled-font-subsets] Fix memleak on failure to reserve .notdef glyph.Chris Wilson2008-02-201-27/+30
* [cairo-surface] Check surface status on internal paths as well.Chris Wilson2008-02-201-1/+49
* [cairo-pdf-operators] Cleanup word_wrap_streamChris Wilson2008-02-201-3/+7
* [pdf-operators] Missing private markup.Chris Wilson2008-02-201-1/+1
* Change PDF newline characters from \r\n to \nAdrian Johnson2008-02-202-459/+459
* [perf] add tests for magnified and minified image sources.Bertram Felgenhauer2008-02-191-0/+34
* Added cairo-misc.c to makefileAntoine Azar2008-02-191-0/+1
* [stroker] fix _compute_normalized_device_slope to return correct signVladimir Vukicevic2008-02-181-4/+14
* Use correct prefix for _cairo_pdf_operators_strokeAdrian Johnson2008-02-174-25/+25
* PDF/PS: Fix mismatched save restore when using fill-strokeAdrian Johnson2008-02-171-2/+9
* PDF/PS: No need to use save/restore for solid colorsAdrian Johnson2008-02-172-2/+6
* [cairo-misc.c] Add misc functions to this fileBehdad Esfahbod2008-02-174-366/+408
* PS: Remove unused codeAdrian Johnson2008-02-171-9/+0
* Implement PDF fill-strokeAdrian Johnson2008-02-174-2/+164
* [cairo-pdf-operators] Pass matrix by reference, not by valueBehdad Esfahbod2008-02-164-16/+17
* PDF: Allow word_wrap_stream to split hex stringsAdrian Johnson2008-02-161-6/+44
* PDF: Word wrap _cairo_pdf_operators_show_glyphs outputAdrian Johnson2008-02-161-14/+24
* [docs] Fix typoBehdad Esfahbod2008-02-151-1/+1
* Compile fix for AIX.Shailendra Jain2008-02-153-3/+3
* [pdf] Minor make check fix.Chris Wilson2008-02-151-1/+1
* [test/bitmap-font] Destroy the font options after use.Chris Wilson2008-02-151-0/+2
* [test/invalid-matrix] Test detection of infinities.Chris Wilson2008-02-151-1/+122
* [test/invalid-matrix] Check scale(0,0)Chris Wilson2008-02-151-0/+16
* [test/invalid-matrix] Promote incorrect status warning to an error.Chris Wilson2008-02-151-1/+2
* [cairo-scaled-font] Create error objects on demand.Chris Wilson2008-02-157-18/+79
* [cairo-ft-font] Propagate error detected during determination of scale factors.Chris Wilson2008-02-151-3/+5
* [cairo-font-options] Disallow use of NULL font-options.Chris Wilson2008-02-157-71/+59