├── .gitignore ├── CP.sln ├── DIST ├── License.txt ├── NList.Data.TXT ├── ReadMe.txt ├── mfc140u.dll ├── vcruntime140.dll └── with-mdc.deploy ├── LICENSE.txt ├── README-linux.md ├── README.md ├── app ├── ACUArchive.cpp ├── ACUArchive.h ├── AboutDialog.cpp ├── AboutDialog.h ├── ActionProgressDialog.cpp ├── ActionProgressDialog.h ├── Actions.cpp ├── AddClashDialog.cpp ├── AddClashDialog.h ├── AddFilesDialog.cpp ├── AddFilesDialog.h ├── AppleSingleArchive.cpp ├── AppleSingleArchive.h ├── ArchiveInfoDialog.cpp ├── ArchiveInfoDialog.h ├── BNYArchive.cpp ├── BNYArchive.h ├── BasicImport.cpp ├── BasicImport.h ├── CassImpTargetDialog.cpp ├── CassImpTargetDialog.h ├── CassetteDialog.cpp ├── CassetteDialog.h ├── ChooseAddTargetDialog.cpp ├── ChooseAddTargetDialog.h ├── ChooseDirDialog.h ├── CiderPress.rc ├── Clipboard.cpp ├── ConfirmOverwriteDialog.cpp ├── ConfirmOverwriteDialog.h ├── ContentList.cpp ├── ContentList.h ├── ConvDiskOptionsDialog.cpp ├── ConvDiskOptionsDialog.h ├── ConvFileOptionsDialog.cpp ├── ConvFileOptionsDialog.h ├── CreateImageDialog.cpp ├── CreateImageDialog.h ├── CreateSubdirDialog.cpp ├── CreateSubdirDialog.h ├── DEFileDialog.cpp ├── DEFileDialog.h ├── DiskArchive.cpp ├── DiskArchive.h ├── DiskConvertDialog.cpp ├── DiskConvertDialog.h ├── DiskEditDialog.cpp ├── DiskEditDialog.h ├── DiskEditOpenDialog.cpp ├── DiskEditOpenDialog.h ├── DiskFSTree.cpp ├── DiskFSTree.h ├── DoneOpenDialog.h ├── EOLScanDialog.cpp ├── EOLScanDialog.h ├── EditAssocDialog.cpp ├── EditAssocDialog.h ├── EditCommentDialog.cpp ├── EditCommentDialog.h ├── EditPropsDialog.cpp ├── EditPropsDialog.h ├── EnterRegDialog.cpp ├── EnterRegDialog.h ├── ExtractOptionsDialog.cpp ├── ExtractOptionsDialog.h ├── FileNameConv.cpp ├── FileNameConv.h ├── GenericArchive.cpp ├── GenericArchive.h ├── Graphics │ ├── ChooseFolder.bmp │ ├── CiderPress.ico │ ├── FileViewer.ico │ ├── NewFolder.bmp │ ├── binary2.ico │ ├── diskimage.ico │ ├── fslogo.bmp │ ├── hdrbar.bmp │ ├── list-pics.bmp │ ├── nufx.ico │ ├── toolbar1.bmp │ ├── tree_pics.bmp │ └── vol_pics.bmp ├── Help │ ├── CiderPress.chm │ ├── CiderPress.hhc │ ├── CiderPress.hhk │ ├── CiderPress.hhp │ ├── PopUp.txt │ ├── PopUpIds.h │ ├── README.txt │ └── html │ │ ├── t10.htm │ │ ├── t109.htm │ │ ├── t111.htm │ │ ├── t112.htm │ │ ├── t13.htm │ │ ├── t18.htm │ │ ├── t187.htm │ │ ├── t19.htm │ │ ├── t20.htm │ │ ├── t201.htm │ │ ├── t203.htm │ │ ├── t21.htm │ │ ├── t215.htm │ │ ├── t216.htm │ │ ├── t22.htm │ │ ├── t23.htm │ │ ├── t233.htm │ │ ├── t24.htm │ │ ├── t241.htm │ │ ├── t244.htm │ │ ├── t245.htm │ │ ├── t247.htm │ │ ├── t25.htm │ │ ├── t257.htm │ │ ├── t258.htm │ │ ├── t259.htm │ │ ├── t262.htm │ │ ├── t263.htm │ │ ├── t268.htm │ │ ├── t272.htm │ │ ├── t273.htm │ │ ├── t277.htm │ │ ├── t28.htm │ │ ├── t284.htm │ │ ├── t29.htm │ │ ├── t38.htm │ │ ├── t39.htm │ │ ├── t41.htm │ │ ├── t42.htm │ │ ├── t43.htm │ │ ├── t44.htm │ │ ├── t45.htm │ │ ├── t46.htm │ │ ├── t47.htm │ │ ├── t48.htm │ │ ├── t49.htm │ │ ├── t50.htm │ │ ├── t51.htm │ │ ├── t52.htm │ │ ├── t53.htm │ │ ├── t54.htm │ │ ├── t55.htm │ │ ├── t56.htm │ │ ├── t57.htm │ │ ├── t58.htm │ │ ├── t59.htm │ │ ├── t60.htm │ │ ├── t61.htm │ │ ├── t62.htm │ │ ├── t63.htm │ │ ├── t64.htm │ │ ├── t65.htm │ │ ├── t66.htm │ │ ├── t67.htm │ │ ├── t68.htm │ │ └── t69.htm ├── HelpTopics.h ├── ImageFormatDialog.cpp ├── ImageFormatDialog.h ├── Main.cpp ├── Main.h ├── MyApp.cpp ├── MyApp.h ├── NewDiskSize.cpp ├── NewDiskSize.h ├── NufxArchive.cpp ├── NufxArchive.h ├── OpenVolumeDialog.cpp ├── OpenVolumeDialog.h ├── PasteSpecialDialog.cpp ├── PasteSpecialDialog.h ├── Preferences.cpp ├── Preferences.h ├── PrefsDialog.cpp ├── PrefsDialog.h ├── Print.cpp ├── Print.h ├── ProgressCounterDialog.h ├── RecompressOptionsDialog.cpp ├── RecompressOptionsDialog.h ├── Registry.cpp ├── Registry.h ├── RenameEntryDialog.cpp ├── RenameEntryDialog.h ├── RenameVolumeDialog.cpp ├── RenameVolumeDialog.h ├── Squeeze.cpp ├── Squeeze.h ├── StdAfx.cpp ├── StdAfx.h ├── SubVolumeDialog.cpp ├── SubVolumeDialog.h ├── Tools.cpp ├── TwoImgPropsDialog.cpp ├── TwoImgPropsDialog.h ├── UseSelectionDialog.cpp ├── UseSelectionDialog.h ├── ViewFilesDialog.cpp ├── ViewFilesDialog.h ├── VolumeCopyDialog.cpp ├── VolumeCopyDialog.h ├── app.vcxproj ├── app.vcxproj.filters ├── app.vcxproj.user ├── postbuild.bat ├── resource.h ├── resource.hm └── targetver.h ├── diskimg ├── ASPI.cpp ├── ASPI.h ├── CFFA.cpp ├── CPM.cpp ├── CP_WNASPI32.H ├── CP_ntddscsi.h ├── Container.cpp ├── DDD.cpp ├── DIUtil.cpp ├── DOS33.cpp ├── DOSImage.cpp ├── DiskFS.cpp ├── DiskImg.cpp ├── DiskImg.h ├── DiskImgDetail.h ├── DiskImgPriv.h ├── FAT.cpp ├── FDI.cpp ├── FocusDrive.cpp ├── GenericFD.cpp ├── GenericFD.h ├── Global.cpp ├── Gutenberg.cpp ├── HFS.cpp ├── ImageWrapper.cpp ├── MacPart.cpp ├── Makefile ├── MicroDrive.cpp ├── Nibble.cpp ├── Nibble35.cpp ├── OuterWrapper.cpp ├── OzDOS.cpp ├── Pascal.cpp ├── ProDOS.cpp ├── RDOS.cpp ├── README.md ├── SCSIDefs.h ├── SPTI.cpp ├── SPTI.h ├── StdAfx.cpp ├── StdAfx.h ├── TwoImg.cpp ├── TwoImg.h ├── UNIDOS.cpp ├── VolumeUsage.cpp ├── Win32BlockIO.cpp ├── Win32BlockIO.h ├── Win32Extra.h ├── diskimg.vcxproj ├── diskimg.vcxproj.filters ├── diskimg.vcxproj.user └── libhfs │ ├── COPYRIGHT │ ├── Makefile │ ├── README │ ├── apple.h │ ├── block.c │ ├── block.h │ ├── btree.c │ ├── btree.h │ ├── config.h │ ├── data.c │ ├── data.h │ ├── file.c │ ├── file.h │ ├── hfs.c │ ├── hfs.h │ ├── libhfs.h │ ├── libhfs.vcxproj │ ├── libhfs.vcxproj.filters │ ├── low.c │ ├── low.h │ ├── medium.c │ ├── medium.h │ ├── memcmp.c │ ├── node.c │ ├── node.h │ ├── os.c │ ├── os.h │ ├── record.c │ ├── record.h │ ├── version.c │ ├── version.h │ ├── volume.c │ └── volume.h ├── linux ├── .gitignore ├── Convert.cpp ├── GetFile.cpp ├── MDC.cpp ├── MakeDisk.cpp ├── Makefile ├── PackDDD.cpp ├── SSTAsm.cpp └── StringArray.h ├── mdc ├── AboutDlg.cpp ├── AboutDlg.h ├── Main.cpp ├── Main.h ├── ProgressDlg.cpp ├── ProgressDlg.h ├── StdAfx.cpp ├── StdAfx.h ├── mdc.ICO ├── mdc.clw ├── mdc.cpp ├── mdc.h ├── mdc.rc ├── mdc.vcxproj ├── mdc.vcxproj.filters ├── mdc.vcxproj.user └── resource.h ├── nufxlib ├── .gitignore ├── Archive.c ├── ArchiveIO.c ├── Bzip2.c ├── COPYING-LIB ├── ChangeLog.txt ├── Charset.c ├── Compress.c ├── Crc16.c ├── Debug.c ├── Deferred.c ├── Deflate.c ├── Entry.c ├── Expand.c ├── FileIO.c ├── Funnel.c ├── INSTALL ├── Lzc.c ├── Lzw.c ├── Makefile.in ├── Makefile.msc ├── MiscStuff.c ├── MiscStuff.h ├── MiscUtils.c ├── NOTES.md ├── NufxLib.h ├── NufxLibPriv.h ├── README.txt ├── Record.c ├── SourceSink.c ├── Squeeze.c ├── SysDefs.h ├── Thread.c ├── Value.c ├── Version.c ├── config.guess ├── config.h.in ├── config.sub ├── configure ├── configure.in ├── install-sh ├── mkinstalldirs ├── nufxlib.def ├── nufxlib.vcxproj ├── nufxlib.vcxproj.filters └── samples │ ├── Common.h │ ├── Exerciser.c │ ├── ImgConv.c │ ├── Launder.c │ ├── Makefile.in │ ├── Makefile.msc │ ├── README-S.txt │ ├── TestBasic.c │ ├── TestExtract.c │ ├── TestNames.c │ ├── TestSimple.c │ └── TestTwirl.c ├── reformat ├── AWGS.cpp ├── AWGS.h ├── AppleWorks.cpp ├── AppleWorks.h ├── Asm.cpp ├── Asm.h ├── BASIC.cpp ├── BASIC.h ├── CPMFiles.cpp ├── CPMFiles.h ├── Charset.cpp ├── Charset.h ├── Directory.cpp ├── Directory.h ├── Disasm.cpp ├── Disasm.h ├── DisasmTable.cpp ├── DoubleHiRes.cpp ├── DoubleHiRes.h ├── DreamGrafix.cpp ├── HiRes.cpp ├── HiRes.h ├── MacPaint.cpp ├── MacPaint.h ├── NiftyList.cpp ├── PascalFiles.cpp ├── PascalFiles.h ├── PrintShop.cpp ├── PrintShop.h ├── Reformat.cpp ├── Reformat.h ├── ReformatBase.cpp ├── ReformatBase.h ├── ResourceFork.cpp ├── ResourceFork.h ├── Simple.cpp ├── Simple.h ├── StdAfx.cpp ├── StdAfx.h ├── SuperHiRes.cpp ├── SuperHiRes.h ├── Teach.cpp ├── Teach.h ├── Text8.cpp ├── Text8.h ├── reformat.vcxproj └── reformat.vcxproj.filters ├── util ├── CancelDialog.h ├── FaddenStd.h ├── ImageDataObject.cpp ├── ImageDataObject.h ├── Modeless.h ├── MyBitmapButton.cpp ├── MyBitmapButton.h ├── MyDIBitmap.cpp ├── MyDIBitmap.h ├── MyDebug.cpp ├── MyDebug.h ├── MyEdit.cpp ├── MyEdit.h ├── MySpinCtrl.cpp ├── MySpinCtrl.h ├── PathName.cpp ├── PathName.h ├── Pidl.cpp ├── Pidl.h ├── ProgressCancelDialog.h ├── SelectFilesDialog.cpp ├── SelectFilesDialog.h ├── SoundFile.cpp ├── SoundFile.h ├── StdAfx.cpp ├── StdAfx.h ├── Util.cpp ├── Util.h ├── UtilLib.h ├── util.vcxproj └── util.vcxproj.filters └── zlib ├── ChangeLog ├── FAQ ├── INDEX ├── README ├── adler32.c ├── compress.c ├── crc32.c ├── crc32.h ├── deflate.c ├── deflate.h ├── gzclose.c ├── gzguts.h ├── gzlib.c ├── gzread.c ├── gzwrite.c ├── infback.c ├── inffast.c ├── inffast.h ├── inffixed.h ├── inflate.c ├── inflate.h ├── inftrees.c ├── inftrees.h ├── trees.c ├── trees.h ├── uncompr.c ├── zconf.h ├── zlib.h ├── zlib.vcxproj ├── zlib.vcxproj.filters ├── zutil.c └── zutil.h /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/.gitignore -------------------------------------------------------------------------------- /CP.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/CP.sln -------------------------------------------------------------------------------- /DIST/License.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/DIST/License.txt -------------------------------------------------------------------------------- /DIST/NList.Data.TXT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/DIST/NList.Data.TXT -------------------------------------------------------------------------------- /DIST/ReadMe.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/DIST/ReadMe.txt -------------------------------------------------------------------------------- /DIST/mfc140u.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/DIST/mfc140u.dll -------------------------------------------------------------------------------- /DIST/vcruntime140.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/DIST/vcruntime140.dll -------------------------------------------------------------------------------- /DIST/with-mdc.deploy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/DIST/with-mdc.deploy -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /README-linux.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/README-linux.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/README.md -------------------------------------------------------------------------------- /app/ACUArchive.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/ACUArchive.cpp -------------------------------------------------------------------------------- /app/ACUArchive.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/ACUArchive.h -------------------------------------------------------------------------------- /app/AboutDialog.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/AboutDialog.cpp -------------------------------------------------------------------------------- /app/AboutDialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/AboutDialog.h -------------------------------------------------------------------------------- /app/ActionProgressDialog.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/ActionProgressDialog.cpp -------------------------------------------------------------------------------- /app/ActionProgressDialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/ActionProgressDialog.h -------------------------------------------------------------------------------- /app/Actions.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/Actions.cpp -------------------------------------------------------------------------------- /app/AddClashDialog.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/AddClashDialog.cpp -------------------------------------------------------------------------------- /app/AddClashDialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/AddClashDialog.h -------------------------------------------------------------------------------- /app/AddFilesDialog.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/AddFilesDialog.cpp -------------------------------------------------------------------------------- /app/AddFilesDialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/AddFilesDialog.h -------------------------------------------------------------------------------- /app/AppleSingleArchive.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/AppleSingleArchive.cpp -------------------------------------------------------------------------------- /app/AppleSingleArchive.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/AppleSingleArchive.h -------------------------------------------------------------------------------- /app/ArchiveInfoDialog.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/ArchiveInfoDialog.cpp -------------------------------------------------------------------------------- /app/ArchiveInfoDialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/ArchiveInfoDialog.h -------------------------------------------------------------------------------- /app/BNYArchive.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/BNYArchive.cpp -------------------------------------------------------------------------------- /app/BNYArchive.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/BNYArchive.h -------------------------------------------------------------------------------- /app/BasicImport.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/BasicImport.cpp -------------------------------------------------------------------------------- /app/BasicImport.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/BasicImport.h -------------------------------------------------------------------------------- /app/CassImpTargetDialog.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/CassImpTargetDialog.cpp -------------------------------------------------------------------------------- /app/CassImpTargetDialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/CassImpTargetDialog.h -------------------------------------------------------------------------------- /app/CassetteDialog.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/CassetteDialog.cpp -------------------------------------------------------------------------------- /app/CassetteDialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/CassetteDialog.h -------------------------------------------------------------------------------- /app/ChooseAddTargetDialog.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/ChooseAddTargetDialog.cpp -------------------------------------------------------------------------------- /app/ChooseAddTargetDialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/ChooseAddTargetDialog.h -------------------------------------------------------------------------------- /app/ChooseDirDialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/ChooseDirDialog.h -------------------------------------------------------------------------------- /app/CiderPress.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/CiderPress.rc -------------------------------------------------------------------------------- /app/Clipboard.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/Clipboard.cpp -------------------------------------------------------------------------------- /app/ConfirmOverwriteDialog.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/ConfirmOverwriteDialog.cpp -------------------------------------------------------------------------------- /app/ConfirmOverwriteDialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/ConfirmOverwriteDialog.h -------------------------------------------------------------------------------- /app/ContentList.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/ContentList.cpp -------------------------------------------------------------------------------- /app/ContentList.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/ContentList.h -------------------------------------------------------------------------------- /app/ConvDiskOptionsDialog.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/ConvDiskOptionsDialog.cpp -------------------------------------------------------------------------------- /app/ConvDiskOptionsDialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/ConvDiskOptionsDialog.h -------------------------------------------------------------------------------- /app/ConvFileOptionsDialog.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/ConvFileOptionsDialog.cpp -------------------------------------------------------------------------------- /app/ConvFileOptionsDialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/ConvFileOptionsDialog.h -------------------------------------------------------------------------------- /app/CreateImageDialog.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/CreateImageDialog.cpp -------------------------------------------------------------------------------- /app/CreateImageDialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/CreateImageDialog.h -------------------------------------------------------------------------------- /app/CreateSubdirDialog.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/CreateSubdirDialog.cpp -------------------------------------------------------------------------------- /app/CreateSubdirDialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/CreateSubdirDialog.h -------------------------------------------------------------------------------- /app/DEFileDialog.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/DEFileDialog.cpp -------------------------------------------------------------------------------- /app/DEFileDialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/DEFileDialog.h -------------------------------------------------------------------------------- /app/DiskArchive.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/DiskArchive.cpp -------------------------------------------------------------------------------- /app/DiskArchive.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/DiskArchive.h -------------------------------------------------------------------------------- /app/DiskConvertDialog.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/DiskConvertDialog.cpp -------------------------------------------------------------------------------- /app/DiskConvertDialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/DiskConvertDialog.h -------------------------------------------------------------------------------- /app/DiskEditDialog.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/DiskEditDialog.cpp -------------------------------------------------------------------------------- /app/DiskEditDialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/DiskEditDialog.h -------------------------------------------------------------------------------- /app/DiskEditOpenDialog.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/DiskEditOpenDialog.cpp -------------------------------------------------------------------------------- /app/DiskEditOpenDialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/DiskEditOpenDialog.h -------------------------------------------------------------------------------- /app/DiskFSTree.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/DiskFSTree.cpp -------------------------------------------------------------------------------- /app/DiskFSTree.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/DiskFSTree.h -------------------------------------------------------------------------------- /app/DoneOpenDialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/DoneOpenDialog.h -------------------------------------------------------------------------------- /app/EOLScanDialog.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/EOLScanDialog.cpp -------------------------------------------------------------------------------- /app/EOLScanDialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/EOLScanDialog.h -------------------------------------------------------------------------------- /app/EditAssocDialog.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/EditAssocDialog.cpp -------------------------------------------------------------------------------- /app/EditAssocDialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/EditAssocDialog.h -------------------------------------------------------------------------------- /app/EditCommentDialog.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/EditCommentDialog.cpp -------------------------------------------------------------------------------- /app/EditCommentDialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/EditCommentDialog.h -------------------------------------------------------------------------------- /app/EditPropsDialog.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/EditPropsDialog.cpp -------------------------------------------------------------------------------- /app/EditPropsDialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/EditPropsDialog.h -------------------------------------------------------------------------------- /app/EnterRegDialog.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/EnterRegDialog.cpp -------------------------------------------------------------------------------- /app/EnterRegDialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/EnterRegDialog.h -------------------------------------------------------------------------------- /app/ExtractOptionsDialog.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/ExtractOptionsDialog.cpp -------------------------------------------------------------------------------- /app/ExtractOptionsDialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/ExtractOptionsDialog.h -------------------------------------------------------------------------------- /app/FileNameConv.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/FileNameConv.cpp -------------------------------------------------------------------------------- /app/FileNameConv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/FileNameConv.h -------------------------------------------------------------------------------- /app/GenericArchive.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/GenericArchive.cpp -------------------------------------------------------------------------------- /app/GenericArchive.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/GenericArchive.h -------------------------------------------------------------------------------- /app/Graphics/ChooseFolder.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/Graphics/ChooseFolder.bmp -------------------------------------------------------------------------------- /app/Graphics/CiderPress.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/Graphics/CiderPress.ico -------------------------------------------------------------------------------- /app/Graphics/FileViewer.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/Graphics/FileViewer.ico -------------------------------------------------------------------------------- /app/Graphics/NewFolder.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/Graphics/NewFolder.bmp -------------------------------------------------------------------------------- /app/Graphics/binary2.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/Graphics/binary2.ico -------------------------------------------------------------------------------- /app/Graphics/diskimage.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/Graphics/diskimage.ico -------------------------------------------------------------------------------- /app/Graphics/fslogo.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/Graphics/fslogo.bmp -------------------------------------------------------------------------------- /app/Graphics/hdrbar.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/Graphics/hdrbar.bmp -------------------------------------------------------------------------------- /app/Graphics/list-pics.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/Graphics/list-pics.bmp -------------------------------------------------------------------------------- /app/Graphics/nufx.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/Graphics/nufx.ico -------------------------------------------------------------------------------- /app/Graphics/toolbar1.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/Graphics/toolbar1.bmp -------------------------------------------------------------------------------- /app/Graphics/tree_pics.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/Graphics/tree_pics.bmp -------------------------------------------------------------------------------- /app/Graphics/vol_pics.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/Graphics/vol_pics.bmp -------------------------------------------------------------------------------- /app/Help/CiderPress.chm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/Help/CiderPress.chm -------------------------------------------------------------------------------- /app/Help/CiderPress.hhc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/Help/CiderPress.hhc -------------------------------------------------------------------------------- /app/Help/CiderPress.hhk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/Help/CiderPress.hhk -------------------------------------------------------------------------------- /app/Help/CiderPress.hhp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/Help/CiderPress.hhp -------------------------------------------------------------------------------- /app/Help/PopUp.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/Help/PopUp.txt -------------------------------------------------------------------------------- /app/Help/PopUpIds.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/Help/PopUpIds.h -------------------------------------------------------------------------------- /app/Help/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/Help/README.txt -------------------------------------------------------------------------------- /app/Help/html/t10.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/Help/html/t10.htm -------------------------------------------------------------------------------- /app/Help/html/t109.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/Help/html/t109.htm -------------------------------------------------------------------------------- /app/Help/html/t111.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/Help/html/t111.htm -------------------------------------------------------------------------------- /app/Help/html/t112.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/Help/html/t112.htm -------------------------------------------------------------------------------- /app/Help/html/t13.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/Help/html/t13.htm -------------------------------------------------------------------------------- /app/Help/html/t18.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/Help/html/t18.htm -------------------------------------------------------------------------------- /app/Help/html/t187.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/Help/html/t187.htm -------------------------------------------------------------------------------- /app/Help/html/t19.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/Help/html/t19.htm -------------------------------------------------------------------------------- /app/Help/html/t20.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/Help/html/t20.htm -------------------------------------------------------------------------------- /app/Help/html/t201.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/Help/html/t201.htm -------------------------------------------------------------------------------- /app/Help/html/t203.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/Help/html/t203.htm -------------------------------------------------------------------------------- /app/Help/html/t21.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/Help/html/t21.htm -------------------------------------------------------------------------------- /app/Help/html/t215.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/Help/html/t215.htm -------------------------------------------------------------------------------- /app/Help/html/t216.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/Help/html/t216.htm -------------------------------------------------------------------------------- /app/Help/html/t22.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/Help/html/t22.htm -------------------------------------------------------------------------------- /app/Help/html/t23.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/Help/html/t23.htm -------------------------------------------------------------------------------- /app/Help/html/t233.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/Help/html/t233.htm -------------------------------------------------------------------------------- /app/Help/html/t24.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/Help/html/t24.htm -------------------------------------------------------------------------------- /app/Help/html/t241.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/Help/html/t241.htm -------------------------------------------------------------------------------- /app/Help/html/t244.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/Help/html/t244.htm -------------------------------------------------------------------------------- /app/Help/html/t245.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/Help/html/t245.htm -------------------------------------------------------------------------------- /app/Help/html/t247.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/Help/html/t247.htm -------------------------------------------------------------------------------- /app/Help/html/t25.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/Help/html/t25.htm -------------------------------------------------------------------------------- /app/Help/html/t257.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/Help/html/t257.htm -------------------------------------------------------------------------------- /app/Help/html/t258.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/Help/html/t258.htm -------------------------------------------------------------------------------- /app/Help/html/t259.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/Help/html/t259.htm -------------------------------------------------------------------------------- /app/Help/html/t262.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/Help/html/t262.htm -------------------------------------------------------------------------------- /app/Help/html/t263.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/Help/html/t263.htm -------------------------------------------------------------------------------- /app/Help/html/t268.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/Help/html/t268.htm -------------------------------------------------------------------------------- /app/Help/html/t272.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/Help/html/t272.htm -------------------------------------------------------------------------------- /app/Help/html/t273.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/Help/html/t273.htm -------------------------------------------------------------------------------- /app/Help/html/t277.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/Help/html/t277.htm -------------------------------------------------------------------------------- /app/Help/html/t28.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/Help/html/t28.htm -------------------------------------------------------------------------------- /app/Help/html/t284.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/Help/html/t284.htm -------------------------------------------------------------------------------- /app/Help/html/t29.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/Help/html/t29.htm -------------------------------------------------------------------------------- /app/Help/html/t38.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/Help/html/t38.htm -------------------------------------------------------------------------------- /app/Help/html/t39.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/Help/html/t39.htm -------------------------------------------------------------------------------- /app/Help/html/t41.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/Help/html/t41.htm -------------------------------------------------------------------------------- /app/Help/html/t42.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/Help/html/t42.htm -------------------------------------------------------------------------------- /app/Help/html/t43.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/Help/html/t43.htm -------------------------------------------------------------------------------- /app/Help/html/t44.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/Help/html/t44.htm -------------------------------------------------------------------------------- /app/Help/html/t45.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/Help/html/t45.htm -------------------------------------------------------------------------------- /app/Help/html/t46.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/Help/html/t46.htm -------------------------------------------------------------------------------- /app/Help/html/t47.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/Help/html/t47.htm -------------------------------------------------------------------------------- /app/Help/html/t48.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/Help/html/t48.htm -------------------------------------------------------------------------------- /app/Help/html/t49.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/Help/html/t49.htm -------------------------------------------------------------------------------- /app/Help/html/t50.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/Help/html/t50.htm -------------------------------------------------------------------------------- /app/Help/html/t51.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/Help/html/t51.htm -------------------------------------------------------------------------------- /app/Help/html/t52.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/Help/html/t52.htm -------------------------------------------------------------------------------- /app/Help/html/t53.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/Help/html/t53.htm -------------------------------------------------------------------------------- /app/Help/html/t54.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/Help/html/t54.htm -------------------------------------------------------------------------------- /app/Help/html/t55.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/Help/html/t55.htm -------------------------------------------------------------------------------- /app/Help/html/t56.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/Help/html/t56.htm -------------------------------------------------------------------------------- /app/Help/html/t57.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/Help/html/t57.htm -------------------------------------------------------------------------------- /app/Help/html/t58.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/Help/html/t58.htm -------------------------------------------------------------------------------- /app/Help/html/t59.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/Help/html/t59.htm -------------------------------------------------------------------------------- /app/Help/html/t60.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/Help/html/t60.htm -------------------------------------------------------------------------------- /app/Help/html/t61.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/Help/html/t61.htm -------------------------------------------------------------------------------- /app/Help/html/t62.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/Help/html/t62.htm -------------------------------------------------------------------------------- /app/Help/html/t63.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/Help/html/t63.htm -------------------------------------------------------------------------------- /app/Help/html/t64.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/Help/html/t64.htm -------------------------------------------------------------------------------- /app/Help/html/t65.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/Help/html/t65.htm -------------------------------------------------------------------------------- /app/Help/html/t66.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/Help/html/t66.htm -------------------------------------------------------------------------------- /app/Help/html/t67.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/Help/html/t67.htm -------------------------------------------------------------------------------- /app/Help/html/t68.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/Help/html/t68.htm -------------------------------------------------------------------------------- /app/Help/html/t69.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/Help/html/t69.htm -------------------------------------------------------------------------------- /app/HelpTopics.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/HelpTopics.h -------------------------------------------------------------------------------- /app/ImageFormatDialog.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/ImageFormatDialog.cpp -------------------------------------------------------------------------------- /app/ImageFormatDialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/ImageFormatDialog.h -------------------------------------------------------------------------------- /app/Main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/Main.cpp -------------------------------------------------------------------------------- /app/Main.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/Main.h -------------------------------------------------------------------------------- /app/MyApp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/MyApp.cpp -------------------------------------------------------------------------------- /app/MyApp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/MyApp.h -------------------------------------------------------------------------------- /app/NewDiskSize.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/NewDiskSize.cpp -------------------------------------------------------------------------------- /app/NewDiskSize.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/NewDiskSize.h -------------------------------------------------------------------------------- /app/NufxArchive.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/NufxArchive.cpp -------------------------------------------------------------------------------- /app/NufxArchive.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/NufxArchive.h -------------------------------------------------------------------------------- /app/OpenVolumeDialog.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/OpenVolumeDialog.cpp -------------------------------------------------------------------------------- /app/OpenVolumeDialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/OpenVolumeDialog.h -------------------------------------------------------------------------------- /app/PasteSpecialDialog.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/PasteSpecialDialog.cpp -------------------------------------------------------------------------------- /app/PasteSpecialDialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/PasteSpecialDialog.h -------------------------------------------------------------------------------- /app/Preferences.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/Preferences.cpp -------------------------------------------------------------------------------- /app/Preferences.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/Preferences.h -------------------------------------------------------------------------------- /app/PrefsDialog.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/PrefsDialog.cpp -------------------------------------------------------------------------------- /app/PrefsDialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/PrefsDialog.h -------------------------------------------------------------------------------- /app/Print.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/Print.cpp -------------------------------------------------------------------------------- /app/Print.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/Print.h -------------------------------------------------------------------------------- /app/ProgressCounterDialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/ProgressCounterDialog.h -------------------------------------------------------------------------------- /app/RecompressOptionsDialog.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/RecompressOptionsDialog.cpp -------------------------------------------------------------------------------- /app/RecompressOptionsDialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/RecompressOptionsDialog.h -------------------------------------------------------------------------------- /app/Registry.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/Registry.cpp -------------------------------------------------------------------------------- /app/Registry.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/Registry.h -------------------------------------------------------------------------------- /app/RenameEntryDialog.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/RenameEntryDialog.cpp -------------------------------------------------------------------------------- /app/RenameEntryDialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/RenameEntryDialog.h -------------------------------------------------------------------------------- /app/RenameVolumeDialog.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/RenameVolumeDialog.cpp -------------------------------------------------------------------------------- /app/RenameVolumeDialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/RenameVolumeDialog.h -------------------------------------------------------------------------------- /app/Squeeze.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/Squeeze.cpp -------------------------------------------------------------------------------- /app/Squeeze.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/Squeeze.h -------------------------------------------------------------------------------- /app/StdAfx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/StdAfx.cpp -------------------------------------------------------------------------------- /app/StdAfx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/StdAfx.h -------------------------------------------------------------------------------- /app/SubVolumeDialog.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/SubVolumeDialog.cpp -------------------------------------------------------------------------------- /app/SubVolumeDialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/SubVolumeDialog.h -------------------------------------------------------------------------------- /app/Tools.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/Tools.cpp -------------------------------------------------------------------------------- /app/TwoImgPropsDialog.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/TwoImgPropsDialog.cpp -------------------------------------------------------------------------------- /app/TwoImgPropsDialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/TwoImgPropsDialog.h -------------------------------------------------------------------------------- /app/UseSelectionDialog.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/UseSelectionDialog.cpp -------------------------------------------------------------------------------- /app/UseSelectionDialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/UseSelectionDialog.h -------------------------------------------------------------------------------- /app/ViewFilesDialog.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/ViewFilesDialog.cpp -------------------------------------------------------------------------------- /app/ViewFilesDialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/ViewFilesDialog.h -------------------------------------------------------------------------------- /app/VolumeCopyDialog.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/VolumeCopyDialog.cpp -------------------------------------------------------------------------------- /app/VolumeCopyDialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/VolumeCopyDialog.h -------------------------------------------------------------------------------- /app/app.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/app.vcxproj -------------------------------------------------------------------------------- /app/app.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/app.vcxproj.filters -------------------------------------------------------------------------------- /app/app.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/app.vcxproj.user -------------------------------------------------------------------------------- /app/postbuild.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/postbuild.bat -------------------------------------------------------------------------------- /app/resource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/resource.h -------------------------------------------------------------------------------- /app/resource.hm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/resource.hm -------------------------------------------------------------------------------- /app/targetver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/app/targetver.h -------------------------------------------------------------------------------- /diskimg/ASPI.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/diskimg/ASPI.cpp -------------------------------------------------------------------------------- /diskimg/ASPI.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/diskimg/ASPI.h -------------------------------------------------------------------------------- /diskimg/CFFA.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/diskimg/CFFA.cpp -------------------------------------------------------------------------------- /diskimg/CPM.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/diskimg/CPM.cpp -------------------------------------------------------------------------------- /diskimg/CP_WNASPI32.H: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/diskimg/CP_WNASPI32.H -------------------------------------------------------------------------------- /diskimg/CP_ntddscsi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/diskimg/CP_ntddscsi.h -------------------------------------------------------------------------------- /diskimg/Container.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/diskimg/Container.cpp -------------------------------------------------------------------------------- /diskimg/DDD.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/diskimg/DDD.cpp -------------------------------------------------------------------------------- /diskimg/DIUtil.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/diskimg/DIUtil.cpp -------------------------------------------------------------------------------- /diskimg/DOS33.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/diskimg/DOS33.cpp -------------------------------------------------------------------------------- /diskimg/DOSImage.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/diskimg/DOSImage.cpp -------------------------------------------------------------------------------- /diskimg/DiskFS.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/diskimg/DiskFS.cpp -------------------------------------------------------------------------------- /diskimg/DiskImg.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/diskimg/DiskImg.cpp -------------------------------------------------------------------------------- /diskimg/DiskImg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/diskimg/DiskImg.h -------------------------------------------------------------------------------- /diskimg/DiskImgDetail.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/diskimg/DiskImgDetail.h -------------------------------------------------------------------------------- /diskimg/DiskImgPriv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/diskimg/DiskImgPriv.h -------------------------------------------------------------------------------- /diskimg/FAT.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/diskimg/FAT.cpp -------------------------------------------------------------------------------- /diskimg/FDI.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/diskimg/FDI.cpp -------------------------------------------------------------------------------- /diskimg/FocusDrive.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/diskimg/FocusDrive.cpp -------------------------------------------------------------------------------- /diskimg/GenericFD.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/diskimg/GenericFD.cpp -------------------------------------------------------------------------------- /diskimg/GenericFD.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/diskimg/GenericFD.h -------------------------------------------------------------------------------- /diskimg/Global.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/diskimg/Global.cpp -------------------------------------------------------------------------------- /diskimg/Gutenberg.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/diskimg/Gutenberg.cpp -------------------------------------------------------------------------------- /diskimg/HFS.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/diskimg/HFS.cpp -------------------------------------------------------------------------------- /diskimg/ImageWrapper.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/diskimg/ImageWrapper.cpp -------------------------------------------------------------------------------- /diskimg/MacPart.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/diskimg/MacPart.cpp -------------------------------------------------------------------------------- /diskimg/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/diskimg/Makefile -------------------------------------------------------------------------------- /diskimg/MicroDrive.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/diskimg/MicroDrive.cpp -------------------------------------------------------------------------------- /diskimg/Nibble.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/diskimg/Nibble.cpp -------------------------------------------------------------------------------- /diskimg/Nibble35.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/diskimg/Nibble35.cpp -------------------------------------------------------------------------------- /diskimg/OuterWrapper.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/diskimg/OuterWrapper.cpp -------------------------------------------------------------------------------- /diskimg/OzDOS.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/diskimg/OzDOS.cpp -------------------------------------------------------------------------------- /diskimg/Pascal.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/diskimg/Pascal.cpp -------------------------------------------------------------------------------- /diskimg/ProDOS.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/diskimg/ProDOS.cpp -------------------------------------------------------------------------------- /diskimg/RDOS.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/diskimg/RDOS.cpp -------------------------------------------------------------------------------- /diskimg/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/diskimg/README.md -------------------------------------------------------------------------------- /diskimg/SCSIDefs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/diskimg/SCSIDefs.h -------------------------------------------------------------------------------- /diskimg/SPTI.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/diskimg/SPTI.cpp -------------------------------------------------------------------------------- /diskimg/SPTI.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/diskimg/SPTI.h -------------------------------------------------------------------------------- /diskimg/StdAfx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/diskimg/StdAfx.cpp -------------------------------------------------------------------------------- /diskimg/StdAfx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/diskimg/StdAfx.h -------------------------------------------------------------------------------- /diskimg/TwoImg.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/diskimg/TwoImg.cpp -------------------------------------------------------------------------------- /diskimg/TwoImg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/diskimg/TwoImg.h -------------------------------------------------------------------------------- /diskimg/UNIDOS.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/diskimg/UNIDOS.cpp -------------------------------------------------------------------------------- /diskimg/VolumeUsage.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/diskimg/VolumeUsage.cpp -------------------------------------------------------------------------------- /diskimg/Win32BlockIO.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/diskimg/Win32BlockIO.cpp -------------------------------------------------------------------------------- /diskimg/Win32BlockIO.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/diskimg/Win32BlockIO.h -------------------------------------------------------------------------------- /diskimg/Win32Extra.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/diskimg/Win32Extra.h -------------------------------------------------------------------------------- /diskimg/diskimg.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/diskimg/diskimg.vcxproj -------------------------------------------------------------------------------- /diskimg/diskimg.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/diskimg/diskimg.vcxproj.filters -------------------------------------------------------------------------------- /diskimg/diskimg.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/diskimg/diskimg.vcxproj.user -------------------------------------------------------------------------------- /diskimg/libhfs/COPYRIGHT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/diskimg/libhfs/COPYRIGHT -------------------------------------------------------------------------------- /diskimg/libhfs/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/diskimg/libhfs/Makefile -------------------------------------------------------------------------------- /diskimg/libhfs/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/diskimg/libhfs/README -------------------------------------------------------------------------------- /diskimg/libhfs/apple.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/diskimg/libhfs/apple.h -------------------------------------------------------------------------------- /diskimg/libhfs/block.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/diskimg/libhfs/block.c -------------------------------------------------------------------------------- /diskimg/libhfs/block.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/diskimg/libhfs/block.h -------------------------------------------------------------------------------- /diskimg/libhfs/btree.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/diskimg/libhfs/btree.c -------------------------------------------------------------------------------- /diskimg/libhfs/btree.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/diskimg/libhfs/btree.h -------------------------------------------------------------------------------- /diskimg/libhfs/config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/diskimg/libhfs/config.h -------------------------------------------------------------------------------- /diskimg/libhfs/data.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/diskimg/libhfs/data.c -------------------------------------------------------------------------------- /diskimg/libhfs/data.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/diskimg/libhfs/data.h -------------------------------------------------------------------------------- /diskimg/libhfs/file.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/diskimg/libhfs/file.c -------------------------------------------------------------------------------- /diskimg/libhfs/file.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/diskimg/libhfs/file.h -------------------------------------------------------------------------------- /diskimg/libhfs/hfs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/diskimg/libhfs/hfs.c -------------------------------------------------------------------------------- /diskimg/libhfs/hfs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/diskimg/libhfs/hfs.h -------------------------------------------------------------------------------- /diskimg/libhfs/libhfs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/diskimg/libhfs/libhfs.h -------------------------------------------------------------------------------- /diskimg/libhfs/libhfs.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/diskimg/libhfs/libhfs.vcxproj -------------------------------------------------------------------------------- /diskimg/libhfs/libhfs.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/diskimg/libhfs/libhfs.vcxproj.filters -------------------------------------------------------------------------------- /diskimg/libhfs/low.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/diskimg/libhfs/low.c -------------------------------------------------------------------------------- /diskimg/libhfs/low.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/diskimg/libhfs/low.h -------------------------------------------------------------------------------- /diskimg/libhfs/medium.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/diskimg/libhfs/medium.c -------------------------------------------------------------------------------- /diskimg/libhfs/medium.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/diskimg/libhfs/medium.h -------------------------------------------------------------------------------- /diskimg/libhfs/memcmp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/diskimg/libhfs/memcmp.c -------------------------------------------------------------------------------- /diskimg/libhfs/node.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/diskimg/libhfs/node.c -------------------------------------------------------------------------------- /diskimg/libhfs/node.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/diskimg/libhfs/node.h -------------------------------------------------------------------------------- /diskimg/libhfs/os.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/diskimg/libhfs/os.c -------------------------------------------------------------------------------- /diskimg/libhfs/os.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/diskimg/libhfs/os.h -------------------------------------------------------------------------------- /diskimg/libhfs/record.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/diskimg/libhfs/record.c -------------------------------------------------------------------------------- /diskimg/libhfs/record.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/diskimg/libhfs/record.h -------------------------------------------------------------------------------- /diskimg/libhfs/version.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/diskimg/libhfs/version.c -------------------------------------------------------------------------------- /diskimg/libhfs/version.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/diskimg/libhfs/version.h -------------------------------------------------------------------------------- /diskimg/libhfs/volume.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/diskimg/libhfs/volume.c -------------------------------------------------------------------------------- /diskimg/libhfs/volume.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/diskimg/libhfs/volume.h -------------------------------------------------------------------------------- /linux/.gitignore: -------------------------------------------------------------------------------- 1 | getfile 2 | iconv 3 | makedisk 4 | mdc 5 | packddd 6 | sstasm 7 | -------------------------------------------------------------------------------- /linux/Convert.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/linux/Convert.cpp -------------------------------------------------------------------------------- /linux/GetFile.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/linux/GetFile.cpp -------------------------------------------------------------------------------- /linux/MDC.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/linux/MDC.cpp -------------------------------------------------------------------------------- /linux/MakeDisk.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/linux/MakeDisk.cpp -------------------------------------------------------------------------------- /linux/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/linux/Makefile -------------------------------------------------------------------------------- /linux/PackDDD.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/linux/PackDDD.cpp -------------------------------------------------------------------------------- /linux/SSTAsm.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/linux/SSTAsm.cpp -------------------------------------------------------------------------------- /linux/StringArray.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/linux/StringArray.h -------------------------------------------------------------------------------- /mdc/AboutDlg.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/mdc/AboutDlg.cpp -------------------------------------------------------------------------------- /mdc/AboutDlg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/mdc/AboutDlg.h -------------------------------------------------------------------------------- /mdc/Main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/mdc/Main.cpp -------------------------------------------------------------------------------- /mdc/Main.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/mdc/Main.h -------------------------------------------------------------------------------- /mdc/ProgressDlg.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/mdc/ProgressDlg.cpp -------------------------------------------------------------------------------- /mdc/ProgressDlg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/mdc/ProgressDlg.h -------------------------------------------------------------------------------- /mdc/StdAfx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/mdc/StdAfx.cpp -------------------------------------------------------------------------------- /mdc/StdAfx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/mdc/StdAfx.h -------------------------------------------------------------------------------- /mdc/mdc.ICO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/mdc/mdc.ICO -------------------------------------------------------------------------------- /mdc/mdc.clw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/mdc/mdc.clw -------------------------------------------------------------------------------- /mdc/mdc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/mdc/mdc.cpp -------------------------------------------------------------------------------- /mdc/mdc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/mdc/mdc.h -------------------------------------------------------------------------------- /mdc/mdc.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/mdc/mdc.rc -------------------------------------------------------------------------------- /mdc/mdc.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/mdc/mdc.vcxproj -------------------------------------------------------------------------------- /mdc/mdc.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/mdc/mdc.vcxproj.filters -------------------------------------------------------------------------------- /mdc/mdc.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/mdc/mdc.vcxproj.user -------------------------------------------------------------------------------- /mdc/resource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/mdc/resource.h -------------------------------------------------------------------------------- /nufxlib/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/nufxlib/.gitignore -------------------------------------------------------------------------------- /nufxlib/Archive.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/nufxlib/Archive.c -------------------------------------------------------------------------------- /nufxlib/ArchiveIO.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/nufxlib/ArchiveIO.c -------------------------------------------------------------------------------- /nufxlib/Bzip2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/nufxlib/Bzip2.c -------------------------------------------------------------------------------- /nufxlib/COPYING-LIB: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/nufxlib/COPYING-LIB -------------------------------------------------------------------------------- /nufxlib/ChangeLog.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/nufxlib/ChangeLog.txt -------------------------------------------------------------------------------- /nufxlib/Charset.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/nufxlib/Charset.c -------------------------------------------------------------------------------- /nufxlib/Compress.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/nufxlib/Compress.c -------------------------------------------------------------------------------- /nufxlib/Crc16.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/nufxlib/Crc16.c -------------------------------------------------------------------------------- /nufxlib/Debug.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/nufxlib/Debug.c -------------------------------------------------------------------------------- /nufxlib/Deferred.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/nufxlib/Deferred.c -------------------------------------------------------------------------------- /nufxlib/Deflate.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/nufxlib/Deflate.c -------------------------------------------------------------------------------- /nufxlib/Entry.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/nufxlib/Entry.c -------------------------------------------------------------------------------- /nufxlib/Expand.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/nufxlib/Expand.c -------------------------------------------------------------------------------- /nufxlib/FileIO.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/nufxlib/FileIO.c -------------------------------------------------------------------------------- /nufxlib/Funnel.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/nufxlib/Funnel.c -------------------------------------------------------------------------------- /nufxlib/INSTALL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/nufxlib/INSTALL -------------------------------------------------------------------------------- /nufxlib/Lzc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/nufxlib/Lzc.c -------------------------------------------------------------------------------- /nufxlib/Lzw.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/nufxlib/Lzw.c -------------------------------------------------------------------------------- /nufxlib/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/nufxlib/Makefile.in -------------------------------------------------------------------------------- /nufxlib/Makefile.msc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/nufxlib/Makefile.msc -------------------------------------------------------------------------------- /nufxlib/MiscStuff.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/nufxlib/MiscStuff.c -------------------------------------------------------------------------------- /nufxlib/MiscStuff.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/nufxlib/MiscStuff.h -------------------------------------------------------------------------------- /nufxlib/MiscUtils.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/nufxlib/MiscUtils.c -------------------------------------------------------------------------------- /nufxlib/NOTES.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/nufxlib/NOTES.md -------------------------------------------------------------------------------- /nufxlib/NufxLib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/nufxlib/NufxLib.h -------------------------------------------------------------------------------- /nufxlib/NufxLibPriv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/nufxlib/NufxLibPriv.h -------------------------------------------------------------------------------- /nufxlib/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/nufxlib/README.txt -------------------------------------------------------------------------------- /nufxlib/Record.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/nufxlib/Record.c -------------------------------------------------------------------------------- /nufxlib/SourceSink.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/nufxlib/SourceSink.c -------------------------------------------------------------------------------- /nufxlib/Squeeze.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/nufxlib/Squeeze.c -------------------------------------------------------------------------------- /nufxlib/SysDefs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/nufxlib/SysDefs.h -------------------------------------------------------------------------------- /nufxlib/Thread.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/nufxlib/Thread.c -------------------------------------------------------------------------------- /nufxlib/Value.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/nufxlib/Value.c -------------------------------------------------------------------------------- /nufxlib/Version.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/nufxlib/Version.c -------------------------------------------------------------------------------- /nufxlib/config.guess: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/nufxlib/config.guess -------------------------------------------------------------------------------- /nufxlib/config.h.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/nufxlib/config.h.in -------------------------------------------------------------------------------- /nufxlib/config.sub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/nufxlib/config.sub -------------------------------------------------------------------------------- /nufxlib/configure: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/nufxlib/configure -------------------------------------------------------------------------------- /nufxlib/configure.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/nufxlib/configure.in -------------------------------------------------------------------------------- /nufxlib/install-sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/nufxlib/install-sh -------------------------------------------------------------------------------- /nufxlib/mkinstalldirs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/nufxlib/mkinstalldirs -------------------------------------------------------------------------------- /nufxlib/nufxlib.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/nufxlib/nufxlib.def -------------------------------------------------------------------------------- /nufxlib/nufxlib.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/nufxlib/nufxlib.vcxproj -------------------------------------------------------------------------------- /nufxlib/nufxlib.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/nufxlib/nufxlib.vcxproj.filters -------------------------------------------------------------------------------- /nufxlib/samples/Common.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/nufxlib/samples/Common.h -------------------------------------------------------------------------------- /nufxlib/samples/Exerciser.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/nufxlib/samples/Exerciser.c -------------------------------------------------------------------------------- /nufxlib/samples/ImgConv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/nufxlib/samples/ImgConv.c -------------------------------------------------------------------------------- /nufxlib/samples/Launder.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/nufxlib/samples/Launder.c -------------------------------------------------------------------------------- /nufxlib/samples/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/nufxlib/samples/Makefile.in -------------------------------------------------------------------------------- /nufxlib/samples/Makefile.msc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/nufxlib/samples/Makefile.msc -------------------------------------------------------------------------------- /nufxlib/samples/README-S.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/nufxlib/samples/README-S.txt -------------------------------------------------------------------------------- /nufxlib/samples/TestBasic.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/nufxlib/samples/TestBasic.c -------------------------------------------------------------------------------- /nufxlib/samples/TestExtract.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/nufxlib/samples/TestExtract.c -------------------------------------------------------------------------------- /nufxlib/samples/TestNames.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/nufxlib/samples/TestNames.c -------------------------------------------------------------------------------- /nufxlib/samples/TestSimple.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/nufxlib/samples/TestSimple.c -------------------------------------------------------------------------------- /nufxlib/samples/TestTwirl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/nufxlib/samples/TestTwirl.c -------------------------------------------------------------------------------- /reformat/AWGS.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/reformat/AWGS.cpp -------------------------------------------------------------------------------- /reformat/AWGS.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/reformat/AWGS.h -------------------------------------------------------------------------------- /reformat/AppleWorks.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/reformat/AppleWorks.cpp -------------------------------------------------------------------------------- /reformat/AppleWorks.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/reformat/AppleWorks.h -------------------------------------------------------------------------------- /reformat/Asm.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/reformat/Asm.cpp -------------------------------------------------------------------------------- /reformat/Asm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/reformat/Asm.h -------------------------------------------------------------------------------- /reformat/BASIC.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/reformat/BASIC.cpp -------------------------------------------------------------------------------- /reformat/BASIC.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/reformat/BASIC.h -------------------------------------------------------------------------------- /reformat/CPMFiles.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/reformat/CPMFiles.cpp -------------------------------------------------------------------------------- /reformat/CPMFiles.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/reformat/CPMFiles.h -------------------------------------------------------------------------------- /reformat/Charset.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/reformat/Charset.cpp -------------------------------------------------------------------------------- /reformat/Charset.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/reformat/Charset.h -------------------------------------------------------------------------------- /reformat/Directory.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/reformat/Directory.cpp -------------------------------------------------------------------------------- /reformat/Directory.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/reformat/Directory.h -------------------------------------------------------------------------------- /reformat/Disasm.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/reformat/Disasm.cpp -------------------------------------------------------------------------------- /reformat/Disasm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/reformat/Disasm.h -------------------------------------------------------------------------------- /reformat/DisasmTable.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/reformat/DisasmTable.cpp -------------------------------------------------------------------------------- /reformat/DoubleHiRes.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/reformat/DoubleHiRes.cpp -------------------------------------------------------------------------------- /reformat/DoubleHiRes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/reformat/DoubleHiRes.h -------------------------------------------------------------------------------- /reformat/DreamGrafix.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/reformat/DreamGrafix.cpp -------------------------------------------------------------------------------- /reformat/HiRes.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/reformat/HiRes.cpp -------------------------------------------------------------------------------- /reformat/HiRes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/reformat/HiRes.h -------------------------------------------------------------------------------- /reformat/MacPaint.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/reformat/MacPaint.cpp -------------------------------------------------------------------------------- /reformat/MacPaint.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/reformat/MacPaint.h -------------------------------------------------------------------------------- /reformat/NiftyList.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/reformat/NiftyList.cpp -------------------------------------------------------------------------------- /reformat/PascalFiles.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/reformat/PascalFiles.cpp -------------------------------------------------------------------------------- /reformat/PascalFiles.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/reformat/PascalFiles.h -------------------------------------------------------------------------------- /reformat/PrintShop.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/reformat/PrintShop.cpp -------------------------------------------------------------------------------- /reformat/PrintShop.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/reformat/PrintShop.h -------------------------------------------------------------------------------- /reformat/Reformat.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/reformat/Reformat.cpp -------------------------------------------------------------------------------- /reformat/Reformat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/reformat/Reformat.h -------------------------------------------------------------------------------- /reformat/ReformatBase.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/reformat/ReformatBase.cpp -------------------------------------------------------------------------------- /reformat/ReformatBase.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/reformat/ReformatBase.h -------------------------------------------------------------------------------- /reformat/ResourceFork.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/reformat/ResourceFork.cpp -------------------------------------------------------------------------------- /reformat/ResourceFork.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/reformat/ResourceFork.h -------------------------------------------------------------------------------- /reformat/Simple.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/reformat/Simple.cpp -------------------------------------------------------------------------------- /reformat/Simple.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/reformat/Simple.h -------------------------------------------------------------------------------- /reformat/StdAfx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/reformat/StdAfx.cpp -------------------------------------------------------------------------------- /reformat/StdAfx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/reformat/StdAfx.h -------------------------------------------------------------------------------- /reformat/SuperHiRes.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/reformat/SuperHiRes.cpp -------------------------------------------------------------------------------- /reformat/SuperHiRes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/reformat/SuperHiRes.h -------------------------------------------------------------------------------- /reformat/Teach.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/reformat/Teach.cpp -------------------------------------------------------------------------------- /reformat/Teach.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/reformat/Teach.h -------------------------------------------------------------------------------- /reformat/Text8.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/reformat/Text8.cpp -------------------------------------------------------------------------------- /reformat/Text8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/reformat/Text8.h -------------------------------------------------------------------------------- /reformat/reformat.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/reformat/reformat.vcxproj -------------------------------------------------------------------------------- /reformat/reformat.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/reformat/reformat.vcxproj.filters -------------------------------------------------------------------------------- /util/CancelDialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/util/CancelDialog.h -------------------------------------------------------------------------------- /util/FaddenStd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/util/FaddenStd.h -------------------------------------------------------------------------------- /util/ImageDataObject.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/util/ImageDataObject.cpp -------------------------------------------------------------------------------- /util/ImageDataObject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/util/ImageDataObject.h -------------------------------------------------------------------------------- /util/Modeless.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/util/Modeless.h -------------------------------------------------------------------------------- /util/MyBitmapButton.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/util/MyBitmapButton.cpp -------------------------------------------------------------------------------- /util/MyBitmapButton.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/util/MyBitmapButton.h -------------------------------------------------------------------------------- /util/MyDIBitmap.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/util/MyDIBitmap.cpp -------------------------------------------------------------------------------- /util/MyDIBitmap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/util/MyDIBitmap.h -------------------------------------------------------------------------------- /util/MyDebug.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/util/MyDebug.cpp -------------------------------------------------------------------------------- /util/MyDebug.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/util/MyDebug.h -------------------------------------------------------------------------------- /util/MyEdit.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/util/MyEdit.cpp -------------------------------------------------------------------------------- /util/MyEdit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/util/MyEdit.h -------------------------------------------------------------------------------- /util/MySpinCtrl.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/util/MySpinCtrl.cpp -------------------------------------------------------------------------------- /util/MySpinCtrl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/util/MySpinCtrl.h -------------------------------------------------------------------------------- /util/PathName.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/util/PathName.cpp -------------------------------------------------------------------------------- /util/PathName.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/util/PathName.h -------------------------------------------------------------------------------- /util/Pidl.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/util/Pidl.cpp -------------------------------------------------------------------------------- /util/Pidl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/util/Pidl.h -------------------------------------------------------------------------------- /util/ProgressCancelDialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/util/ProgressCancelDialog.h -------------------------------------------------------------------------------- /util/SelectFilesDialog.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/util/SelectFilesDialog.cpp -------------------------------------------------------------------------------- /util/SelectFilesDialog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/util/SelectFilesDialog.h -------------------------------------------------------------------------------- /util/SoundFile.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/util/SoundFile.cpp -------------------------------------------------------------------------------- /util/SoundFile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/util/SoundFile.h -------------------------------------------------------------------------------- /util/StdAfx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/util/StdAfx.cpp -------------------------------------------------------------------------------- /util/StdAfx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/util/StdAfx.h -------------------------------------------------------------------------------- /util/Util.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/util/Util.cpp -------------------------------------------------------------------------------- /util/Util.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/util/Util.h -------------------------------------------------------------------------------- /util/UtilLib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/util/UtilLib.h -------------------------------------------------------------------------------- /util/util.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/util/util.vcxproj -------------------------------------------------------------------------------- /util/util.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/util/util.vcxproj.filters -------------------------------------------------------------------------------- /zlib/ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/zlib/ChangeLog -------------------------------------------------------------------------------- /zlib/FAQ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/zlib/FAQ -------------------------------------------------------------------------------- /zlib/INDEX: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/zlib/INDEX -------------------------------------------------------------------------------- /zlib/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/zlib/README -------------------------------------------------------------------------------- /zlib/adler32.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/zlib/adler32.c -------------------------------------------------------------------------------- /zlib/compress.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/zlib/compress.c -------------------------------------------------------------------------------- /zlib/crc32.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/zlib/crc32.c -------------------------------------------------------------------------------- /zlib/crc32.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/zlib/crc32.h -------------------------------------------------------------------------------- /zlib/deflate.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/zlib/deflate.c -------------------------------------------------------------------------------- /zlib/deflate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/zlib/deflate.h -------------------------------------------------------------------------------- /zlib/gzclose.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/zlib/gzclose.c -------------------------------------------------------------------------------- /zlib/gzguts.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/zlib/gzguts.h -------------------------------------------------------------------------------- /zlib/gzlib.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/zlib/gzlib.c -------------------------------------------------------------------------------- /zlib/gzread.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/zlib/gzread.c -------------------------------------------------------------------------------- /zlib/gzwrite.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/zlib/gzwrite.c -------------------------------------------------------------------------------- /zlib/infback.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/zlib/infback.c -------------------------------------------------------------------------------- /zlib/inffast.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/zlib/inffast.c -------------------------------------------------------------------------------- /zlib/inffast.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/zlib/inffast.h -------------------------------------------------------------------------------- /zlib/inffixed.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/zlib/inffixed.h -------------------------------------------------------------------------------- /zlib/inflate.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/zlib/inflate.c -------------------------------------------------------------------------------- /zlib/inflate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/zlib/inflate.h -------------------------------------------------------------------------------- /zlib/inftrees.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/zlib/inftrees.c -------------------------------------------------------------------------------- /zlib/inftrees.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/zlib/inftrees.h -------------------------------------------------------------------------------- /zlib/trees.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/zlib/trees.c -------------------------------------------------------------------------------- /zlib/trees.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/zlib/trees.h -------------------------------------------------------------------------------- /zlib/uncompr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/zlib/uncompr.c -------------------------------------------------------------------------------- /zlib/zconf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/zlib/zconf.h -------------------------------------------------------------------------------- /zlib/zlib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/zlib/zlib.h -------------------------------------------------------------------------------- /zlib/zlib.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/zlib/zlib.vcxproj -------------------------------------------------------------------------------- /zlib/zlib.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/zlib/zlib.vcxproj.filters -------------------------------------------------------------------------------- /zlib/zutil.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/zlib/zutil.c -------------------------------------------------------------------------------- /zlib/zutil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fadden/ciderpress/HEAD/zlib/zutil.h --------------------------------------------------------------------------------