summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2012-03-25 12:36:16 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2012-03-25 12:36:16 (GMT)
commita174ee784f5d9e554ed09181b8e6d8c0205f8ef5 (patch)
treef5ccfb4c41fcb1f237bc285e8e71bc188b7c8b57 /ChangeLog
parentbbad297e902022ecac9fab21c01dc109560db8eb (diff)
Scrolled to the selected symbol.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@241 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog48
1 files changed, 48 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f6a478b..a0d988b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,51 @@
+12-03-25 Cyrille Bagard <nocbos@gmail.com>
+
+ * src/arch/dalvik/pseudo/fill.c:
+ * src/arch/dalvik/pseudo/switch.c:
+ * src/arch/instruction.c:
+ Update all g_code_buffer_append_new_line() calls.
+
+ * src/decomp/expr/block.c:
+ * src/decomp/instruction.c:
+ * src/decomp/lang/asm.c:
+ * src/decomp/lang/java.c:
+ Mark g_code_buffer_append_new_line() call as "to fix".
+
+ * src/editor.c:
+ Provide the reference pointer to panels.
+
+ * src/format/dex/class.c:
+ Mark g_code_buffer_append_new_line() call as "to fix".
+
+ * src/glibext/gbufferline.c:
+ * src/glibext/gbufferline.h:
+ * src/glibext/gcodebuffer.c:
+ * src/glibext/gcodebuffer.h:
+ Scroll to a given address.
+
+ * src/gtkext/gtkbinview-int.h:
+ Disable get_addr_coordinates_fc() definition here.
+
+ * src/gtkext/gtkbufferview.c:
+ Scroll to a given address.
+
+ * src/gtkext/gtkdockstation.c:
+ Restore previous selected tab when changing content.
+
+ * src/gtkext/gtkviewpanel.c:
+ * src/gtkext/gtkviewpanel.h:
+ * src/gtkext/gtkviewpanel-int.h:
+ Scroll to a given address.
+
+ * src/gui/panels/panel.c:
+ * src/gui/panels/panel.h:
+ * src/gui/panels/panel-int.h:
+ Memorize the global reference pointer.
+
+ * src/gui/panels/symbols.c:
+ * src/gui/panels/symbols.h:
+ Scroll to the selected symbol. Handle a reference pointer.
+
12-03-17 Cyrille Bagard <nocbos@gmail.com>
* configure.ac: