[cairo-commit] Changes to 'refs/tags/1.3.10'

Carl Worth cworth at kemper.freedesktop.org
Sat Dec 23 00:48:38 PST 2006


Tag '1.3.10' created by Carl Worth <cworth at cworth.org> at 2006-12-23 08:46 -0800

cairo 1.3.10 snapshot
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)

iD8DBQBFjO0E6JDdNq8qSWgRAonrAKCDa5nyTbvEM9kgwDnlbrHNRWkOPACeLbDu
siGuQF+tBeEBmNgX62Acz34=
=Yd7i
-----END PGP SIGNATURE-----

Changes since 1.3.8:
Behdad Esfahbod:
      [pdiff] Fix compiler warnings, that were causing crashes
      [pdiff] Use CAIRO_CFLAGS, to make sure warnings are enabled
      [cairo-gstate] Don't bypass glyph transformation if font_matrix has translation (#9365)
      [test] Fix typo in test comment
      [test] Add ft-text-vertical-layout-type3-ps-argb32-ref.png
      [configure] Use AC_C_INLINE to correctly define inline
      [pdiff] Don't use float math functions if not using gcc with C99
      [pdiff] Define _GNU_SOURCE to get correct symbols out of <math.h>
      [PS] Fix typo in comment emitted for Type1 fallback font subsets
      [type1-subset] Return UNSUPPORTED for vertical fonts
      [tests/ft-text-vertical-layout-type3] Remove comment that this emits Type3 font
      [test] Fix typo in test comment, again

Brian Ewins:
      [ATSUI] Support disabling antialiased text
      [ATSUI] Round glyph locations to nearest pixel
      [ATSUI] Use screen metrics instead of ideal metrics to compute glyph extents

Carl Worth:
      Bump cairo version to 1.3.9 after making 1.3.8 snapshot
      Merge branch 'master' of git.cairographics.org:/git/cairo into cairo
      test/.gitignore: Ignore binarries for some recently added tests
      Rename cairo-path.c to cairo-path-fixed.c
      Rename cairo-path-data.c to cairo-path.c (and similar)
      Rename remaining cairo_path_data to cairo_path in function names, etc.
      Add new rectilinear-stroke test
      Reimplement path.has_current point as a 1-bit bitfield
      Put ft-text-vertical-layout-type1 back on the XFAIL list
      Add optimization for rectilinear stroke
      Ignore another test case binary
      Annoying template churn
      NEWS: Add notes for 1.3.10 snapshot
      Increment cairo version to 1.3.10 (and libtool versioning to 12:3:10)

Frederic Crozat:
      [check-defs.sh] Fix make check for OPD platforms

Jinghua Luo:
      Glitz: fix a potential use after free bug in _cairo_glitz_surface_old_show_glyphs.

Jonathan Watt:
      revert accidental mode changes in my previous commit

M Joonas Pihlaja:
      New performance test case "mosaic" for splines.

U-JONATHAN-X60S\jonathan:
      Fix a couple of character spacing issues on Windows
      Merge branch 'master' of git://git.cairographics.org/git/cairo

---
 NEWS                                                 |   59 
 configure.in                                         |    5 
 doc/public/tmpl/cairo-text.sgml                      |    1 
 perf/Makefile.am                                     |    4 
 perf/cairo-perf.c                                    |    1 
 perf/cairo-perf.h                                    |    1 
 perf/mosaic.c                                        |  168 
 perf/mosaic.h                                        | 4387 +++++++++++++++++++
 src/Makefile.am                                      |    4 
 src/cairo-atsui-font.c                               |   40 
 src/cairo-glitz-surface.c                            |    4 
 src/cairo-gstate.c                                   |    3 
 src/cairo-path-data.c                                |  497 --
 src/cairo-path-fixed-private.h                       |    3 
 src/cairo-path-fixed.c                               |  643 ++
 src/cairo-path-private.h                             |   19 
 src/cairo-path-stroke.c                              |  318 +
 src/cairo-path.c                                     |  843 +--
 src/cairo-png.c                                      |    2 
 src/cairo-ps-surface.c                               |    2 
 src/cairo-type1-subset.c                             |    3 
 src/cairo-win32-surface.c                            |  109 
 src/cairo-win32.h                                    |   10 
 src/cairo.c                                          |   23 
 src/cairoint.h                                       |   17 
 src/check-def.sh                                     |    7 
 test/.gitignore                                      |    5 
 test/Makefile.am                                     |    7 
 test/ft-text-vertical-layout-type1-ps-argb32-ref.png |binary
 test/ft-text-vertical-layout-type1.c                 |    3 
 test/ft-text-vertical-layout-type3-ps-argb32-ref.png |binary
 test/ft-text-vertical-layout-type3-ref.png           |binary
 test/ft-text-vertical-layout-type3-svg-ref.png       |binary
 test/ft-text-vertical-layout-type3.c                 |    2 
 test/pdiff/Makefile.am                               |    2 
 test/pdiff/pdiff.c                                   |   15 
 test/rectilinear-stroke-ref.png                      |binary
 test/rectilinear-stroke.c                            |  138 
 38 files changed, 6243 insertions(+), 1102 deletions(-)
---


More information about the cairo-commit mailing list