Initial Version
authordarco <darco@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Fri, 2 Jun 2006 03:36:34 +0000 (03:36 +0000)
committerdarco <darco@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Fri, 2 Jun 2006 03:36:34 +0000 (03:36 +0000)
commit4f638c4f8e5dc642a92d62da31233654eca397b2
tree19a46645c1f7ea8b772b73bd66f3247171e736c3
parent7bf63b38a939d592d8a7c0c1f52aadfda2229427
Initial Version

git-svn-id: http://svn.voria.com/code@176 1f10aa63-cdf2-0310-b900-c93c546f37ac
73 files changed:
synfig-osx/trunk/launcher/.cvsignore [new file with mode: 0644]
synfig-osx/trunk/launcher/English.lproj/.cvsignore [new file with mode: 0644]
synfig-osx/trunk/launcher/English.lproj/InfoPlist.strings [new file with mode: 0644]
synfig-osx/trunk/launcher/English.lproj/main.nib/classes.nib [new file with mode: 0644]
synfig-osx/trunk/launcher/English.lproj/main.nib/info.nib [new file with mode: 0644]
synfig-osx/trunk/launcher/English.lproj/main.nib/objects.nib [new file with mode: 0644]
synfig-osx/trunk/launcher/English.lproj/main~.nib/classes.nib [new file with mode: 0644]
synfig-osx/trunk/launcher/English.lproj/main~.nib/info.nib [new file with mode: 0644]
synfig-osx/trunk/launcher/English.lproj/main~.nib/objects.nib [new file with mode: 0644]
synfig-osx/trunk/launcher/Imakefile [new file with mode: 0644]
synfig-osx/trunk/launcher/Synfig Studio.pbproj/.cvsignore [new file with mode: 0644]
synfig-osx/trunk/launcher/Synfig Studio.pbproj/darco.mode1 [new file with mode: 0644]
synfig-osx/trunk/launcher/Synfig Studio.pbproj/darco.pbxuser [new file with mode: 0644]
synfig-osx/trunk/launcher/Synfig Studio.pbproj/project.pbxproj [new file with mode: 0644]
synfig-osx/trunk/launcher/SynfigApplication.h [new file with mode: 0644]
synfig-osx/trunk/launcher/SynfigApplication.m [new file with mode: 0644]
synfig-osx/trunk/launcher/X11.icns [new file with mode: 0644]
synfig-osx/trunk/launcher/X11Application.h [new file with mode: 0644]
synfig-osx/trunk/launcher/X11Application.m [new file with mode: 0644]
synfig-osx/trunk/launcher/X11Controller.h [new file with mode: 0644]
synfig-osx/trunk/launcher/X11Controller.m [new file with mode: 0644]
synfig-osx/trunk/launcher/Xquartz.man [new file with mode: 0644]
synfig-osx/trunk/launcher/appledri.c [new file with mode: 0644]
synfig-osx/trunk/launcher/applewm-impl.c [new file with mode: 0644]
synfig-osx/trunk/launcher/applewm.c [new file with mode: 0644]
synfig-osx/trunk/launcher/applewm.h [new file with mode: 0644]
synfig-osx/trunk/launcher/applewmstr.h [new file with mode: 0644]
synfig-osx/trunk/launcher/bundle-main.c [new file with mode: 0644]
synfig-osx/trunk/launcher/darwin-input.c [new file with mode: 0644]
synfig-osx/trunk/launcher/darwin-keyboard.c [new file with mode: 0644]
synfig-osx/trunk/launcher/darwin-keyboard.h [new file with mode: 0644]
synfig-osx/trunk/launcher/darwin-new-keymap.c [new file with mode: 0644]
synfig-osx/trunk/launcher/darwin-old-keymap.c [new file with mode: 0644]
synfig-osx/trunk/launcher/darwin.c [new file with mode: 0644]
synfig-osx/trunk/launcher/darwin.h [new file with mode: 0644]
synfig-osx/trunk/launcher/dri-surface.c [new file with mode: 0644]
synfig-osx/trunk/launcher/dri-surface.h [new file with mode: 0644]
synfig-osx/trunk/launcher/dri.h [new file with mode: 0644]
synfig-osx/trunk/launcher/dristruct.h [new file with mode: 0644]
synfig-osx/trunk/launcher/events.applescript [new file with mode: 0644]
synfig-osx/trunk/launcher/keysym2ucs.c [new file with mode: 0644]
synfig-osx/trunk/launcher/keysym2ucs.h [new file with mode: 0644]
synfig-osx/trunk/launcher/pseudoramiX.c [new file with mode: 0644]
synfig-osx/trunk/launcher/pseudoramiX.h [new file with mode: 0644]
synfig-osx/trunk/launcher/quartz-audio.c [new file with mode: 0644]
synfig-osx/trunk/launcher/quartz-audio.h [new file with mode: 0644]
synfig-osx/trunk/launcher/quartz-cursor.c [new file with mode: 0644]
synfig-osx/trunk/launcher/quartz-cursor.h [new file with mode: 0644]
synfig-osx/trunk/launcher/quartz-server.c [new file with mode: 0644]
synfig-osx/trunk/launcher/quartz.c [new file with mode: 0644]
synfig-osx/trunk/launcher/quartz.h [new file with mode: 0644]
synfig-osx/trunk/launcher/rootless-common.c [new file with mode: 0644]
synfig-osx/trunk/launcher/rootless-common.h [new file with mode: 0644]
synfig-osx/trunk/launcher/rootless-gc.c [new file with mode: 0644]
synfig-osx/trunk/launcher/rootless-picture.c [new file with mode: 0644]
synfig-osx/trunk/launcher/rootless-screen.c [new file with mode: 0644]
synfig-osx/trunk/launcher/rootless-val-tree.c [new file with mode: 0644]
synfig-osx/trunk/launcher/rootless-window.c [new file with mode: 0644]
synfig-osx/trunk/launcher/rootless-window.h [new file with mode: 0644]
synfig-osx/trunk/launcher/rootless.h [new file with mode: 0644]
synfig-osx/trunk/launcher/sif_file.icns [new file with mode: 0644]
synfig-osx/trunk/launcher/utils/.cvsignore [new file with mode: 0644]
synfig-osx/trunk/launcher/utils/Imakefile [new file with mode: 0644]
synfig-osx/trunk/launcher/utils/README.txt [new file with mode: 0644]
synfig-osx/trunk/launcher/utils/dumpkeymap.c [new file with mode: 0644]
synfig-osx/trunk/launcher/utils/dumpkeymap.man [new file with mode: 0644]
synfig-osx/trunk/launcher/voria.icns [new file with mode: 0644]
synfig-osx/trunk/launcher/x-hash.c [new file with mode: 0644]
synfig-osx/trunk/launcher/x-hash.h [new file with mode: 0644]
synfig-osx/trunk/launcher/x-hook.c [new file with mode: 0644]
synfig-osx/trunk/launcher/x-hook.h [new file with mode: 0644]
synfig-osx/trunk/launcher/x-list.c [new file with mode: 0644]
synfig-osx/trunk/launcher/x-list.h [new file with mode: 0644]