diff options
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: | 
