diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 46 |
1 files changed, 46 insertions, 0 deletions
@@ -1,3 +1,49 @@ +10-11-28 Cyrille Bagard <nocbos@gmail.com> + + * configure.ac: + Add the new Makefiles from the 'src/gui' and 'src/gui/tb' + directories to AC_CONFIG_FILES. + + * src/analysis/binary.c: + * src/analysis/binary.h: + Load all buffers of decompiled files. + + * src/editor.c: + Extend the "View" menu. + + * src/format/dex/dex.c: + * src/format/format.c: + * src/format/format.h: + * src/format/format-int.h: + Find all source files in a Dex binary. + + * src/gtkext/gtkbufferview.c: + * src/gtkext/gtkbufferview.h: + * src/gtkext/gtkbufferview-int.h: + New entries: provide a new GTK widget which can be shared between all + views using a buffer for rendering. + + * src/gtkext/gtksourceview.c: + * src/gtkext/gtksourceview.h: + Update code. + + * src/gtkext/Makefile.am: + Add gtkbufferview.[ch] and gtkbufferview-int.h to libgtkext_la_SOURCES. + + * src/gui/editem.c: + * src/gui/editem.h: + * src/gui/editem-int.h: + * src/gui/Makefile.am: + * src/gui/tb/Makefile.am: + * src/gui/tb/source.c: + * src/gui/tb/source.h: + * src/gui/tb/toolbar.c: + * src/gui/tb/toolbar.h: + New entries: create a new framework for GUI items. + + * src/Makefile.am: + Add gui/libgui.la to openida_LDADD. + 10-11-15 Cyrille Bagard <nocbos@gmail.com> * src/format/dex/dex.c: |