summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
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: