summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2014-12-10 13:41:00 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2014-12-10 13:41:00 (GMT)
commit16d37d997b84c75c1f9b877fe446b3b3e5ce2495 (patch)
tree4e2bcd38843810abc8fb81528c289fda1dc8de10 /ChangeLog
parentb95a7e2b3ea1a900ef6b1790be386e70d37bac7f (diff)
Loaded major segment properties for an external GTK3 theme and defined some new rendering categories.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@440 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 11b825a..0fa2ff3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,21 @@
14-12-10 Cyrille Bagard <nocbos@gmail.com>
+ * src/glibext/gbufferline.c:
+ Improve the rendering of physical and virtual addresses.
+
+ * src/glibext/gbuffersegment.c:
+ * src/glibext/gbuffersegment.h:
+ Load major segment properties for an external GTK3 theme and define some
+ new rendering categories.
+
+ * src/gtkext/theme.c:
+ Load an extra theme file called 'segments.css'.
+
+ * themes/segments.css:
+ New entry: define a GTK3 theme for buffer segments.
+
+14-12-10 Cyrille Bagard <nocbos@gmail.com>
+
* src/arch/arm/v7/opcodes/opcodes_tmp_arm.h:
Update missing prototypes.