diff options
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: |