[cairo-commit] cairo ChangeLog,1.1076,1.1077 ROADMAP,1.49,1.50
Bertram Felgenhauer
commit at pdx.freedesktop.org
Thu Sep 29 17:26:22 PDT 2005
- Previous message: [cairo-commit] cairo/test Makefile.am, 1.95,
1.96 a8-mask-rgb24-ref.png, NONE, 1.1 cairo-test.c, 1.58,
1.59 caps-joins-ps-rgb24-ref.png, NONE,
1.1 caps-joins-rgb24-ref.png, NONE,
1.1 caps-sub-paths-rgb24-ref.png, NONE,
1.1 clip-all-rgb24-ref.png, NONE,
1.1 clip-nesting-ps-rgb24-ref.png, NONE,
1.1 clip-nesting-rgb24-ref.png, NONE,
1.1 clip-operator-rgb24-ref.png, NONE,
1.1 clip-twice-ps-rgb24-ref.png, NONE,
1.1 clip-twice-rgb24-ref.png, NONE,
1.1 composite-integer-translate-over-repeat-rgb24-ref.png,
NONE, 1.1 composite-integer-translate-over-rgb24-ref.png, NONE,
1.1 composite-integer-translate-source-rgb24-ref.png, NONE,
1.1 create-from-png-rgb24-ref.png, NONE,
1.1 create-from-png-stream-rgb24-ref.png, NONE,
1.1 dash-caps-joins-rgb24-ref.png, NONE,
1.1 dash-offset-negative-rgb24-ref.png, NONE,
1.1 fill-and-stroke-rgb24-ref.png, NONE,
1.1 fill-rule-rgb24-ref.png, NONE,
1.1 filter-nearest-offset-rgb24-ref.png, NONE,
1.1 gradient-alpha-rgb24-ref.png, NONE,
1.1 leaky-polygon-rgb24-ref.png, NONE,
1.1 line-width-rgb24-ref.png, NONE,
1.1 linear-gradient-rgb24-ref.png, NONE,
1.1 mask-ctm-rgb24-ref.png, NONE, 1.1 mask-rgb24-ref.png, NONE,
1.1 mask-surface-ctm-rgb24-ref.png, NONE,
1.1 move-to-show-surface-rgb24-ref.png, NONE,
1.1 nil-surface-rgb24-ref.png, NONE,
1.1 operator-clear-rgb24-ref.png, NONE,
1.1 operator-source-rgb24-ref.png, NONE,
1.1 paint-rgb24-ref.png, NONE,
1.1 paint-with-alpha-rgb24-ref.png, NONE,
1.1 path-data-rgb24-ref.png, NONE,
1.1 pixman-rotate-rgb24-ref.png, NONE,
1.1 rectangle-rounding-error-rgb24-ref.png, NONE,
1.1 rel-path-rgb24-ref.png, NONE,
1.1 scale-source-surface-paint-rgb24-ref.png, NONE,
1.1 self-copy-rgb24-ref.png, NONE,
1.1 self-intersecting-rgb24-ref.png, NONE,
1.1 set-source-rgb24-ref.png, NONE,
1.1 show-text-current-point-rgb24-ref.png, NONE,
1.1 source-clip-rgb24-ref.png, NONE,
1.1 source-surface-scale-paint-rgb24-ref.png, NONE,
1.1 surface-pattern-rgb24-ref.png, NONE,
1.1 text-antialias-gray-rgb24-ref.png, NONE,
1.1 text-antialias-none-rgb24-ref.png, NONE,
1.1 text-antialias-subpixel-rgb24-ref.png, NONE,
1.1 text-pattern-rgb24-ref.png, NONE,
1.1 text-rotate-rgb24-ref.png, NONE,
1.1 transforms-rgb24-ref.png, NONE,
1.1 translate-show-surface-rgb24-ref.png, NONE,
1.1 trap-clip-rgb24-ref.png, NONE,
1.1 unantialiased-shapes-ps-rgb24-ref.png, NONE,
1.1 unantialiased-shapes-rgb24-ref.png, NONE,
1.1 unbounded-operator-rgb24-ref.png, NONE, 1.1
- Next message: [cairo-commit] cairo/src cairo-hull.c,1.9,1.10
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: inte
Update of /cvs/cairo/cairo
In directory gabe:/tmp/cvs-serv18492
Modified Files:
ChangeLog ROADMAP
Log Message:
2005-09-30 Bertram Felgenhauer <int-e at gmx.de>
reviewed by: cworth
* src/cairo-hull.c (_cairo_hull_create),
(_cairo_hull_vertex_compare): Using a pointer comparison as the
fallback total order was wrong - these pointers are not stable.
So we introduce our own total order instead.
* ROADMAP: mark 4599 as fixed
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo/ChangeLog,v
retrieving revision 1.1076
retrieving revision 1.1077
diff -u -d -r1.1076 -r1.1077
--- ChangeLog 29 Sep 2005 21:31:08 -0000 1.1076
+++ ChangeLog 30 Sep 2005 00:26:20 -0000 1.1077
@@ -1,3 +1,13 @@
+2005-09-30 Bertram Felgenhauer <int-e at gmx.de>
+
+ reviewed by: cworth
+
+ * src/cairo-hull.c (_cairo_hull_create),
+ (_cairo_hull_vertex_compare): Using a pointer comparison as the
+ fallback total order was wrong - these pointers are not stable.
+ So we introduce our own total order instead.
+ * ROADMAP: mark 4599 as fixed
+
2005-09-29 Keith Packard <keithp at keithp.com>
reviewed by: cworth
Index: ROADMAP
===================================================================
RCS file: /cvs/cairo/cairo/ROADMAP,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -d -r1.49 -r1.50
--- ROADMAP 29 Sep 2005 13:49:47 -0000 1.49
+++ ROADMAP 30 Sep 2005 00:26:20 -0000 1.50
@@ -8,7 +8,7 @@
â4409 Dashes are missing initial caps
â4414 SIGILL caused by libcairo when running gnome-terminal
âPASS clip-all test
- 4599 Missing wedges on some paths
+â4599 Missing wedges on some paths
â4602 cairo use of 0x0 images causes backend failure
â4612 Text not being drawn if first character entirely out of surface
4630 Fonts too large when drawing to image surface while printing
- Previous message: [cairo-commit] cairo/test Makefile.am, 1.95,
1.96 a8-mask-rgb24-ref.png, NONE, 1.1 cairo-test.c, 1.58,
1.59 caps-joins-ps-rgb24-ref.png, NONE,
1.1 caps-joins-rgb24-ref.png, NONE,
1.1 caps-sub-paths-rgb24-ref.png, NONE,
1.1 clip-all-rgb24-ref.png, NONE,
1.1 clip-nesting-ps-rgb24-ref.png, NONE,
1.1 clip-nesting-rgb24-ref.png, NONE,
1.1 clip-operator-rgb24-ref.png, NONE,
1.1 clip-twice-ps-rgb24-ref.png, NONE,
1.1 clip-twice-rgb24-ref.png, NONE,
1.1 composite-integer-translate-over-repeat-rgb24-ref.png,
NONE, 1.1 composite-integer-translate-over-rgb24-ref.png, NONE,
1.1 composite-integer-translate-source-rgb24-ref.png, NONE,
1.1 create-from-png-rgb24-ref.png, NONE,
1.1 create-from-png-stream-rgb24-ref.png, NONE,
1.1 dash-caps-joins-rgb24-ref.png, NONE,
1.1 dash-offset-negative-rgb24-ref.png, NONE,
1.1 fill-and-stroke-rgb24-ref.png, NONE,
1.1 fill-rule-rgb24-ref.png, NONE,
1.1 filter-nearest-offset-rgb24-ref.png, NONE,
1.1 gradient-alpha-rgb24-ref.png, NONE,
1.1 leaky-polygon-rgb24-ref.png, NONE,
1.1 line-width-rgb24-ref.png, NONE,
1.1 linear-gradient-rgb24-ref.png, NONE,
1.1 mask-ctm-rgb24-ref.png, NONE, 1.1 mask-rgb24-ref.png, NONE,
1.1 mask-surface-ctm-rgb24-ref.png, NONE,
1.1 move-to-show-surface-rgb24-ref.png, NONE,
1.1 nil-surface-rgb24-ref.png, NONE,
1.1 operator-clear-rgb24-ref.png, NONE,
1.1 operator-source-rgb24-ref.png, NONE,
1.1 paint-rgb24-ref.png, NONE,
1.1 paint-with-alpha-rgb24-ref.png, NONE,
1.1 path-data-rgb24-ref.png, NONE,
1.1 pixman-rotate-rgb24-ref.png, NONE,
1.1 rectangle-rounding-error-rgb24-ref.png, NONE,
1.1 rel-path-rgb24-ref.png, NONE,
1.1 scale-source-surface-paint-rgb24-ref.png, NONE,
1.1 self-copy-rgb24-ref.png, NONE,
1.1 self-intersecting-rgb24-ref.png, NONE,
1.1 set-source-rgb24-ref.png, NONE,
1.1 show-text-current-point-rgb24-ref.png, NONE,
1.1 source-clip-rgb24-ref.png, NONE,
1.1 source-surface-scale-paint-rgb24-ref.png, NONE,
1.1 surface-pattern-rgb24-ref.png, NONE,
1.1 text-antialias-gray-rgb24-ref.png, NONE,
1.1 text-antialias-none-rgb24-ref.png, NONE,
1.1 text-antialias-subpixel-rgb24-ref.png, NONE,
1.1 text-pattern-rgb24-ref.png, NONE,
1.1 text-rotate-rgb24-ref.png, NONE,
1.1 transforms-rgb24-ref.png, NONE,
1.1 translate-show-surface-rgb24-ref.png, NONE,
1.1 trap-clip-rgb24-ref.png, NONE,
1.1 unantialiased-shapes-ps-rgb24-ref.png, NONE,
1.1 unantialiased-shapes-rgb24-ref.png, NONE,
1.1 unbounded-operator-rgb24-ref.png, NONE, 1.1
- Next message: [cairo-commit] cairo/src cairo-hull.c,1.9,1.10
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cairo-commit
mailing list