diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2009-02-16 22:05:28 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2009-02-16 22:05:28 (GMT) |
commit | d7765c0e6d2685b57625f607325f4a80eb28dbe5 (patch) | |
tree | b590e3b4b28b28584fdade28d17059db1ad2bcac /ChangeLog | |
parent | 14abff97c2ba0940c2dcf2e37eb080ebdb923c6f (diff) |
Begun to add a real support of DragAndDropping for panels.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@48 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 @@ +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: |