summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2012-12-09 23:22:46 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2012-12-09 23:22:46 (GMT)
commit42420cfa1f406a5f0a9f062b258ece72098635b5 (patch)
tree0e497bc16a971a91b842340e9942d3f28eedddd5 /ChangeLog
parent4dd8356e19b9e58990b2f3e0c4110aa2fe9642d1 (diff)
Used Cairo for rendering text and tried to deal properly with Pango context / fonts.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@298 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
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: