summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2012-12-12 21:25:32 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2012-12-12 21:25:32 (GMT)
commitdae8c208e24d03c7bf5314a86cb366a4e84a53c2 (patch)
treeed0544d501d6ad8819e4abc18c7382199666bba3 /ChangeLog
parente86f211252a66d6c1b4abec350217f5241b6ef66 (diff)
Updated display of graphical views on option change and fixed size bugs.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@301 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog22
1 files changed, 22 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 34bf9e4..9cf8d7d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,25 @@
+12-12-12 Cyrille Bagard <nocbos@gmail.com>
+
+ * src/analysis/binary.c:
+ Remove addresses in graphical views by default.
+
+ * src/gtkext/gtkgraphview.c:
+ Update code, remove the (now) useless 'requisition' field and fix bugs:
+ sizes are updated when selected other routines and the values provided
+ to the glance panel produce no truncated display anymore.
+
+ * src/gtkext/gtkviewpanel.c:
+ * src/gtkext/gtkviewpanel.h:
+ * src/gtkext/gtkviewpanel-int.h:
+ Provide a way to update views when rendering options are updated.
+
+ * src/gui/panels/glance.c:
+ Do not use scroll bar values when computing required dimensions anymore,
+ as they are already added in the got requisition values.
+
+ * src/project.c:
+ Use the right rendering options when loading graphical views.
+
12-12-11 Cyrille Bagard <nocbos@gmail.com>
* src/decomp/output.c: