diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2014-01-26 23:00:18 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2014-01-26 23:00:18 (GMT) |
commit | 84790a5b420d0a9ce658013573b180ce059db325 (patch) | |
tree | 5000d25a0d5ede63e671364e1e017fbb6674b5f5 /ChangeLog | |
parent | abb191e42e356914bd09176a6d6c5bf89ec50bbf (diff) |
Saved the first steps of the migration to GTK+ v3.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@367 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 44 |
1 files changed, 44 insertions, 0 deletions
@@ -1,3 +1,47 @@ +14-01-26 Cyrille Bagard <nocbos@gmail.com> + + * configure.ac: + * src/arch/archbase.h: + * src/dialogs/about.c: + * src/dialogs/add_shellcode.c: + * src/dialogs/add_shellcode.h: + * src/dialogs/binparts.c: + * src/dialogs/export.c: + * src/dialogs/export.h: + * src/dialogs/goto.c: + * src/dialogs/Makefile.am: + * src/dialogs/shellcode.c: + * src/dialogs/shellcode.h: + * src/editor.h: + * src/glibext/gbufferline.h: + * src/glibext/gcodebuffer.c: + * src/glibext/gcodebuffer.h: + * src/glibext/gfontcache.h: + * src/gtkext/graph/edge.c: + * src/gtkext/graph/edge.h: + * src/gtkext/graph/layout.c: + * src/gtkext/graph/layout.h: + * src/gtkext/gtkbinarystrip.c: + * src/gtkext/gtkblockview.h: + * src/gtkext/gtkbufferview.c: + * src/gtkext/gtkbufferview.h: + * src/gtkext/gtkdockstation.c: + * src/gtkext/gtkdockstation.h: + * src/gtkext/gtkgraphview.c: + * src/gtkext/gtkgraphview.h: + * src/gtkext/gtklinkrenderer.c: + * src/gtkext/gtklinkrenderer.h: + * src/gtkext/gtksourceview.h: + * src/gtkext/gtkviewpanel.c: + * src/gtkext/gtkviewpanel-int.h: + * src/gui/menus/project.c: + * src/gui/panels/glance.c: + * src/gui/panels/panel.c: + * src/gui/panels/welcome.c: + * src/panels/panel.h: + * src/project.h: + Save the first steps of the migration to GTK+ v3. + 14-01-13 Cyrille Bagard <nocbos@gmail.com> * src/common/Makefile.am: |