summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJonathon Jongsma <jjongsma@gnome.org>2008-10-07 22:55:02 +0900
committerJonathon Jongsma <jjongsma@gnome.org>2008-10-07 22:55:02 +0900
commit794aa436a4bc5b7d453c21ab8a00e6098c3a9e85 (patch)
tree2f956cde75f1ef4466317e7c9797eb943b502eda /ChangeLog
parent643262b3bf7ee36c9ae366cb5adb184d9d4e6c79 (diff)
Update API to officially released 1.8 API
* cairomm/context.cc: * cairomm/context.h: remove has_show_text_glyphs() (moved to Surface) * cairomm/surface.cc: * cairomm/surface.h: added has_show_text_glyphs() (moved from Context) * cairomm/enums.h: removed LcdFilter enum, added a TextClusterFlags enum * cairomm/fontface.cc: * cairomm/fontface.h: changed the 'backwards' bool argument of SlotTextToGlyphs to use TextClusterFlags instead. Same general change for the C callback text_to_glyphs_cb * cairomm/fontoptions.cc: * cairomm/fontoptions.h: remove get/set_lcd_filter() since it was removed from cairo just before the 1.8 release * cairomm/scaledfont.cc: * cairomm/scaledfont.h: changed the 'backwards' bool argument of text_to_glyphs() to use TextClusterFlags instead * tests/test-context.cc: * tests/test-font-face.cc: * tests/test-font-options.cc: * tests/test-scaled-font.cc: * tests/test-surface.cc: update tests for API changes
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog23
1 files changed, 23 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5cdc1ee..6db4f4b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,26 @@
+2008-10-07 Jonathon Jongsma <jonathon@quotidian.org>
+
+ * cairomm/context.cc:
+ * cairomm/context.h: remove has_show_text_glyphs() (moved to Surface)
+ * cairomm/surface.cc:
+ * cairomm/surface.h: added has_show_text_glyphs() (moved from Context)
+ * cairomm/enums.h: removed LcdFilter enum, added a TextClusterFlags enum
+ * cairomm/fontface.cc:
+ * cairomm/fontface.h: changed the 'backwards' bool argument of
+ SlotTextToGlyphs to use TextClusterFlags instead. Same general change for the
+ C callback text_to_glyphs_cb
+ * cairomm/fontoptions.cc:
+ * cairomm/fontoptions.h: remove get/set_lcd_filter() since it was removed from
+ cairo just before the 1.8 release
+ * cairomm/scaledfont.cc:
+ * cairomm/scaledfont.h: changed the 'backwards' bool argument of
+ text_to_glyphs() to use TextClusterFlags instead
+ * tests/test-context.cc:
+ * tests/test-font-face.cc:
+ * tests/test-font-options.cc:
+ * tests/test-scaled-font.cc:
+ * tests/test-surface.cc: update tests for API changes
+
2008-10-05 Jonathon Jongsma <jonathon@quotidian.org>
* cairomm/matrix.cc: