cairo 1.6.1-x86-mswin32 → 1.7.0-x86-mswin32
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of cairo might be problematic. Click here for more details.
- data/ChangeLog +285 -0
- data/NEWS +33 -0
- data/README +15 -4
- data/Rakefile +3 -0
- data/cairo/bin/libcairo-2.dll +0 -0
- data/cairo/bin/libpng12-0.dll +0 -0
- data/cairo/include/{libpng13/png.h → png.h} +285 -135
- data/cairo/include/{libpng13/pngconf.h → pngconf.h} +116 -72
- data/cairo/lib/cairo.lib +0 -0
- data/cairo/lib/libcairo.dll.a +0 -0
- data/cairo/lib/libpng.def +361 -371
- data/cairo/lib/libpng.lib +0 -0
- data/cairo/lib/libpng12.dll.a +0 -0
- data/cairo/lib/pkgconfig/cairo-pdf.pc +1 -1
- data/cairo/lib/pkgconfig/cairo-png.pc +2 -2
- data/cairo/lib/pkgconfig/cairo-ps.pc +1 -1
- data/cairo/lib/pkgconfig/cairo-svg.pc +1 -1
- data/cairo/lib/pkgconfig/cairo-win32-font.pc +1 -1
- data/cairo/lib/pkgconfig/cairo-win32.pc +1 -1
- data/cairo/lib/pkgconfig/cairo.pc +2 -2
- data/cairo/lib/pkgconfig/libpng.pc +10 -14
- data/cairo/lib/pkgconfig/libpng12.pc +10 -0
- data/cairo/make/{cairo-1.6.4-1.sh → cairo-1.6.4-2.sh} +3 -3
- data/cairo/make/libpng-1.2.29.sh +35 -0
- data/cairo/manifest/cairo-1.6.4-2.mft +6 -0
- data/cairo/manifest/{cairo-dev-1.6.4-1.mft → cairo-dev-1.6.4-2.mft} +2 -2
- data/cairo/manifest/libpng-1.2.29.mft +2 -0
- data/cairo/manifest/libpng-dev-1.2.29.mft +12 -0
- data/cairo/share/doc/{cairo-1.6.4-1 → cairo-1.6.4-2}/COPYING +0 -0
- data/cairo/share/doc/{cairo-1.6.4-1 → cairo-1.6.4-2}/COPYING-LGPL-2.1 +0 -0
- data/cairo/share/doc/{cairo-1.6.4-1 → cairo-1.6.4-2}/COPYING-MPL-1.1 +0 -0
- data/cairo/share/man/man3/libpng.3 +3680 -0
- data/cairo/share/man/man3/libpngpf.3 +274 -0
- data/cairo/share/man/man5/png.5 +74 -0
- data/doc/en/cairo-antialias.html +0 -3
- data/doc/en/cairo-clip-not-representable-error.html +0 -3
- data/doc/en/cairo-color-base.html +0 -3
- data/doc/en/cairo-color-cmyk.html +0 -3
- data/doc/en/cairo-color-hsv.html +0 -3
- data/doc/en/cairo-color-rgb.html +0 -3
- data/doc/en/cairo-color-x11.html +0 -3
- data/doc/en/cairo-color.html +0 -3
- data/doc/en/cairo-content.html +0 -3
- data/doc/en/cairo-context-blur.html +0 -3
- data/doc/en/cairo-context-circle.html +0 -3
- data/doc/en/cairo-context-color.html +0 -3
- data/doc/en/cairo-context-path.html +0 -3
- data/doc/en/cairo-context-rectangle.html +0 -3
- data/doc/en/cairo-context-triangle.html +0 -3
- data/doc/en/cairo-context.html +119 -102
- data/doc/en/cairo-error.html +0 -3
- data/doc/en/cairo-extend.html +0 -3
- data/doc/en/cairo-file-not-found.html +0 -3
- data/doc/en/cairo-fill-rule.html +0 -3
- data/doc/en/cairo-filter.html +0 -3
- data/doc/en/cairo-font-extents.html +67 -12
- data/doc/en/cairo-font-face.html +0 -3
- data/doc/en/cairo-font-options.html +26 -14
- data/doc/en/cairo-font-slant.html +0 -3
- data/doc/en/cairo-font-type-mismatch.html +47 -0
- data/doc/en/cairo-font-weight.html +0 -3
- data/doc/en/cairo-format.html +0 -3
- data/doc/en/cairo-glyph.html +0 -3
- data/doc/en/cairo-gradient-pattern.html +0 -3
- data/doc/en/cairo-hint-metrics.html +0 -3
- data/doc/en/cairo-hint-style.html +0 -3
- data/doc/en/cairo-image-surface.html +0 -3
- data/doc/en/cairo-invalid-clusters.html +47 -0
- data/doc/en/cairo-invalid-content-error.html +0 -3
- data/doc/en/cairo-invalid-dash-error.html +0 -3
- data/doc/en/cairo-invalid-dsc-comment-error.html +0 -3
- data/doc/en/cairo-invalid-format-error.html +0 -3
- data/doc/en/cairo-invalid-index-error.html +0 -3
- data/doc/en/cairo-invalid-matrix-error.html +0 -3
- data/doc/en/cairo-invalid-path-data-error.html +0 -3
- data/doc/en/cairo-invalid-pop-group-error.html +0 -3
- data/doc/en/cairo-invalid-restore-error.html +0 -3
- data/doc/en/cairo-invalid-slant.html +47 -0
- data/doc/en/cairo-invalid-status-error.html +0 -3
- data/doc/en/cairo-invalid-stride-error.html +0 -3
- data/doc/en/cairo-invalid-string-error.html +0 -3
- data/doc/en/cairo-invalid-visual-error.html +0 -3
- data/doc/en/cairo-invalid-weight.html +47 -0
- data/doc/en/cairo-lcd-filter.html +39 -0
- data/doc/en/cairo-line-cap.html +0 -3
- data/doc/en/cairo-line-join.html +0 -3
- data/doc/en/cairo-linear-pattern.html +0 -3
- data/doc/en/cairo-matrix.html +43 -41
- data/doc/en/cairo-negative-count.html +47 -0
- data/doc/en/cairo-no-current-point-error.html +0 -3
- data/doc/en/cairo-null-pointer-error.html +0 -3
- data/doc/en/cairo-operator.html +0 -3
- data/doc/en/cairo-paper-parse-error.html +0 -3
- data/doc/en/cairo-paper-unknown-paper-name.html +0 -3
- data/doc/en/cairo-paper-unknown-unit.html +0 -3
- data/doc/en/cairo-paper-unrecognized-paper-description.html +0 -3
- data/doc/en/cairo-paper.html +0 -3
- data/doc/en/cairo-path-close-path.html +0 -3
- data/doc/en/cairo-path-curve-to.html +0 -3
- data/doc/en/cairo-path-data-type.html +0 -3
- data/doc/en/cairo-path-data.html +0 -3
- data/doc/en/cairo-path-line-to.html +0 -3
- data/doc/en/cairo-path-move-to.html +0 -3
- data/doc/en/cairo-path.html +0 -3
- data/doc/en/cairo-pattern-type-mismatch-error.html +0 -3
- data/doc/en/cairo-pattern.html +0 -3
- data/doc/en/cairo-pdf-surface.html +0 -3
- data/doc/en/cairo-point.html +0 -3
- data/doc/en/cairo-ps-level.html +0 -3
- data/doc/en/cairo-ps-surface.html +0 -3
- data/doc/en/cairo-quartz-image-surface.html +0 -3
- data/doc/en/cairo-quartz-surface.html +0 -3
- data/doc/en/cairo-radial-pattern.html +0 -3
- data/doc/en/cairo-read-error.html +0 -3
- data/doc/en/cairo-rectangle.html +0 -3
- data/doc/en/cairo-scaled-font.html +13 -6
- data/doc/en/cairo-solid-pattern.html +0 -3
- data/doc/en/cairo-subpixel-order.html +0 -3
- data/doc/en/cairo-surface-finished-error.html +0 -3
- data/doc/en/cairo-surface-pattern.html +0 -3
- data/doc/en/cairo-surface-type-mismatch-error.html +0 -3
- data/doc/en/cairo-surface.html +22 -15
- data/doc/en/cairo-svg-surface.html +0 -3
- data/doc/en/cairo-svg-version.html +0 -3
- data/doc/en/cairo-temp-file-error.html +0 -3
- data/doc/en/cairo-text-cluster.html +84 -0
- data/doc/en/cairo-text-extents.html +78 -13
- data/doc/en/cairo-toy-font-face.html +67 -0
- data/doc/en/cairo-user-font-error.html +47 -0
- data/doc/en/cairo-user-font-face-text-to-glyphs-data.html +94 -0
- data/doc/en/cairo-user-font-face.html +72 -0
- data/doc/en/cairo-user-font-immutable.html +47 -0
- data/doc/en/cairo-win32-printing-surface.html +0 -3
- data/doc/en/cairo-win32-surface.html +0 -3
- data/doc/en/cairo-write-error.html +0 -3
- data/doc/en/cairo.html +92 -80
- data/doc/en/index.html +327 -240
- data/doc/ja/cairo-clip-not-representable-error.html +1 -1
- data/doc/ja/cairo-color-base.html +1 -1
- data/doc/ja/cairo-color-cmyk.html +9 -9
- data/doc/ja/cairo-color-hsv.html +8 -8
- data/doc/ja/cairo-color-rgb.html +9 -9
- data/doc/ja/cairo-color.html +8 -8
- data/doc/ja/cairo-context-circle.html +1 -1
- data/doc/ja/cairo-context-color.html +1 -1
- data/doc/ja/cairo-context-path.html +2 -2
- data/doc/ja/cairo-context.html +435 -342
- data/doc/ja/cairo-font-extents.html +69 -15
- data/doc/ja/cairo-font-face.html +3 -3
- data/doc/ja/cairo-font-options.html +37 -12
- data/doc/ja/cairo-font-slant.html +1 -1
- data/doc/ja/cairo-font-type-mismatch.html +52 -0
- data/doc/ja/cairo-glyph.html +5 -5
- data/doc/ja/cairo-gradient-pattern.html +6 -6
- data/doc/ja/cairo-image-surface.html +8 -8
- data/doc/ja/cairo-invalid-clusters.html +55 -0
- data/doc/ja/cairo-invalid-restore-error.html +1 -1
- data/doc/ja/cairo-invalid-slant.html +57 -0
- data/doc/ja/cairo-invalid-weight.html +57 -0
- data/doc/ja/cairo-lcd-filter.html +63 -0
- data/doc/ja/cairo-line-join.html +1 -1
- data/doc/ja/cairo-linear-pattern.html +2 -2
- data/doc/ja/cairo-matrix.html +35 -24
- data/doc/ja/cairo-negative-count.html +52 -0
- data/doc/ja/cairo-paper-unknown-paper-name.html +2 -2
- data/doc/ja/cairo-paper-unknown-unit.html +2 -2
- data/doc/ja/cairo-paper-unrecognized-paper-description.html +1 -1
- data/doc/ja/cairo-paper.html +12 -12
- data/doc/ja/cairo-path-close-path.html +1 -1
- data/doc/ja/cairo-path-curve-to.html +1 -1
- data/doc/ja/cairo-path-data.html +8 -8
- data/doc/ja/cairo-path-line-to.html +1 -1
- data/doc/ja/cairo-path-move-to.html +1 -1
- data/doc/ja/cairo-path.html +21 -21
- data/doc/ja/cairo-pattern.html +4 -4
- data/doc/ja/cairo-pdf-surface.html +2 -2
- data/doc/ja/cairo-point.html +5 -5
- data/doc/ja/cairo-ps-level.html +2 -2
- data/doc/ja/cairo-ps-surface.html +6 -6
- data/doc/ja/cairo-quartz-image-surface.html +2 -2
- data/doc/ja/cairo-quartz-surface.html +3 -3
- data/doc/ja/cairo-radial-pattern.html +2 -2
- data/doc/ja/cairo-rectangle.html +5 -5
- data/doc/ja/cairo-scaled-font.html +53 -17
- data/doc/ja/cairo-solid-pattern.html +3 -3
- data/doc/ja/cairo-surface-pattern.html +2 -2
- data/doc/ja/cairo-surface.html +58 -36
- data/doc/ja/cairo-svg-surface.html +4 -4
- data/doc/ja/cairo-svg-version.html +2 -2
- data/doc/ja/cairo-text-cluster.html +102 -0
- data/doc/ja/cairo-text-extents.html +84 -22
- data/doc/ja/cairo-toy-font-face.html +107 -0
- data/doc/ja/cairo-user-font-error.html +55 -0
- data/doc/ja/cairo-user-font-face-text-to-glyphs-data.html +155 -0
- data/doc/ja/cairo-user-font-face.html +268 -0
- data/doc/ja/cairo-user-font-immutable.html +54 -0
- data/doc/ja/cairo-win32-printing-surface.html +3 -3
- data/doc/ja/cairo-win32-surface.html +4 -4
- data/doc/ja/cairo.html +110 -77
- data/doc/ja/index.html +292 -205
- data/extconf.rb +3 -1
- data/misc/update-colors.rb +0 -0
- data/pkg-config.rb +54 -28
- data/samples/agg/aa_test.rb +0 -0
- data/samples/blur.rb +0 -0
- data/samples/png.rb +0 -0
- data/samples/scalable.rb +0 -0
- data/samples/text-on-path.rb +0 -0
- data/samples/text2.rb +0 -0
- data/src/cairo.def +8 -0
- data/src/cairo.so +0 -0
- data/src/lib/cairo.rb +12 -7
- data/src/lib/cairo/constants.rb +1 -0
- data/src/libruby-cairo.a +0 -0
- data/src/rb_cairo.c +25 -3
- data/src/rb_cairo.h +29 -18
- data/src/rb_cairo_constants.c +39 -10
- data/src/rb_cairo_context.c +156 -15
- data/src/rb_cairo_exception.c +143 -3
- data/src/rb_cairo_font_extents.c +81 -6
- data/src/rb_cairo_font_face.c +646 -4
- data/src/rb_cairo_font_options.c +24 -2
- data/src/rb_cairo_glyph.c +5 -3
- data/src/rb_cairo_matrix.c +17 -1
- data/src/rb_cairo_pattern.c +4 -4
- data/src/rb_cairo_private.c +169 -5
- data/src/rb_cairo_private.h +45 -3
- data/src/rb_cairo_scaled_font.c +61 -3
- data/src/rb_cairo_surface.c +174 -59
- data/src/rb_cairo_text_cluster.c +151 -0
- data/src/rb_cairo_text_extents.c +85 -2
- data/test-unit/Rakefile +30 -0
- data/test-unit/bin/testrb +5 -0
- data/test-unit/lib/test/unit.rb +280 -0
- data/test-unit/lib/test/unit/assertionfailederror.rb +14 -0
- data/test-unit/lib/test/unit/assertions.rb +722 -0
- data/test-unit/lib/test/unit/attribute.rb +125 -0
- data/test-unit/lib/test/unit/autorunner.rb +254 -0
- data/test-unit/lib/test/unit/collector.rb +43 -0
- data/test-unit/lib/test/unit/collector/descendant.rb +23 -0
- data/test-unit/lib/test/unit/collector/dir.rb +108 -0
- data/test-unit/lib/test/unit/collector/load.rb +135 -0
- data/test-unit/lib/test/unit/collector/objectspace.rb +34 -0
- data/test-unit/lib/test/unit/color.rb +61 -0
- data/test-unit/lib/test/unit/diff.rb +524 -0
- data/test-unit/lib/test/unit/error.rb +124 -0
- data/test-unit/lib/test/unit/exceptionhandler.rb +39 -0
- data/test-unit/lib/test/unit/failure.rb +110 -0
- data/test-unit/lib/test/unit/fixture.rb +185 -0
- data/test-unit/lib/test/unit/notification.rb +125 -0
- data/test-unit/lib/test/unit/omission.rb +143 -0
- data/test-unit/lib/test/unit/pending.rb +146 -0
- data/test-unit/lib/test/unit/priority.rb +146 -0
- data/test-unit/lib/test/unit/runner/console.rb +46 -0
- data/test-unit/lib/test/unit/runner/emacs.rb +8 -0
- data/test-unit/lib/test/unit/testcase.rb +281 -0
- data/test-unit/lib/test/unit/testresult.rb +89 -0
- data/test-unit/lib/test/unit/testsuite.rb +110 -0
- data/test-unit/lib/test/unit/ui/console/outputlevel.rb +14 -0
- data/test-unit/lib/test/unit/ui/console/testrunner.rb +195 -0
- data/test-unit/lib/test/unit/ui/emacs/testrunner.rb +49 -0
- data/test-unit/lib/test/unit/ui/testrunner.rb +20 -0
- data/test-unit/lib/test/unit/ui/testrunnermediator.rb +77 -0
- data/test-unit/lib/test/unit/ui/testrunnerutilities.rb +41 -0
- data/test-unit/lib/test/unit/util/backtracefilter.rb +41 -0
- data/test-unit/lib/test/unit/util/observable.rb +90 -0
- data/test-unit/lib/test/unit/util/procwrapper.rb +48 -0
- data/test-unit/lib/test/unit/version.rb +7 -0
- data/test-unit/sample/adder.rb +13 -0
- data/test-unit/sample/subtracter.rb +12 -0
- data/test-unit/sample/tc_adder.rb +18 -0
- data/test-unit/sample/tc_subtracter.rb +18 -0
- data/test-unit/sample/ts_examples.rb +7 -0
- data/test-unit/test/collector/test_descendant.rb +135 -0
- data/test-unit/test/collector/test_dir.rb +406 -0
- data/test-unit/test/collector/test_load.rb +333 -0
- data/test-unit/test/collector/test_objectspace.rb +98 -0
- data/test-unit/test/run-test.rb +13 -0
- data/test-unit/test/test_assertions.rb +693 -0
- data/test-unit/test/test_attribute.rb +86 -0
- data/test-unit/test/test_color.rb +37 -0
- data/test-unit/test/test_diff.rb +477 -0
- data/test-unit/test/test_emacs_runner.rb +60 -0
- data/test-unit/test/test_error.rb +26 -0
- data/test-unit/test/test_failure.rb +33 -0
- data/test-unit/test/test_fixture.rb +252 -0
- data/test-unit/test/test_notification.rb +33 -0
- data/test-unit/test/test_omission.rb +81 -0
- data/test-unit/test/test_pending.rb +70 -0
- data/test-unit/test/test_priority.rb +89 -0
- data/test-unit/test/test_testcase.rb +430 -0
- data/test-unit/test/test_testresult.rb +113 -0
- data/test-unit/test/test_testsuite.rb +129 -0
- data/test-unit/test/testunit_test_util.rb +14 -0
- data/test-unit/test/ui/test_testrunmediator.rb +20 -0
- data/test-unit/test/util/test_backtracefilter.rb +41 -0
- data/test-unit/test/util/test_observable.rb +102 -0
- data/test-unit/test/util/test_procwrapper.rb +36 -0
- data/test/cairo-test-utils.rb +18 -0
- data/test/run-test.rb +14 -1
- data/test/test_constants.rb +19 -0
- data/test/test_context.rb +117 -0
- data/test/test_exception.rb +27 -0
- data/test/test_font_extents.rb +36 -0
- data/test/test_font_face.rb +244 -0
- data/test/test_font_options.rb +32 -0
- data/test/test_pkg_config.rb +3 -2
- data/test/test_scaled_font.rb +34 -0
- data/test/test_surface.rb +41 -0
- data/test/test_text_cluster.rb +32 -0
- data/test/test_text_extents.rb +40 -0
- data/test/test_text_to_glyphs_data.rb +47 -0
- metadata +129 -109
- data/cairo/bin/libpng13.dll +0 -0
- data/cairo/lib/libpng13.dll.a +0 -0
- data/cairo/lib/pkgconfig/libpng13.pc +0 -14
- data/cairo/manifest/cairo-1.6.4-1.mft +0 -6
- data/cairo/manifest/libpng-dev-1.2.8.mft +0 -7
- data/doc/en/cairo-antialias.rd +0 -16
- data/doc/en/cairo-clip-not-representable-error.rd +0 -17
- data/doc/en/cairo-color-base.rd +0 -38
- data/doc/en/cairo-color-cmyk.rd +0 -107
- data/doc/en/cairo-color-hsv.rd +0 -91
- data/doc/en/cairo-color-rgb.rd +0 -95
- data/doc/en/cairo-color-x11.rd +0 -151
- data/doc/en/cairo-color.rd +0 -213
- data/doc/en/cairo-content.rd +0 -15
- data/doc/en/cairo-context-blur.rd +0 -15
- data/doc/en/cairo-context-circle.rd +0 -15
- data/doc/en/cairo-context-color.rd +0 -15
- data/doc/en/cairo-context-path.rd +0 -19
- data/doc/en/cairo-context-rectangle.rd +0 -15
- data/doc/en/cairo-context-triangle.rd +0 -15
- data/doc/en/cairo-context.rd +0 -491
- data/doc/en/cairo-error.rd +0 -16
- data/doc/en/cairo-extend.rd +0 -16
- data/doc/en/cairo-file-not-found.rd +0 -17
- data/doc/en/cairo-fill-rule.rd +0 -14
- data/doc/en/cairo-filter.rd +0 -18
- data/doc/en/cairo-font-extents.rd +0 -40
- data/doc/en/cairo-font-face.rd +0 -14
- data/doc/en/cairo-font-options.rd +0 -94
- data/doc/en/cairo-font-slant.rd +0 -15
- data/doc/en/cairo-font-weight.rd +0 -14
- data/doc/en/cairo-format.rd +0 -22
- data/doc/en/cairo-glyph.rd +0 -62
- data/doc/en/cairo-gradient-pattern.rd +0 -41
- data/doc/en/cairo-hint-metrics.rd +0 -15
- data/doc/en/cairo-hint-style.rd +0 -17
- data/doc/en/cairo-image-surface.rd +0 -47
- data/doc/en/cairo-invalid-content-error.rd +0 -17
- data/doc/en/cairo-invalid-dash-error.rd +0 -17
- data/doc/en/cairo-invalid-dsc-comment-error.rd +0 -17
- data/doc/en/cairo-invalid-format-error.rd +0 -17
- data/doc/en/cairo-invalid-index-error.rd +0 -17
- data/doc/en/cairo-invalid-matrix-error.rd +0 -17
- data/doc/en/cairo-invalid-path-data-error.rd +0 -17
- data/doc/en/cairo-invalid-pop-group-error.rd +0 -17
- data/doc/en/cairo-invalid-restore-error.rd +0 -17
- data/doc/en/cairo-invalid-status-error.rd +0 -17
- data/doc/en/cairo-invalid-stride-error.rd +0 -17
- data/doc/en/cairo-invalid-string-error.rd +0 -17
- data/doc/en/cairo-invalid-visual-error.rd +0 -17
- data/doc/en/cairo-line-cap.rd +0 -15
- data/doc/en/cairo-line-join.rd +0 -15
- data/doc/en/cairo-linear-pattern.rd +0 -28
- data/doc/en/cairo-matrix.rd +0 -186
- data/doc/en/cairo-no-current-point-error.rd +0 -17
- data/doc/en/cairo-null-pointer-error.rd +0 -17
- data/doc/en/cairo-operator.rd +0 -26
- data/doc/en/cairo-paper-parse-error.rd +0 -17
- data/doc/en/cairo-paper-unknown-paper-name.rd +0 -30
- data/doc/en/cairo-paper-unknown-unit.rd +0 -30
- data/doc/en/cairo-paper-unrecognized-paper-description.rd +0 -30
- data/doc/en/cairo-paper.rd +0 -141
- data/doc/en/cairo-path-close-path.rd +0 -21
- data/doc/en/cairo-path-curve-to.rd +0 -21
- data/doc/en/cairo-path-data-type.rd +0 -16
- data/doc/en/cairo-path-data.rd +0 -62
- data/doc/en/cairo-path-line-to.rd +0 -21
- data/doc/en/cairo-path-move-to.rd +0 -21
- data/doc/en/cairo-path.rd +0 -109
- data/doc/en/cairo-pattern-type-mismatch-error.rd +0 -17
- data/doc/en/cairo-pattern.rd +0 -62
- data/doc/en/cairo-pdf-surface.rd +0 -27
- data/doc/en/cairo-point.rd +0 -42
- data/doc/en/cairo-ps-level.rd +0 -24
- data/doc/en/cairo-ps-surface.rd +0 -55
- data/doc/en/cairo-quartz-image-surface.rd +0 -27
- data/doc/en/cairo-quartz-surface.rd +0 -27
- data/doc/en/cairo-radial-pattern.rd +0 -28
- data/doc/en/cairo-read-error.rd +0 -17
- data/doc/en/cairo-rectangle.rd +0 -54
- data/doc/en/cairo-scaled-font.rd +0 -50
- data/doc/en/cairo-solid-pattern.rd +0 -31
- data/doc/en/cairo-subpixel-order.rd +0 -17
- data/doc/en/cairo-surface-finished-error.rd +0 -17
- data/doc/en/cairo-surface-pattern.rd +0 -27
- data/doc/en/cairo-surface-type-mismatch-error.rd +0 -17
- data/doc/en/cairo-surface.rd +0 -72
- data/doc/en/cairo-svg-surface.rd +0 -44
- data/doc/en/cairo-svg-version.rd +0 -24
- data/doc/en/cairo-temp-file-error.rd +0 -17
- data/doc/en/cairo-text-extents.rd +0 -44
- data/doc/en/cairo-win32-printing-surface.rd +0 -27
- data/doc/en/cairo-win32-surface.rd +0 -31
- data/doc/en/cairo-write-error.rd +0 -17
- data/doc/en/cairo.rd +0 -95
- data/doc/en/index.rd +0 -1051
- data/samples/agg/aa_demo.rb +0 -47
@@ -0,0 +1,124 @@
|
|
1
|
+
#--
|
2
|
+
#
|
3
|
+
# Author:: Nathaniel Talbott.
|
4
|
+
# Copyright:: Copyright (c) 2000-2002 Nathaniel Talbott. All rights reserved.
|
5
|
+
# License:: Ruby license.
|
6
|
+
|
7
|
+
require 'test/unit/util/backtracefilter'
|
8
|
+
|
9
|
+
module Test
|
10
|
+
module Unit
|
11
|
+
|
12
|
+
# Encapsulates an error in a test. Created by
|
13
|
+
# Test::Unit::TestCase when it rescues an exception thrown
|
14
|
+
# during the processing of a test.
|
15
|
+
class Error
|
16
|
+
include Util::BacktraceFilter
|
17
|
+
|
18
|
+
attr_reader(:test_name, :exception)
|
19
|
+
|
20
|
+
SINGLE_CHARACTER = 'E'
|
21
|
+
LABEL = "Error"
|
22
|
+
|
23
|
+
# Creates a new Error with the given test_name and
|
24
|
+
# exception.
|
25
|
+
def initialize(test_name, exception)
|
26
|
+
@test_name = test_name
|
27
|
+
@exception = exception
|
28
|
+
end
|
29
|
+
|
30
|
+
# Returns a single character representation of an error.
|
31
|
+
def single_character_display
|
32
|
+
SINGLE_CHARACTER
|
33
|
+
end
|
34
|
+
|
35
|
+
def label
|
36
|
+
LABEL
|
37
|
+
end
|
38
|
+
|
39
|
+
# Returns the message associated with the error.
|
40
|
+
def message
|
41
|
+
"#{@exception.class.name}: #{@exception.message}"
|
42
|
+
end
|
43
|
+
|
44
|
+
# Returns a brief version of the error description.
|
45
|
+
def short_display
|
46
|
+
"#@test_name: #{message.split("\n")[0]}"
|
47
|
+
end
|
48
|
+
|
49
|
+
# Returns a verbose version of the error description.
|
50
|
+
def long_display
|
51
|
+
backtrace_display = backtrace.join("\n ")
|
52
|
+
"#{label}:\n#@test_name:\n#{message}\n #{backtrace_display}"
|
53
|
+
end
|
54
|
+
|
55
|
+
def backtrace
|
56
|
+
filter_backtrace(@exception.backtrace)
|
57
|
+
end
|
58
|
+
|
59
|
+
# Overridden to return long_display.
|
60
|
+
def to_s
|
61
|
+
long_display
|
62
|
+
end
|
63
|
+
end
|
64
|
+
|
65
|
+
module ErrorHandler
|
66
|
+
class << self
|
67
|
+
def included(base)
|
68
|
+
base.exception_handler(:handle_all_exception)
|
69
|
+
end
|
70
|
+
end
|
71
|
+
|
72
|
+
PASS_THROUGH_EXCEPTIONS = [NoMemoryError, SignalException, Interrupt,
|
73
|
+
SystemExit]
|
74
|
+
private
|
75
|
+
def handle_all_exception(exception)
|
76
|
+
case exception
|
77
|
+
when *PASS_THROUGH_EXCEPTIONS
|
78
|
+
false
|
79
|
+
else
|
80
|
+
problem_occurred
|
81
|
+
add_error(exception)
|
82
|
+
true
|
83
|
+
end
|
84
|
+
end
|
85
|
+
|
86
|
+
def add_error(exception)
|
87
|
+
current_result.add_error(Error.new(name, exception))
|
88
|
+
end
|
89
|
+
end
|
90
|
+
|
91
|
+
module TestResultErrorSupport
|
92
|
+
attr_reader :errors
|
93
|
+
|
94
|
+
# Records a Test::Unit::Error.
|
95
|
+
def add_error(error)
|
96
|
+
@errors << error
|
97
|
+
notify_fault(error)
|
98
|
+
notify_changed
|
99
|
+
end
|
100
|
+
|
101
|
+
# Returns the number of errors this TestResult has
|
102
|
+
# recorded.
|
103
|
+
def error_count
|
104
|
+
@errors.size
|
105
|
+
end
|
106
|
+
|
107
|
+
def error_occurred?
|
108
|
+
not @errors.empty?
|
109
|
+
end
|
110
|
+
|
111
|
+
private
|
112
|
+
def initialize_containers
|
113
|
+
super
|
114
|
+
@errors = []
|
115
|
+
@summary_generators << :error_summary
|
116
|
+
@problem_checkers << :error_occurred?
|
117
|
+
end
|
118
|
+
|
119
|
+
def error_summary
|
120
|
+
"#{error_count} errors"
|
121
|
+
end
|
122
|
+
end
|
123
|
+
end
|
124
|
+
end
|
@@ -0,0 +1,39 @@
|
|
1
|
+
module Test
|
2
|
+
module Unit
|
3
|
+
module ExceptionHandler
|
4
|
+
@@exception_handlers = []
|
5
|
+
class << self
|
6
|
+
def exception_handlers
|
7
|
+
@@exception_handlers
|
8
|
+
end
|
9
|
+
|
10
|
+
def included(base)
|
11
|
+
base.extend(ClassMethods)
|
12
|
+
|
13
|
+
observer = Proc.new do |test_case, _, _, value, method_name|
|
14
|
+
if value
|
15
|
+
@@exception_handlers.unshift(method_name)
|
16
|
+
else
|
17
|
+
@@exception_handlers -= [method_name]
|
18
|
+
end
|
19
|
+
end
|
20
|
+
base.register_attribute_observer(:exception_handler, &observer)
|
21
|
+
end
|
22
|
+
end
|
23
|
+
|
24
|
+
module ClassMethods
|
25
|
+
def exception_handlers
|
26
|
+
ExceptionHandler.exception_handlers
|
27
|
+
end
|
28
|
+
|
29
|
+
def exception_handler(*method_names)
|
30
|
+
attribute(:exception_handler, true, *method_names)
|
31
|
+
end
|
32
|
+
|
33
|
+
def unregister_exception_handler(*method_names)
|
34
|
+
attribute(:exception_handler, false, *method_names)
|
35
|
+
end
|
36
|
+
end
|
37
|
+
end
|
38
|
+
end
|
39
|
+
end
|
@@ -0,0 +1,110 @@
|
|
1
|
+
#--
|
2
|
+
#
|
3
|
+
# Author:: Nathaniel Talbott.
|
4
|
+
# Copyright:: Copyright (c) 2000-2002 Nathaniel Talbott. All rights reserved.
|
5
|
+
# License:: Ruby license.
|
6
|
+
|
7
|
+
module Test
|
8
|
+
module Unit
|
9
|
+
|
10
|
+
# Encapsulates a test failure. Created by Test::Unit::TestCase
|
11
|
+
# when an assertion fails.
|
12
|
+
class Failure
|
13
|
+
attr_reader :test_name, :location, :message
|
14
|
+
|
15
|
+
SINGLE_CHARACTER = 'F'
|
16
|
+
LABEL = "Failure"
|
17
|
+
|
18
|
+
# Creates a new Failure with the given location and
|
19
|
+
# message.
|
20
|
+
def initialize(test_name, location, message)
|
21
|
+
@test_name = test_name
|
22
|
+
@location = location
|
23
|
+
@message = message
|
24
|
+
end
|
25
|
+
|
26
|
+
# Returns a single character representation of a failure.
|
27
|
+
def single_character_display
|
28
|
+
SINGLE_CHARACTER
|
29
|
+
end
|
30
|
+
|
31
|
+
def label
|
32
|
+
LABEL
|
33
|
+
end
|
34
|
+
|
35
|
+
# Returns a brief version of the error description.
|
36
|
+
def short_display
|
37
|
+
"#@test_name: #{@message.split("\n")[0]}"
|
38
|
+
end
|
39
|
+
|
40
|
+
# Returns a verbose version of the error description.
|
41
|
+
def long_display
|
42
|
+
if location.size == 1
|
43
|
+
location_display = location[0].sub(/\A(.+:\d+).*/, ' [\\1]')
|
44
|
+
else
|
45
|
+
location_display = "\n [#{location.join("\n ")}]"
|
46
|
+
end
|
47
|
+
"#{label}:\n#@test_name#{location_display}:\n#@message"
|
48
|
+
end
|
49
|
+
|
50
|
+
# Overridden to return long_display.
|
51
|
+
def to_s
|
52
|
+
long_display
|
53
|
+
end
|
54
|
+
end
|
55
|
+
|
56
|
+
module FailureHandler
|
57
|
+
class << self
|
58
|
+
def included(base)
|
59
|
+
base.exception_handler(:handle_assertion_failed_error)
|
60
|
+
end
|
61
|
+
end
|
62
|
+
|
63
|
+
private
|
64
|
+
def handle_assertion_failed_error(exception)
|
65
|
+
return false unless exception.is_a?(AssertionFailedError)
|
66
|
+
problem_occurred
|
67
|
+
add_failure(exception.message, exception.backtrace)
|
68
|
+
true
|
69
|
+
end
|
70
|
+
|
71
|
+
def add_failure(message, backtrace)
|
72
|
+
failure = Failure.new(name, filter_backtrace(backtrace), message)
|
73
|
+
current_result.add_failure(failure)
|
74
|
+
end
|
75
|
+
end
|
76
|
+
|
77
|
+
module TestResultFailureSupport
|
78
|
+
attr_reader :failures
|
79
|
+
|
80
|
+
# Records a Test::Unit::Failure.
|
81
|
+
def add_failure(failure)
|
82
|
+
@failures << failure
|
83
|
+
notify_fault(failure)
|
84
|
+
notify_changed
|
85
|
+
end
|
86
|
+
|
87
|
+
# Returns the number of failures this TestResult has
|
88
|
+
# recorded.
|
89
|
+
def failure_count
|
90
|
+
@failures.size
|
91
|
+
end
|
92
|
+
|
93
|
+
def failure_occurred?
|
94
|
+
not @failures.empty?
|
95
|
+
end
|
96
|
+
|
97
|
+
private
|
98
|
+
def initialize_containers
|
99
|
+
super
|
100
|
+
@failures = []
|
101
|
+
@summary_generators << :failure_summary
|
102
|
+
@problem_checkers << :failure_occurred?
|
103
|
+
end
|
104
|
+
|
105
|
+
def failure_summary
|
106
|
+
"#{failure_count} failures"
|
107
|
+
end
|
108
|
+
end
|
109
|
+
end
|
110
|
+
end
|
@@ -0,0 +1,185 @@
|
|
1
|
+
module Test
|
2
|
+
module Unit
|
3
|
+
module Fixture
|
4
|
+
class << self
|
5
|
+
def included(base)
|
6
|
+
base.extend(ClassMethods)
|
7
|
+
|
8
|
+
[:setup, :teardown].each do |fixture|
|
9
|
+
observer = Proc.new do |test_case, _, _, value, method_name|
|
10
|
+
if value.nil?
|
11
|
+
test_case.send("unregister_#{fixture}_method", method_name)
|
12
|
+
else
|
13
|
+
test_case.send("register_#{fixture}_method", method_name,
|
14
|
+
value)
|
15
|
+
end
|
16
|
+
end
|
17
|
+
base.register_attribute_observer(fixture, &observer)
|
18
|
+
end
|
19
|
+
end
|
20
|
+
end
|
21
|
+
|
22
|
+
module ClassMethods
|
23
|
+
def setup(*method_names)
|
24
|
+
register_fixture(:setup, *method_names)
|
25
|
+
end
|
26
|
+
|
27
|
+
def unregister_setup(*method_names)
|
28
|
+
unregister_fixture(:setup, *method_names)
|
29
|
+
end
|
30
|
+
|
31
|
+
def teardown(*method_names)
|
32
|
+
register_fixture(:teardown, *method_names)
|
33
|
+
end
|
34
|
+
|
35
|
+
def unregister_teardown(*method_names)
|
36
|
+
unregister_fixture(:teardown, *method_names)
|
37
|
+
end
|
38
|
+
|
39
|
+
def register_setup_method(method_name, options)
|
40
|
+
register_fixture_method(:setup, method_name, options, :after, :append)
|
41
|
+
end
|
42
|
+
|
43
|
+
def unregister_setup_method(method_name)
|
44
|
+
unregister_fixture_method(:setup, method_name)
|
45
|
+
end
|
46
|
+
|
47
|
+
def register_teardown_method(method_name, options)
|
48
|
+
register_fixture_method(:teardown, method_name, options,
|
49
|
+
:before, :prepend)
|
50
|
+
end
|
51
|
+
|
52
|
+
def unregister_teardown_method(method_name)
|
53
|
+
unregister_fixture_method(:teardown, method_name)
|
54
|
+
end
|
55
|
+
|
56
|
+
def before_setup_methods
|
57
|
+
collect_fixture_methods(:setup, :before)
|
58
|
+
end
|
59
|
+
|
60
|
+
def after_setup_methods
|
61
|
+
collect_fixture_methods(:setup, :after)
|
62
|
+
end
|
63
|
+
|
64
|
+
def before_teardown_methods
|
65
|
+
collect_fixture_methods(:teardown, :before)
|
66
|
+
end
|
67
|
+
|
68
|
+
def after_teardown_methods
|
69
|
+
collect_fixture_methods(:teardown, :after)
|
70
|
+
end
|
71
|
+
|
72
|
+
private
|
73
|
+
def register_fixture(fixture, *method_names)
|
74
|
+
options = {}
|
75
|
+
options = method_names.pop if method_names.last.is_a?(Hash)
|
76
|
+
attribute(fixture, options, *method_names)
|
77
|
+
end
|
78
|
+
|
79
|
+
def unregister_fixture(fixture, *method_names)
|
80
|
+
attribute(fixture, nil, *method_names)
|
81
|
+
end
|
82
|
+
|
83
|
+
def valid_register_fixture_options?(options)
|
84
|
+
return true if options.empty?
|
85
|
+
return false if options.size > 1
|
86
|
+
|
87
|
+
key = options.keys.first
|
88
|
+
[:before, :after].include?(key) and
|
89
|
+
[:prepend, :append].include?(options[key])
|
90
|
+
end
|
91
|
+
|
92
|
+
def add_fixture_method_name(how, variable_name, method_name)
|
93
|
+
unless self.instance_variable_defined?(variable_name)
|
94
|
+
self.instance_variable_set(variable_name, [])
|
95
|
+
end
|
96
|
+
methods = self.instance_variable_get(variable_name)
|
97
|
+
|
98
|
+
if how == :prepend
|
99
|
+
methods = [method_name] | methods
|
100
|
+
else
|
101
|
+
methods = methods | [method_name]
|
102
|
+
end
|
103
|
+
self.instance_variable_set(variable_name, methods)
|
104
|
+
end
|
105
|
+
|
106
|
+
def registered_methods_variable_name(fixture, order)
|
107
|
+
"@#{order}_#{fixture}_methods"
|
108
|
+
end
|
109
|
+
|
110
|
+
def unregistered_methods_variable_name(fixture)
|
111
|
+
"@unregistered_#{fixture}_methods"
|
112
|
+
end
|
113
|
+
|
114
|
+
def register_fixture_method(fixture, method_name, options,
|
115
|
+
default_order, default_how)
|
116
|
+
unless valid_register_fixture_options?(options)
|
117
|
+
message = "must be {:before => :prepend}, " +
|
118
|
+
"{:before => :append}, {:after => :prepend} or " +
|
119
|
+
"{:after => :append}: #{options.inspect}"
|
120
|
+
raise ArgumentError, message
|
121
|
+
end
|
122
|
+
|
123
|
+
if options.empty?
|
124
|
+
order, how = default_order, default_how
|
125
|
+
else
|
126
|
+
order, how = options.to_a.first
|
127
|
+
end
|
128
|
+
variable_name = registered_methods_variable_name(fixture, order)
|
129
|
+
add_fixture_method_name(how, variable_name, method_name)
|
130
|
+
end
|
131
|
+
|
132
|
+
def unregister_fixture_method(fixture, method_name)
|
133
|
+
variable_name = unregistered_methods_variable_name(fixture)
|
134
|
+
add_fixture_method_name(:append, variable_name, method_name)
|
135
|
+
end
|
136
|
+
|
137
|
+
def collect_fixture_methods(fixture, order)
|
138
|
+
methods_variable = registered_methods_variable_name(fixture, order)
|
139
|
+
unregistered_methods_variable =
|
140
|
+
unregistered_methods_variable_name(fixture)
|
141
|
+
|
142
|
+
base_index = ancestors.index(Fixture)
|
143
|
+
interested_ancestors = ancestors[0, base_index].reverse
|
144
|
+
interested_ancestors.inject([]) do |result, ancestor|
|
145
|
+
if ancestor.is_a?(Class)
|
146
|
+
ancestor.class_eval do
|
147
|
+
methods = []
|
148
|
+
unregistered_methods = []
|
149
|
+
if instance_variable_defined?(methods_variable)
|
150
|
+
methods = instance_variable_get(methods_variable)
|
151
|
+
end
|
152
|
+
if instance_variable_defined?(unregistered_methods_variable)
|
153
|
+
unregistered_methods =
|
154
|
+
instance_variable_get(unregistered_methods_variable)
|
155
|
+
end
|
156
|
+
(result | methods) - unregistered_methods
|
157
|
+
end
|
158
|
+
else
|
159
|
+
result
|
160
|
+
end
|
161
|
+
end
|
162
|
+
end
|
163
|
+
end
|
164
|
+
|
165
|
+
private
|
166
|
+
def run_fixture(fixture)
|
167
|
+
[
|
168
|
+
self.class.send("before_#{fixture}_methods"),
|
169
|
+
fixture,
|
170
|
+
self.class.send("after_#{fixture}_methods")
|
171
|
+
].flatten.each do |method_name|
|
172
|
+
send(method_name) if respond_to?(method_name, true)
|
173
|
+
end
|
174
|
+
end
|
175
|
+
|
176
|
+
def run_setup
|
177
|
+
run_fixture(:setup)
|
178
|
+
end
|
179
|
+
|
180
|
+
def run_teardown
|
181
|
+
run_fixture(:teardown)
|
182
|
+
end
|
183
|
+
end
|
184
|
+
end
|
185
|
+
end
|