Bringing ChocolateCaste-0.7 into the main branch.
commit05a03b542d490ac0f5345096a97bca3cbfbfcbf2
authormazze <mazze@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Thu, 16 Aug 2012 13:37:26 +0000 (16 13:37 +0000)
committermazze <mazze@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Thu, 16 Aug 2012 13:37:26 +0000 (16 13:37 +0000)
treecfdf9149cb2a3c377c8fa737d3207f3f477c2e2d
parent54185b255d3c7cc5435d759c2e1e7ea1b328c928
Bringing ChocolateCaste-0.7 into the main branch.
It's a GUI driven skeleton generator for MUI classes.
Krashan didn't want to add platform independent macros, so we have
to create a fork.

git-svn-id: https://svn.aros.org/svn/aros/trunk/contrib@45578 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
45 files changed:
development/gui/chocolatecastle/ChocolateCastle [new file with mode: 0644]
development/gui/chocolatecastle/ChocolateCastle EN.guide [new file with mode: 0644]
development/gui/chocolatecastle/ChocolateCastle EN.guide.info [new file with mode: 0644]
development/gui/chocolatecastle/ChocolateCastle.info [new file with mode: 0644]
development/gui/chocolatecastle/catalogs/ChocolateCastle.cd [new file with mode: 0644]
development/gui/chocolatecastle/catalogs/polski/ChocolateCastle.catalog [new file with mode: 0644]
development/gui/chocolatecastle/changelog.txt [new file with mode: 0644]
development/gui/chocolatecastle/changelog.txt.info [new file with mode: 0644]
development/gui/chocolatecastle/source.info [new file with mode: 0644]
development/gui/chocolatecastle/source/castleapp.c [new file with mode: 0644]
development/gui/chocolatecastle/source/castleapp.h [new file with mode: 0644]
development/gui/chocolatecastle/source/editor.c [new file with mode: 0644]
development/gui/chocolatecastle/source/editor.h [new file with mode: 0644]
development/gui/chocolatecastle/source/generator.c [new file with mode: 0644]
development/gui/chocolatecastle/source/generator.h [new file with mode: 0644]
development/gui/chocolatecastle/source/libvstring/clonestrarray.c [new file with mode: 0644]
development/gui/chocolatecastle/source/libvstring/fmtlen.c [new file with mode: 0644]
development/gui/chocolatecastle/source/libvstring/fmtnew.c [new file with mode: 0644]
development/gui/chocolatecastle/source/libvstring/fmtnput.c [new file with mode: 0644]
development/gui/chocolatecastle/source/libvstring/fmtput.c [new file with mode: 0644]
development/gui/chocolatecastle/source/libvstring/freestrarray.c [new file with mode: 0644]
development/gui/chocolatecastle/source/libvstring/libvstring.h [new file with mode: 0644]
development/gui/chocolatecastle/source/libvstring/makefile [new file with mode: 0644]
development/gui/chocolatecastle/source/libvstring/strarraylen.c [new file with mode: 0644]
development/gui/chocolatecastle/source/libvstring/strcopy.c [new file with mode: 0644]
development/gui/chocolatecastle/source/libvstring/strlen.c [new file with mode: 0644]
development/gui/chocolatecastle/source/libvstring/strncopy.c [new file with mode: 0644]
development/gui/chocolatecastle/source/libvstring/strnew.c [new file with mode: 0644]
development/gui/chocolatecastle/source/libvstring/vfmtnew.c [new file with mode: 0644]
development/gui/chocolatecastle/source/locale.c [new file with mode: 0644]
development/gui/chocolatecastle/source/locale.h [new file with mode: 0644]
development/gui/chocolatecastle/source/logo.c [new file with mode: 0644]
development/gui/chocolatecastle/source/logo.h [new file with mode: 0644]
development/gui/chocolatecastle/source/main.c [new file with mode: 0644]
development/gui/chocolatecastle/source/makefile [new file with mode: 0644]
development/gui/chocolatecastle/source/methodeditor.c [new file with mode: 0644]
development/gui/chocolatecastle/source/methodeditor.h [new file with mode: 0644]
development/gui/chocolatecastle/source/methodlist.c [new file with mode: 0644]
development/gui/chocolatecastle/source/methodlist.h [new file with mode: 0644]
development/gui/chocolatecastle/source/muigenerator.c [new file with mode: 0644]
development/gui/chocolatecastle/source/muigenerator.h [new file with mode: 0644]
development/gui/chocolatecastle/source/reggenerator.c [new file with mode: 0644]
development/gui/chocolatecastle/source/reggenerator.h [new file with mode: 0644]
development/gui/chocolatecastle/source/support.c [new file with mode: 0644]
development/gui/chocolatecastle/source/support.h [new file with mode: 0644]