summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog22
1 files changed, 22 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 95b54c0..6733926 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,25 @@
+12-12-10 Cyrille Bagard <nocbos@gmail.com>
+
+ * src/glibext/gbufferline.c:
+ * src/glibext/gbufferline.h:
+ * src/glibext/gbuffersegment.c:
+ * src/glibext/gbuffersegment.h:
+ * src/glibext/gcodebuffer.c:
+ Use Cairo for rendering text. Try to avoid a bug when dealing with
+ fonts / Pango context ; still need to be properly fixed. Avoid a memory
+ leak for the PangoContext singleton used in the program.
+
+ * src/glibext/gfontcache.c:
+ * src/glibext/gfontcache.h:
+ New entries: try to centralize all the things needing for text
+ rendering here ; still need to be digged / improved...
+
+ * src/glibext/Makefile.am:
+ Add the 'gfontcache.[ch]' files to libglibext_la_SOURCES.
+
+ * src/main.c:
+ Create and delete the PangoContext singleton used in the program.
+
12-12-08 Cyrille Bagard <nocbos@gmail.com>
* configure.ac: