diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2010-06-06 14:08:21 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2010-06-06 14:08:21 (GMT) |
commit | b5934203c1cb287eb46b07e866b54d1de240b87b (patch) | |
tree | 283fad2a6d4517b84985331e5234095c71c8734b /ChangeLog | |
parent | e72eea33b9967d4169d2c8ffcb4a9e85c4c3ee8c (diff) |
Used a treeview with icons to show all known symbols.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@165 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 54 |
1 files changed, 54 insertions, 0 deletions
@@ -1,3 +1,57 @@ +10-06-06 Cyrille Bagard <nocbos@gmail.com> + + * pixmaps/Makefile.am: + Add more pictures to EXTRA_DIST and oidapix_DATA. + + * pixmaps/symbol_class_classic.png: + * pixmaps/symbol_package.png: + * pixmaps/symbol_routine_classic.png: + * pixmaps/tbutton_collapse.png: + * pixmaps/tbutton_expand.png: + * pixmaps/tbutton_list_view.png: + * pixmaps/tbutton_namespace.png: + * pixmaps/tbutton_tree_view.png: + New entries: add icons to the symbols panel. + + * src/analysis/routine.c: + * src/analysis/routine.h: + Be able to unset the return type. Add a function to get the namespace. + Provide more options when converting an item to string. + + * src/analysis/type.c: + * src/analysis/type.h: + * src/analysis/variable.c: + * src/analysis/variable.h: + Provide more options when converting an item to string. + + * src/format/dex/dex_def.h: + * src/format/dex/dex-int.c: + * src/format/dex/dex-int.h: + Define and load 'type_item' and 'type_list' DEX items. + + * src/format/dex/pool.c: + Properly load the return type and the argument types for a routine. + + * src/format/mangling/java_gram.y: + Fix two bugs: 'V' -> token V and the java_error() prototype. + + * src/format/mangling/java_tok.l: + Remove some debug code. + + * src/gtkext/easygtk.c: + * src/gtkext/easygtk.h: + Provide functions to quickly create toolbar items. + + * src/gtkext/support.c: + * src/gtkext/support.h: + Provide functions to load images or picture buffers from files. + + * src/panels/symbols.c: + Use a treeview with icons to show all known symbols. + + * src/panels/symbols.h: + Typo. + 10-06-02 Cyrille Bagard <nocbos@gmail.com> * src/analysis/binary.c: |