diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2012-06-24 15:04:46 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2012-06-24 15:04:46 (GMT) |
commit | a4b70be160203f0c0c50e9ba4d8ab07db08bdeb6 (patch) | |
tree | 88eff9a8ccb6bcab73ef5a823fef632c38d0a24b /ChangeLog | |
parent | 923776410a0b4d847f09428d93101a8b63c9ae60 (diff) |
Updated code to prepare the return of graph views.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@245 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -1,3 +1,24 @@ +12-06-24 Cyrille Bagard <nocbos@gmail.com> + + * src/glibext/gcodebuffer.c: + * src/glibext/gcodebuffer.h: + Restrict views to address ranges. + + * src/graph/dot.c: + * src/graph/layout.c: + * src/graph/layout.h: + * src/graph/node.c: + * src/graph/node.h: + Update graph code to match current code widgets. + + * src/gtkext/gtkblockview.c: + * src/gtkext/gtkbufferview.c: + * src/gtkext/gtkbufferview.h: + * src/gtkext/gtkgraphview.c: + * src/gtkext/gtkviewpanel.c: + * src/gtkext/gtkviewpanel.h: + Update code to prepare the return of graph views. + 12-04-02 Cyrille Bagard <nocbos@gmail.com> * po/fr.po: |