diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2009-10-22 22:41:50 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2009-10-22 22:41:50 (GMT) |
commit | 30bc43ca00140bc215d6a1beb81ab5542e68d13b (patch) | |
tree | 205eb23f57545d195e1fcb8141ac80da28409f80 /ChangeLog | |
parent | b649c2c01ab407958f3b7057153fb02c9c7d0be1 (diff) |
Supported scrolling internally and thus fixed bugs with big binaries.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@132 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -1,3 +1,22 @@ +09-10-23 Cyrille Bagard <nocbos@gmail.com> + + * src/graph/dot.c: + * src/graph/dot.h: + * src/graph/layout.c: + * src/graph/node.c: + * src/graph/node.h: + Update calls and prototypes (mainly GtkFixed -> GtkGraphView). + + * src/gtkext/gtkbinview.c: + * src/gtkext/gtkbinview-int.h: + * src/gtkext/gtkblockview.c: + * src/gtkext/gtkgraphview.c: + * src/gtkext/gtkgraphview.h: + Support scrolling internally and thus fix bugs with big binaries. + + * src/project.c: + Remove the now useless view ports. + 09-10-12 Cyrille Bagard <nocbos@gmail.com> * src/arch/x86/instruction.c: |