diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 48 |
1 files changed, 48 insertions, 0 deletions
@@ -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: |