summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2015-06-14 22:55:24 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2015-06-14 22:55:24 (GMT)
commitc987ca944052019957d3f31d69c679ed5ad994f2 (patch)
tree44f9c7a7f94925814ebebce50388935c83b34e88 /ChangeLog
parentc1b22ec0aa497a212ef897f3f8fffedf07cd45a6 (diff)
Been able to move the caret when scrolling to a given address.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@541 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 c64203f..7574a78 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+15-06-15 Cyrille Bagard <nocbos@gmail.com>
+
+ * src/glibext/gcodebuffer.c:
+ * src/glibext/gcodebuffer.h:
+ Compute and provide the width before the header column.
+
+ * src/gtkext/gtkbufferview.c:
+ * src/gtkext/gtkgraphview.c:
+ Register _gtk_*_view_move_caret_to() as a class function.
+ Get more accurate when computing new caret abscissa locations.
+
+ * src/gtkext/gtkviewpanel.c:
+ * src/gtkext/gtkviewpanel.h:
+ * src/gtkext/gtkviewpanel-int.h:
+ Be able to move the caret when scrolling to a given address.
+
15-06-14 Cyrille Bagard <nocbos@gmail.com>
* src/arch/arm/v7/opdefs/pop_A88131.d: