[cairo-commit] 2 commits - NEWS src/cairo-surface.c

Bryce Harrington bryce at kemper.freedesktop.org
Wed Mar 18 18:46:51 PDT 2015


 NEWS                |    8 ++++----
 src/cairo-surface.c |   12 ++++++------
 2 files changed, 10 insertions(+), 10 deletions(-)

New commits:
commit 71392653803277cec6deea9e7aa4696f8b22dd73
Author: Bryce Harrington <bryce at osg.samsung.com>
Date:   Wed Mar 18 18:46:35 2015 -0700

    NEWS: Sp. fix

diff --git a/NEWS b/NEWS
index 93b650e..6511af0 100644
--- a/NEWS
+++ b/NEWS
@@ -520,7 +520,7 @@ Release 1.12.4 (2012-10-05 Chris Wilson <chris at chris-wilson.co.uk>)
 ===================================================================
 More bugs, and more importantly, more fixes. On the cairo-gl side, we
 have refinements to the MSAA compositor which enables hardware
-acceleration of comparitively low-quality antialiasing - which is useful
+acceleration of comparatively low-quality antialiasing - which is useful
 in animations and on very high density screens. For cairo-xlib, we have
 finally enabled SHM transport for image transfers to and from the X
 server. A long standing required feature, SHM transport offers a notable
@@ -1457,7 +1457,7 @@ Optimisations:
   image in the final output. This is unlike previous versions of cairo
   which would generate very large PDF files with multiple copies of
   the same image. Adrian says that the PDF is not quite working as
-  well as it should yet, so we hope for futher improvements before
+  well as it should yet, so we hope for further improvements before
   cairo 1.10.
 
 Bug fixes:
@@ -2209,7 +2209,7 @@ cairo_font_options_set_lcd_filter
 cairo_font_options_get_lcd_filter
 
   These add the possibility to choose between various available LCD subpixel
-  filters.  The available filter values are modeled after what FreeType
+  filters.  The available filter values are modelled after what FreeType
   provides.
 
 
@@ -5834,7 +5834,7 @@ General bug fixes
 	  (Richard Stellingwerff, Owen Taylor)
 
  * 4231
- * 4298 - Accomodate gentoo and Mandriva versions in X server vendor string check
+ * 4298 - Accommodate gentoo and Mandriva versions in X server vendor string check
 	  (Billy Biggs, Frederic Crozat, Owen Taylor)
 
 win32-specific fixes
commit 904f1fdc1d7f13d4443bafd760db7395c5030ca7
Author: Bryce Harrington <bryce at osg.samsung.com>
Date:   Wed Mar 18 15:49:41 2015 -0700

    surface: Clarify flush documentation

diff --git a/src/cairo-surface.c b/src/cairo-surface.c
index 89345f5..bfe3fa1 100644
--- a/src/cairo-surface.c
+++ b/src/cairo-surface.c
@@ -1554,12 +1554,12 @@ _cairo_surface_flush (cairo_surface_t *surface, unsigned flags)
  * cairo_surface_flush:
  * @surface: a #cairo_surface_t
  *
- * Do any pending drawing for the surface and also restore any
- * temporary modifications cairo has made to the surface's
- * state. This function must be called before switching from
- * drawing on the surface with cairo to drawing on it directly
- * with native APIs. If the surface doesn't support direct access,
- * then this function does nothing.
+ * Do any pending drawing for the surface and also restore any temporary
+ * modifications cairo has made to the surface's state. This function
+ * must be called before switching from drawing on the surface with
+ * cairo to drawing on it directly with native APIs, or accessing its
+ * memory outside of Cairo. If the surface doesn't support direct
+ * access, then this function does nothing.
  *
  * Since: 1.0
  **/


More information about the cairo-commit mailing list