diff options
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 54 | 
1 files changed, 54 insertions, 0 deletions
@@ -1,3 +1,57 @@ +2009-02-16  Cyrille Bagard <nocbos@gmail.com> + +	* configure.ac: +	Add the new Makefiles from 'pixmaps/' and 'src/gtkext/' directories to +	AC_CONFIG_FILES. + +	* Makefile.am: +	Add pixmaps to SUBDIRS. + +	* pixmaps/drop_bottom_hover.png: +	* pixmaps/drop_bottom.png: +	* pixmaps/drop_center_hover.png: +	* pixmaps/drop_center.png: +	* pixmaps/drop_left_hover.png: +	* pixmaps/drop_left.png: +	* pixmaps/drop_right_hover.png: +	* pixmaps/drop_right.png: +	* pixmaps/drop_top_hover.png: +	* pixmaps/drop_top.png: +	* pixmaps/dropwin_back.png: +	* pixmaps/Makefile.am: +	Define pictures for the "Drag and Drop" window. + +	* src/binary.c: +	Register the ELF format. + +	* src/easygtk.c: +	* src/easygtk.h: +	Quickly load an image widget. + +	* src/editor.c: +	Use the new dock panels. + +	* src/format/elf/e_elf.c: +	* src/format/elf/e_elf.h: +	Check if a binary is matching the binary format. + +	* src/gtkext/gtkdockitem.c: +	* src/gtkext/gtkdockitem.h: +	* src/gtkext/gtkdockpanel.c: +	* src/gtkext/gtkdockpanel.h: +	* src/gtkext/gtkdropwindow.c: +	* src/gtkext/gtkdropwindow.h: +	* src/gtkext/Makefile.am: +	Create new GTK widgets for handling "Drag and Drop" methods. The code is +	still a little buggy/crappy and will be improved. + +	* src/Makefile.am: +	Add support.[ch] to openida_SOURCES and gtkext/libgtkext.a to openida_LDADD. + +	* src/support.c: +	* src/support.h: +	Look for picture files. +  2009-01-29  Cyrille Bagard <nocbos@gmail.com>  	* configure.ac:  | 
