summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2012-11-10 18:00:23 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2012-11-10 18:00:23 (GMT)
commit85be5ab140bb90ca69e20323eb49999d8520af13 (patch)
tree0cda930b0d37f48f620efbce0e04f3f2de416bd6 /ChangeLog
parentba5c517970f725903ae8b196b28f1a2eb7705536 (diff)
Provided a nice way to get a small preview of the current graph.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@280 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog41
1 files changed, 41 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6fece21..733b96a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,44 @@
+12-11-10 Cyrille Bagard <nocbos@gmail.com>
+
+ * src/gtkext/graph/node.c:
+ Store sizes in the destination graph view when defining children position.
+
+ * src/gtkext/gtkgraphview.c:
+ * src/gtkext/gtkgraphview.h:
+ Draw preview of graph views. Store the size of all children. Remove
+ the old code of previous versions.
+
+ * src/gtkext/gtklinkrenderer.c:
+ * src/gtkext/gtklinkrenderer.h:
+ Allow to draw links without arrow.
+
+ * src/gtkext/gtkviewpanel.c:
+ * src/gtkext/gtkviewpanel.h:
+ * src/gtkext/gtkviewpanel-int.h:
+ Draw preview of view panels.
+
+ * src/gui/editem.c:
+ * src/gui/editem.h:
+ * src/gui/editem-int.h:
+ Notify when a view changes its content.
+
+ * src/gui/panels/glance.c:
+ * src/gui/panels/glance.h:
+ Provide a nice way to get a small preview of the current graph.
+
+ * src/gui/panels/Makefile.am:
+ Add the glance.[ch] files to libguipanels_la_SOURCES.
+
+ * src/gui/panels/panel.c:
+ Load the glance panel.
+
+ * src/gui/panels/symbols.c:
+ Change the location of the panel ("e" -> "eM") for a better rendering.
+
+ * src/panels/glimpse.c:
+ * src/panels/glimpse.h:
+ Moved and renamed entries.
+
12-11-06 Cyrille Bagard <nocbos@gmail.com>
* src/arch/dalvik/instruction.c: