summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJonathon Jongsma <jjongsma@gnome.org>2008-12-08 22:31:56 -0600
committerJonathon Jongsma <jjongsma@gnome.org>2008-12-08 22:31:56 -0600
commit3be1dc30c7ff2562eb19bcab278610d44e9ba13c (patch)
tree9e221351333a4583cc222caa6aae315600d7e777 /ChangeLog
parentb1d01ff7dadf2418bb06b3bf58a3847616769e0e (diff)
UserFontFace redesign to use virtual functions
* cairomm/fontface.cc: * cairomm/fontface.h: Change UserFontFace implementation to a vfunc-based implementation rather than requiring people to supply callbacks at runtime as sigc::slot objects. This was requested by Ian Britten on the mailing list and was my original plan but ran into issues in my original implementation. This isn't a fully-working implementation yet, but I think I can overcome the issues now, so I'm moving forward on the redesign. * tests/test-font-face.cc: disable UserFontFace tests for now Conflicts: ChangeLog cairomm/fontface.cc cairomm/fontface.h
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2d51c51..3934456 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2008-12-07 Jonathon Jongsma <jonathon@quotidian.org>
+
+ * cairomm/fontface.cc:
+ * cairomm/fontface.h: Change UserFontFace implementation to a vfunc-based
+ implementation rather than requiring people to supply callbacks at runtime as
+ sigc::slot objects. This was requested by Ian Britten on the mailing list and
+ was my original plan but ran into issues in my original implementation. This
+ isn't a fully-working implementation yet, but I think I can overcome the
+ issues now, so I'm moving forward on the redesign.
+ * tests/test-font-face.cc: disable UserFontFace tests for now
+
2008-12-05 Jonathon Jongsma <jonathon@quotidian.org>
* cairomm/scaledfont.cc: Fix an error in ScaledFont::get_font_face() where