[cairo-commit] 3 commits - build/Makefile.am.gtk-doc doc/public src/cairo-quartz.h src/cairo-quartz-image.h src/cairo-vg.h
Bryce Harrington
bryce at kemper.freedesktop.org
Fri Aug 24 16:02:09 UTC 2018
build/Makefile.am.gtk-doc | 2 +-
doc/public/cairo-sections.txt | 8 ++++++++
src/cairo-quartz-image.h | 2 +-
src/cairo-quartz.h | 2 +-
src/cairo-vg.h | 4 ++--
5 files changed, 13 insertions(+), 5 deletions(-)
New commits:
commit ad57c6405017126f5a48d0c1146521d1fa8cf399
Author: Bryce Harrington <b.harrington at samsung.com>
Date: Thu Aug 16 20:12:12 2018 -0700
doc: Add missing symbols to sections for recently added APIs
diff --git a/doc/public/cairo-sections.txt b/doc/public/cairo-sections.txt
index a735869e2..4ea86b4db 100644
--- a/doc/public/cairo-sections.txt
+++ b/doc/public/cairo-sections.txt
@@ -125,6 +125,8 @@ cairo_recording_surface_get_extents
cairo_skia_context_t
cairo_skia_surface_t
format_to_sk_config
+cairo_skia_surface_create
+cairo_skia_surface_create_for_data
<SUBSECTION Private>
cairo_skia_context
cairo_skia_surface
@@ -136,6 +138,7 @@ CAIRO_HAS_WIN32_SURFACE
cairo_win32_surface_create
cairo_win32_surface_create_with_dib
cairo_win32_surface_create_with_ddb
+cairo_win32_surface_create_with_format
cairo_win32_printing_surface_create
cairo_win32_surface_get_dc
cairo_win32_surface_get_image
@@ -209,10 +212,13 @@ cairo_xcb_device_debug_set_precision
CAIRO_HAS_SVG_SURFACE
cairo_svg_surface_create
cairo_svg_surface_create_for_stream
+cairo_svg_surface_get_document_unit
+cairo_svg_surface_set_document_unit
cairo_svg_surface_restrict_to_version
cairo_svg_version_t
cairo_svg_get_versions
cairo_svg_version_to_string
+cairo_svg_unit_t
</SECTION>
<SECTION>
@@ -508,6 +514,8 @@ cairo_font_options_get_hint_style
cairo_hint_metrics_t
cairo_font_options_set_hint_metrics
cairo_font_options_get_hint_metrics
+cairo_font_options_get_variations
+cairo_font_options_set_variations
</SECTION>
<SECTION>
commit 3476aa9b68461bfa4304250fca1a2aa006e7515d
Author: Bryce Harrington <b.harrington at samsung.com>
Date: Thu Aug 16 18:59:32 2018 -0700
build: Sp. fix
diff --git a/build/Makefile.am.gtk-doc b/build/Makefile.am.gtk-doc
index c3d642b09..d3fb686a7 100644
--- a/build/Makefile.am.gtk-doc
+++ b/build/Makefile.am.gtk-doc
@@ -8,7 +8,7 @@
# - Some other changed introduced in 7f114b781f5c530d57530e5f76402e41cdabac6b
#
# Before changing it, check to see if a newer gtk-doc.make has fixed the issue you are facing.
-# From time to time, it would be nice to udpate this to the latest copy of gtk-doc.make, but
+# From time to time, it would be nice to update this to the latest copy of gtk-doc.make, but
# please do review all the differences and port our modifications forward.
#
commit 2cf141f6905b5bfd02bd166ed53b745112804d33
Author: Bryce Harrington <b.harrington at samsung.com>
Date: Thu Aug 16 18:39:40 2018 -0700
Convert 3 headers to UTF8
Fix distcheck, which was failing on the copyright symbols in these
files, because their encoding was not being detected as UTF-8.
diff --git a/src/cairo-quartz-image.h b/src/cairo-quartz-image.h
index dae234dac..0dd5abb4f 100644
--- a/src/cairo-quartz-image.h
+++ b/src/cairo-quartz-image.h
@@ -1,6 +1,6 @@
/* cairo - a vector graphics library with display and print output
*
- * Copyright © 2008 Mozilla Corporation
+ * Copyright © 2008 Mozilla Corporation
*
* This library is free software; you can redistribute it and/or
* modify it either under the terms of the GNU Lesser General Public
diff --git a/src/cairo-quartz.h b/src/cairo-quartz.h
index 9be5f9ae5..9e11e876f 100644
--- a/src/cairo-quartz.h
+++ b/src/cairo-quartz.h
@@ -1,6 +1,6 @@
/* cairo - a vector graphics library with display and print output
*
- * Copyright © 2006, 2007 Mozilla Corporation
+ * Copyright © 2006, 2007 Mozilla Corporation
*
* This library is free software; you can redistribute it and/or
* modify it either under the terms of the GNU Lesser General Public
diff --git a/src/cairo-vg.h b/src/cairo-vg.h
index f9a62e51c..a2701db3b 100644
--- a/src/cairo-vg.h
+++ b/src/cairo-vg.h
@@ -1,8 +1,8 @@
/* -*- Mode: c; tab-width: 8; c-basic-offset: 4; indent-tabs-mode: t; -*- */
/* cairo - a vector graphics library with display and print output
*
- * Copyright © 2007 * Mozilla Corporation
- * Copyright © 2009 Chris Wilson
+ * Copyright © 2007 * Mozilla Corporation
+ * Copyright © 2009 Chris Wilson
*
* This library is free software; you can redistribute it and/or
* modify it either under the terms of the GNU Lesser General Public
More information about the cairo-commit
mailing list