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