├── Check_wxRef.txt ├── Cife.jpg ├── Cife_File-Characteristics.jpg ├── Cife_File-HexEditor.jpg ├── Images ├── about.png ├── appicon.ico ├── attributes.png ├── check_image.png ├── close.png ├── copy.png ├── create_new.png ├── cut.png ├── datei.png ├── delete.png ├── detail_view.png ├── edit.png ├── einstellungen.png ├── folder_up.png ├── home_folder.png ├── list_view.png ├── new_folder.png ├── paste.png ├── permissions.png ├── quit.png ├── refresh.png └── select_all.png ├── License.txt ├── Sources ├── about_dialog.lfm ├── about_dialog.lrj ├── about_dialog.pas ├── characteristics_dialog.lfm ├── characteristics_dialog.lrj ├── characteristics_dialog.pas ├── checkimage_dialog.lfm ├── checkimage_dialog.lrj ├── checkimage_dialog.pas ├── cifeglobals.pas ├── cpmdefs.pas ├── cpmdevice.pas ├── cpmdevice_libdsk.pas ├── cpmdevice_posix.pas ├── cpmfilesystem.pas ├── cpmtools.pas ├── diskdefsparameter_dialog.lfm ├── diskdefsparameter_dialog.lrj ├── diskdefsparameter_dialog.pas ├── file_dialog.lfm ├── file_dialog.lrj ├── file_dialog.pas ├── filehexedit_dialog.lfm ├── filehexedit_dialog.lrj ├── filehexedit_dialog.pas ├── imagefilehistory.pas ├── imagepage.pas ├── imagetypeinfo.pas ├── libdsk.pas ├── main_window.lfm ├── main_window.lrj ├── main_window.pas ├── mphexeditor │ ├── images │ │ ├── MPHBOOKMARKICONS.bmp │ │ ├── TMPHEXEDITOR.bmp │ │ └── TMPHEXEDITOREX.bmp │ ├── mphexeditor.lrs │ ├── mphexeditor.pas │ └── mphexeditorex.pas ├── quicksort.pas ├── renamefile_dialog.lfm ├── renamefile_dialog.lrj ├── renamefile_dialog.pas ├── settings_dialog.lfm ├── settings_dialog.lrj ├── settings_dialog.pas ├── versioninfo.pas └── xmlsettings.pas ├── cife.ico ├── cife.lpi ├── cife.lpr ├── cife.lps ├── cife.png ├── cife.res ├── languages └── cife.pot └── readme.md /Check_wxRef.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHobby/Cife/HEAD/Check_wxRef.txt -------------------------------------------------------------------------------- /Cife.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHobby/Cife/HEAD/Cife.jpg -------------------------------------------------------------------------------- /Cife_File-Characteristics.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHobby/Cife/HEAD/Cife_File-Characteristics.jpg -------------------------------------------------------------------------------- /Cife_File-HexEditor.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHobby/Cife/HEAD/Cife_File-HexEditor.jpg -------------------------------------------------------------------------------- /Images/about.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHobby/Cife/HEAD/Images/about.png -------------------------------------------------------------------------------- /Images/appicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHobby/Cife/HEAD/Images/appicon.ico -------------------------------------------------------------------------------- /Images/attributes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHobby/Cife/HEAD/Images/attributes.png -------------------------------------------------------------------------------- /Images/check_image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHobby/Cife/HEAD/Images/check_image.png -------------------------------------------------------------------------------- /Images/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHobby/Cife/HEAD/Images/close.png -------------------------------------------------------------------------------- /Images/copy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHobby/Cife/HEAD/Images/copy.png -------------------------------------------------------------------------------- /Images/create_new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHobby/Cife/HEAD/Images/create_new.png -------------------------------------------------------------------------------- /Images/cut.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHobby/Cife/HEAD/Images/cut.png -------------------------------------------------------------------------------- /Images/datei.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHobby/Cife/HEAD/Images/datei.png -------------------------------------------------------------------------------- /Images/delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHobby/Cife/HEAD/Images/delete.png -------------------------------------------------------------------------------- /Images/detail_view.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHobby/Cife/HEAD/Images/detail_view.png -------------------------------------------------------------------------------- /Images/edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHobby/Cife/HEAD/Images/edit.png -------------------------------------------------------------------------------- /Images/einstellungen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHobby/Cife/HEAD/Images/einstellungen.png -------------------------------------------------------------------------------- /Images/folder_up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHobby/Cife/HEAD/Images/folder_up.png -------------------------------------------------------------------------------- /Images/home_folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHobby/Cife/HEAD/Images/home_folder.png -------------------------------------------------------------------------------- /Images/list_view.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHobby/Cife/HEAD/Images/list_view.png -------------------------------------------------------------------------------- /Images/new_folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHobby/Cife/HEAD/Images/new_folder.png -------------------------------------------------------------------------------- /Images/paste.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHobby/Cife/HEAD/Images/paste.png -------------------------------------------------------------------------------- /Images/permissions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHobby/Cife/HEAD/Images/permissions.png -------------------------------------------------------------------------------- /Images/quit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHobby/Cife/HEAD/Images/quit.png -------------------------------------------------------------------------------- /Images/refresh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHobby/Cife/HEAD/Images/refresh.png -------------------------------------------------------------------------------- /Images/select_all.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHobby/Cife/HEAD/Images/select_all.png -------------------------------------------------------------------------------- /License.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHobby/Cife/HEAD/License.txt -------------------------------------------------------------------------------- /Sources/about_dialog.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHobby/Cife/HEAD/Sources/about_dialog.lfm -------------------------------------------------------------------------------- /Sources/about_dialog.lrj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHobby/Cife/HEAD/Sources/about_dialog.lrj -------------------------------------------------------------------------------- /Sources/about_dialog.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHobby/Cife/HEAD/Sources/about_dialog.pas -------------------------------------------------------------------------------- /Sources/characteristics_dialog.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHobby/Cife/HEAD/Sources/characteristics_dialog.lfm -------------------------------------------------------------------------------- /Sources/characteristics_dialog.lrj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHobby/Cife/HEAD/Sources/characteristics_dialog.lrj -------------------------------------------------------------------------------- /Sources/characteristics_dialog.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHobby/Cife/HEAD/Sources/characteristics_dialog.pas -------------------------------------------------------------------------------- /Sources/checkimage_dialog.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHobby/Cife/HEAD/Sources/checkimage_dialog.lfm -------------------------------------------------------------------------------- /Sources/checkimage_dialog.lrj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHobby/Cife/HEAD/Sources/checkimage_dialog.lrj -------------------------------------------------------------------------------- /Sources/checkimage_dialog.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHobby/Cife/HEAD/Sources/checkimage_dialog.pas -------------------------------------------------------------------------------- /Sources/cifeglobals.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHobby/Cife/HEAD/Sources/cifeglobals.pas -------------------------------------------------------------------------------- /Sources/cpmdefs.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHobby/Cife/HEAD/Sources/cpmdefs.pas -------------------------------------------------------------------------------- /Sources/cpmdevice.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHobby/Cife/HEAD/Sources/cpmdevice.pas -------------------------------------------------------------------------------- /Sources/cpmdevice_libdsk.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHobby/Cife/HEAD/Sources/cpmdevice_libdsk.pas -------------------------------------------------------------------------------- /Sources/cpmdevice_posix.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHobby/Cife/HEAD/Sources/cpmdevice_posix.pas -------------------------------------------------------------------------------- /Sources/cpmfilesystem.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHobby/Cife/HEAD/Sources/cpmfilesystem.pas -------------------------------------------------------------------------------- /Sources/cpmtools.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHobby/Cife/HEAD/Sources/cpmtools.pas -------------------------------------------------------------------------------- /Sources/diskdefsparameter_dialog.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHobby/Cife/HEAD/Sources/diskdefsparameter_dialog.lfm -------------------------------------------------------------------------------- /Sources/diskdefsparameter_dialog.lrj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHobby/Cife/HEAD/Sources/diskdefsparameter_dialog.lrj -------------------------------------------------------------------------------- /Sources/diskdefsparameter_dialog.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHobby/Cife/HEAD/Sources/diskdefsparameter_dialog.pas -------------------------------------------------------------------------------- /Sources/file_dialog.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHobby/Cife/HEAD/Sources/file_dialog.lfm -------------------------------------------------------------------------------- /Sources/file_dialog.lrj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHobby/Cife/HEAD/Sources/file_dialog.lrj -------------------------------------------------------------------------------- /Sources/file_dialog.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHobby/Cife/HEAD/Sources/file_dialog.pas -------------------------------------------------------------------------------- /Sources/filehexedit_dialog.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHobby/Cife/HEAD/Sources/filehexedit_dialog.lfm -------------------------------------------------------------------------------- /Sources/filehexedit_dialog.lrj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHobby/Cife/HEAD/Sources/filehexedit_dialog.lrj -------------------------------------------------------------------------------- /Sources/filehexedit_dialog.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHobby/Cife/HEAD/Sources/filehexedit_dialog.pas -------------------------------------------------------------------------------- /Sources/imagefilehistory.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHobby/Cife/HEAD/Sources/imagefilehistory.pas -------------------------------------------------------------------------------- /Sources/imagepage.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHobby/Cife/HEAD/Sources/imagepage.pas -------------------------------------------------------------------------------- /Sources/imagetypeinfo.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHobby/Cife/HEAD/Sources/imagetypeinfo.pas -------------------------------------------------------------------------------- /Sources/libdsk.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHobby/Cife/HEAD/Sources/libdsk.pas -------------------------------------------------------------------------------- /Sources/main_window.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHobby/Cife/HEAD/Sources/main_window.lfm -------------------------------------------------------------------------------- /Sources/main_window.lrj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHobby/Cife/HEAD/Sources/main_window.lrj -------------------------------------------------------------------------------- /Sources/main_window.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHobby/Cife/HEAD/Sources/main_window.pas -------------------------------------------------------------------------------- /Sources/mphexeditor/images/MPHBOOKMARKICONS.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHobby/Cife/HEAD/Sources/mphexeditor/images/MPHBOOKMARKICONS.bmp -------------------------------------------------------------------------------- /Sources/mphexeditor/images/TMPHEXEDITOR.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHobby/Cife/HEAD/Sources/mphexeditor/images/TMPHEXEDITOR.bmp -------------------------------------------------------------------------------- /Sources/mphexeditor/images/TMPHEXEDITOREX.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHobby/Cife/HEAD/Sources/mphexeditor/images/TMPHEXEDITOREX.bmp -------------------------------------------------------------------------------- /Sources/mphexeditor/mphexeditor.lrs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHobby/Cife/HEAD/Sources/mphexeditor/mphexeditor.lrs -------------------------------------------------------------------------------- /Sources/mphexeditor/mphexeditor.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHobby/Cife/HEAD/Sources/mphexeditor/mphexeditor.pas -------------------------------------------------------------------------------- /Sources/mphexeditor/mphexeditorex.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHobby/Cife/HEAD/Sources/mphexeditor/mphexeditorex.pas -------------------------------------------------------------------------------- /Sources/quicksort.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHobby/Cife/HEAD/Sources/quicksort.pas -------------------------------------------------------------------------------- /Sources/renamefile_dialog.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHobby/Cife/HEAD/Sources/renamefile_dialog.lfm -------------------------------------------------------------------------------- /Sources/renamefile_dialog.lrj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHobby/Cife/HEAD/Sources/renamefile_dialog.lrj -------------------------------------------------------------------------------- /Sources/renamefile_dialog.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHobby/Cife/HEAD/Sources/renamefile_dialog.pas -------------------------------------------------------------------------------- /Sources/settings_dialog.lfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHobby/Cife/HEAD/Sources/settings_dialog.lfm -------------------------------------------------------------------------------- /Sources/settings_dialog.lrj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHobby/Cife/HEAD/Sources/settings_dialog.lrj -------------------------------------------------------------------------------- /Sources/settings_dialog.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHobby/Cife/HEAD/Sources/settings_dialog.pas -------------------------------------------------------------------------------- /Sources/versioninfo.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHobby/Cife/HEAD/Sources/versioninfo.pas -------------------------------------------------------------------------------- /Sources/xmlsettings.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHobby/Cife/HEAD/Sources/xmlsettings.pas -------------------------------------------------------------------------------- /cife.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHobby/Cife/HEAD/cife.ico -------------------------------------------------------------------------------- /cife.lpi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHobby/Cife/HEAD/cife.lpi -------------------------------------------------------------------------------- /cife.lpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHobby/Cife/HEAD/cife.lpr -------------------------------------------------------------------------------- /cife.lps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHobby/Cife/HEAD/cife.lps -------------------------------------------------------------------------------- /cife.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHobby/Cife/HEAD/cife.png -------------------------------------------------------------------------------- /cife.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHobby/Cife/HEAD/cife.res -------------------------------------------------------------------------------- /languages/cife.pot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHobby/Cife/HEAD/languages/cife.pot -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProgrammingHobby/Cife/HEAD/readme.md --------------------------------------------------------------------------------