diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2012-11-02 15:50:07 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2012-11-02 15:50:07 (GMT) |
commit | f5df6496fa50927d3d274c939a888afde652b7ad (patch) | |
tree | 281dbfdfdcb8765fea7036af274c63fb5acde8ff /ChangeLog | |
parent | c3aba0893c29cc098c029306fd7a4c8c1fa2eee2 (diff) |
Improved the computing and the rendering of the graphic view.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@277 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 56 |
1 files changed, 56 insertions, 0 deletions
@@ -1,3 +1,59 @@ +12-11-02 Cyrille Bagard <nocbos@gmail.com> + + * configure.ac: + Move the Makefile of the graph directory. + + * src/analysis/binary.c: + * src/analysis/binary.h: + * src/analysis/binary-int.h: + Define display options for each kind of view. + + * src/arch/dalvik/instruction.c: + Provide links from Dalvik instructions. + + * src/glibext/gbufferline.c: + * src/glibext/gbufferline.h: + Define COL_MARGIN in the header file. + + * src/glibext/gcodebuffer.c: + Compute size of buffers more accurately. Fix a bug when looking for + a line using an address. + + * src/graph/dot.c: + * src/graph/dot.h: + * src/graph/layout.c: + * src/graph/layout.h: + * src/graph/Makefile.am: + * src/graph/node.c: + * src/graph/node.h: + Moved entries. + + * src/gtkext/graph/dot.c: + * src/gtkext/graph/dot.h: + * src/gtkext/graph/layout.c: + * src/gtkext/graph/layout.h: + * src/gtkext/graph/Makefile.am: + * src/gtkext/graph/node.c: + * src/gtkext/graph/node.h: + Improve the computing and the rendering of the graphic view. + + * src/gtkext/gtkgraphview.c: + * src/gtkext/gtklinkrenderer.c: + * src/gtkext/gtklinkrenderer.h: + Improve the computing and the rendering of the graphic view. + + * src/gtkext/gtkviewpanel.c: + Fix a bug: use the real requested size of a panel. + + * src/gtkext/Makefile.am: + Add graph/libgtkextgraph.la to libgtkext_la_LIBADD. + + * src/Makefile.am: + Remove all references to the graph directory. + + * src/project.c: + Update code. + 12-10-28 Cyrille Bagard <nocbos@gmail.com> * src/arch/archbase.c: |