[cairo-commit] 5 commits - configure.in doc/public NEWS test/Makefile.am
Carl Worth
cworth at kemper.freedesktop.org
Wed Feb 20 10:01:01 PST 2008
NEWS | 4 ++
configure.in | 6 +--
doc/public/tmpl/cairo-paths.sgml | 10 +++++-
test/Makefile.am | 64 ++++++++++++++++++++++++++++-----------
4 files changed, 63 insertions(+), 21 deletions(-)
New commits:
commit 1d236521a527d8b07962d1d671daff35134f4d31
Author: Carl Worth <cworth at cworth.org>
Date: Wed Feb 20 10:00:41 2008 -0800
Increment cairo version to 1.5.11 after the 1.5.10 snapshot
diff --git a/configure.in b/configure.in
index 0382d87..dd233e7 100644
--- a/configure.in
+++ b/configure.in
@@ -7,7 +7,7 @@ dnl For the micro number: odd => in-progress development (from git)
dnl even => tar-file snapshot or release
m4_define(cairo_version_major, 1)
m4_define(cairo_version_minor, 5)
-m4_define(cairo_version_micro, 10)
+m4_define(cairo_version_micro, 11)
AC_INIT([cairo],
cairo_version_major.cairo_version_minor.cairo_version_micro,
commit 83489f623f1239a731c5377d634ea8e9b782d448
Author: Carl Worth <cworth at cworth.org>
Date: Wed Feb 20 10:00:31 2008 -0800
SGML churn
diff --git a/doc/public/tmpl/cairo-paths.sgml b/doc/public/tmpl/cairo-paths.sgml
index d302cbc..1c776b7 100644
--- a/doc/public/tmpl/cairo-paths.sgml
+++ b/doc/public/tmpl/cairo-paths.sgml
@@ -78,6 +78,15 @@ generate simple masks.
@path:
+<!-- ##### FUNCTION cairo_has_current_point ##### -->
+<para>
+
+</para>
+
+ at cr:
+ at Returns:
+
+
<!-- ##### FUNCTION cairo_get_current_point ##### -->
<para>
@@ -86,7 +95,6 @@ generate simple masks.
@cr:
@x:
@y:
- at Returns:
<!-- ##### FUNCTION cairo_new_path ##### -->
commit 0f2ecb5ec65ff13c3aafbe57600c1906f3fe7978
Author: Carl Worth <cworth at cworth.org>
Date: Wed Feb 20 08:24:32 2008 -0800
Update REFERENCE_IMAGES for distcheck
diff --git a/test/Makefile.am b/test/Makefile.am
index 5aac23e..6e9c8fb 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -265,6 +265,7 @@ REFERENCE_IMAGES = \
clip-nesting-ref.png \
clip-nesting-rgb24-ref.png \
clip-operator-ref.png \
+ clip-operator-pdf-argb32-ref.png \
clip-operator-ps-argb32-ref.png \
clip-operator-rgb24-ref.png \
clip-push-group-ps-argb32-ref.png \
@@ -291,15 +292,16 @@ REFERENCE_IMAGES = \
dash-caps-joins-quartz-ref.png \
dash-caps-joins-ref.png \
dash-curve-ref.png \
+ dash-curve-ps-ref.png \
dash-no-dash-ref.png \
dash-offset-negative-ref.png \
dash-scale-ps-argb32-ref.png \
dash-scale-ps-rgb24-ref.png \
dash-scale-ref.png \
- dash-state-ps-argb32-ref.png \
- dash-state-ps-rgb24-ref.png \
+ dash-state-ps-ref.png \
dash-state-ref.png \
- dash-zero-length-ps-argb32-ref.png \
+ dash-zero-length-ps-ref.png \
+ dash-zero-length-ps-rgb24-ref.png \
dash-zero-length-ref.png \
dash-zero-length-rgb24-ref.png \
degenerate-pen-ref.png \
@@ -315,6 +317,8 @@ REFERENCE_IMAGES = \
extend-pad-ref.png \
extend-reflect-ref.png \
extend-reflect-similar-ref.png \
+ extend-reflect-similar-ps-ref.png \
+ extend-reflect-ps-ref.png \
extend-repeat-ref.png \
extend-repeat-similar-ref.png \
fill-and-stroke-alpha-add-quartz-ref.png \
@@ -348,36 +352,44 @@ REFERENCE_IMAGES = \
font-matrix-translation-svg-ref.png \
ft-text-antialias-none-ps-argb32-ref.png \
ft-text-antialias-none-ref.png \
- ft-text-vertical-layout-type1-ps-argb32-ref.png \
+ ft-text-vertical-layout-type1-ps-ref.png \
ft-text-vertical-layout-type1-ref.png \
ft-text-vertical-layout-type1-svg-ref.png \
- ft-text-vertical-layout-type3-ps-argb32-ref.png \
+ ft-text-vertical-layout-type3-ps-ref.png \
ft-text-vertical-layout-type3-ref.png \
ft-text-vertical-layout-type3-svg-ref.png \
get-group-target-ref.png \
+ glitz-surface-source-ref.png \
glyph-cache-pressure-ref.png \
+ glyph-cache-pressure-ps-ref.png \
+ gradient-alpha-pdf-argb32-ref.png \
+ gradient-alpha-pdf-rgb24-ref.png \
gradient-alpha-ps-argb32-ref.png \
gradient-alpha-ps-rgb24-ref.png \
gradient-alpha-ref.png \
gradient-alpha-rgb24-ref.png \
gradient-zero-stops-ref.png \
gradient-zero-stops-rgb24-ref.png \
+ image-surface-source-ref.png \
infinite-join-ref.png \
leaky-dash-ps-argb32-ref.png \
leaky-dash-ps-rgb24-ref.png \
leaky-dash-ref.png \
leaky-polygon-ref.png \
linear-gradient-reflect-ref.png \
- linear-gradient-ps-argb32-ref.png \
- linear-gradient-ps-rgb24-ref.png \
+ linear-gradient-reflect-pdf-argb32-ref.png \
+ linear-gradient-reflect-pdf-rgb24-ref.png \
+ linear-gradient-reflect-ps-ref.png \
+ linear-gradient-pdf-ref.png \
+ linear-gradient-ps-ref.png \
linear-gradient-ref.png \
linear-gradient-svg-ref.png \
line-width-ref.png \
- line-width-scale-ps-argb32-ref.png \
- line-width-scale-ps-rgb24-ref.png \
+ line-width-scale-ps-ref.png \
line-width-scale-ref.png \
long-lines-ref.png \
mask-alpha-ref.png \
+ mask-alpha-svg-argb32-ref.png \
mask-alpha-rgb24-ref.png \
mask-ctm-ref.png \
mask-ctm-rgb24-ref.png \
@@ -393,6 +405,10 @@ REFERENCE_IMAGES = \
meta-surface-pattern-rgb24-ref.png \
meta-surface-pattern-pdf-ref.png \
meta-surface-pattern-pdf-rgb24-ref.png \
+ meta-surface-pattern-ps-argb32-ref.png \
+ meta-surface-pattern-ps-rgb24-ref.png \
+ meta-surface-pattern-svg-argb32-ref.png \
+ meta-surface-pattern-svg-rgb24-ref.png \
miter-precision-ref.png \
move-to-show-surface-ref.png \
new-sub-path-ps-argb32-ref.png \
@@ -407,6 +423,9 @@ REFERENCE_IMAGES = \
operator-clear-quartz-rgb24-ref.png \
operator-clear-ref.png \
operator-clear-rgb24-ref.png \
+ operator-clear-pdf-argb32-ref.png \
+ operator-clear-pdf-rgb24-ref.png \
+ operator-clear-ps-argb32-ref.png \
operator-source-ps-argb32-ref.png \
operator-source-ps-rgb24-ref.png \
operator-source-ref.png \
@@ -430,19 +449,22 @@ REFERENCE_IMAGES = \
paint-source-alpha-svg-ref.png \
paint-with-alpha-ref.png \
paint-with-alpha-svg-ref.png \
+ paint-source-alpha-pdf-ref.png \
+ paint-with-alpha-pdf-ref.png \
pattern-getters-ref.png \
- pixman-rotate-ps-argb32-ref.png \
- pixman-rotate-ps-rgb24-ref.png \
+ pdf-surface-source-ref.png \
pixman-rotate-ref.png \
pixman-rotate-rgb24-ref.png \
+ ps-surface-source-ref.png \
+ push-group-pdf-ref.png \
+ push-group-pdf-rgb24-ref.png \
push-group-ref.png \
push-group-rgb24-ref.png \
push-group-svg-argb32-ref.png \
radial-gradient-ref.png \
radial-gradient-svg-ref.png \
- random-intersections-ps-argb32-ref.png \
- random-intersections-ps-rgb24-ref.png \
random-intersections-ref.png \
+ random-intersections-ps-ref.png \
rgb24-ignore-alpha-ref.png \
rectangle-rounding-error-ref.png \
rectilinear-miter-limit-ref.png \
@@ -452,9 +474,9 @@ REFERENCE_IMAGES = \
rel-path-ps-rgb24-ref.png \
rel-path-ref.png \
rel-path-rgb24-ref.png \
+ rotate-image-surface-paint-pdf-rgb24-ref.png \
+ rotate-image-surface-paint-ps-ref.png \
rotate-image-surface-paint-pdf-argb32-ref.png \
- rotate-image-surface-paint-ps-argb32-ref.png \
- rotate-image-surface-paint-ps-rgb24-ref.png \
rotate-image-surface-paint-ref.png \
rotate-image-surface-paint-svg-ref.png \
scale-down-source-surface-paint-ref.png \
@@ -463,7 +485,9 @@ REFERENCE_IMAGES = \
scale-source-surface-paint-rgb24-ref.png \
scale-source-surface-paint-svg-argb32-ref.png \
scale-source-surface-paint-svg-rgb24-ref.png \
+ scale-source-surface-paint-pdf-rgb24-ref.png \
select-font-face-ref.png \
+ select-font-face-ps-ref.png \
self-copy-ref.png \
self-intersecting-ref.png \
self-intersecting-rgb24-ref.png \
@@ -472,6 +496,7 @@ REFERENCE_IMAGES = \
set-source-svg-argb32-ref.png \
show-glyphs-many-ref.png \
show-text-current-point-ref.png \
+ show-text-current-point-ps-ref.png \
skew-extreme-ref.png \
source-clip-ref.png \
source-clip-scale-quartz-ref.png \
@@ -479,6 +504,7 @@ REFERENCE_IMAGES = \
source-clip-scale-ps-rgb24-ref.png \
source-clip-scale-ref.png \
source-clip-scale-svg-ref.png \
+ source-clip-scale-pdf-ref.png \
source-surface-scale-paint-ref.png \
source-surface-scale-paint-rgb24-ref.png \
surface-pattern-big-scale-down-ref.png \
@@ -492,6 +518,7 @@ REFERENCE_IMAGES = \
surface-pattern-scale-up-ps-argb32-ref.png \
surface-pattern-scale-up-ref.png \
surface-pattern-svg-ref.png \
+ svg-surface-source-ref.png \
text-antialias-gray-ref.png \
text-antialias-none-ref.png \
text-antialias-subpixel-ref.png \
@@ -503,8 +530,8 @@ REFERENCE_IMAGES = \
text-pattern-rgb24-ref.png \
text-pattern-svg-argb32-ref.png \
text-pattern-svg-rgb24-ref.png \
- text-rotate-ps-argb32-ref.png \
- text-rotate-ps-rgb24-ref.png \
+ text-pattern-pdf-argb32-ref.png \
+ text-pattern-pdf-rgb24-ref.png \
text-rotate-ref.png \
text-rotate-svg-ref.png \
text-zero-len-ref.png \
@@ -516,9 +543,12 @@ REFERENCE_IMAGES = \
trap-clip-ps-rgb24-ref.png \
trap-clip-ref.png \
trap-clip-rgb24-ref.png \
+ trap-clip-pdf-argb32-ref.png \
+ trap-clip-pdf-rgb24-ref.png \
unantialiased-shapes-ref.png \
unbounded-operator-ref.png \
unbounded-operator-rgb24-ref.png \
+ xlib-surface-source-ref.png \
zero-alpha-ref.png
EXTRA_DIST = \
commit ee62a5fad6a32a6997600caac8b292aef4e2fe54
Author: Carl Worth <cworth at cworth.org>
Date: Wed Feb 20 08:08:52 2008 -0800
Mention that cairo_get_current_point is void again
diff --git a/NEWS b/NEWS
index 748977b..d10af70 100644
--- a/NEWS
+++ b/NEWS
@@ -19,6 +19,10 @@ cairo_new_path() or cairo_new_sub_path(). There is a current point
after any of the path-creation functions, (cairo_move_to,
cairo_line_to, cairo_curve_to, etc.).
+With this new function, we also revert the change of the return type
+of cairo_get_current_point from cairo 1.5.8, (it's now a void function
+again).
+
Optimizations
-------------
Optimize stroking code to avoid repeated calculation of redundant
commit 118657136d3323f4769bee28ec2435a61540f0eb
Author: Carl Worth <cworth at cworth.org>
Date: Wed Feb 20 08:06:39 2008 -0800
Increment cairo version to 1.5.10 and libtool versioning to 17:0:15
diff --git a/configure.in b/configure.in
index 4a1ea49..0382d87 100644
--- a/configure.in
+++ b/configure.in
@@ -7,7 +7,7 @@ dnl For the micro number: odd => in-progress development (from git)
dnl even => tar-file snapshot or release
m4_define(cairo_version_major, 1)
m4_define(cairo_version_minor, 5)
-m4_define(cairo_version_micro, 9)
+m4_define(cairo_version_micro, 10)
AC_INIT([cairo],
cairo_version_major.cairo_version_minor.cairo_version_micro,
@@ -26,7 +26,7 @@ dnl ===========================================================================
# libtool shared library version
# Increment if the interface has additions, changes, removals.
-LT_CURRENT=16
+LT_CURRENT=17
# Increment any time the source changes; set to
# 0 if you increment CURRENT
@@ -35,7 +35,7 @@ LT_REVISION=0
# Increment if any interfaces have been added; set to 0
# if any interfaces have been removed. removal has
# precedence over adding, so set to 0 if both happened.
-LT_AGE=14
+LT_AGE=15
dnl ===========================================================================
More information about the cairo-commit
mailing list