summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove from EXTRA_DIST reference images which don't exist1.1.2Carl Worth2006-04-251-7/+0
* Change release targets as appropriate for a snapshot, not a release.Carl Worth2006-04-251-3/+3
* Add release vs. snapshot distinction to version increment instructionsCarl Worth2006-04-251-2/+3
* Increment CAIRO_VERSION to 1.1.2 and libtool versioning to 6:0:4Carl Worth2006-04-251-3/+3
* Add some notes for the 1.1.2 snapshotCarl Worth2006-04-252-1/+116
* Update PS and PDF reference images for change in font optionsCarl Worth2006-04-258-0/+0
* Merge branch 'behdad-colored-fails' into cairoCarl Worth2006-04-251-1/+9
|\
| * Use white on red for failures.Behdad Esfahbod2006-04-251-1/+1
| * Set background color to red for test failures printing on a terminal.Behdad Esfahbod2006-04-251-1/+9
* | Fix default font options for PS and PDF backends.Carl Worth2006-04-253-5/+24
|/
* Merge branch 'configure-backends'Behdad Esfahbod2006-04-251-107/+98
|\
| * Better message when backends are disabled.Behdad Esfahbod2006-04-251-1/+3
| * Unified handling of --enable-backend options.Behdad Esfahbod2006-04-251-107/+96
* | PDF: Execute entire path in user coordinates when stroking so that line param...Keith Packard2006-04-251-9/+86
|/
* PDF: Add SMask output and simplify analysis to support all OVER operations.Carl Worth2006-04-251-90/+199
* PDF: Remove unused backend functions.Carl Worth2006-04-251-362/+4
* Augment tests to do better testing of paths/images with alpha.Carl Worth2006-04-2513-3/+225
* Add PDF-specific reference image for scale-source-surface-paintCarl Worth2006-04-241-0/+0
* PDF: Fix surface pattern transformation and support for EXTEND_NONE.Carl Worth2006-04-241-13/+72
* Trivial indentation fixCarl Worth2006-04-241-1/+1
* Prefer RGB24 over ARGB32 for source surfaces in tests.Carl Worth2006-04-246-6/+6
* Fix broken error-checking in cairo_{ps,pdf}_surface_set_dpiCarl Worth2006-04-242-2/+2
* Fix invalid restore that was causing subsequent pages after first to be invertedCarl Worth2006-04-241-1/+3
* Fix create_xcb_surface signatureChristian Biesinger2006-04-231-1/+5
* PDF: Fix reference images inadvertently committed as PDF not PNGCarl Worth2006-04-203-0/+0
* PDF: Cleanup error handling of emit_image_rgb_dataCarl Worth2006-04-201-17/+20
* PDF: Add simple implementation of _cairo_pdf_surface_show_glyphs (text as pat...Carl Worth2006-04-195-3/+264
* Use fallbacks in PDF backend for CAIRO_ANTIALIAS_NONE.Carl Worth2006-04-181-2/+14
* Add implementation of _cairo_pdf_surface_paint (and fix emit_surface_pattern).Carl Worth2006-04-181-19/+46
* Fix stale code in comment.Carl Worth2006-04-181-1/+1
* Fixing bad mergeChristian Biesinger2006-04-191-1/+0
* Add support for _cairo_pdf_surface_stroke.Carl Worth2006-04-181-14/+130
* Use calloc rather than malloc+memsetChristian Biesinger2006-04-193-10/+3
* Add new PS-specific reference image for new-sub-path.Carl Worth2006-04-181-0/+0
* Merge branch 'cairo' into new-sub-pathCarl Worth2006-04-18117-1528/+4942
|\
| * Clear completely the temporary surface between each subtest in mask.cEmmanuel Pacaud2006-04-181-5/+3
| * Merge branch 'master' of git+ssh://emmanuel@git.cairographics.org/git/cairoEmmanuel Pacaud2006-04-181-6/+55
| |\
| | * Enable real analysis for _cairo_pdf_surface_paint.Carl Worth2006-04-181-6/+55
| * | SVG: Add validating ref file for unantialias tests.Emmanuel Pacaud2006-04-186-0/+0
| |/
| * SVG: Fix mask and try to support CAIRO_CONTENT_ALPHA.Emmanuel Pacaud2006-04-171-5/+44
| * SVG: Don't insert /n/r in base64 encoded image dataEmmanuel Pacaud2006-04-171-7/+0
| * SVG: Don't check for content type in create_similar, and mark surface as modi...Emmanuel Pacaud2006-04-171-4/+1
| * SVG: Return UNTESTED for test involving operators.Emmanuel Pacaud2006-04-171-1/+14
| * SVG: Add reference files for antialiased text tests.Emmanuel Pacaud2006-04-166-0/+0
| * SVG: Add support for CAIRO_CONTENT_COLOR in create_similar.Emmanuel Pacaud2006-04-1629-19/+167
| * Implement cairo_set_scaled_font().Behdad Esfahbod2006-04-1529-81/+44
| * Fix _cairo_surface_is_opaque to return FALSE not TRUE for non-image surfaces.Carl Worth2006-04-141-1/+9
| * Ignore dash-zero-lengthCarl Worth2006-04-141-0/+1
| * Farm out the surface and pattern analysis functions away from cairo-ps-surfac...Carl Worth2006-04-145-72/+83
| * Move analysis of operators from cairo-ps-surface.c to cairo-operator.cCarl Worth2006-04-144-68/+132