├── .gitignore ├── GNUmakefile ├── GNUmakefile.postamble ├── GNUmakefile.preamble ├── README.md ├── bundles ├── GNUmakefile ├── Switcher │ ├── ChangeLog │ ├── GNUmakefile │ ├── README │ ├── Switcher.h │ └── Switcher.m └── themes │ ├── GNUmakefile │ ├── Heritage.theme │ └── Resources │ │ ├── Info-gnustep.plist │ │ ├── Thematic.png │ │ ├── ThemeImages │ │ ├── common_ApplicationFolder.tif │ │ ├── common_Desktop.tif │ │ ├── common_DocsFolder.tiff │ │ ├── common_DownloadFolder.tif │ │ ├── common_Folder.tiff │ │ ├── common_GSFolder.tiff │ │ ├── common_HomeDirectory.tif │ │ ├── common_ImageFolder.tif │ │ ├── common_LibraryFolder.tiff │ │ ├── common_MultipleSelection.tiff │ │ ├── common_MusicFolder.tif │ │ ├── common_RecyclerEmpty.tif │ │ ├── common_RecyclerFull.tif │ │ ├── common_Root_PC.tif │ │ ├── common_UnknownApplication.tif │ │ ├── common_UnknownTool.tif │ │ └── common_VideoFolder.tif │ │ └── heritage_preview_256.tif │ ├── Heritage_Artwork │ ├── DefaultApp-48x48.tif │ ├── Desktop-48x48.tif │ ├── Desktop48x48.tif │ ├── DesktopGnustep-512x512.png │ ├── DropBox-48x48.tif │ ├── FileManager-ISO-48x48.tiff │ ├── Folder-Application-48x48.tif │ ├── Folder-Documents-48x48.tiff │ ├── Folder-Download-48x48.tif │ ├── Folder-DropBox-48x48.tif │ ├── Folder-GNUstep-48x48.tiff │ ├── Folder-Library-48x48.tiff │ ├── Folder-Movies-48x48.tif │ ├── Folder-Music-48x48.tif │ ├── Folder-Original-48x48.tiff │ ├── Folder-Pictures-48x48.tif │ ├── Folder-Public-48x48.tif │ ├── Folder-Server-48X48.tif │ ├── Folder-Smart-48x48.tif │ ├── Folder-Utilities-48x48.tif │ ├── Home01-48x48.tif │ ├── Library-48x48.tif │ ├── Mail-48x48.tif │ ├── Multi-Select-48x48.tiff │ ├── Pictures-48x48.tif │ ├── Preferences-48x48.tif │ ├── Recycler-48x48.tif │ ├── Recycler-Full-48x48.tif │ ├── Term-Black_with_logo-48x48.tif │ ├── Term-White-48x48.tif │ └── UsersFolder-48x48.tif │ ├── Neos.theme │ └── Resources │ │ ├── Info-gnustep.plist │ │ ├── Thematic.png │ │ ├── ThemeColors.clr │ │ ├── ThemeExtraColors.clr │ │ ├── ThemeExtraHighlightedColors.clr │ │ ├── ThemeExtraSelectedColors.clr │ │ ├── ThemeImages │ │ ├── common_ArrowDown.tif │ │ ├── common_ArrowLeft.tiff │ │ ├── common_ArrowRight.tiff │ │ ├── common_ArrowUp.tif │ │ ├── common_Desktop.tif │ │ ├── common_Dimple.tif │ │ ├── common_DimpleHoriz.tif │ │ ├── common_DocsFolder.tif │ │ ├── common_DownloadFolder.tif │ │ ├── common_Folder.tif │ │ ├── common_GSFolder.tif │ │ ├── common_HomeDirectory.tif │ │ ├── common_ImageFolder.tif │ │ ├── common_LibraryFolder.tif │ │ ├── common_Mount.tif │ │ ├── common_MusicFolder.tif │ │ ├── common_Nibble.tif │ │ ├── common_Printer.tif │ │ ├── common_SliderHoriz.tif │ │ ├── common_SliderVert.tif │ │ ├── common_SwitchOff.tif │ │ ├── common_SwitchOn.tif │ │ └── common_Unmount.tif │ │ └── neos_preview_128.tif │ ├── Sleek.theme │ └── Resources │ │ ├── Info-gnustep.plist │ │ ├── Thematic.png │ │ ├── ThemeColors.clr │ │ ├── ThemeExtraColors.clr │ │ ├── ThemeExtraHighlightedColors.clr │ │ ├── ThemeExtraSelectedColors.clr │ │ ├── ThemeImages │ │ ├── common_3DArrowRight.tiff │ │ ├── common_ApplicationFolder.tif │ │ ├── common_Desktop.tif │ │ ├── common_Dimple.tif │ │ ├── common_DimpleHoriz.tif │ │ ├── common_DocsFolder.tif │ │ ├── common_DownloadFolder.tif │ │ ├── common_Folder.tif │ │ ├── common_GSFolder.tif │ │ ├── common_Home.tif │ │ ├── common_HomeDirectory.tif │ │ ├── common_ImageFolder.tif │ │ ├── common_LibraryFolder.tif │ │ ├── common_Mount.tif │ │ ├── common_MultipleSelection.tif │ │ ├── common_MusicFolder.tif │ │ ├── common_Nibble.tif │ │ ├── common_RadioOff.tif │ │ ├── common_RadioOn.tif │ │ ├── common_Right.tif │ │ ├── common_Root_PC.tif │ │ ├── common_SwitchOff.tif │ │ ├── common_SwitchOn.tif │ │ ├── common_ToolbarCustomizeToolbarItem.tiff │ │ ├── common_Unknown.tif │ │ ├── common_UnknownApplication.tiff │ │ ├── common_UnknownTool.tif │ │ ├── common_Unmount.tif │ │ ├── common_VideoFolder.tif │ │ ├── common_outlineCollapsed.tif │ │ ├── common_outlineExpanded.tiff │ │ ├── common_outlineUnexpandable.tiff │ │ ├── common_ret.tiff │ │ ├── common_retH.tiff │ │ ├── org.gnustep.FSNode │ │ │ └── HardDisk.tiff │ │ └── outlineCollapsed.tiff │ │ └── sleek_preview_128.tif │ ├── Tango.theme │ └── Resources │ │ ├── Info-gnustep.plist │ │ ├── Thematic.png │ │ ├── ThemeColors.clr │ │ ├── ThemeExtraColors.clr │ │ ├── ThemeExtraHighlightedColors.clr │ │ ├── ThemeExtraSelectedColors.clr │ │ └── ThemeImages │ │ ├── NSComputer.tif │ │ ├── NSFolder.tif │ │ ├── common_ApplicationFolder.tif │ │ ├── common_Desktop.tif │ │ ├── common_DocsFolder.tiff │ │ ├── common_DownloadFolder.tif │ │ ├── common_GSFolder.tif │ │ ├── common_Home.png │ │ ├── common_HomeDirectory.tif │ │ ├── common_ImageFolder.tif │ │ ├── common_LibraryFolder.tif │ │ ├── common_Mount.png │ │ ├── common_MultipleSelection.tif │ │ ├── common_MusicFolder.tif │ │ ├── common_Printer.png │ │ ├── common_RecyclerEmpty.tiff │ │ ├── common_RecyclerFull.tiff │ │ ├── common_ToolbarCustomizeToolbarItem.png │ │ ├── common_Unknown.tif │ │ ├── common_UnknownApplication.tiff │ │ ├── common_UnknownTool.tiff │ │ ├── common_Unmount.png │ │ ├── common_VideoFolder.tiff │ │ ├── org.gap.GSPdf │ │ ├── left.tiff │ │ ├── right.tiff │ │ └── zoomin.tiff │ │ ├── org.gap.Terminal │ │ └── Terminal.tiff │ │ ├── org.gnustep.GWorkspace.Recycler │ │ └── Recycler.tiff │ │ └── org.gnustep.SystemPreferences │ │ └── SystemPreferences.tiff │ ├── Tango_Artwork │ ├── Application-GNUstep.svg │ ├── Application-GNUstep.tiff │ ├── Folder-Documents.svg │ ├── Folder-Documents.tiff │ ├── Folder-GNUstep.svg │ ├── Folder-GNUstep48.tif │ ├── Folder-Library.svg │ ├── Folder-Library48.tif │ ├── Multiples-Documents.svg │ ├── Multiples-Documents.tif │ ├── User-downloads.svg │ ├── User-downloads48.tif │ ├── User-images.svg │ ├── User-images48.tif │ ├── User-music.svg │ ├── User-music48.tif │ ├── common_ApplicationFolder.svg │ ├── common_ApplicationFolder.tif │ ├── common_ApplicationFolder2.svg │ ├── common_ApplicationFolder2.tif │ ├── common_VideoFolder.svg │ └── common_VideoFolder.tiff │ ├── ThinkDark.theme │ └── Resources │ │ ├── Info-gnustep.plist │ │ ├── ThemeColors.clr │ │ ├── ThemeExtraColors.clr │ │ ├── ThemeExtraHighlightedColors.clr │ │ ├── ThemeExtraSelectedColors.clr │ │ ├── ThemeImages │ │ ├── common_3DArrowRightH.tif │ │ ├── common_CloseBroken.tif │ │ ├── common_CloseBrokenH.tif │ │ ├── common_CloseH.tif │ │ ├── common_Miniaturize.tif │ │ ├── common_MiniaturizeH.tif │ │ ├── common_Nibble.tif │ │ ├── common_Root_PC.tif │ │ └── common_SwitchOn.tif │ │ └── thinkdark_preview_128.tif │ └── WinClassic.theme │ └── Resources │ ├── Info-gnustep.plist │ ├── Thematic.png │ ├── ThemeExtraColors.clr │ ├── ThemeExtraHighlightedColors.clr │ ├── ThemeExtraSelectedColors.clr │ ├── ThemeImages │ ├── common_ArrowDown.tiff │ ├── common_ArrowDownH.tiff │ ├── common_ArrowLeft.tiff │ ├── common_ArrowLeftH.tiff │ ├── common_ArrowRight.tiff │ ├── common_ArrowRightH.tiff │ ├── common_ArrowUp.tiff │ ├── common_ArrowUpH.tiff │ ├── common_Close.tif │ ├── common_Folder.tif │ ├── common_Home.tif │ ├── common_HomeDirectory.tif │ ├── common_Miniaturize.tif │ ├── common_MiniaturizeH.tif │ ├── common_Nibble.tif │ ├── common_Printer.tif │ ├── common_RadioOff.tif │ ├── common_RadioOn.tif │ ├── common_SwitchOff.tif │ ├── common_SwitchOn.tif │ ├── common_TabDownSelectedLeft.tif │ ├── common_TabDownUnSelectedLeft.tif │ ├── common_TabDownUnSelectedRight.tif │ ├── common_TabSelectedLeft.tif │ ├── common_TabSelectedRight.tif │ ├── common_TabSelectedToUnSelectedJunction.tif │ ├── common_TabUnSelectToSelectedJunction.tif │ ├── common_TabUnSelectedJunction.tif │ ├── common_TabUnSelectedLeft.tif │ ├── common_TabUnSelectedRight.tif │ ├── common_ToolbarClippedItemsMark.tif │ ├── common_ToolbarSeparatorItem.tif │ ├── common_outlineCollapsed.tif │ ├── common_outlineExpanded.tif │ └── common_outlineUnexpandable.tif │ └── ThemeTiles │ └── GSScrollerUpArrow.tif ├── libs ├── Berkelium │ ├── Berkelium.h │ ├── Berkelium.mm │ ├── Berkelium.pcproj │ │ ├── PC.project │ │ └── heron.project │ ├── BerkeliumTest │ │ ├── BerkeliumTestController.h │ │ ├── BerkeliumTestController.m │ │ ├── English.lproj │ │ │ └── BerkeliumTest.gorm │ │ │ │ ├── data.classes │ │ │ │ ├── data.info │ │ │ │ └── objects.gorm │ │ └── GNUmakefile │ ├── GNUmakefile │ ├── GNUmakefile.postamble │ └── GNUmakefile.preamble ├── DataBasinKit │ ├── ChangeLog │ ├── DBCSVReader.h │ ├── DBCSVReader.m │ ├── DBCSVWriter.h │ ├── DBCSVWriter.m │ ├── DBHTMLWriter.h │ ├── DBHTMLWriter.m │ ├── DBLoggerProtocol.h │ ├── DBProgressProtocol.h │ ├── DBSObject.h │ ├── DBSObject.m │ ├── DBSoap.h │ ├── DBSoap.m │ ├── DBSoapCSV.h │ ├── DBSoapCSV.m │ ├── DataBasinKit-Tiger.xcodeproj │ │ └── project.pbxproj │ ├── DataBasinKit.h │ ├── DataBasinKit.pcproj │ │ └── PC.project │ ├── DataBasinKit.xcode │ │ └── project.pbxproj │ ├── DataBasinKit.xcodeproj │ │ └── project.pbxproj │ ├── English.lproj │ │ └── InfoPlist.strings │ ├── GNUmakefile │ ├── GNUmakefile.postamble │ ├── GNUmakefile.preamble │ └── Info.plist ├── GNUmakefile ├── GNUmakefile.postamble ├── GNUmakefile.preamble ├── Oresme │ ├── Examples │ │ ├── Cartesius │ │ │ ├── AppController.h │ │ │ ├── AppController.m │ │ │ ├── Cartesius.pcproj │ │ │ │ └── PC.project │ │ │ ├── Cartesius.xcode │ │ │ │ └── project.pbxproj │ │ │ ├── CartesiusInfo.plist │ │ │ ├── Cartesius_main.m │ │ │ ├── English.lproj │ │ │ │ ├── InfoPlist.strings │ │ │ │ └── MainMenu.nib │ │ │ │ │ ├── classes.nib │ │ │ │ │ ├── info.nib │ │ │ │ │ └── objects.nib │ │ │ ├── GNUmakefile │ │ │ ├── GNUmakefile.preamble │ │ │ ├── Info.plist │ │ │ ├── Resources │ │ │ │ └── Cartesius.gorm │ │ │ │ │ ├── data.classes │ │ │ │ │ ├── data.info │ │ │ │ │ └── objects.gorm │ │ │ └── version.plist │ │ └── Charter │ │ │ ├── AppController.h │ │ │ ├── AppController.m │ │ │ ├── Charter.pcproj │ │ │ └── PC.project │ │ │ ├── Charter.xcode │ │ │ └── project.pbxproj │ │ │ ├── CharterInfo.plist │ │ │ ├── Charter_main.m │ │ │ ├── English.lproj │ │ │ ├── Charter.nib │ │ │ │ ├── classes.nib │ │ │ │ ├── info.nib │ │ │ │ └── keyedobjects.nib │ │ │ └── InfoPlist.strings │ │ │ ├── GNUmakefile │ │ │ ├── GNUmakefile.postamble │ │ │ ├── GNUmakefile.preamble │ │ │ ├── Info.plist │ │ │ └── Resources │ │ │ └── Charter.gorm │ │ │ ├── data.classes │ │ │ ├── data.info │ │ │ └── objects.gorm │ └── OresmeKit │ │ ├── English.lproj │ │ └── InfoPlist.strings │ │ ├── GNUmakefile │ │ ├── Info.plist │ │ ├── OKCartesius.h │ │ ├── OKCartesius.m │ │ ├── OKChart.h │ │ ├── OKChart.m │ │ ├── OKLineChart.h │ │ ├── OKLineChart.m │ │ ├── OKPieChart.h │ │ ├── OKPieChart.m │ │ ├── OKSeries.h │ │ ├── OKSeries.m │ │ ├── OresmeKit-Tiger.xcodeproj │ │ ├── multix.mode1 │ │ ├── multix.pbxuser │ │ └── project.pbxproj │ │ ├── OresmeKit.h │ │ ├── OresmeKit.pcproj │ │ └── PC.project │ │ ├── OresmeKit.xcode │ │ └── project.pbxproj │ │ ├── OresmeKit.xcodeproj │ │ ├── multix.mode1 │ │ ├── multix.pbxuser │ │ └── project.pbxproj │ │ └── version.plist ├── PDFKit │ ├── Documentation │ │ ├── COPYING │ │ ├── ChangeLog │ │ ├── Contributors.txt │ │ ├── INSTALL │ │ └── README.license │ ├── Fonts │ │ ├── d050000l.pfb │ │ ├── n019003l.pfb │ │ ├── n019004l.pfb │ │ ├── n019023l.pfb │ │ ├── n019024l.pfb │ │ ├── n021003l.pfb │ │ ├── n021004l.pfb │ │ ├── n021023l.pfb │ │ ├── n021024l.pfb │ │ ├── n022003l.pfb │ │ ├── n022004l.pfb │ │ ├── n022023l.pfb │ │ ├── n022024l.pfb │ │ └── s050000l.pfb │ ├── GNUmakefile.in │ ├── GNUmakefile.postamble │ ├── GNUmakefile.preamble │ ├── PDFDocument.h │ ├── PDFDocument.m │ ├── PDFFontManager.h │ ├── PDFFontManager.m │ ├── PDFImageRep.h │ ├── PDFImageRep.m │ ├── PDFOutline.h │ ├── PDFOutline.m │ ├── PDFPrintView.h │ ├── PDFPrintView.m │ ├── configure │ ├── configure.ac │ ├── xpdf-src │ └── xpdf │ │ ├── GNUmakefile.in │ │ ├── GNUmakefile.postamble │ │ ├── GNUmakefile.preamble │ │ ├── bridge │ │ ├── CountingRef.h │ │ ├── CountingRef.m │ │ ├── DPS.h │ │ ├── DPS.m │ │ ├── GNUmakefile.in │ │ ├── Locking.m │ │ ├── XPDFBridge.cc │ │ └── XPDFBridge.h │ │ └── xpdf-3.04 │ │ ├── ANNOUNCE │ │ ├── CHANGES │ │ ├── COPYING │ │ ├── COPYING3 │ │ ├── GNUmakefile.in │ │ ├── INSTALL │ │ ├── Makefile.in │ │ ├── README │ │ ├── aclocal.m4 │ │ ├── aconf-dj.h │ │ ├── aconf-win32.h │ │ ├── aconf.h.in │ │ ├── aconf2.h │ │ ├── configure │ │ ├── configure.in │ │ ├── dj_make.bat │ │ ├── doc │ │ ├── pdfdetach.1 │ │ ├── pdfdetach.cat │ │ ├── pdffonts.1 │ │ ├── pdffonts.cat │ │ ├── pdfimages.1 │ │ ├── pdfimages.cat │ │ ├── pdfinfo.1 │ │ ├── pdfinfo.cat │ │ ├── pdftohtml.1 │ │ ├── pdftohtml.cat │ │ ├── pdftopng.1 │ │ ├── pdftopng.cat │ │ ├── pdftoppm.1 │ │ ├── pdftoppm.cat │ │ ├── pdftops.1 │ │ ├── pdftops.cat │ │ ├── pdftotext.1 │ │ ├── pdftotext.cat │ │ ├── sample-xpdfrc │ │ ├── xpdf.1 │ │ ├── xpdf.cat │ │ ├── xpdfrc.5 │ │ └── xpdfrc.cat │ │ ├── fofi │ │ ├── FoFiBase.cc │ │ ├── FoFiBase.h │ │ ├── FoFiEncodings.cc │ │ ├── FoFiEncodings.h │ │ ├── FoFiIdentifier.cc │ │ ├── FoFiIdentifier.h │ │ ├── FoFiTrueType.cc │ │ ├── FoFiTrueType.h │ │ ├── FoFiType1.cc │ │ ├── FoFiType1.h │ │ ├── FoFiType1C.cc │ │ ├── FoFiType1C.h │ │ ├── Makefile.dep │ │ └── Makefile.in │ │ ├── goo │ │ ├── FixedPoint.cc │ │ ├── FixedPoint.h │ │ ├── GHash.cc │ │ ├── GHash.h │ │ ├── GList.cc │ │ ├── GList.h │ │ ├── GMutex.h │ │ ├── GString.cc │ │ ├── GString.h │ │ ├── Makefile.dep │ │ ├── Makefile.in │ │ ├── gfile.cc │ │ ├── gfile.h │ │ ├── gmem.cc │ │ ├── gmem.h │ │ ├── gmempp.cc │ │ ├── gtypes.h │ │ ├── parseargs.c │ │ └── parseargs.h │ │ ├── install-sh │ │ ├── misc │ │ ├── hello.pdf │ │ └── xpdf.dt │ │ ├── ms_make.bat │ │ ├── splash │ │ ├── Makefile.dep │ │ ├── Makefile.in │ │ ├── Splash.cc │ │ ├── Splash.h │ │ ├── SplashBitmap.cc │ │ ├── SplashBitmap.h │ │ ├── SplashClip.cc │ │ ├── SplashClip.h │ │ ├── SplashErrorCodes.h │ │ ├── SplashFTFont.cc │ │ ├── SplashFTFont.h │ │ ├── SplashFTFontEngine.cc │ │ ├── SplashFTFontEngine.h │ │ ├── SplashFTFontFile.cc │ │ ├── SplashFTFontFile.h │ │ ├── SplashFont.cc │ │ ├── SplashFont.h │ │ ├── SplashFontEngine.cc │ │ ├── SplashFontEngine.h │ │ ├── SplashFontFile.cc │ │ ├── SplashFontFile.h │ │ ├── SplashFontFileID.cc │ │ ├── SplashFontFileID.h │ │ ├── SplashGlyphBitmap.h │ │ ├── SplashMath.h │ │ ├── SplashPath.cc │ │ ├── SplashPath.h │ │ ├── SplashPattern.cc │ │ ├── SplashPattern.h │ │ ├── SplashScreen.cc │ │ ├── SplashScreen.h │ │ ├── SplashState.cc │ │ ├── SplashState.h │ │ ├── SplashTypes.h │ │ ├── SplashXPath.cc │ │ ├── SplashXPath.h │ │ ├── SplashXPathScanner.cc │ │ └── SplashXPathScanner.h │ │ └── xpdf │ │ ├── AcroForm.cc │ │ ├── AcroForm.h │ │ ├── Annot.cc │ │ ├── Annot.h │ │ ├── Array.cc │ │ ├── Array.h │ │ ├── BuiltinFont.cc │ │ ├── BuiltinFont.h │ │ ├── BuiltinFontTables.cc │ │ ├── BuiltinFontTables.h │ │ ├── CMap.cc │ │ ├── CMap.h │ │ ├── Catalog.cc │ │ ├── Catalog.h │ │ ├── CharCodeToUnicode.cc │ │ ├── CharCodeToUnicode.h │ │ ├── CharTypes.h │ │ ├── CompactFontTables.h │ │ ├── CoreOutputDev.cc │ │ ├── CoreOutputDev.h │ │ ├── Decrypt.cc │ │ ├── Decrypt.h │ │ ├── Dict.cc │ │ ├── Dict.h │ │ ├── Error.cc │ │ ├── Error.h │ │ ├── ErrorCodes.h │ │ ├── FontEncodingTables.cc │ │ ├── FontEncodingTables.h │ │ ├── Form.cc │ │ ├── Form.h │ │ ├── Function.cc │ │ ├── Function.h │ │ ├── Gfx.cc │ │ ├── Gfx.h │ │ ├── GfxFont.cc │ │ ├── GfxFont.h │ │ ├── GfxState.cc │ │ ├── GfxState.h │ │ ├── GlobalParams.cc │ │ ├── GlobalParams.h │ │ ├── HTMLGen.cc │ │ ├── HTMLGen.h │ │ ├── ImageOutputDev.cc │ │ ├── ImageOutputDev.h │ │ ├── JArithmeticDecoder.cc │ │ ├── JArithmeticDecoder.h │ │ ├── JBIG2Stream.cc │ │ ├── JBIG2Stream.h │ │ ├── JPXStream.cc │ │ ├── JPXStream.h │ │ ├── Lexer.cc │ │ ├── Lexer.h │ │ ├── Link.cc │ │ ├── Link.h │ │ ├── Makefile.dep │ │ ├── Makefile.in │ │ ├── NameToCharCode.cc │ │ ├── NameToCharCode.h │ │ ├── NameToUnicodeTable.h │ │ ├── Object.cc │ │ ├── Object.h │ │ ├── OptionalContent.cc │ │ ├── OptionalContent.h │ │ ├── Outline.cc │ │ ├── Outline.h │ │ ├── OutputDev.cc │ │ ├── OutputDev.h │ │ ├── PDFCore.cc │ │ ├── PDFCore.h │ │ ├── PDFDoc.cc │ │ ├── PDFDoc.h │ │ ├── PDFDocEncoding.cc │ │ ├── PDFDocEncoding.h │ │ ├── PSOutputDev.cc │ │ ├── PSOutputDev.h │ │ ├── PSTokenizer.cc │ │ ├── PSTokenizer.h │ │ ├── Page.cc │ │ ├── Page.h │ │ ├── Parser.cc │ │ ├── Parser.h │ │ ├── PreScanOutputDev.cc │ │ ├── PreScanOutputDev.h │ │ ├── SecurityHandler.cc │ │ ├── SecurityHandler.h │ │ ├── SplashOutputDev.cc │ │ ├── SplashOutputDev.h │ │ ├── Stream-CCITT.h │ │ ├── Stream.cc │ │ ├── Stream.h │ │ ├── TextOutputDev.cc │ │ ├── TextOutputDev.h │ │ ├── TextString.cc │ │ ├── TextString.h │ │ ├── UTF8.h │ │ ├── UnicodeMap.cc │ │ ├── UnicodeMap.h │ │ ├── UnicodeMapTables.h │ │ ├── UnicodeTypeTable.cc │ │ ├── UnicodeTypeTable.h │ │ ├── XFAForm.cc │ │ ├── XFAForm.h │ │ ├── XPDFApp.cc │ │ ├── XPDFApp.h │ │ ├── XPDFCore.cc │ │ ├── XPDFCore.h │ │ ├── XPDFTree.cc │ │ ├── XPDFTree.h │ │ ├── XPDFTreeP.h │ │ ├── XPDFViewer.cc │ │ ├── XPDFViewer.h │ │ ├── XRef.cc │ │ ├── XRef.h │ │ ├── XpdfPluginAPI.cc │ │ ├── XpdfPluginAPI.h │ │ ├── Zoox.cc │ │ ├── Zoox.h │ │ ├── about-text.h │ │ ├── about.xbm │ │ ├── backArrow.xbm │ │ ├── backArrowDis.xbm │ │ ├── config.h │ │ ├── dblLeftArrow.xbm │ │ ├── dblLeftArrowDis.xbm │ │ ├── dblRightArrow.xbm │ │ ├── dblRightArrowDis.xbm │ │ ├── find.xbm │ │ ├── findDis.xbm │ │ ├── forwardArrow.xbm │ │ ├── forwardArrowDis.xbm │ │ ├── leftArrow.xbm │ │ ├── leftArrowDis.xbm │ │ ├── pdfdetach.cc │ │ ├── pdffonts.cc │ │ ├── pdfimages.cc │ │ ├── pdfinfo.cc │ │ ├── pdftohtml.cc │ │ ├── pdftopng.cc │ │ ├── pdftoppm.cc │ │ ├── pdftops.cc │ │ ├── pdftotext.cc │ │ ├── print.xbm │ │ ├── printDis.xbm │ │ ├── rightArrow.xbm │ │ ├── rightArrowDis.xbm │ │ ├── xpdf.cc │ │ └── xpdfIcon.xpm ├── RSSKit │ ├── AUTHORS │ ├── Atom03Parser.h │ ├── Atom03Parser.m │ ├── Atom10Parser.h │ ├── Atom10Parser.m │ ├── AtomParser.h │ ├── AtomParser.m │ ├── COPYING │ ├── ChangeLog │ ├── DOMParser.h │ ├── DOMParser.m │ ├── Documentation │ │ └── html │ │ │ ├── DOMParser_8h-source.html │ │ │ ├── DublinCore_8h-source.html │ │ │ ├── FeedFetching_8h-source.html │ │ │ ├── RSSArticle_8h-source.html │ │ │ ├── RSSFeed_8h-source.html │ │ │ ├── RSSKit_8h-source.html │ │ │ ├── annotated.html │ │ │ ├── categoryRSSFeed(Fetching)-members.html │ │ │ ├── categoryRSSFeed(Fetching).html │ │ │ ├── deprecated.html │ │ │ ├── doxygen.css │ │ │ ├── doxygen.png │ │ │ ├── files.html │ │ │ ├── functions.html │ │ │ ├── functions_func.html │ │ │ ├── index.html │ │ │ ├── interfaceRSSArticle-members.html │ │ │ ├── interfaceRSSArticle.html │ │ │ ├── interfaceRSSFeed-members.html │ │ │ ├── interfaceRSSFeed.html │ │ │ └── pages.html │ ├── DublinCore.h │ ├── DublinCore.m │ ├── English.lproj │ │ └── InfoPlist.strings │ ├── FeedParser.h │ ├── FeedParser.m │ ├── GNUmakefile │ ├── GNUmakefile.postamble │ ├── GNUmakefile.preamble │ ├── GNUstep.h │ ├── INSTALL │ ├── INTRO │ ├── Info.plist │ ├── NewRSSArticleListener.h │ ├── README │ ├── RFC822Dates.m │ ├── RSS10Parser.h │ ├── RSS10Parser.m │ ├── RSS20Parser.h │ ├── RSS20Parser.m │ ├── RSSArticle+Storage.h │ ├── RSSArticle+Storage.m │ ├── RSSArticle.h │ ├── RSSArticle.m │ ├── RSSArticleCreationListener.h │ ├── RSSArticleCreationListener.m │ ├── RSSArticleProtocol.h │ ├── RSSFactory.h │ ├── RSSFactory.m │ ├── RSSFeed+Fetching.h │ ├── RSSFeed+Fetching.m │ ├── RSSFeed+Storage.h │ ├── RSSFeed+Storage.m │ ├── RSSFeed.h │ ├── RSSFeed.m │ ├── RSSFeedProtocol.h │ ├── RSSKit-T.xcodeproj │ │ └── project.pbxproj │ ├── RSSKit.h │ ├── RSSKit.xcode │ │ └── project.pbxproj │ ├── RSSKit_Prefix.pch │ ├── RSSLinks.h │ ├── RSSLinks.m │ ├── TODO │ ├── Tests │ │ ├── GNUmakefile │ │ ├── GNUstep.h │ │ ├── RDFTests.h │ │ ├── RDFTests.m │ │ ├── README.txt │ │ ├── RSSKitTests.h │ │ ├── RSSKitTests.m │ │ ├── RSSTests.h │ │ ├── RSSTests.m │ │ ├── createResourcesList.sh │ │ └── testrun.sh │ └── doxygen ├── netclasses │ ├── COPYING.gpl │ ├── COPYING.lgpl │ ├── ChangeLog │ ├── Documentation │ │ ├── GNUmakefile │ │ ├── GNUmakefile.postamble │ │ ├── index.gsdoc │ │ ├── overview.gsdoc │ │ └── synchronous.gsdoc │ ├── English.lproj │ │ └── InfoPlist.strings │ ├── Examples │ │ ├── EchoServ │ │ │ ├── EchoServ.h │ │ │ ├── EchoServ.m │ │ │ ├── GNUmakefile │ │ │ ├── GNUmakefile.preamble │ │ │ └── main.m │ │ ├── GNUmakefile │ │ ├── GNUmakefile.postamble │ │ ├── IRCBot │ │ │ ├── GNUmakefile │ │ │ ├── GNUmakefile.preamble │ │ │ ├── IRCBot.h │ │ │ ├── IRCBot.m │ │ │ └── main.m │ │ ├── SimpleClient │ │ │ ├── GNUmakefile │ │ │ ├── GNUmakefile.preamble │ │ │ ├── SimpleClient.h │ │ │ ├── SimpleClient.m │ │ │ └── main.m │ │ └── Skeleton │ │ │ ├── GNUmakefile │ │ │ ├── GNUmakefile.preamble │ │ │ └── main.m │ ├── GNUmakefile.in │ ├── GNUmakefile.postamble │ ├── Info.plist │ ├── README │ ├── README.osx │ ├── Source │ │ ├── GNUmakefile.in │ │ ├── GNUmakefile.preamble │ │ ├── IRCObject.h │ │ ├── IRCObject.m │ │ ├── LineObject.h │ │ ├── LineObject.m │ │ ├── NetBase.h │ │ ├── NetBase.m │ │ ├── NetTCP.h │ │ ├── NetTCP.m │ │ └── config.h.in │ ├── configure │ ├── configure.ac │ ├── netclasses-T.xcodeproj │ │ └── project.pbxproj │ ├── netclasses.xcode │ │ └── project.pbxproj │ ├── testsuite │ │ ├── GNUmakefile │ │ ├── GNUmakefile.postamble │ │ ├── GNUmakefile.preamble │ │ ├── conversions.m │ │ ├── testsuite.h │ │ └── testtcp.m │ └── version.plist └── timeui │ ├── GNUmakefile │ ├── Headers │ └── TimeUI │ │ ├── QSTimeClockCell.h │ │ ├── QSTimeControl.h │ │ └── TimeUI.h │ ├── Palettes │ ├── GNUmakefile │ ├── GNUmakefile.preamble │ ├── TimeClockEditor.h │ ├── TimeClockEditor.m │ ├── TimeClockInspector.gorm │ │ ├── data.classes │ │ ├── data.info │ │ └── objects.gorm │ ├── TimeClockInspector.h │ ├── TimeClockInspector.m │ ├── TimeUIPalette.gorm │ │ ├── data.classes │ │ ├── data.info │ │ └── objects.gorm │ ├── TimeUIPalette.h │ ├── TimeUIPalette.m │ ├── TimeUIPaletteIcon.tiff │ └── palette.table │ ├── Source │ ├── GNUmakefile │ ├── GNUmakefile.preamble │ ├── QSTimeClockCell.m │ └── QSTimeControl.m │ ├── TestTimeUI │ ├── AppController.h │ ├── AppController.m │ ├── GNUmakefile │ ├── GNUmakefile.preamble │ ├── TestTimeUI.gorm │ │ ├── data.classes │ │ ├── data.info │ │ └── objects.gorm │ └── main.m │ ├── Version │ ├── config.h.in │ ├── configure.in │ └── server.make.in ├── ported-apps ├── GNUmakefile ├── Games │ ├── Chess │ │ ├── ApplicationNameImage.tiff │ │ ├── Board.h │ │ ├── Board.m │ │ ├── Board3D.h │ │ ├── Board3D.m │ │ ├── COPYING │ │ ├── CVSVersionInfo.txt │ │ ├── ChangeLog │ │ ├── Chess.h │ │ ├── Chess.iconheader │ │ ├── Chess.m │ │ ├── Chess.xcodeproj │ │ │ ├── heron.mode1v3 │ │ │ ├── heron.pbxuser │ │ │ ├── project.pbxproj │ │ │ └── root.pbxuser │ │ ├── ChessApp.tiff │ │ ├── ChessDoc.tiff │ │ ├── ChessInfo.plist │ │ ├── ChessListener.cp │ │ ├── ChessListener.h │ │ ├── Chess_main.m │ │ ├── Clock.h │ │ ├── Clock.m │ │ ├── CustomInfo.plist │ │ ├── English.lproj │ │ │ ├── 3d_black_sample.tiff │ │ │ ├── 3d_board.tiff │ │ │ ├── 3d_pieces.tiff │ │ │ ├── 3d_plastic.tiff │ │ │ ├── 3d_white_sample.tiff │ │ │ ├── Chess.nib │ │ │ │ ├── classes.nib │ │ │ │ ├── info.nib │ │ │ │ └── keyedobjects.nib │ │ │ ├── Credits.rtf │ │ │ ├── Localizable.strings │ │ │ ├── SpeechHelp.xml │ │ │ ├── black.tiff │ │ │ ├── black_bishop.tiff │ │ │ ├── black_king.tiff │ │ │ ├── black_knight.tiff │ │ │ ├── black_pawn.tiff │ │ │ ├── black_queen.tiff │ │ │ ├── black_rook.tiff │ │ │ ├── clock.tiff │ │ │ ├── white.tiff │ │ │ ├── white_bishop.tiff │ │ │ ├── white_king.tiff │ │ │ ├── white_knight.tiff │ │ │ ├── white_pawn.tiff │ │ │ ├── white_queen.tiff │ │ │ └── white_rook.tiff │ │ ├── GNUmakefile │ │ ├── GNUmakefile.postamble │ │ ├── Makefile │ │ ├── Makefile.postamble │ │ ├── Makefile.preamble │ │ ├── MakefileOld │ │ ├── PB.gdbinit │ │ ├── PB.project │ │ ├── ResponseMeter.h │ │ ├── ResponseMeter.m │ │ ├── Square.h │ │ ├── Square.m │ │ ├── Square3D.h │ │ ├── Square3D.m │ │ ├── chess.icns │ │ ├── chess.tiff │ │ ├── gnuchess.book │ │ ├── gnuchess.c │ │ ├── gnuchess.h │ │ ├── gnuglue.h │ │ ├── gnuglue.m │ │ └── version.h │ ├── GNUmakefile │ └── NeXTGo │ │ ├── COPYING │ │ ├── ChangeLog │ │ ├── GNUmakefile │ │ ├── NeXTGo.3.0.README │ │ └── Source │ │ ├── Background.tiff │ │ ├── Board.h │ │ ├── Board.m │ │ ├── COPYING │ │ ├── ClickCell.h │ │ ├── ClickCell.m │ │ ├── Controller.h │ │ ├── Controller.m │ │ ├── Documentation.gnugo │ │ ├── English.lproj │ │ ├── NeXTGo.gorm │ │ │ ├── data.classes │ │ │ ├── data.info │ │ │ └── objects.gorm │ │ └── NeXTGo.nib │ │ │ ├── data.classes │ │ │ └── objects.nib │ │ ├── FAQ │ │ ├── GNUmakefile │ │ ├── GNUmakefile.postamble │ │ ├── GNUmakefile.preamble │ │ ├── GameInspectorPanel.h │ │ ├── GameInspectorPanel.m │ │ ├── GoApp.h │ │ ├── GoApp.m │ │ ├── GoServer.h │ │ ├── GoServer.m │ │ ├── GoWindow.h │ │ ├── GoWindow.m │ │ ├── Makefile │ │ ├── Makefile.postamble │ │ ├── Makefile.postamble.3.3 │ │ ├── Makefile.postamble.template │ │ ├── NeXTGo.background-2.0.draw │ │ ├── NeXTGo.background.draw │ │ ├── NeXTGo.project │ │ ├── NeXTGo.tiff │ │ ├── NeXTGoFile.tiff │ │ ├── NeXTGoHelp.rtf │ │ ├── NeXTGo_main.m │ │ ├── PB.gdbinit │ │ ├── PB.project │ │ ├── README │ │ ├── README.gnugo │ │ ├── alternate_images │ │ ├── Background.tiff │ │ ├── NeXTGo.tiff │ │ └── NeXTGoFile.tiff │ │ ├── comment.header │ │ ├── count.c │ │ ├── countlib.c │ │ ├── eval.c │ │ ├── exambord.c │ │ ├── findnext.c │ │ ├── findopen.c │ │ ├── findpatn.c │ │ ├── findsavr.c │ │ ├── findwinr.c │ │ ├── fioe.c │ │ ├── genmove.c │ │ ├── gnugo.h │ │ ├── godict.c │ │ ├── godict.h │ │ ├── history.h │ │ ├── igs.h │ │ ├── igs.protocol │ │ ├── igsglue.m │ │ ├── igsparse.c │ │ ├── igssocket.m │ │ ├── initmark.c │ │ ├── intergo.dct │ │ ├── matchpat.c │ │ ├── opening.c │ │ ├── openregn.c │ │ ├── patterns.c │ │ ├── patterns.h │ │ ├── protocol │ │ ├── random.c │ │ ├── score.c │ │ ├── seed.c │ │ ├── sethand.c │ │ ├── shared.h │ │ ├── smartgo.h │ │ ├── smartgoeval.c │ │ ├── smartgoparse.c │ │ ├── smartgotree.c │ │ ├── smgcom.h │ │ └── suicide.c └── Util │ ├── Bean │ ├── BIbeam.tiff │ ├── Bean.xcodeproj │ │ ├── JH.mode1 │ │ ├── JH.pbxuser │ │ ├── JH.perspective │ │ └── project.pbxproj │ ├── Bean_Prefix.pch │ ├── ChangeLog │ ├── Controller.h │ ├── Controller.m │ ├── EncodeRTFwithPictures.h │ ├── EncodeRTFwithPictures.m │ ├── English.lproj │ │ ├── Bean Help │ │ │ ├── Bean Help.helpindex │ │ │ ├── gfx │ │ │ │ ├── beanlogo safe.jpg │ │ │ │ ├── beanlogo.jpg │ │ │ │ └── beanshot.jpg │ │ │ ├── index.html │ │ │ └── pages │ │ │ │ ├── GNU-GPL.html │ │ │ │ ├── aboutBean.html │ │ │ │ ├── contacts.html │ │ │ │ ├── credits.html │ │ │ │ ├── fileformats.html │ │ │ │ ├── requirements.html │ │ │ │ ├── shortcuts.html │ │ │ │ └── tipstricks.html │ │ ├── Credits.rtf │ │ ├── InfoPlist.strings │ │ ├── Inspector.nib │ │ │ ├── classes.nib │ │ │ ├── info.nib │ │ │ └── keyedobjects.nib │ │ ├── LinkSheet.nib │ │ │ ├── classes.nib │ │ │ ├── info.nib │ │ │ └── keyedobjects.nib │ │ ├── Localizable copy.strings │ │ ├── Localizable.strings │ │ ├── MainMenu.nib │ │ │ ├── classes.nib │ │ │ ├── info.nib │ │ │ └── keyedobjects.nib │ │ ├── MarginSheet.nib │ │ │ ├── classes.nib │ │ │ ├── info.nib │ │ │ └── keyedobjects.nib │ │ ├── MyDocument.nib │ │ │ ├── classes.nib │ │ │ ├── info.nib │ │ │ └── keyedobjects.nib │ │ └── ServicesMenu.strings │ ├── Info.plist │ ├── InspectorController.h │ ├── InspectorController.m │ ├── JHDocumentController.h │ ├── JHDocumentController.m │ ├── JHLayoutManager.h │ ├── JHLayoutManager.m │ ├── JHScrollView.h │ ├── JHScrollView.m │ ├── JHScroller.h │ ├── JHScroller.m │ ├── KBWordCountingTextStorage.h │ ├── KBWordCountingTextStorage.m │ ├── MyDocument.h │ ├── MyDocument.m │ ├── NSCursorExtensions.h │ ├── NSCursorExtensions.m │ ├── NSFontPanelExtensions.h │ ├── NSFontPanelExtensions.m │ ├── PageView.h │ ├── PageView.m │ ├── PrefWindowController.h │ ├── PrefWindowController.m │ ├── ServicesObject.h │ ├── ServicesObject.m │ ├── TBAltColorsItemImage.tiff │ ├── TBBackupItemImage.tiff │ ├── TBCompleteItemImage.tiff │ ├── TBCopyItemImage.tiff │ ├── TBDefineWord.tiff │ ├── TBFindItemImage.tiff │ ├── TBFloatItemImage.tiff │ ├── TBFloatItemImageActive.tiff │ ├── TBFloatItemSmall.tiff │ ├── TBInsertPicture.tiff │ ├── TBInspectorItemImage.tiff │ ├── TBLayoutItemImage.tiff │ ├── TBPasteItemImage.tiff │ ├── TBRedoItemImage.tiff │ ├── TBRulerItemImage.tiff │ ├── TBSaveItemImage.tiff │ ├── TBShowFontPanelItemImage.tiff │ ├── TBStatisticsItemImage.tiff │ ├── TBUndoItemImage original.tiff │ ├── TBUndoItemImage.tiff │ ├── ToolbarAlignCenter.tiff │ ├── ToolbarAlignJustify.tiff │ ├── ToolbarAlignLeft.tiff │ ├── ToolbarAlignRight.tiff │ ├── defaults.plist │ ├── icn-beanapp-old.icns │ ├── icn-beanapp.icns │ ├── icn-beandoc-new.icns │ ├── icn-doc-new.icns │ ├── icn-html-new.icns │ ├── icn-rtf-new.icns │ ├── icn-rtfd-new.icns │ ├── icn-txt-new.icns │ ├── icn-web-new.icns │ ├── icn-xml-new.icns │ ├── main.m │ ├── swatchBlue.tif │ ├── swatchGreen.tif │ ├── swatchOrange.tif │ ├── swatchPink.tif │ ├── swatchX.tif │ └── swatchYellow.tif │ ├── GNUmakefile │ └── TimeMon │ ├── .dir.tiff │ ├── .opendir.tiff │ ├── AppIcons.icns │ ├── ChangeLog │ ├── English.lproj │ ├── InfoPlist.strings │ ├── TimeMon.gorm │ │ ├── data.classes │ │ ├── data.info │ │ ├── icon.png │ │ └── objects.gorm │ └── TimeMon.nib │ │ ├── classes.nib │ │ ├── data.classes │ │ ├── info.nib │ │ ├── keyedobjects.nib │ │ └── objects.nib │ ├── GNUmakefile │ ├── GNUmakefile.preamble │ ├── Info.plist │ ├── NSColorExtensions.h │ ├── NSColorExtensions.m │ ├── PB.gdbinit │ ├── PB.project │ ├── Percentages.h │ ├── Percentages.m │ ├── README.INSTALL.rtf │ ├── README.rtf │ ├── TimeMon.1 │ ├── TimeMon.pbproj │ └── project.pbxproj │ ├── TimeMon.tiff │ ├── TimeMon.xcode │ └── project.pbxproj │ ├── TimeMon.xcodeproj │ ├── heron.mode1 │ ├── heron.pbxuser │ └── project.pbxproj │ ├── TimeMonColors.h │ ├── TimeMonColors.m │ ├── TimeMonP.tiff │ ├── TimeMonWraps.h │ ├── TimeMonWraps.m │ ├── TimeMon_Prefix.pch │ ├── TimeMon_main.m │ ├── loadave.c │ └── loadave.h ├── system-apps ├── Addresses │ ├── AUTHORS │ ├── AddressManager │ │ ├── AddressManager.tiff │ │ ├── AddressManagerInfo.plist │ │ ├── ChangeLog │ │ ├── Controller.h │ │ ├── Controller.m │ │ ├── DragDropMatrix.h │ │ ├── DragDropMatrix.m │ │ ├── Dutch.lproj │ │ │ ├── AddressManager.gorm │ │ │ │ ├── Add.tiff │ │ │ │ ├── data.classes │ │ │ │ └── objects.gorm │ │ │ ├── ISOCountryCodes.dict │ │ │ └── Localizable.strings │ │ ├── English.lproj │ │ │ ├── AddressManager.gorm │ │ │ │ ├── Add.tiff │ │ │ │ ├── data.classes │ │ │ │ └── objects.gorm │ │ │ ├── ISOCountryCodes.dict │ │ │ └── Localizable.strings │ │ ├── French.lproj │ │ │ ├── AddressManager.gorm │ │ │ │ ├── Add.tiff │ │ │ │ ├── data.classes │ │ │ │ └── objects.gorm │ │ │ ├── ISOCountryCodes.dict │ │ │ └── Localizable.strings │ │ ├── GNUmakefile │ │ ├── GNUmakefile.preamble │ │ ├── German.lproj │ │ │ ├── AddressManager.gorm │ │ │ │ ├── Add.tiff │ │ │ │ ├── data.classes │ │ │ │ └── objects.gorm │ │ │ ├── ISOCountryCodes.dict │ │ │ └── Localizable.strings │ │ ├── Spanish.lproj │ │ │ ├── AddressManager.gorm │ │ │ │ ├── Add.tiff │ │ │ │ ├── data.classes │ │ │ │ └── objects.gorm │ │ │ ├── ISOCountryCodes.dict │ │ │ └── Localizable.strings │ │ ├── VCFFile.tiff │ │ ├── VCFImage.tiff │ │ ├── VCFImage.xcf │ │ ├── VCFImageMulti.tiff │ │ ├── main.m │ │ └── shared_obj │ │ │ ├── Controller.d │ │ │ ├── DragDropMatrix.d │ │ │ └── main.d │ ├── COPYING.LIB │ ├── ChangeLog │ ├── Frameworks │ │ ├── AddressView │ │ │ ├── ADImageView.h │ │ │ ├── ADImageView.m │ │ │ ├── ADPersonPropertyView+Events.m │ │ │ ├── ADPersonPropertyView+Private.m │ │ │ ├── ADPersonPropertyView.h │ │ │ ├── ADPersonPropertyView.m │ │ │ ├── ADPersonView.h │ │ │ ├── ADPersonView.m │ │ │ ├── ADSinglePropertyView.h │ │ │ ├── ADSinglePropertyView.m │ │ │ ├── Add.tiff │ │ │ ├── AddressLayouts.dict │ │ │ ├── AddressView.h │ │ │ ├── Change.tiff │ │ │ ├── ChangeLog │ │ │ ├── Dutch.lproj │ │ │ │ └── Localizable.strings │ │ │ ├── English.lproj │ │ │ │ └── Localizable.strings │ │ │ ├── French.lproj │ │ │ │ └── Localizable.strings │ │ │ ├── GNUmakefile │ │ │ ├── German.lproj │ │ │ │ └── Localizable.strings │ │ │ ├── ISOCodeMapping.dict │ │ │ ├── Icons.xcf │ │ │ ├── Labels.dict │ │ │ ├── Lock.tiff │ │ │ ├── Main.m │ │ │ ├── README.Localize │ │ │ ├── Remove.tiff │ │ │ ├── ScriptingInfo.plist │ │ │ ├── Share.tiff │ │ │ ├── Spanish.lproj │ │ │ │ └── Localizable.strings │ │ │ ├── UnknownImage.tiff │ │ │ └── VCFImage.tiff │ │ ├── Addresses │ │ │ ├── ADAddressBook.h │ │ │ ├── ADAddressBook.m │ │ │ ├── ADConverter.h │ │ │ ├── ADConverter.m │ │ │ ├── ADEnvelopeAddressBook.h │ │ │ ├── ADEnvelopeAddressBook.m │ │ │ ├── ADGlobals.h │ │ │ ├── ADGlobals.m │ │ │ ├── ADGroup.h │ │ │ ├── ADGroup.m │ │ │ ├── ADImageLoading.h │ │ │ ├── ADImageLoading.m │ │ │ ├── ADLocalAddressBook.h │ │ │ ├── ADLocalAddressBook.m │ │ │ ├── ADMultiValue.h │ │ │ ├── ADMultiValue.m │ │ │ ├── ADPListConverter.h │ │ │ ├── ADPListConverter.m │ │ │ ├── ADPerson.h │ │ │ ├── ADPerson.m │ │ │ ├── ADPlugin.h │ │ │ ├── ADPlugin.m │ │ │ ├── ADPublicAddressBook.h │ │ │ ├── ADPublicAddressBook.m │ │ │ ├── ADRecord.h │ │ │ ├── ADRecord.m │ │ │ ├── ADSearchElement.h │ │ │ ├── ADSearchElement.m │ │ │ ├── ADTypedefs.h │ │ │ ├── ADVCFConverter.h │ │ │ ├── ADVCFConverter.m │ │ │ ├── AddressBook.h │ │ │ ├── Addresses.h │ │ │ ├── ChangeLog │ │ │ ├── Documentation │ │ │ │ └── vcard-21.ps │ │ │ ├── Dutch.lproj │ │ │ │ └── PropertiesAndLabels.strings │ │ │ ├── English.lproj │ │ │ │ └── PropertiesAndLabels.strings │ │ │ ├── French.lproj │ │ │ │ └── PropertiesAndLabels.strings │ │ │ ├── GNUmakefile │ │ │ ├── German.lproj │ │ │ │ └── PropertiesAndLabels.strings │ │ │ ├── README │ │ │ ├── ScriptingInfo.plist │ │ │ └── Spanish.lproj │ │ │ │ └── PropertiesAndLabels.strings │ │ └── GNUmakefile │ ├── GNUmakefile │ ├── Goodies │ │ ├── GNUmakefile │ │ ├── LDAPAddressBook │ │ │ ├── GNUmakefile │ │ │ └── LDAPAddressBookClass │ │ │ │ ├── GNUmakefile │ │ │ │ ├── LDAPAddressBook.m │ │ │ │ ├── LDAPPersonMapping.plist │ │ │ │ ├── utils.h │ │ │ │ └── utils.m │ │ ├── README │ │ ├── VCFViewer │ │ │ ├── GNUmakefile │ │ │ ├── InspectorInfo.plist │ │ │ ├── VCFImage.tiff │ │ │ ├── VCFViewer.h │ │ │ └── VCFViewer.m │ │ ├── adgnumailconverter │ │ │ ├── GNUmakefile │ │ │ ├── README │ │ │ └── main.m │ │ ├── adserver │ │ │ ├── GNUmakefile │ │ │ ├── adserver.m │ │ │ └── default.conf │ │ └── adtool │ │ │ ├── GNUmakefile │ │ │ └── addresstool.m │ ├── INSTALL │ ├── NEWS │ ├── README │ ├── THANKS │ ├── TODO │ └── Test │ │ ├── ADSingleTest.gorm │ │ ├── data.classes │ │ └── objects.gorm │ │ ├── Controller.h │ │ ├── Controller.m │ │ ├── GNUmakefile │ │ └── main.m ├── AudioMixer │ ├── AppController.h │ ├── AppController.m │ ├── AudioMixer.pcproj │ │ └── PC.project │ ├── AudioMixerInfo.plist │ ├── ChangeLog │ ├── GNUmakefile │ ├── GNUmakefile.postamble │ ├── GNUmakefile.preamble │ ├── Resources │ │ └── AudioMixer.gorm │ │ │ ├── data.classes │ │ │ ├── data.info │ │ │ └── objects.gorm │ ├── SoundDevice.h │ ├── SoundDevice.m │ └── main.m ├── GNUmakefile ├── Installer │ ├── COPYING │ ├── English.lproj │ │ ├── Installer.gorm │ │ │ ├── data.classes │ │ │ ├── data.info │ │ │ └── objects.gorm │ │ └── PackageWindow.gorm │ │ │ ├── FileIcon_txt.tiff │ │ │ ├── GNUSpace.app.tiff │ │ │ ├── Installer.app.tiff │ │ │ ├── Installer.app_2.tiff │ │ │ ├── MailIcon_box_delete.tiff │ │ │ ├── data.classes │ │ │ ├── data.info │ │ │ └── objects.gorm │ ├── GNUmakefile │ ├── GNUmakefile.postamble │ ├── GNUmakefile.preamble │ ├── Installer.app.tiff │ ├── InstallerInfo.plist │ ├── Installer_main.m │ ├── PKGDocument.h │ ├── PKGDocument.m │ ├── PKGDocumentController.h │ ├── PKGDocumentController.m │ ├── PKGWindowController.h │ └── PKGWindowController.m ├── NFSConfig │ ├── COPYING │ ├── English.lproj │ │ ├── InfoPanel.gmodel │ │ ├── NEXTSTEP_NFSConfig.nib │ │ │ ├── data.classes │ │ │ └── objects.nib │ │ ├── NFSConfig.gmodel │ │ ├── NFSConfig.gorm │ │ │ ├── data.classes │ │ │ └── objects.gorm │ │ └── WINDOWS_NFSConfig.nib │ │ │ ├── data.classes │ │ │ └── objects.nib │ ├── GNUmakefile │ ├── GNUmakefile.postamble │ ├── GNUmakefile.preamble │ ├── Makefile │ ├── Makefile.postamble │ ├── Makefile.preamble │ ├── NFSClientDataSource.h │ ├── NFSClientDataSource.m │ ├── NFSClientDelegate.h │ ├── NFSClientDelegate.m │ ├── NFSConfig_main.m │ ├── NFSController.h │ ├── NFSController.m │ ├── NFSServerDataSource.h │ ├── NFSServerDataSource.m │ ├── NFSServerDelegate.h │ ├── NFSServerDelegate.m │ ├── PB.project │ ├── h.template │ └── m.template ├── StepSync │ ├── AppController.h │ ├── AppController.m │ ├── English.lproj │ │ └── InfoPlist.strings │ ├── FileMap.h │ ├── FileMap.m │ ├── FileObject.h │ ├── FileObject.m │ ├── GNUmakefile │ ├── GNUmakefile.preamble │ ├── Info.plist │ ├── MainMenu.nib │ │ ├── classes.nib │ │ ├── info.nib │ │ └── keyedobjects.nib │ ├── Resources │ │ └── MainMenu.gorm │ │ │ ├── data.classes │ │ │ ├── data.info │ │ │ └── objects.gorm │ ├── StepSync-T.xcodeproj │ │ └── project.pbxproj │ ├── StepSync.pcproj │ │ └── PC.project │ ├── StepSync.xcode │ │ └── project.pbxproj │ ├── StepSync.xcodeproj │ │ └── project.pbxproj │ ├── StepSyncInfo.plist │ ├── main.m │ └── version.plist ├── Terminal │ ├── COPYING │ ├── ChangeLog │ ├── DefaultTerminalServices.svcs │ ├── English.lproj │ │ └── Localizable.strings │ ├── French.lproj │ │ └── Localizable.strings │ ├── GNUmakefile │ ├── German.lproj │ │ └── Localizable.strings │ ├── Hungarian.lproj │ │ └── Localizable.strings │ ├── Italian.lproj │ │ └── Localizable.strings │ ├── Label.h │ ├── Label.m │ ├── Norwegian.lproj │ │ └── Localizable.strings │ ├── PrefBox.h │ ├── PreferencesWindowController.h │ ├── PreferencesWindowController.m │ ├── README │ ├── Russian.lproj │ │ └── Localizable.strings │ ├── Services.h │ ├── Services.m │ ├── ServicesParameterWindowController.h │ ├── ServicesParameterWindowController.m │ ├── ServicesPrefs.h │ ├── ServicesPrefs.m │ ├── Spanish.lproj │ │ └── Localizable.strings │ ├── Swedish.lproj │ │ └── Localizable.strings │ ├── Terminal.1 │ ├── Terminal.h │ ├── Terminal.tiff │ ├── TerminalInfo.plist │ ├── TerminalParser_Linux.h │ ├── TerminalParser_Linux.m │ ├── TerminalParser_LinuxPrefs.h │ ├── TerminalParser_LinuxPrefs.m │ ├── TerminalView.h │ ├── TerminalView.m │ ├── TerminalViewPrefs.h │ ├── TerminalViewPrefs.m │ ├── TerminalWindow.h │ ├── TerminalWindow.m │ ├── TerminalWindowPrefs.h │ ├── TerminalWindowPrefs.m │ ├── Turkish.lproj │ │ └── Localizable.strings │ ├── autokeyviewchain.h │ ├── autokeyviewchain.m │ ├── charmaps.h │ ├── cursor_filled.tiff │ ├── cursor_inverted.tiff │ ├── cursor_line.tiff │ ├── cursor_stroked.tiff │ └── main.m ├── Zipper │ ├── AceArchive.h │ ├── AceArchive.m │ ├── AppDelegate.h │ ├── AppDelegate.m │ ├── Archive.h │ ├── Archive.m │ ├── ArchiveService.h │ ├── ArchiveService.m │ ├── ArjArchive.h │ ├── ArjArchive.m │ ├── ChangeLog │ ├── English.lproj │ │ ├── Credits.rtf │ │ ├── InfoPlist.strings │ │ ├── MainMenu.nib │ │ │ ├── classes.nib │ │ │ ├── info.nib │ │ │ └── keyedobjects.nib │ │ ├── Preferences.nib │ │ │ ├── classes.nib │ │ │ ├── info.nib │ │ │ └── keyedobjects.nib │ │ └── ZipperDocument.nib │ │ │ ├── classes.nib │ │ │ ├── info.nib │ │ │ └── keyedobjects.nib │ ├── FileInfo.h │ ├── FileInfo.m │ ├── GNUmakefile │ ├── GzipArchive.h │ ├── GzipArchive.m │ ├── Info.plist │ ├── LhaArchive.h │ ├── LhaArchive.m │ ├── LzxArchive.h │ ├── LzxArchive.m │ ├── NSArray+Custom.h │ ├── NSArray+Custom.m │ ├── NSFileManager+Custom.h │ ├── NSFileManager+Custom.m │ ├── NSObject+Custom.h │ ├── NSObject+Custom.m │ ├── NSString+Custom.h │ ├── NSString+Custom.m │ ├── Preferences.h │ ├── Preferences.m │ ├── PreferencesController.h │ ├── PreferencesController.m │ ├── RarArchive.h │ ├── RarArchive.m │ ├── Resources │ │ ├── FileIcon.tiff │ │ ├── MainMenu.gorm │ │ │ ├── data.classes │ │ │ ├── data.info │ │ │ └── objects.gorm │ │ ├── Preferences.gorm │ │ │ ├── data.classes │ │ │ ├── data.info │ │ │ └── objects.gorm │ │ ├── Zipper.icns │ │ ├── ZipperDocument.gorm │ │ │ ├── data.classes │ │ │ ├── data.info │ │ │ └── objects.gorm │ │ ├── no_order.tiff │ │ ├── sort_ascending.tiff │ │ ├── sort_descending.tiff │ │ └── zipper.tiff │ ├── SevenZipArchive.h │ ├── SevenZipArchive.m │ ├── TableViewDataSource.h │ ├── TableViewDataSource.m │ ├── TarArchive.h │ ├── TarArchive.m │ ├── ZipArchive.h │ ├── ZipArchive.m │ ├── Zipper-T.xcodeproj │ │ └── project.pbxproj │ ├── Zipper.1 │ ├── Zipper.xcode │ │ └── project.pbxproj │ ├── ZipperCell.h │ ├── ZipperCell.m │ ├── ZipperDocument.h │ ├── ZipperDocument.m │ ├── ZipperInfo.plist │ ├── ZooArchive.h │ ├── ZooArchive.m │ ├── common.h │ └── main.m ├── batmon │ ├── AppController.h │ ├── AppController.m │ ├── BatteryModel-FreeBSD.m │ ├── BatteryModel-Linux.m │ ├── BatteryModel-NetBSD.m │ ├── BatteryModel-OpenBSD.m │ ├── BatteryModel.h │ ├── BatteryModel.m │ ├── ChangeLog │ ├── GNUmakefile │ ├── GNUmakefile.postamble │ ├── GNUmakefile.preamble │ ├── Resources │ │ ├── BatMon_icon.tif │ │ ├── LICENSE │ │ ├── README │ │ ├── batmon.gorm │ │ │ ├── data.classes │ │ │ ├── data.info │ │ │ └── objects.gorm │ │ ├── small_battery.tif │ │ └── small_plug.tif │ ├── batmon.pcproj │ │ └── PC.project │ ├── batmonInfo.plist │ └── main.m └── loginpanel │ ├── Authenticator.h │ ├── Authenticator.m │ ├── COPYING │ ├── ChangeLog │ ├── English.lproj │ ├── InfoPanel.gmodel │ ├── InfoPanel.gorm │ │ ├── data.classes │ │ ├── data.info │ │ └── objects.gorm │ ├── InfoPanel.nib │ │ ├── data.classes │ │ └── objects.nib │ ├── NEXTSTEP_loginpanel.nib │ │ ├── data.classes │ │ └── objects.nib │ ├── WINDOWS_loginpanel.nib │ │ ├── data.classes │ │ └── objects.nib │ ├── loginpanel.gorm │ │ ├── data.classes │ │ ├── data.info │ │ └── objects.gorm │ ├── loginwindow.gorm │ │ ├── data.classes │ │ ├── data.info │ │ └── objects.gorm │ └── test.gmodel │ ├── GNUmakefile │ ├── GNUmakefile.postamble │ ├── GNUmakefile.preamble │ ├── LoginApplication.m │ ├── LoginImageView.h │ ├── LoginImageView.m │ ├── LoginPanelController.h │ ├── LoginPanelController.m │ ├── LoginTheme.h │ ├── LoginTheme.m │ ├── LoginWindow.h │ ├── LoginWindow.m │ ├── Makefile │ ├── Makefile.postamble │ ├── Makefile.preamble │ ├── PB.project │ ├── README │ ├── README.artwork │ ├── XServerManager.h │ ├── XServerManager.m │ ├── gnustep.tiff │ ├── h.template │ ├── loginPanel.tiff │ ├── loginPanelBlank.tiff │ ├── loginicon.tiff │ ├── loginpanelInfo.plist │ ├── loginpanel_main.m │ ├── loginpaneld.m │ ├── m.template │ ├── power.tiff │ ├── power_invert.tiff │ ├── restart.tiff │ └── restart_invert.tiff └── user-apps ├── AClock ├── AClock.pcproj │ └── PC.project ├── AClockInfo.plist ├── AppController.h ├── AppController.m ├── COPYING ├── ChangeLog ├── Clock.h ├── Clock.m ├── GNUmakefile ├── NSColorExtensions.h ├── NSColorExtensions.m ├── README ├── Resources │ ├── AClock.gorm │ │ ├── data.classes │ │ ├── data.info │ │ └── objects.gorm │ ├── AClock.tiff │ ├── clock.png │ ├── cuckoo.wav │ ├── cuckoo0.png │ ├── cuckoo1.png │ ├── cuckoo10.png │ ├── cuckoo11.png │ ├── cuckoo12.png │ ├── cuckoo13.png │ ├── cuckoo14.png │ ├── cuckoo15.png │ ├── cuckoo16.png │ ├── cuckoo17.png │ ├── cuckoo18.png │ ├── cuckoo19.png │ ├── cuckoo2.png │ ├── cuckoo3.png │ ├── cuckoo4.png │ ├── cuckoo5.png │ ├── cuckoo6.png │ ├── cuckoo7.png │ ├── cuckoo8.png │ ├── cuckoo9.png │ └── ring.wav ├── cuckoo.blend └── main.m ├── Cynthiune ├── Armenian.lproj │ ├── InfoPlist.strings │ └── Localizable.strings ├── BundleManager.h ├── BundleManager.m ├── Bundles │ ├── ALSA │ │ ├── ALSA.h │ │ ├── ALSA.m │ │ ├── GNUmakefile │ │ └── GNUmakefile.preamble │ ├── AO │ │ ├── GNUmakefile │ │ ├── GNUmakefile.preamble │ │ └── ao.m │ ├── ASFTags │ │ ├── ASFMetaData.h │ │ ├── ASFTags.h │ │ ├── ASFTags.m │ │ ├── GNUmakefile │ │ └── GNUmakefile.preamble │ ├── AudioFile │ │ ├── AudioFile.m │ │ ├── AudioFileBundle.h │ │ ├── GNUmakefile │ │ └── GNUmakefile.preamble │ ├── Esound │ │ ├── English.lproj │ │ │ └── Localizable.strings │ │ ├── Esound.h │ │ ├── Esound.m │ │ ├── EsoundPreference.h │ │ ├── EsoundPreference.m │ │ ├── EsoundPreferences.gorm │ │ │ ├── data.classes │ │ │ ├── data.info │ │ │ └── objects.gorm │ │ ├── EsoundPreferences.nib │ │ │ ├── classes.nib │ │ │ ├── info.nib │ │ │ └── keyedobjects.nib │ │ ├── French.lproj │ │ │ └── Localizable.strings │ │ ├── GNUmakefile │ │ └── GNUmakefile.preamble │ ├── FLAC │ │ ├── FLAC.h │ │ ├── FLAC.m │ │ ├── GNUmakefile │ │ └── GNUmakefile.preamble │ ├── FLACTags │ │ ├── FLACTags.h │ │ ├── FLACTags.m │ │ ├── GNUmakefile │ │ └── GNUmakefile.preamble │ ├── FormatSkeleton │ │ ├── GNUmakefile │ │ ├── GNUmakefile.preamble │ │ ├── Skeleton.h │ │ └── Skeleton.m │ ├── GraphWriter │ │ ├── GNUmakefile │ │ ├── GNUmakefile.preamble │ │ ├── GraphWriter.h │ │ └── GraphWriter.m │ ├── ID3Tag │ │ ├── GNUmakefile │ │ ├── GNUmakefile.preamble │ │ ├── ID3Tag.h │ │ └── ID3Tag.m │ ├── MP3 │ │ ├── GNUmakefile │ │ ├── GNUmakefile.preamble │ │ ├── MP3.h │ │ ├── MP3.m │ │ ├── xing.c │ │ └── xing.h │ ├── MacOSX │ │ ├── MacOSXPlayer.h │ │ └── MacOSXPlayer.m │ ├── Mod │ │ ├── GNUmakefile │ │ ├── GNUmakefile.preamble │ │ ├── Mod.h │ │ └── Mod.m │ ├── Musepack │ │ ├── CNSFileHandle.h │ │ ├── CNSFileHandle.m │ │ ├── GNUmakefile │ │ ├── GNUmakefile.preamble │ │ ├── Musepack.h │ │ └── Musepack.m │ ├── OSS │ │ ├── English.lproj │ │ │ └── Localizable.strings │ │ ├── French.lproj │ │ │ └── Localizable.strings │ │ ├── GNUmakefile │ │ ├── GNUmakefile.preamble │ │ ├── OSS.h │ │ ├── OSS.m │ │ ├── OSSPreference.h │ │ ├── OSSPreference.m │ │ └── OSSPreferences.gorm │ │ │ ├── data.classes │ │ │ ├── data.info │ │ │ └── objects.gorm │ ├── Ogg │ │ ├── GNUmakefile │ │ ├── GNUmakefile.preamble │ │ ├── Ogg.h │ │ └── Ogg.m │ ├── OutputSkeleton │ │ ├── GNUmakefile │ │ ├── GNUmakefile.preamble │ │ ├── Skeleton.h │ │ └── Skeleton.m │ ├── Sndio │ │ ├── GNUmakefile │ │ ├── GNUmakefile.preamble │ │ ├── Sndio.h │ │ └── Sndio.m │ ├── Taglib │ │ ├── GNUmakefile │ │ ├── GNUmakefile.preamble │ │ ├── Taglib.h │ │ └── Taglib.m │ ├── TagsSkeleton │ │ ├── GNUmakefile │ │ ├── GNUmakefile.preamble │ │ ├── Skeleton.h │ │ └── Skeleton.m │ ├── Timidity │ │ ├── GNUmakefile │ │ ├── GNUmakefile.preamble │ │ ├── Timidity.h │ │ └── Timidity.m │ ├── VorbisTags │ │ ├── GNUmakefile │ │ ├── GNUmakefile.preamble │ │ ├── VorbisTags.h │ │ ├── VorbisTags.m │ │ ├── vcedit.c │ │ └── vcedit.h │ ├── WaveOut │ │ ├── GNUmakefile │ │ ├── GNUmakefile.preamble │ │ ├── WaveOut.h │ │ └── WaveOut.m │ ├── WindowsMedia │ │ ├── CWMFile.cpp │ │ ├── CWMFile.h │ │ ├── GNUmakefile │ │ ├── GNUmakefile.preamble │ │ ├── WindowsMedia.h │ │ └── WindowsMedia.m │ ├── XMMSInput │ │ ├── GNUmakefile │ │ ├── GNUmakefile.preamble │ │ ├── XMMSInput.h │ │ └── XMMSInput.m │ └── aRts │ │ ├── GNUmakefile │ │ ├── GNUmakefile.preamble │ │ ├── aRts.h │ │ └── aRts.m ├── COPYING ├── ChangeLog ├── Cynthiune.gorm │ ├── data.classes │ ├── data.info │ └── objects.gorm ├── Cynthiune.nib │ ├── classes.nib │ ├── info.nib │ └── keyedobjects.nib ├── Cynthiune.pbproj │ ├── project.pbxproj │ └── wolfgang.pbxuser ├── Cynthiune.xcode │ └── project.pbxproj ├── Cynthiune.xcodeproj │ └── project.pbxproj ├── CynthiuneAnimatedImageView.h ├── CynthiuneAnimatedImageView.m ├── CynthiuneController.h ├── CynthiuneController.m ├── CynthiuneFadingTextField.h ├── CynthiuneFadingTextField.m ├── CynthiuneHeaderCell.h ├── CynthiuneHeaderCell.m ├── CynthiuneInfo.plist ├── CynthiunePauseButton.h ├── CynthiunePauseButton.m ├── CynthiunePopUpButton.h ├── CynthiunePopUpButton.m ├── CynthiuneSliderCell.h ├── CynthiuneSliderCell.m ├── CynthiuneSongTitleCell.h ├── CynthiuneSongTitleCell.m ├── CynthiuneTextCell.h ├── CynthiuneTextCell.m ├── CynthiuneWindow.h ├── CynthiuneWindow.m ├── DictionaryCoder.h ├── DictionaryCoder.m ├── English.lproj │ ├── InfoPlist.strings │ └── Localizable.strings ├── FormatTester.h ├── FormatTester.m ├── Frameworks │ └── Cynthiune │ │ ├── CynthiuneBundle.h │ │ ├── Format.h │ │ ├── GNUmakefile │ │ ├── GNUmakefile.preamble │ │ ├── NSArrayExtensions.h │ │ ├── NSArrayExtensions.m │ │ ├── NSCellExtensions.h │ │ ├── NSCellExtensions.m │ │ ├── NSColorExtensions.h │ │ ├── NSColorExtensions.m │ │ ├── NSNumberExtensions.h │ │ ├── NSNumberExtensions.m │ │ ├── NSStringExtensions.h │ │ ├── NSStringExtensions.m │ │ ├── NSTimerExtensions.h │ │ ├── NSTimerExtensions.m │ │ ├── NSViewExtensions.h │ │ ├── NSViewExtensions.m │ │ ├── Output.h │ │ ├── Preference.h │ │ ├── Tags.h │ │ ├── utils.h │ │ └── utils.m ├── French.lproj │ ├── InfoPlist.strings │ └── Localizable.strings ├── GNUmakefile ├── GNUmakefile.preamble ├── GeneralPreference.gorm │ ├── data.classes │ ├── data.info │ └── objects.gorm ├── GeneralPreference.h ├── GeneralPreference.m ├── GeneralPreference.nib │ ├── classes.nib │ ├── info.nib │ └── keyedobjects.nib ├── German.lproj │ ├── InfoPlist.strings │ └── Localizable.strings ├── GoomView.h ├── GoomView.m ├── Hungarian.lproj │ ├── InfoPlist.strings │ └── Localizable.strings ├── Images │ ├── Cynthiune-playlist-48.tiff │ ├── Cynthiune-playlist.icns │ ├── Cynthiune-song-48.tiff │ ├── Cynthiune-song.icns │ ├── Cynthiune.icns │ ├── Cynthiune.ico │ ├── Cynthiune.tiff │ ├── Cynthiune.xpm │ ├── add.tiff │ ├── anim-logo-1.tiff │ ├── anim-logo-2.tiff │ ├── anim-logo-3.tiff │ ├── anim-logo-4.tiff │ ├── anim-logo-5.tiff │ ├── anim-logo-6.tiff │ ├── anim-logo-7.tiff │ ├── anim-logo-8.tiff │ ├── cleanup.tiff │ ├── common_ToolbarSeparatorItem.tiff │ ├── cynthiune-splash-faded.tiff │ ├── cynthiune-splash.tiff │ ├── dragged-song.tiff │ ├── dragged-songs.tiff │ ├── eject-pushed.tiff │ ├── eject.tiff │ ├── lock.tiff │ ├── lookup-mb-off.tiff │ ├── lookup-mb-on.tiff │ ├── next-pushed.tiff │ ├── next.tiff │ ├── pause-pushed.tiff │ ├── pause.tiff │ ├── play-pushed.tiff │ ├── play.tiff │ ├── playlist-pushed.tiff │ ├── playlist.tiff │ ├── previous-pushed.tiff │ ├── previous.tiff │ ├── remove.tiff │ ├── repeat-pushed.tiff │ ├── repeat.tiff │ ├── save-as.tiff │ ├── shuffle-pushed.tiff │ ├── shuffle.tiff │ ├── slider-knob-disabled.tiff │ ├── slider-knob-enabled.tiff │ ├── song-inspector-pushed.tiff │ ├── song-inspector.tiff │ ├── song-pointer.tiff │ ├── stop-pushed.tiff │ └── stop.tiff ├── Info-AudioFile.plist ├── Info-Cynthiune.plist ├── Info-Cynthiune_framework.plist ├── Info-Esound.plist ├── Info-FLAC.plist ├── Info-FLACTags.plist ├── Info-ID3Tag.plist ├── Info-MP3.plist ├── Info-MacOSXPlayer.plist ├── Info-Mod.plist ├── Info-Musepack.plist ├── Info-Ogg.plist ├── Info-VorbisTags.plist ├── Info-WindowsMedia.plist ├── InfoDisplayController.h ├── InfoDisplayController.m ├── Italian.lproj │ ├── InfoPlist.strings │ └── Localizable.strings ├── M3UArchiver.h ├── M3UArchiver.m ├── MBResultsPanel.h ├── MBResultsPanel.m ├── Makefile ├── NEWS ├── PLSArchiver.h ├── PLSArchiver.m ├── Player.h ├── Player.m ├── PlayerController.h ├── PlayerController.m ├── PlayerPreference.h ├── PlayerPreference.m ├── Playlist.h ├── Playlist.m ├── PlaylistArchiver.h ├── PlaylistArchiver.m ├── PlaylistController.h ├── PlaylistController.m ├── PlaylistView.h ├── PlaylistView.m ├── PlaylistViewController.h ├── PlaylistViewController.m ├── Preferences.gorm │ ├── data.classes │ ├── data.info │ └── objects.gorm ├── Preferences.nib │ ├── classes.nib │ ├── info.nib │ └── keyedobjects.nib ├── PreferencesController.h ├── PreferencesController.m ├── README ├── Slovak.lproj │ ├── InfoPlist.strings │ └── Localizable.strings ├── Song.h ├── Song.m ├── SongInspector.gorm │ ├── data.classes │ ├── data.info │ └── objects.gorm ├── SongInspector.nib │ ├── classes.nib │ ├── info.nib │ └── keyedobjects.nib ├── SongInspectorController.h ├── SongInspectorController.m ├── Spanish.lproj │ ├── InfoPlist.strings │ └── Localizable.strings ├── TODO ├── TraditionalChinese.lproj │ ├── InfoPlist.strings │ └── Localizable.strings ├── dependencies.make ├── frameworks.make ├── main.m └── unittest.make ├── DataBasin ├── AppController.h ├── AppController.m ├── ChangeLog ├── DBLogger.h ├── DBLogger.m ├── DBObjectInspector.h ├── DBObjectInspector.m ├── DBProgress.h ├── DBProgress.m ├── DBTextFormatter.h ├── DBTextFormatter.m ├── DataBasin-T.xcodeproj │ └── project.pbxproj ├── DataBasin.exe.manifest ├── DataBasin.pcproj │ └── PC.project ├── DataBasin.xcode │ └── project.pbxproj ├── DataBasin.xcodeproj │ └── project.pbxproj ├── DataBasinInfo.plist ├── English.lproj │ ├── InfoPlist.strings │ ├── Log.nib │ │ ├── classes.nib │ │ ├── info.nib │ │ └── keyedobjects.nib │ ├── MainMenu.nib │ │ ├── classes.nib │ │ ├── info.nib │ │ ├── keyedobjects.nib │ │ └── objects.nib │ ├── ObjectInspector.nib │ │ ├── classes.nib │ │ ├── info.nib │ │ └── keyedobjects.nib │ └── Preferences.nib │ │ ├── classes.nib │ │ ├── info.nib │ │ └── keyedobjects.nib ├── GNUmakefile ├── GNUmakefile.postamble ├── GNUmakefile.preamble ├── Info.plist ├── Preferences.h ├── Preferences.m ├── README.txt ├── Resources │ ├── DataBasin.gorm │ │ ├── data.classes │ │ ├── data.info │ │ └── objects.gorm │ ├── Log.gorm │ │ ├── data.classes │ │ ├── data.info │ │ └── objects.gorm │ ├── ObjectInspector.gorm │ │ ├── data.classes │ │ ├── data.info │ │ └── objects.gorm │ ├── Preferences.gorm │ │ ├── data.classes │ │ ├── data.info │ │ └── objects.gorm │ ├── butt_green_16.tif │ ├── butt_red_16.tif │ └── stop_icon_15.tiff ├── main.m └── windows_package.sh ├── FTP ├── AppController.h ├── AppController.m ├── ChangeLog ├── FTP-T.xcodeproj │ └── project.pbxproj ├── FTP.1 ├── FTP.pbproj │ └── project.pbxproj ├── FTP.xcode │ └── project.pbxproj ├── FTP.xcodeproj │ └── project.pbxproj ├── FTPInfo.plist ├── FTP_icon_osx.icns ├── GNUmakefile ├── GNUmakefile.preamble ├── GetNameController.h ├── GetNameController.m ├── Info-FTP.plist ├── README ├── Resources │ ├── English.lproj │ │ └── Localizable.strings │ ├── FTP.gorm │ │ ├── arrow_left.tiff │ │ ├── arrow_right.tiff │ │ ├── data.classes │ │ ├── data.info │ │ └── objects.gorm │ ├── FTP_icon_gs.tif │ ├── German.lproj │ │ └── Localizable.strings │ ├── GetName.gorm │ │ ├── FTP_icon_gs.tif │ │ ├── data.classes │ │ ├── data.info │ │ └── objects.gorm │ ├── GetName.nib │ │ ├── classes.nib │ │ ├── info.nib │ │ ├── keyedobjects.nib │ │ └── objects.nib │ ├── InfoPlist.strings │ ├── Italian.lproj │ │ └── Localizable.strings │ ├── MainMenu.nib │ │ ├── classes.nib │ │ ├── info.nib │ │ ├── keyedobjects.nib │ │ └── objects.nib │ ├── arrow_left.tiff │ └── arrow_right.tiff ├── arrow_left.tiff ├── arrow_right.tiff ├── client.h ├── client.m ├── fileElement.h ├── fileElement.m ├── fileTable.h ├── fileTable.m ├── ftpclient.h ├── ftpclient.m ├── localclient.h ├── localclient.m └── main.m ├── FlexiSheet ├── Application │ ├── ChartView │ │ ├── FSChartController.h │ │ ├── FSChartController.m │ │ ├── FSChartView.h │ │ ├── FSChartView.m │ │ └── GNUmakefile │ ├── English.lproj │ │ ├── Credits.rtf │ │ ├── DocumentInspector.nib │ │ │ ├── classes.nib │ │ │ ├── info.nib │ │ │ ├── keyedobjects.nib │ │ │ └── objects.nib │ │ ├── Export.nib │ │ │ ├── classes.nib │ │ │ ├── info.nib │ │ │ ├── keyedobjects.nib │ │ │ └── objects.nib │ │ ├── FSChart.nib │ │ │ ├── classes.nib │ │ │ ├── info.nib │ │ │ ├── keyedobjects.nib │ │ │ └── objects.nib │ │ ├── FSTable.nib │ │ │ ├── classes.nib │ │ │ ├── info.nib │ │ │ ├── keyedobjects.nib │ │ │ └── objects.nib │ │ ├── FlexiSheet.scriptTerminology │ │ ├── Functions.nib │ │ │ ├── classes.nib │ │ │ ├── info.nib │ │ │ ├── keyedobjects.nib │ │ │ └── objects.nib │ │ ├── Import.nib │ │ │ ├── classes.nib │ │ │ ├── info.nib │ │ │ ├── keyedobjects.nib │ │ │ └── objects.nib │ │ ├── InfoPlist.strings │ │ ├── Inspector.nib │ │ │ ├── classes.nib │ │ │ ├── info.nib │ │ │ ├── keyedobjects.nib │ │ │ └── objects.nib │ │ ├── ItemInspector.nib │ │ │ ├── classes.nib │ │ │ ├── info.nib │ │ │ ├── keyedobjects.nib │ │ │ └── objects.nib │ │ ├── Localizable.strings │ │ ├── MainMenu.nib │ │ │ ├── JavaCompiling.plist │ │ │ ├── classes.nib │ │ │ ├── info.nib │ │ │ ├── keyedobjects.nib │ │ │ └── objects.nib │ │ ├── MultipleSelectionInspector.nib │ │ │ ├── classes.nib │ │ │ ├── info.nib │ │ │ ├── keyedobjects.nib │ │ │ └── objects.nib │ │ ├── NoSelectionInspector.nib │ │ │ ├── classes.nib │ │ │ ├── info.nib │ │ │ ├── keyedobjects.nib │ │ │ └── objects.nib │ │ ├── Preferences.nib │ │ │ ├── classes.nib │ │ │ ├── info.nib │ │ │ ├── keyedobjects.nib │ │ │ └── objects.nib │ │ ├── SortingItems.nib │ │ │ ├── classes.nib │ │ │ ├── info.nib │ │ │ ├── keyedobjects.nib │ │ │ └── objects.nib │ │ ├── Styles.nib │ │ │ ├── classes.nib │ │ │ ├── info.nib │ │ │ ├── keyedobjects.nib │ │ │ └── objects.nib │ │ ├── TableInspector.nib │ │ │ ├── classes.nib │ │ │ ├── info.nib │ │ │ ├── keyedobjects.nib │ │ │ └── objects.nib │ │ └── ViewInspector.nib │ │ │ ├── classes.nib │ │ │ ├── info.nib │ │ │ ├── keyedobjects.nib │ │ │ └── objects.nib │ ├── FSArchiving.h │ ├── FSArchiving.m │ ├── FSCellStyle.h │ ├── FSCellStyle.m │ ├── FSController.h │ ├── FSController.m │ ├── FSDocument+Printing.m │ ├── FSDocument+Quantrix.m │ ├── FSDocument+Scripting.m │ ├── FSDocument.h │ ├── FSDocument.m │ ├── FSExporter.h │ ├── FSExporter.m │ ├── FSFirstResponder.h │ ├── FSFunctionHelp.h │ ├── FSFunctionHelp.m │ ├── FSGraffleExport.h │ ├── FSGraffleExport.m │ ├── FSHeaderLayout.h │ ├── FSHeaderLayout.m │ ├── FSImporter.h │ ├── FSImporter.m │ ├── FSPasteboardHandling.h │ ├── FSPasteboardHandling.m │ ├── FSPreferences.h │ ├── FSPreferences.m │ ├── FSSortPanelController.h │ ├── FSSortPanelController.m │ ├── FSTableController+Formula.m │ ├── FSTableController+Toolbar.m │ ├── FSTableController.h │ ├── FSTableController.m │ ├── FSTableTabs.h │ ├── FSTableTabs.m │ ├── FSWindowController.h │ ├── FSWindowController.m │ ├── FSWorksheet.h │ ├── FSWorksheet.m │ ├── FlexiSheet Help │ │ ├── Functions │ │ │ ├── AbsFunction.html │ │ │ ├── AvgFunction.html │ │ │ ├── CellnameFunction.html │ │ │ ├── CountFunction.html │ │ │ ├── CtermFunction.html │ │ │ ├── FvFunction.html │ │ │ ├── GroupSumFunction.html │ │ │ ├── IfFunction.html │ │ │ ├── LnFunction.html │ │ │ ├── LogFunction.html │ │ │ ├── MaxFunction.html │ │ │ ├── MinFunction.html │ │ │ ├── PaymentFunction.html │ │ │ ├── PiFunction.html │ │ │ ├── ProdFunction.html │ │ │ ├── RandFunction.html │ │ │ ├── RateFunction.html │ │ │ ├── SelectFunction.html │ │ │ ├── SignFunction.html │ │ │ ├── SinFunction.html │ │ │ ├── SqrtFunction.html │ │ │ ├── StringFunction.html │ │ │ ├── SumFunction.html │ │ │ └── TodayFunction.html │ │ ├── Pages │ │ │ ├── AddingCategory.html │ │ │ ├── DescribeViewTable.html │ │ │ ├── FunctionOverview.html │ │ │ ├── GroupSumFunction.html │ │ │ ├── MoveCategories.html │ │ │ ├── NameCategories.html │ │ │ ├── OperatorOverview.html │ │ │ ├── RenamingCategory.html │ │ │ ├── SavingChanges.html │ │ │ ├── TopicTemplate.html │ │ │ └── WorkWithCategories.html │ │ ├── Topics │ │ │ ├── Concept.html │ │ │ ├── DesigningAModel.html │ │ │ ├── FormulaArea.html │ │ │ ├── FormulaList.html │ │ │ ├── FormulaStructure.html │ │ │ ├── Template.html │ │ │ └── WritingFormulas.html │ │ ├── av │ │ │ ├── 1PixelRule.tiff │ │ │ ├── 3PixelRule.tiff │ │ │ ├── AreaYear-QuarterTable.png │ │ │ ├── Back.tiff │ │ │ ├── CheckMark.tiff │ │ │ ├── FlexiSheet.png │ │ │ ├── Forward.tiff │ │ │ ├── Year-QuarterTable.png │ │ │ ├── YearQuarter-AreaTable.png │ │ │ ├── appicon.png │ │ │ ├── appicon128.tiff │ │ │ └── appicon64.jpg │ │ ├── index.html │ │ ├── toc_OpenSave.html │ │ ├── toc_Start.html │ │ └── toc_Working.html │ ├── FlexiSheet.h │ ├── FlexiSheet.scriptSuite │ ├── GNUmakefile │ ├── German.lproj │ │ ├── InfoPlist.strings │ │ └── MainMenu.nib │ │ │ ├── classes.nib │ │ │ ├── info.nib │ │ │ ├── keyedobjects.nib │ │ │ └── objects.nib │ ├── Inspection │ │ ├── FSCellInspectorPane.h │ │ ├── FSCellInspectorPane.m │ │ ├── FSDocumentInspectorPane.h │ │ ├── FSDocumentInspectorPane.m │ │ ├── FSInspection.h │ │ ├── FSInspection.m │ │ ├── FSInspector.h │ │ ├── FSInspector.m │ │ ├── FSInspectorPane.h │ │ ├── FSInspectorPane.m │ │ ├── FSItemInspectorPane.h │ │ ├── FSItemInspectorPane.m │ │ ├── FSMultipleSelectionInspectorPane.h │ │ ├── FSMultipleSelectionInspectorPane.m │ │ ├── FSNoSelectionInspectorPane.h │ │ ├── FSNoSelectionInspectorPane.m │ │ ├── FSTableInspectorPane.h │ │ ├── FSTableInspectorPane.m │ │ ├── FSViewInspectorPane.h │ │ ├── FSViewInspectorPane.m │ │ └── GNUmakefile │ ├── Scripting │ │ ├── FSHeader+Scripting.m │ │ ├── FSKey+Scripting.m │ │ ├── FSKeySet+Scripting.m │ │ ├── FSTable+Scripting.m │ │ ├── FSValue+Scripting.m │ │ └── FSWorksheet+Scripting.m │ ├── UI │ │ ├── FSFormulaTable.h │ │ ├── FSFormulaTable.m │ │ ├── FSHeaderDock.h │ │ ├── FSHeaderDock.m │ │ ├── FSMatrix.h │ │ ├── FSMatrix.m │ │ ├── FSMatrixDataSource.h │ │ ├── FSTableView+Keyboard.m │ │ ├── FSTableView+Layout.m │ │ ├── FSTableView+Scrolling.m │ │ ├── FSTableView+Selection.m │ │ ├── FSTableView.h │ │ ├── FSTableView.m │ │ ├── FSVarioMatrix.h │ │ ├── FSVarioMatrix.m │ │ ├── GNUmakefile │ │ ├── ImageAndTextCell.h │ │ ├── ImageAndTextCell.m │ │ ├── SLCornerMenu.h │ │ ├── SLCornerMenu.m │ │ ├── SLFloatingMark.h │ │ ├── SLFloatingMark.m │ │ ├── SLOutlineView.h │ │ ├── SLOutlineView.m │ │ ├── SLSplashScreen.h │ │ └── SLSplashScreen.m │ ├── main.m │ └── version.plist ├── ChangeLog ├── Documentation │ ├── AllTests.html │ ├── FSAbsFunction.html │ ├── FSAcosFunction.html │ ├── FSAsinFunction.html │ ├── FSAtanFunction.html │ ├── FSAvgFunction.html │ ├── FSCatOperator.html │ ├── FSCellInspectorPane.html │ ├── FSCellStyle.html │ ├── FSCellnameFunction.html │ ├── FSChartController.html │ ├── FSChartView.html │ ├── FSConstant.html │ ├── FSController.html │ ├── FSCosFunction.html │ ├── FSCoshFunction.html │ ├── FSCountFunction.html │ ├── FSCtermFunction.html │ ├── FSDataStore.html │ ├── FSDdbFunction.html │ ├── FSDivideOperator.html │ ├── FSDocument+Archiving.html │ ├── FSDocument+FSInspectable.html │ ├── FSDocument+Spreadsheet.html │ ├── FSDocument.html │ ├── FSDocumentInspectorPane.html │ ├── FSDocumentProtocol.html │ ├── FSEditableSelectionProtocol.html │ ├── FSEqualOperator.html │ ├── FSExpression.html │ ├── FSExpressionError.html │ ├── FSExpressionNegator.html │ ├── FSExpressionParenthesis.html │ ├── FSFirstResponderProtocol.html │ ├── FSFormula.html │ ├── FSFormulaDefinition.html │ ├── FSFormulaSelection.html │ ├── FSFormulaSpace.html │ ├── FSFormulaTable.html │ ├── FSFunction.html │ ├── FSFunctionHelp.html │ ├── FSFvFunction.html │ ├── FSGTEqualOperator.html │ ├── FSGlobalHeader.html │ ├── FSGroupsumFunction.html │ ├── FSHeader+FSInspectable.html │ ├── FSHeader.html │ ├── FSHeaderDock.html │ ├── FSIfFunction.html │ ├── FSImporter.html │ ├── FSInspectableProtocol.html │ ├── FSInspectableSelection.html │ ├── FSInspectableStyleProtocol.html │ ├── FSInspector.html │ ├── FSInspectorPane.html │ ├── FSIrrFunction.html │ ├── FSItemProtocol.html │ ├── FSKey+Archiving.html │ ├── FSKey+FSInspectable.html │ ├── FSKey.html │ ├── FSKeyGroup+Archiving.html │ ├── FSKeyGroup+FSInspectable.html │ ├── FSKeyGroup+PasteboardHandling.html │ ├── FSKeyGroup.html │ ├── FSKeyRange.html │ ├── FSKeySet+Archiving.html │ ├── FSKeySet.html │ ├── FSKeySetSelection.html │ ├── FSLTEqualOperator.html │ ├── FSLabel.html │ ├── FSLnFunction.html │ ├── FSLog.html │ ├── FSLogFunction.html │ ├── FSMatrix.html │ ├── FSMatrixDataSourceProtocol.html │ ├── FSMaxFunction.html │ ├── FSMinFunction.html │ ├── FSMinusOperator.html │ ├── FSMultiArray.html │ ├── FSMultipleSelectionInspectorPane.html │ ├── FSMultiplyOperator.html │ ├── FSNoSelectionInspectorPane.html │ ├── FSNpvFunction.html │ ├── FSOperator.html │ ├── FSPIFunction.html │ ├── FSPaymentFunction.html │ ├── FSPlusOperator.html │ ├── FSPowOperator.html │ ├── FSPreferences.html │ ├── FSProdFunction.html │ ├── FSRandFunction.html │ ├── FSRateFunction.html │ ├── FSSelection+FSInspectable.html │ ├── FSSelection.html │ ├── FSSignFunction.html │ ├── FSSinFunction.html │ ├── FSSinhFunction.html │ ├── FSSlnFunction.html │ ├── FSSqrtFunction.html │ ├── FSStringFunction.html │ ├── FSSumFunction.html │ ├── FSSydFunction.html │ ├── FSTable+Archiving.html │ ├── FSTable+FSInspectable.html │ ├── FSTable+ParsingAdditions.html │ ├── FSTable.html │ ├── FSTableController+FormulaEditing.html │ ├── FSTableController.html │ ├── FSTableInspectorPane.html │ ├── FSTableTabs.html │ ├── FSTableView+Layout.html │ ├── FSTableView+Scrolling.html │ ├── FSTableView+Selection.html │ ├── FSTableView.html │ ├── FSTanFunction.html │ ├── FSTanhFunction.html │ ├── FSTermFunction.html │ ├── FSTestDocument.html │ ├── FSTestObserver.html │ ├── FSTodayFunction.html │ ├── FSUnit.html │ ├── FSValue+Archiving.html │ ├── FSValue+FSInspectable.html │ ├── FSValue+UnitSupport.html │ ├── FSValue.html │ ├── FSVariable.html │ ├── FSVarioMatrix.html │ ├── FSVarioMatrixDataSourceProtocol.html │ ├── FSViewInspectorPane.html │ ├── FSWindowController+Archiving.html │ ├── FSWindowController+FSFirstResponder.html │ ├── FSWindowController+FSInspectable.html │ ├── FSWindowController.html │ ├── ImageAndTextCell.html │ ├── ItemGroupTest.html │ ├── NSArray+Archiving.html │ ├── NSArray+FoundationExtentions.html │ ├── NSMutableArray+FoundationExtentions.html │ ├── NSObject+FSMatrixDelegate.html │ ├── NSObject+FSTableDataSource.html │ ├── NSObject+Introspection.html │ ├── NSString+FoundationExtentions.html │ ├── SLCornerMenu.html │ ├── SLFloatingMark.html │ ├── SLOutlineView.html │ ├── SLSplashScreen.html │ ├── UndoTests.html │ └── bzlib.html ├── FSCore │ ├── FSConstant.h │ ├── FSConstant.m │ ├── FSCore.h │ ├── FSDocumentProtocol.h │ ├── FSExpression.h │ ├── FSExpression.m │ ├── FSExpressionError.h │ ├── FSExpressionError.m │ ├── FSExpressionNegator.h │ ├── FSExpressionNegator.m │ ├── FSExpressionParenthesis.h │ ├── FSExpressionParenthesis.m │ ├── FSFormula.h │ ├── FSFormula.m │ ├── FSFormulaDefinition.h │ ├── FSFormulaDefinition.m │ ├── FSFormulaSelection.h │ ├── FSFormulaSelection.m │ ├── FSFormulaSpace.h │ ├── FSFormulaSpace.m │ ├── FSFunction.h │ ├── FSFunction.m │ ├── FSGlobalHeader.h │ ├── FSGlobalHeader.m │ ├── FSHashMap.h │ ├── FSHashMap.m │ ├── FSHeader.h │ ├── FSHeader.m │ ├── FSKey.h │ ├── FSKey.m │ ├── FSKeyGroup.h │ ├── FSKeyGroup.m │ ├── FSKeyRange.h │ ├── FSKeyRange.m │ ├── FSKeySet.h │ ├── FSKeySet.m │ ├── FSLog.h │ ├── FSLog.m │ ├── FSOperator.h │ ├── FSOperator.m │ ├── FSParserFunctions.h │ ├── FSParserFunctions.m │ ├── FSSelection.h │ ├── FSSelection.m │ ├── FSTable+Find.m │ ├── FSTable+Formula.m │ ├── FSTable.h │ ├── FSTable.m │ ├── FSTypes.h │ ├── FSUnit.h │ ├── FSUnit.m │ ├── FSValue.h │ ├── FSValue.m │ ├── FSVariable.h │ ├── FSVariable.m │ ├── FoundationExtentions.h │ ├── FoundationExtentions.m │ ├── GNUmakefile │ └── derived_src │ │ └── NSFramework_FSCore.m ├── FlexiSheet.pbproj │ └── project.pbxproj ├── FlexiSheet.xcodeproj │ └── project.pbxproj ├── FlexiSheetInfo.plist ├── FlexiSheetTiger.xcodeproj │ └── project.pbxproj ├── Functions │ ├── FSAbsFunction.h │ ├── FSAbsFunction.m │ ├── FSCellnameFunction.h │ ├── FSCellnameFunction.m │ ├── FSCorrelFunction.h │ ├── FSCorrelFunction.m │ ├── FSCosFunction.h │ ├── FSCosFunction.m │ ├── FSFinancialFunctions.h │ ├── FSFinancialFunctions.m │ ├── FSIfFunction.h │ ├── FSIfFunction.m │ ├── FSLnFunction.h │ ├── FSLnFunction.m │ ├── FSMaxFunction.h │ ├── FSMaxFunction.m │ ├── FSMinFunction.h │ ├── FSMinFunction.m │ ├── FSPIFunction.h │ ├── FSPIFunction.m │ ├── FSProdFunction.h │ ├── FSProdFunction.m │ ├── FSRandFunction.h │ ├── FSRandFunction.m │ ├── FSSignFunction.h │ ├── FSSignFunction.m │ ├── FSSinFunction.h │ ├── FSSinFunction.m │ ├── FSSqrtFunction.h │ ├── FSSqrtFunction.m │ ├── FSStringFunction.h │ ├── FSStringFunction.m │ ├── FSSumFunction.h │ ├── FSSumFunction.m │ ├── FSTanFunction.h │ ├── FSTanFunction.m │ ├── FSTodayFunction.h │ ├── FSTodayFunction.m │ ├── GNUmakefile │ └── derived_src │ │ ├── Functions-class-list │ │ └── NSFramework_Functions.m ├── GNUmakefile ├── Images │ ├── AlertIcon.tiff │ ├── Application.icns │ ├── BlackLeftArrow.tiff │ ├── BlackRightArrow.tiff │ ├── ChartSmIcon.tiff │ ├── ClosedGrabHandCursor.tiff │ ├── CornerMenu.tiff │ ├── Document.icns │ ├── FTEqualSign.tiff │ ├── FTIfBlock.tiff │ ├── FormulaError.tiff │ ├── FormulaOK.tiff │ ├── FormulaWarning.tiff │ ├── HorzResizeCursor.tiff │ ├── OpenGrabHandCursor.tiff │ ├── Quantrix.icns │ ├── Sheet.icns │ ├── Splash.png │ ├── TBAttach.tiff │ ├── TBDelete.tiff │ ├── TBEdit.tiff │ ├── TBFind.tiff │ ├── TBFormula.tiff │ ├── TBInspect.tiff │ ├── TBRecalc.tiff │ ├── TBRedo.tiff │ ├── TBRevert.tiff │ ├── TBSaveDocument.tiff │ ├── TBUndo.tiff │ ├── TB_Documents.tiff │ ├── TB_Lock_0.tiff │ ├── TB_Lock_1.tiff │ ├── TB_Settings.tiff │ ├── TB_Stop.tiff │ ├── TViewSmIcon.tiff │ ├── TableSmIcon.tiff │ ├── VertResizeCursor.tiff │ ├── centeralign_nib.tiff │ ├── fingerCursor.tiff │ ├── justifyalign_nib.tiff │ ├── ldock-6.tiff │ ├── leftalign_nib.tiff │ ├── lempty-6.tiff │ ├── mdock-6.tiff │ ├── mempty-6.tiff │ ├── naturalalign_nib.tiff │ ├── rdock-6.tiff │ ├── rempty-6.tiff │ ├── rightalign_nib.tiff │ └── splimg.png ├── Info-FSCore_.plist ├── Info-FSFunctions.plist ├── Info-FlexiSheet.plist ├── License.txt ├── Operators │ ├── FSCatOperator.h │ ├── FSCatOperator.m │ ├── FSDivideOperator.h │ ├── FSDivideOperator.m │ ├── FSEqualOperator.h │ ├── FSEqualOperator.m │ ├── FSMinusOperator.h │ ├── FSMinusOperator.m │ ├── FSMultiplyOperator.h │ ├── FSMultiplyOperator.m │ ├── FSPlusOperator.h │ ├── FSPlusOperator.m │ ├── FSPowOperator.h │ ├── FSPowOperator.m │ └── GNUmakefile ├── TODO └── Test │ ├── AllTests.h │ ├── AllTests.m │ ├── CellTest.h │ ├── CellTest.m │ ├── CompareOpTests.h │ ├── CompareOpTests.m │ ├── CrossTableFormulaTest.h │ ├── CrossTableFormulaTest.m │ ├── FSNumberTests.h │ ├── FSNumberTests.m │ ├── FSTestCase.h │ ├── FSTestCase.m │ ├── FSTestDocument.h │ ├── FSTestDocument.m │ ├── FSTestObserver.h │ ├── FSTestObserver.m │ ├── FSUnitTest.m │ ├── FinancialFunctionsTests.h │ ├── FinancialFunctionsTests.m │ ├── GroupFunctionsTests.h │ ├── GroupFunctionsTests.m │ ├── HashMapTest.h │ ├── HashMapTest.m │ ├── ItemGroupTest.h │ ├── ItemGroupTest.m │ ├── KeysetCreationTest.h │ ├── KeysetCreationTest.m │ ├── LinkedCategoriesTest.h │ ├── LinkedCategoriesTest.m │ ├── NameArchiveTest.h │ ├── NameArchiveTest.m │ ├── OperatorTests.h │ ├── OperatorTests.m │ ├── SortingTests.h │ ├── SortingTests.m │ ├── StringQuotingTest.h │ ├── StringQuotingTest.m │ ├── UndoTests.h │ └── UndoTests.m ├── GNUmakefile ├── GSPdf ├── ChangeLog ├── Functions.h ├── Functions.m ├── GNUmakefile ├── GNUmakefile.postamble ├── GNUmakefile.preamble ├── GNUstep.h ├── GSConsole.h ├── GSConsole.m ├── GSPdf.h ├── GSPdf.m ├── GSPdf.pcproj │ └── PC.project ├── GSPdfDocWin.h ├── GSPdfDocWin.m ├── GSPdfDocument.h ├── GSPdfDocument.m ├── GSPdfInfo.plist ├── GSPdfView.h ├── GSPdfView.m ├── PSDocument.h ├── PSDocument.m ├── Resources │ ├── FileEPS.tiff │ ├── FilePDF.tiff │ ├── FilePS.tiff │ ├── GSPdf.gorm │ │ ├── data.classes │ │ ├── data.info │ │ └── objects.gorm │ ├── GSPdf.tiff │ ├── GSPdfConsole.gorm │ │ ├── data.classes │ │ ├── data.info │ │ └── objects.gorm │ ├── GSPdfDocument.gorm │ │ ├── data.classes │ │ ├── data.info │ │ └── objects.gorm │ ├── hand.tiff │ ├── left.tiff │ ├── page.tiff │ ├── papersizes.plist │ ├── right.tiff │ ├── zoomin.tiff │ └── zoomout.tiff ├── main.m ├── ps.c └── ps.h ├── Games ├── GMastermind │ ├── COPYING │ ├── ChangeLog │ ├── Controller.h │ ├── Controller.m │ ├── English.lproj │ │ ├── GMastermind.nib │ │ │ ├── classes.nib │ │ │ ├── info.nib │ │ │ ├── keyedobjects.nib │ │ │ └── objects.nib │ │ └── InfoPlist.strings │ ├── French.lproj │ │ └── Localizable.strings │ ├── GMastermind.xcode │ │ └── project.pbxproj │ ├── GMastermindInfo.plist │ ├── GNUmakefile │ ├── README │ ├── Resources │ │ ├── GMastermind.gorm │ │ │ ├── data.classes │ │ │ ├── data.info │ │ │ └── objects.gorm │ │ ├── GMastermind.icns │ │ └── GMastermind.tiff │ ├── Views.h │ ├── Views.m │ └── main.m ├── GMines │ ├── ChangeLog │ ├── Controller.h │ ├── Controller.m │ ├── GMines.pcproj │ │ └── PC.project │ ├── GMinesInfo.plist │ ├── GNUmakefile │ ├── GNUmakefile.preamble │ ├── Resources │ │ └── GMines.tiff │ ├── Views.h │ ├── Views.m │ └── main.m ├── GNUmakefile ├── GShisen │ ├── ChangeLog │ ├── GNUmakefile │ ├── GNUmakefile.preamble │ ├── GShisen-Info.plist │ ├── GShisen-T.xcodeproj │ │ └── project.pbxproj │ ├── GShisen.pcproj │ │ └── PC.project │ ├── GShisen.xcode │ │ └── project.pbxproj │ ├── GShisen.xcodeproj │ │ └── project.pbxproj │ ├── GShisenInfo.plist │ ├── InfoPlist.strings │ ├── Resources │ │ ├── 1-1-h.tiff │ │ ├── 1-1.tiff │ │ ├── 1-2-h.tiff │ │ ├── 1-2.tiff │ │ ├── 1-3-h.tiff │ │ ├── 1-3.tiff │ │ ├── 1-4-h.tiff │ │ ├── 1-4.tiff │ │ ├── 2-1-h.tiff │ │ ├── 2-1.tiff │ │ ├── 2-2-h.tiff │ │ ├── 2-2.tiff │ │ ├── 2-3-h.tiff │ │ ├── 2-3.tiff │ │ ├── 2-4-h.tiff │ │ ├── 2-4.tiff │ │ ├── 3-1-h.tiff │ │ ├── 3-1.tiff │ │ ├── 3-2-h.tiff │ │ ├── 3-2.tiff │ │ ├── 3-3-h.tiff │ │ ├── 3-3.tiff │ │ ├── 3-4-h.tiff │ │ ├── 3-4.tiff │ │ ├── 4-1-h.tiff │ │ ├── 4-1.tiff │ │ ├── 4-2-h.tiff │ │ ├── 4-2.tiff │ │ ├── 4-3-h.tiff │ │ ├── 4-3.tiff │ │ ├── 4-4-h.tiff │ │ ├── 4-4.tiff │ │ ├── 5-1-h.tiff │ │ ├── 5-1.tiff │ │ ├── 5-2-h.tiff │ │ ├── 5-2.tiff │ │ ├── 5-3-h.tiff │ │ ├── 5-3.tiff │ │ ├── 5-4-h.tiff │ │ ├── 5-4.tiff │ │ ├── 6-1-h.tiff │ │ ├── 6-1.tiff │ │ ├── 6-2-h.tiff │ │ ├── 6-2.tiff │ │ ├── 6-3-h.tiff │ │ ├── 6-3.tiff │ │ ├── 6-4-h.tiff │ │ ├── 6-4.tiff │ │ ├── 7-1-h.tiff │ │ ├── 7-1.tiff │ │ ├── 7-2-h.tiff │ │ ├── 7-2.tiff │ │ ├── 7-3-h.tiff │ │ ├── 7-3.tiff │ │ ├── 7-4-h.tiff │ │ ├── 7-4.tiff │ │ ├── 8-1-h.tiff │ │ ├── 8-1.tiff │ │ ├── 8-2-h.tiff │ │ ├── 8-2.tiff │ │ ├── 8-3-h.tiff │ │ ├── 8-3.tiff │ │ ├── 8-4-h.tiff │ │ ├── 8-4.tiff │ │ ├── 9-1-h.tiff │ │ ├── 9-1.tiff │ │ ├── 9-2-h.tiff │ │ ├── 9-2.tiff │ │ ├── 9-3-h.tiff │ │ ├── 9-3.tiff │ │ ├── 9-4-h.tiff │ │ ├── 9-4.tiff │ │ ├── GShisen.gorm │ │ │ ├── data.classes │ │ │ ├── data.info │ │ │ └── objects.gorm │ │ ├── GShisen.icns │ │ ├── GShisen.nib │ │ │ ├── classes.nib │ │ │ ├── info.nib │ │ │ ├── keyedobjects.nib │ │ │ └── objects.nib │ │ ├── GShisen.tiff │ │ ├── green.tiff │ │ └── x.tiff │ ├── board.h │ ├── board.m │ ├── gshisen.h │ ├── gshisen.m │ ├── main.m │ ├── tile.h │ ├── tile.m │ ├── tilepair.h │ └── tilepair.m ├── Jigsaw │ ├── BTree.h │ ├── BTree.m │ ├── ChangeLog │ ├── Document.h │ ├── Document.m │ ├── GNUmakefile │ ├── JigsawInfo.plist │ ├── PieceView.h │ ├── PieceView.m │ ├── Resources │ │ ├── GPuzzle2.tiff │ │ └── fractal.tiff │ ├── USAGE │ └── main.m ├── Ladder │ ├── ANNOUNCE │ ├── AppController.h │ ├── AppController.m │ ├── Board.h │ ├── Board.m │ ├── COPYING.GPL │ ├── Clock.gorm │ │ ├── data.classes │ │ ├── data.info │ │ └── objects.gorm │ ├── Clock.h │ ├── Clock.m │ ├── ClockCell.h │ ├── ClockCell.m │ ├── ClockController.h │ ├── ClockController.m │ ├── GNUGoPlayer.h │ ├── GNUGoPlayer.m │ ├── GNUmakefile │ ├── GameVS.h │ ├── GameVS.m │ ├── Go.h │ ├── Go.m │ ├── GoDocument.gorm │ │ ├── data.classes │ │ ├── data.info │ │ └── objects.gorm │ ├── GoDocument.h │ ├── GoDocument.m │ ├── GoDocumentInspector.h │ ├── GoDocumentInspector.m │ ├── GoWindow.h │ ├── GoWindow.m │ ├── ImageBox.h │ ├── ImageBox.m │ ├── Ladder.gorm │ │ ├── bigladder.png │ │ ├── data.classes │ │ ├── data.info │ │ └── objects.gorm │ ├── Ladder.tiff │ ├── LadderInfo.plist │ ├── NetworkPlayer.h │ ├── NetworkPlayer.m │ ├── Player.h │ ├── Player.m │ ├── PlayerCell.h │ ├── PlayerCell.m │ ├── PlayerController.h │ ├── PlayerController.m │ ├── PlayerInfo.h │ ├── PlayerInfo.m │ ├── README │ ├── StoneUI.h │ ├── StoneUI.m │ ├── TODO │ ├── bigladder.png │ ├── machine_icon.png │ ├── main.m │ ├── man_icon.png │ ├── network_icon.png │ └── wood.jpg ├── LapisPuzzle │ ├── ANNOUNCE │ ├── COPYING │ ├── ChangeLog │ ├── English.lproj │ │ ├── InfoPlist.strings │ │ └── LapisPuzzle.nib │ │ │ ├── classes.nib │ │ │ ├── info.nib │ │ │ └── objects.nib │ ├── GNUmakefile │ ├── GNUmakefile.preamble │ ├── Info.plist │ ├── LPController.h │ ├── LPController.m │ ├── LapisPuzzle.gorm │ │ ├── data.classes │ │ ├── data.info │ │ └── objects.gorm │ ├── LapisPuzzle.h │ ├── LapisPuzzle.tiff │ ├── LapisPuzzle.xcode │ │ └── project.pbxproj │ ├── LapisPuzzleInfo.plist │ ├── LapisPuzzleView.h │ ├── LapisPuzzleView.m │ ├── README │ ├── TODO │ ├── main.m │ └── version.plist └── Sudoku │ ├── ChangeLog │ ├── Controller.h │ ├── Controller.m │ ├── DigitSource.h │ ├── DigitSource.m │ ├── Document.h │ ├── Document.m │ ├── English.lproj │ └── Sudoku.nib │ │ ├── classes.nib │ │ ├── info.nib │ │ ├── keyedobjects.nib │ │ └── objects.nib │ ├── GNUmakefile │ ├── GNUmakefile.preamble │ ├── Info.plist │ ├── Resources │ └── Sudoku.tiff │ ├── Sudoku.h │ ├── Sudoku.m │ ├── Sudoku.pcproj │ └── PC.project │ ├── Sudoku.xcode │ └── project.pbxproj │ ├── SudokuInfo.plist │ ├── SudokuView.h │ ├── SudokuView.m │ ├── main.m │ └── version.plist ├── Graphos ├── ChangeLog ├── English.lproj │ ├── Credits.rtf │ ├── GRDocument.nib │ │ ├── classes.nib │ │ ├── info.nib │ │ ├── keyedobjects.nib │ │ └── objects.nib │ ├── HTMLHelp │ │ └── index.html │ ├── InfoPlist.strings │ ├── MainMenu.nib │ │ ├── classes.nib │ │ ├── info.nib │ │ ├── keyedobjects.nib │ │ └── objects.nib │ └── PropertiesEditor.nib │ │ ├── classes.nib │ │ ├── info.nib │ │ ├── keyedobjects.nib │ │ └── objects.nib ├── GNUmakefile ├── GNUmakefile.preamble ├── GRBezierControlPoint.h ├── GRBezierControlPoint.m ├── GRBezierPath.h ├── GRBezierPath.m ├── GRBezierPathEditor.h ├── GRBezierPathEditor.m ├── GRBox.h ├── GRBox.m ├── GRBoxEditor.h ├── GRBoxEditor.m ├── GRCircle.h ├── GRCircle.m ├── GRCircleEditor.h ├── GRCircleEditor.m ├── GRDocView.h ├── GRDocView.m ├── GRDocument.h ├── GRDocument.m ├── GRDrawableObject.h ├── GRDrawableObject.m ├── GRFunctions.h ├── GRFunctions.m ├── GRImage.h ├── GRImage.m ├── GRImageEditor.h ├── GRImageEditor.m ├── GRObjectControlPoint.h ├── GRObjectControlPoint.m ├── GRObjectEditor.h ├── GRObjectEditor.m ├── GRPathEditor.h ├── GRPathEditor.m ├── GRPathObject.h ├── GRPathObject.m ├── GRPropsEditor.h ├── GRPropsEditor.m ├── GRText.h ├── GRText.m ├── GRTextEditor.h ├── GRTextEditor.m ├── GRTextEditorView.h ├── GRTextEditorView.m ├── GRTools.h ├── GRTools.m ├── Graphos-T.xcodeproj │ └── project.pbxproj ├── Graphos.h ├── Graphos.m ├── Graphos.pbproj │ └── project.pbxproj ├── Graphos.pcproj │ └── PC.project ├── Graphos.xcode │ └── project.pbxproj ├── Graphos.xcodeproj │ ├── heron.mode1v3 │ ├── heron.pbxuser │ └── project.pbxproj ├── GraphosInfo.plist ├── Info-Draw.plist ├── Resources │ ├── GRDocument.gorm │ │ ├── data.classes │ │ ├── data.info │ │ └── objects.gorm │ ├── LineCap1.tiff │ ├── LineCap2.tiff │ ├── LineCap3.tiff │ ├── LineJoin1.tiff │ ├── LineJoin2.tiff │ ├── LineJoin3.tiff │ ├── MainMenu.gorm │ │ ├── data.classes │ │ ├── data.info │ │ └── objects.gorm │ ├── PropertiesEditor.gorm │ │ ├── data.classes │ │ ├── data.info │ │ └── objects.gorm │ ├── bezier.tiff │ ├── blackarrow.tiff │ ├── circle.tiff │ ├── graphos_appicon_48.tif │ ├── graphos_doc_icon_48.tif │ ├── hand.tiff │ ├── magnify.tiff │ ├── paint.tiff │ ├── pencil.tiff │ ├── rectangle.tiff │ ├── reduce.tiff │ ├── reflect.tiff │ ├── rotate.tiff │ ├── shissors.tiff │ ├── text.tiff │ ├── txtAlignCenter.tiff │ ├── txtAlignLeft.tiff │ ├── txtAlignRight.tiff │ ├── whitearrow.tiff │ └── x.tiff ├── graphos_doc_icons.icns ├── graphos_icons.icns └── main.m ├── Grr ├── AppController.h ├── AppController.m ├── Article.h ├── Article.m ├── ArticleFactory.h ├── ArticleFactory.m ├── ArticleGroup.h ├── ArticleGroup.m ├── ArticleOperations-Info.plist ├── ArticleTable-Info.plist ├── ArticleView-Info.plist ├── COPYING ├── Category.h ├── Category.m ├── ChangeLog ├── Components.h ├── Components.m ├── Components │ ├── ArticleOperations │ │ ├── ArticleOperations.h │ │ ├── ArticleOperations.m │ │ ├── COPYING │ │ ├── ChangeLog │ │ ├── English.lproj │ │ │ └── Localizable.strings │ │ ├── GNUmakefile │ │ └── German.lproj │ │ │ └── Localizable.strings │ ├── ArticleTable │ │ ├── ArticleTablePlugin.h │ │ ├── ArticleTablePlugin.m │ │ ├── COPYING │ │ ├── ChangeLog │ │ ├── English.lproj │ │ │ ├── ArticleTablePlugin.gorm │ │ │ │ ├── data.classes │ │ │ │ ├── data.info │ │ │ │ └── objects.gorm │ │ │ └── ArticleTablePlugin.nib │ │ │ │ ├── classes.nib │ │ │ │ ├── info.nib │ │ │ │ ├── keyedobjects.nib │ │ │ │ └── objects.nib │ │ └── GNUmakefile │ ├── ArticleView │ │ ├── ArticleTextViewPlugin.h │ │ ├── ArticleTextViewPlugin.m │ │ ├── COPYING │ │ ├── ChangeLog │ │ ├── English.lproj │ │ │ ├── ArticleTextViewPlugin.gorm │ │ │ │ ├── bluebg.png │ │ │ │ ├── data.classes │ │ │ │ ├── data.info │ │ │ │ └── objects.gorm │ │ │ ├── ArticleTextViewPlugin.nib │ │ │ │ ├── bluebg.png │ │ │ │ ├── classes.nib │ │ │ │ ├── info.nib │ │ │ │ └── keyedobjects.nib │ │ │ └── Localizable.strings │ │ ├── GNUmakefile │ │ ├── German.lproj │ │ │ ├── ArticleTextViewPlugin.gorm │ │ │ │ ├── bluebg.png │ │ │ │ ├── data.classes │ │ │ │ ├── data.info │ │ │ │ └── objects.gorm │ │ │ └── Localizable.strings │ │ ├── NSString+TolerantHTML.h │ │ ├── NSString+TolerantHTML.m │ │ └── TODO │ ├── ChangeLog │ ├── DatabaseOperations │ │ ├── COPYING │ │ ├── ChangeLog │ │ ├── DatabaseOperations.h │ │ ├── DatabaseOperations.m │ │ ├── GNUmakefile │ │ └── SubscriptionPanelProtocol.h │ ├── DatabaseTreeView │ │ ├── COPYING │ │ ├── ChangeLog │ │ ├── DatabaseTreeViewController.h │ │ ├── DatabaseTreeViewController.m │ │ ├── English.lproj │ │ │ ├── DatabaseTreeViewController.gorm │ │ │ │ ├── data.classes │ │ │ │ ├── data.info │ │ │ │ └── objects.gorm │ │ │ └── DatabaseTreeViewController.nib │ │ │ │ ├── classes.nib │ │ │ │ ├── info.nib │ │ │ │ └── keyedobjects.nib │ │ └── GNUmakefile │ ├── Fonts │ │ ├── COPYING │ │ ├── ChangeLog │ │ ├── English.lproj │ │ │ ├── FontsComponent.gorm │ │ │ │ ├── data.classes │ │ │ │ ├── data.info │ │ │ │ └── objects.gorm │ │ │ └── FontsComponent.nib │ │ │ │ ├── classes.nib │ │ │ │ ├── info.nib │ │ │ │ ├── keyedobjects.nib │ │ │ │ └── objects.nib │ │ ├── FontBox.h │ │ ├── FontBox.m │ │ ├── FontsComponent.h │ │ ├── FontsComponent.m │ │ ├── GNUmakefile │ │ └── Resources │ │ │ └── Fonts.tiff │ ├── GNUmakefile │ ├── Proxy │ │ ├── COPYING │ │ ├── ChangeLog │ │ ├── English.lproj │ │ │ ├── ProxyComponent.gorm │ │ │ │ ├── data.classes │ │ │ │ ├── data.info │ │ │ │ └── objects.gorm │ │ │ └── ProxyComponent.nib │ │ │ │ ├── classes.nib │ │ │ │ ├── info.nib │ │ │ │ └── keyedobjects.nib │ │ ├── GNUmakefile │ │ ├── German.lproj │ │ │ └── ProxyComponent.gorm │ │ │ │ ├── data.classes │ │ │ │ ├── data.info │ │ │ │ └── objects.gorm │ │ ├── ProxyComponent.h │ │ └── ProxyComponent.m │ ├── Searching │ │ ├── COPYING │ │ ├── ChangeLog │ │ ├── English.lproj │ │ │ └── Localizable.strings │ │ ├── GNUmakefile │ │ ├── German.lproj │ │ │ └── Localizable.strings │ │ ├── NSSet+ArticleFiltering.h │ │ ├── NSSet+ArticleFiltering.m │ │ ├── Searching.h │ │ └── Searching.m │ ├── SubscriptionPanel │ │ ├── COPYING │ │ ├── ChangeLog │ │ ├── English.lproj │ │ │ ├── Localizable.strings │ │ │ ├── SubscriptionPanel.gorm │ │ │ │ ├── data.classes │ │ │ │ ├── data.info │ │ │ │ └── objects.gorm │ │ │ └── SubscriptionPanel.nib │ │ │ │ ├── classes.nib │ │ │ │ ├── info.nib │ │ │ │ ├── keyedobjects.nib │ │ │ │ └── objects.nib │ │ ├── GNUmakefile │ │ ├── German.lproj │ │ │ └── Localizable.strings │ │ ├── SubscriptionPanel.h │ │ └── SubscriptionPanel.m │ └── TreeDatabase │ │ ├── COPYING │ │ ├── ChangeLog │ │ ├── GNUmakefile │ │ ├── TreeDatabaseComponent.h │ │ └── TreeDatabaseComponent.m ├── Database.h ├── Database.m ├── DatabaseElement.h ├── DatabaseElement.m ├── DatabaseOperations-Info.plist ├── DatabaseTreeView-Info.plist ├── Development │ ├── RSSKit2 Spec │ │ ├── Delegate-Draft.png │ │ └── RSSKit-Spec.rtf │ └── entitiesToPlist.sh ├── English.lproj │ ├── Grr.gorm │ │ ├── data.classes │ │ ├── data.info │ │ └── objects.gorm │ ├── Grr.nib │ │ ├── classes.nib │ │ ├── info.nib │ │ └── keyedobjects.nib │ ├── InfoPlist.strings │ ├── Localizable.strings │ ├── PreferencesPanel.gorm │ │ ├── data.classes │ │ ├── data.info │ │ └── objects.gorm │ └── PreferencesPanel.nib │ │ ├── classes.nib │ │ ├── info.nib │ │ └── keyedobjects.nib ├── ExtendedWindow.h ├── ExtendedWindow.m ├── Feed.h ├── Feed.m ├── Fonts-Info.plist ├── GNRatingCell.h ├── GNRatingCell.m ├── GNUmakefile ├── GNUmakefile.preamble ├── GNUstep.h ├── German.lproj │ ├── Grr.gorm │ │ ├── data.classes │ │ ├── data.info │ │ └── objects.gorm │ ├── Localizable.strings │ └── PreferencesPanel.gorm │ │ ├── data.classes │ │ ├── data.info │ │ └── objects.gorm ├── Grr.xcode │ └── project.pbxproj ├── Grr.xcodeproj │ └── project.pbxproj ├── GrrFramework-Info.plist ├── GrrInfo.plist ├── GrrTiger.xcodeproj │ └── project.pbxproj ├── Grr_Prefix.pch ├── Grr_main.m ├── ImageTextCell.h ├── ImageTextCell.m ├── Info.plist ├── NSBundle+Extensions.h ├── NSBundle+Extensions.m ├── NSURL+Proxy.h ├── NSURL+Proxy.m ├── NumberedImageTextCell.h ├── NumberedImageTextCell.m ├── PipeType.h ├── PipeType.m ├── PreferencesComponent.h ├── PreferencesComponent.m ├── PreferencesPanel.h ├── PreferencesPanel.m ├── Proxy-Info.plist ├── README ├── Resources │ ├── Data │ │ └── HTML-Entities.plist │ ├── Icons │ │ ├── AddCategory.tiff │ │ ├── AddFeed.tiff │ │ ├── Application │ │ │ ├── Grr-Icon-Anim1.tiff │ │ │ ├── Grr-Icon-Anim2.tiff │ │ │ ├── Grr-Icon-Anim3.tiff │ │ │ ├── Grr-Icon-NoConnection.tiff │ │ │ ├── Grr-Icon.icns │ │ │ └── Grr-Icon.tiff │ │ ├── ArticleLink.tiff │ │ ├── Category.tiff │ │ ├── Database.tiff │ │ ├── DeleteArticle.tiff │ │ ├── DeleteCategory.tiff │ │ ├── DeleteFeed.tiff │ │ ├── Feed.tiff │ │ ├── FeedFetching.tiff │ │ ├── FetchFeed.tiff │ │ ├── FetchFeeds.tiff │ │ ├── Files │ │ │ ├── ArticleFile.tiff │ │ │ └── FeedFile.tiff │ │ ├── Filter.tiff │ │ ├── Link.tiff │ │ ├── PlainArticle.tiff │ │ ├── Star.tiff │ │ └── WebProxy.tiff │ └── UI │ │ ├── arrowDown.tiff │ │ ├── arrowLeft.tiff │ │ ├── arrowRight.tiff │ │ ├── arrowUp.tiff │ │ ├── blue-badge-left.tiff │ │ ├── blue-badge-mid.tiff │ │ └── blue-badge-right.tiff ├── Searching-Info.plist ├── SubscriptionPanel-Info.plist ├── TODO ├── ToolbarDelegate.h └── TreeDatabase-Info.plist ├── InnerSpace ├── .gitignore ├── Black.bproj │ ├── BlackView.h │ ├── BlackView.m │ └── GNUmakefile ├── Boxes.bproj │ ├── BoxesView.h │ ├── BoxesView.m │ └── GNUmakefile ├── ChangeLog ├── English.lproj │ └── InnerSpace.gorm │ │ ├── data.classes │ │ ├── data.info │ │ └── objects.gorm ├── GNUmakefile ├── InnerSpace.tiff ├── InnerSpace.xcode │ ├── heron.mode1 │ ├── heron.pbxuser │ └── project.pbxproj ├── InnerSpaceController.h ├── InnerSpaceController.m ├── InnerSpaceInfo.plist ├── InnerSpace_Icon.icns ├── ItJustStopped.bproj │ ├── GNUmakefile │ ├── ItJustStoppedViewPart.h │ └── ItJustStoppedViewPart.m ├── MandelView.bproj │ ├── .dir3_0.wmd │ ├── .places3_0.wmd │ ├── BackView.h │ ├── COPYING │ ├── English.lproj │ │ ├── mandle.gorm │ │ │ ├── data.classes │ │ │ ├── data.info │ │ │ ├── mand.tiff │ │ │ └── objects.gorm │ │ └── mandle.nib │ │ │ ├── .dir3_0.wmd │ │ │ ├── data.classes │ │ │ ├── data.nib │ │ │ └── mand.tiff │ ├── GNUmakefile │ ├── MandelView.h │ ├── MandelView.m │ ├── PB.project │ ├── ReadMe │ ├── Thinker.h │ ├── ms_real.c │ ├── ms_real.h │ └── part.c ├── ModuleView.h ├── NickSpace.bproj │ ├── English.lproj │ │ ├── NickSpace.gorm │ │ │ ├── data.classes │ │ │ ├── data.info │ │ │ └── objects.gorm │ │ └── NickSpace.nib │ │ │ ├── data.classes │ │ │ └── objects.nib │ ├── GNUmakefile │ ├── NickSpaceView.h │ ├── NickSpaceView.m │ └── README ├── Polyhedra.bproj │ ├── BackView.h │ ├── GNUmakefile │ ├── Polyhedra.gorm │ │ ├── data.classes │ │ └── objects.gorm │ ├── PolyhedraView.h │ ├── PolyhedraView.m │ ├── PolyhedraViewWraps.h │ ├── PolyhedraViewWraps.m │ └── README.rtf ├── Qix.bproj │ ├── GNUmakefile │ ├── Makefile │ ├── QixView.h │ ├── QixView.m │ └── README ├── README ├── SaverWindow.h ├── SaverWindow.m ├── Space2View.bproj │ ├── GNUmakefile │ ├── Makefile │ ├── README │ ├── Space2View.h │ └── Space2View.m ├── SporView.bproj │ ├── GNUmakefile │ ├── Makefile │ ├── Makefile.postamble │ ├── Makefile.preamble │ ├── PB.project │ ├── SporView.1.0.Readme.rtf │ ├── SporView.h │ ├── SporView.m │ ├── Thinker.h │ ├── draw.h │ ├── draw.m │ ├── spordefs.h │ ├── spordefs.m │ ├── sporen6.h │ └── sporen6.m ├── UtilFunctions.c └── main.m ├── Jishyo ├── Controller.h ├── Controller.m ├── Dictionary.h ├── Dictionary.m ├── Documentation │ ├── Bugs.txt │ ├── Changelog.txt │ ├── Credits.txt │ ├── ReadMe.txt │ └── ToDo.txt ├── GNUmakefile ├── GNUstep.h ├── JishyoInfo.plist ├── Resources │ ├── GNUstep │ │ ├── English.lproj │ │ │ └── Jishyo.gorm │ │ │ │ ├── data.classes │ │ │ │ ├── data.info │ │ │ │ └── objects.gorm │ │ ├── Jishyo.gif │ │ └── Jishyo.tiff │ └── Shared │ │ ├── English.lproj │ │ └── Localizable.strings │ │ ├── Japanese.lproj │ │ └── Localizable.strings │ │ ├── Search.tiff │ │ ├── Thai.lproj │ │ └── Localizable.strings │ │ ├── edict │ │ └── edict.xjdx ├── externs.c ├── main.m ├── xjdcomm.c ├── xjdic.h ├── xjdsa.c └── xjdservcomm.c ├── LaternaMagica ├── AppController.h ├── AppController.m ├── ChangeLog ├── English.lproj │ ├── InfoPlist.strings │ └── LaternaMagica.nib │ │ ├── classes.nib │ │ ├── info.nib │ │ ├── keyedobjects.nib │ │ └── objects.nib ├── FileTable.h ├── FileTable.m ├── GNUmakefile ├── GNUmakefile.postamble ├── GNUmakefile.preamble ├── Info-LaternaMagica.plist ├── LMFlipView.h ├── LMFlipView.m ├── LMImage.h ├── LMImage.m ├── LMWindow.h ├── LMWindow.m ├── LM_icons_osx.icns ├── LaternaMagica-T.xcodeproj │ └── project.pbxproj ├── LaternaMagica.pbproj │ └── project.pbxproj ├── LaternaMagica.pcproj │ └── PC.project ├── LaternaMagica.xcode │ └── project.pbxproj ├── LaternaMagica.xcodeproj │ └── project.pbxproj ├── LaternaMagicaInfo.plist ├── PRScale.h ├── PRScale.m ├── Resources │ ├── LaternaMagica.gorm │ │ ├── data.classes │ │ ├── data.info │ │ └── objects.gorm │ ├── laternamagica_48.tif │ └── laternamagica_64.tif └── main.m ├── MPDCon ├── AppController.h ├── AppController.m ├── BoldCell.h ├── BoldCell.m ├── BoldFormatter.h ├── BoldFormatter.m ├── ChangeLog ├── CollectionBrowser.h ├── CollectionBrowser.m ├── CollectionController.h ├── CollectionController.m ├── CrossfadeController.h ├── CrossfadeController.m ├── Documentation │ ├── COPYING │ └── Install ├── GNUmakefile ├── GNUmakefile.postamble ├── GNUmakefile.preamble ├── Info-gnustep.plist ├── LyricsInspector.h ├── LyricsInspector.m ├── MPDCon.pcproj │ └── PC.project ├── MPDConInfo.plist ├── MPDController.h ├── MPDController.m ├── NormalFormatter.h ├── NormalFormatter.m ├── OwnTableView.h ├── OwnTableView.m ├── PlayView.h ├── PlayView.m ├── PlaylistController.h ├── PlaylistController.m ├── PlaylistInspector.h ├── PlaylistInspector.m ├── PlaylistItem.h ├── PlaylistItem.m ├── PlaylistsManagerController.h ├── PlaylistsManagerController.m ├── PreferencesController.h ├── PreferencesController.m ├── RandomPlaylistFeed.h ├── RandomPlaylistFeed.m ├── Resources │ ├── COPYING │ ├── Collection.gorm │ │ ├── data.classes │ │ ├── data.info │ │ └── objects.gorm │ ├── CollectionBrowser.gorm │ │ ├── data.classes │ │ ├── data.info │ │ └── objects.gorm │ ├── Crossfade.tiff │ ├── CrossfadeView.gorm │ │ ├── data.classes │ │ ├── data.info │ │ └── objects.gorm │ ├── Current.tiff │ ├── FindPanel.gorm │ │ ├── data.classes │ │ └── objects.gorm │ ├── GNUstep.tiff │ ├── Install │ ├── LyricsInspector.gorm │ │ ├── data.classes │ │ ├── data.info │ │ └── objects.gorm │ ├── MPDCon.tiff │ ├── MoveSong.tiff │ ├── Next.tiff │ ├── Pause.tiff │ ├── Play.tiff │ ├── Player.gorm │ │ ├── CD.tiff │ │ ├── Crossfade.tiff │ │ ├── Next.tiff │ │ ├── Pause.tiff │ │ ├── Play.tiff │ │ ├── Playlist.tiff │ │ ├── Prev.tiff │ │ ├── Repeat.tiff │ │ ├── Shuffle.tiff │ │ ├── Stop.tiff │ │ ├── data.classes │ │ ├── data.info │ │ └── objects.gorm │ ├── Playlist.tiff │ ├── PlaylistInspector.gorm │ │ ├── data.classes │ │ ├── data.info │ │ └── objects.gorm │ ├── PlaylistViewer.gorm │ │ ├── Current.tiff │ │ ├── data.classes │ │ ├── data.info │ │ └── objects.gorm │ ├── PlaylistsManager.gorm │ │ ├── data.classes │ │ ├── data.info │ │ └── objects.gorm │ ├── Preferences.gorm │ │ ├── data.classes │ │ ├── data.info │ │ └── objects.gorm │ ├── Prev.tiff │ ├── Repeat.tiff │ ├── Shuffle.tiff │ ├── SongInspector.gorm │ │ ├── data.classes │ │ ├── data.info │ │ └── objects.gorm │ ├── Star.tiff │ ├── StatisticsViewer.gorm │ │ ├── data.classes │ │ ├── data.info │ │ └── objects.gorm │ └── Stop.tiff ├── SQLiteAdaptor.h ├── SQLiteAdaptor.m ├── SongInspector.h ├── SongInspector.m ├── SongRatingCell.h ├── SongRatingCell.m ├── StatisticsController.h ├── StatisticsController.m ├── StatisticsItem.h ├── StatisticsItem.m ├── Strings.h └── main.m ├── PPC ├── English.lproj │ └── PPC.gorm │ │ ├── data.classes │ │ ├── data.info │ │ └── objects.gorm ├── GNUmakefile ├── PPCController.h ├── PPCController.m ├── Resources │ ├── Defaults.plist │ └── PPC.tiff └── main.m ├── PictureFrame ├── ANNOUNCE ├── ChangeLog ├── ClockView.h ├── ClockView.m ├── DBOverlayWindow.h ├── DBOverlayWindow.m ├── DBOverlayWindowBkgrnd.h ├── DBOverlayWindowBkgrnd.m ├── English.lproj │ ├── InfoPlist.strings │ ├── MainMenu.gorm │ │ ├── data.classes │ │ ├── data.info │ │ └── objects.gorm │ ├── MainMenu.nib │ │ ├── classes.nib │ │ ├── info.nib │ │ └── keyedobjects.nib │ ├── Preferences.gorm │ │ ├── data.classes │ │ ├── data.info │ │ └── objects.gorm │ └── Preferences.nib │ │ ├── classes.nib │ │ ├── info.nib │ │ └── keyedobjects.nib ├── FrameDisplay.h ├── GNUmakefile ├── GNUstep.h ├── Info.plist ├── OverlayView.h ├── OverlayView.m ├── PICTURE_FRAMES ├── PhotoController.h ├── PhotoController.m ├── PhotoView.h ├── PhotoView.m ├── PictureFrame.xcodeproj │ └── project.pbxproj ├── PictureFrameController.h ├── PictureFrameController.m ├── PictureFrame_Prefix.pch ├── PictureWindow.h ├── PictureWindow.m ├── PreferencesController.h ├── PreferencesController.m ├── README ├── SimpleWeather │ ├── .DS_Store │ ├── English.lproj │ │ ├── InfoPlist.strings │ │ ├── WeatherPreferences.gorm │ │ │ ├── data.classes │ │ │ ├── data.info │ │ │ └── objects.gorm │ │ └── WeatherPreferences.nib │ │ │ ├── classes.nib │ │ │ ├── info.nib │ │ │ └── keyedobjects.nib │ ├── GNUmakefile │ ├── GNUstep.h │ ├── Info.plist │ ├── NWS.plist │ ├── SimpleWeather.xcodeproj │ │ └── project.pbxproj │ ├── SimpleWeather_Prefix.pch │ ├── WMIcons │ │ ├── .DS_Store │ │ ├── blizzard.png │ │ ├── blowingsnow.png │ │ ├── chancetstorm.png │ │ ├── chancetstormn.png │ │ ├── cloudy.png │ │ ├── drizzle.png │ │ ├── fair.png │ │ ├── fdrizzle.png │ │ ├── flurries.png │ │ ├── fog.png │ │ ├── freezingrain.png │ │ ├── hazy.png │ │ ├── mcloudy.png │ │ ├── mcloudyn.png │ │ ├── mcloudynr.png │ │ ├── mcloudyns.png │ │ ├── mcloudyr.png │ │ ├── na.png │ │ ├── pcloudy.png │ │ ├── pcloudyn.png │ │ ├── pcloudyr.png │ │ ├── pcloudyrn.png │ │ ├── permission.txt │ │ ├── rain.png │ │ ├── rainandsnow.png │ │ ├── showers.png │ │ ├── smoke.png │ │ ├── snow.png │ │ ├── snowshowers.png │ │ ├── sunny.png │ │ ├── sunnyn.png │ │ ├── tstorm.png │ │ ├── tstormn.png │ │ └── wind.png │ ├── WUnderground.plist │ ├── WeatherDataParser.h │ ├── WeatherDataParser.m │ ├── WeatherPreferencesController.h │ ├── WeatherPreferencesController.m │ ├── WeatherView.h │ ├── WeatherView.m │ └── http+_www.apple.com_DTDs_PropertyList-1.0.dtd └── main.m ├── RemoteDesk ├── AppController.h ├── AppController.m ├── GNUmakefile ├── GNUmakefile.postamble ├── GNUmakefile.preamble ├── PC.project ├── Resources │ ├── Info-gnustep.plist │ ├── LICENSE │ ├── README │ ├── RemoteDesk.gorm │ │ ├── data.classes │ │ ├── data.info │ │ └── objects.gorm │ └── remotedesk.tiff └── main.m ├── Stepulator-osx ├── CalcController.h ├── CalcController.m ├── CalcModel.h ├── CalcModel.m ├── English.lproj │ ├── InfoPlist.strings │ └── MainMenu.nib │ │ ├── classes.nib │ │ ├── info.nib │ │ └── objects.nib ├── GNUmakefile ├── GNUmakefile.preamble ├── Info-Stepulator.plist ├── Resources │ ├── 10x.tiff │ ├── Info-gnustep.plist │ ├── LICENSE │ ├── README │ ├── Stepulator.gorm │ │ ├── data.classes │ │ └── objects.gorm │ ├── Stepulator.tiff │ ├── back_arrow.tiff │ ├── ex.tiff │ ├── sqr.tiff │ ├── sqrt.tiff │ ├── xpowy.tiff │ └── xrooty.tiff ├── Stepulator-T.xcodeproj │ └── project.pbxproj ├── Stepulator.pbproj │ ├── multix.pbxuser │ └── project.pbxproj ├── Stepulator.pcproj │ ├── PC.project │ └── heron.project ├── Stepulator.xcode │ └── project.pbxproj ├── Stepulator.xcodeproj │ └── project.pbxproj └── main.m ├── TalkSoup ├── COPYING ├── ChangeLog ├── English.lproj │ └── InfoPlist.strings ├── FAQ ├── GNUmakefile ├── GNUmakefile.postamble ├── InFilters │ ├── DCCSupport │ │ ├── AllLanguages │ │ │ ├── Defaults.plist │ │ │ ├── dccsupport_prefs.tiff │ │ │ └── dccsupport_prefs.xcf │ │ ├── DCCGetter.h │ │ ├── DCCGetter.m │ │ ├── DCCObject.h │ │ ├── DCCObject.m │ │ ├── DCCSender.h │ │ ├── DCCSender.m │ │ ├── DCCSupport-Info.plist │ │ ├── DCCSupport.h │ │ ├── DCCSupport.m │ │ ├── DCCSupportPreferencesController.h │ │ ├── DCCSupportPreferencesController.m │ │ ├── DCCTransfer.h │ │ ├── DCCTransfer.m │ │ ├── English.lproj │ │ │ ├── DCCSupportPreferences.gorm │ │ │ │ ├── data.classes │ │ │ │ ├── data.info │ │ │ │ └── objects.gorm │ │ │ ├── DCCSupportPreferences.nib │ │ │ │ ├── classes.nib │ │ │ │ ├── info.nib │ │ │ │ └── keyedobjects.nib │ │ │ └── Localizable.strings │ │ ├── GNUmakefile │ │ └── GNUmakefile.preamble │ ├── Debold │ │ ├── Debold.h │ │ ├── Debold.m │ │ ├── English.lproj │ │ │ └── Localizable.strings │ │ ├── GNUmakefile │ │ └── GNUmakefile.preamble │ ├── Decolorizer │ │ ├── Decolorizer.h │ │ ├── Decolorizer.m │ │ ├── English.lproj │ │ │ └── Localizable.strings │ │ ├── GNUmakefile │ │ └── GNUmakefile.preamble │ ├── Dereverse │ │ ├── Dereverse.h │ │ ├── Dereverse.m │ │ ├── English.lproj │ │ │ └── Localizable.strings │ │ ├── GNUmakefile │ │ └── GNUmakefile.preamble │ ├── Deunderline │ │ ├── Deunderline.h │ │ ├── Deunderline.m │ │ ├── English.lproj │ │ │ └── Localizable.strings │ │ ├── GNUmakefile │ │ └── GNUmakefile.preamble │ ├── Emoticon │ │ ├── AllLanguages │ │ │ ├── emoticon-face1.tiff │ │ │ ├── emoticon-face10.tiff │ │ │ ├── emoticon-face11.tiff │ │ │ ├── emoticon-face13.tiff │ │ │ ├── emoticon-face14.tiff │ │ │ ├── emoticon-face15.tiff │ │ │ ├── emoticon-face19.tiff │ │ │ ├── emoticon-face2.tiff │ │ │ ├── emoticon-face3.tiff │ │ │ ├── emoticon-face4.tiff │ │ │ ├── emoticon-face5.tiff │ │ │ ├── emoticon-face6.tiff │ │ │ ├── emoticon-face8.tiff │ │ │ └── emoticon-face9.tiff │ │ ├── Emoticon-Info.plist │ │ ├── Emoticon.h │ │ ├── Emoticon.m │ │ ├── English.lproj │ │ │ └── Localizable.strings │ │ ├── GNUmakefile │ │ └── GNUmakefile.preamble │ ├── GNUmakefile │ ├── Highlighting │ │ ├── AllLanguages │ │ │ ├── Defaults.plist │ │ │ ├── highlighting_prefs.tiff │ │ │ └── highlighting_prefs.xcf │ │ ├── English.lproj │ │ │ ├── HighlightingPreferences.gorm │ │ │ │ ├── data.classes │ │ │ │ ├── data.info │ │ │ │ └── objects.gorm │ │ │ ├── HighlightingPreferences.nib │ │ │ │ ├── classes.nib │ │ │ │ ├── info.nib │ │ │ │ └── keyedobjects.nib │ │ │ └── Localizable.strings │ │ ├── GNUmakefile │ │ ├── GNUmakefile.preamble │ │ ├── Highlighting-Info.plist │ │ ├── Highlighting.h │ │ ├── Highlighting.m │ │ ├── HighlightingPreferencesController.h │ │ └── HighlightingPreferencesController.m │ ├── Ignore │ │ ├── GNUmakefile │ │ ├── GNUmakefile.preamble │ │ ├── Ignore-Info.plist │ │ ├── Ignore.h │ │ └── Ignore.m │ ├── KeepAlive │ │ ├── English.lproj │ │ │ └── Localizable.strings │ │ ├── GNUmakefile │ │ ├── GNUmakefile.preamble │ │ ├── KeepAlive-Info.plist │ │ ├── KeepAlive.h │ │ └── KeepAlive.m │ ├── Logging │ │ ├── English.lproj │ │ │ └── Localizable.strings │ │ ├── GNUmakefile │ │ ├── GNUmakefile.preamble │ │ ├── Logging.h │ │ └── Logging.m │ ├── MessageInTab │ │ ├── English.lproj │ │ │ └── Localizable.strings │ │ ├── GNUmakefile │ │ ├── GNUmakefile.preamble │ │ ├── MessageInTab-Info.plist │ │ ├── MessageInTab.h │ │ └── MessageInTab.m │ ├── MessageOutTab │ │ ├── English.lproj │ │ │ └── Localizable.strings │ │ ├── GNUmakefile │ │ ├── GNUmakefile.preamble │ │ ├── MessageOutTab-Info.plist │ │ ├── MessageOutTab.h │ │ └── MessageOutTab.m │ ├── PrivateBeep │ │ ├── English.lproj │ │ │ └── Localizable.strings │ │ ├── GNUmakefile │ │ ├── GNUmakefile.preamble │ │ ├── PrivateBeep.h │ │ └── PrivateBeep.m │ └── Skeleton │ │ ├── English.lproj │ │ └── Localizable.strings │ │ ├── GNUmakefile │ │ ├── GNUmakefile.preamble │ │ ├── Skeleton.h │ │ └── Skeleton.m ├── Info.plist ├── Input │ ├── GNUmakefile │ └── NetclassesInput │ │ ├── Functions.h │ │ ├── Functions.m │ │ ├── GNUmakefile │ │ ├── GNUmakefile.preamble │ │ ├── NetclassesInput-Info.plist │ │ ├── NetclassesInputSendThenDieTransport.h │ │ ├── NetclassesInputSendThenDieTransport.m │ │ ├── main.h │ │ └── main.m ├── OutFilters │ ├── Colorizer │ │ ├── Colorizer-Info.plist │ │ ├── Colorizer.h │ │ ├── Colorizer.m │ │ ├── English.lproj │ │ │ └── Localizable.strings │ │ ├── GNUmakefile │ │ └── GNUmakefile.preamble │ ├── GNUmakefile │ ├── Piper │ │ ├── English.lproj │ │ │ └── Localizable.strings │ │ ├── GNUmakefile │ │ ├── GNUmakefile.preamble │ │ ├── Piper.h │ │ └── Piper.m │ └── Skeleton │ │ ├── English.lproj │ │ └── Localizable.strings │ │ ├── GNUmakefile │ │ ├── GNUmakefile.preamble │ │ ├── Skeleton.h │ │ └── Skeleton.m ├── Output │ ├── GNUmakefile │ └── GNUstepOutput │ │ ├── AllLanguages │ │ ├── BigServerList.plist │ │ ├── Defaults.plist │ │ ├── ServerList.plist │ │ ├── StandardChannel.gorm │ │ │ ├── data.classes │ │ │ ├── data.info │ │ │ └── objects.gorm │ │ ├── StandardChannel.nib │ │ │ ├── classes.nib │ │ │ ├── info.nib │ │ │ └── keyedobjects.nib │ │ ├── StandardQuery.gorm │ │ │ ├── data.classes │ │ │ ├── data.info │ │ │ └── objects.gorm │ │ ├── StandardQuery.nib │ │ │ ├── classes.nib │ │ │ ├── info.nib │ │ │ └── keyedobjects.nib │ │ ├── TabContent.gorm │ │ │ ├── data.classes │ │ │ ├── data.info │ │ │ └── objects.gorm │ │ └── TabContent.nib │ │ │ ├── classes.nib │ │ │ ├── info.nib │ │ │ └── keyedobjects.nib │ │ ├── Controllers │ │ ├── ConnectionController.h │ │ ├── ConnectionController │ │ │ ├── ConnectionController.h │ │ │ ├── ConnectionController.m │ │ │ ├── ConnectionControllerCtcp.h │ │ │ ├── ConnectionControllerCtcp.m │ │ │ ├── ConnectionControllerDelegate.h │ │ │ ├── ConnectionControllerDelegate.m │ │ │ ├── ConnectionControllerInFilter.h │ │ │ ├── ConnectionControllerInFilter.m │ │ │ ├── ConnectionControllerNumericCommands.h │ │ │ ├── ConnectionControllerNumericCommands.m │ │ │ ├── ConnectionControllerOutFilter.h │ │ │ └── ConnectionControllerOutFilter.m │ │ ├── ContentControllers │ │ │ ├── ContentController.h │ │ │ ├── ContentController.m │ │ │ ├── StandardChannelController.h │ │ │ ├── StandardChannelController.m │ │ │ ├── StandardContentController.h │ │ │ ├── StandardContentController.m │ │ │ ├── StandardQueryController.h │ │ │ ├── StandardQueryController.m │ │ │ └── Tab │ │ │ │ ├── TabContentController.h │ │ │ │ ├── TabContentController.m │ │ │ │ ├── TabMasterController.h │ │ │ │ └── TabMasterController.m │ │ ├── GroupEditorController.h │ │ ├── GroupEditorController.m │ │ ├── InputController.h │ │ ├── InputController.m │ │ ├── NamePromptController.h │ │ ├── NamePromptController.m │ │ ├── Preferences │ │ │ ├── BundlePreferencesController.h │ │ │ ├── BundlePreferencesController.m │ │ │ ├── ColorPreferencesController.h │ │ │ ├── ColorPreferencesController.m │ │ │ ├── FontPreferencesController.h │ │ │ ├── FontPreferencesController.m │ │ │ ├── GeneralPreferencesController.h │ │ │ ├── GeneralPreferencesController.m │ │ │ ├── PreferencesController.h │ │ │ └── PreferencesController.m │ │ ├── ServerEditorController.h │ │ ├── ServerEditorController.m │ │ ├── ServerInspector.h │ │ ├── ServerInspector.m │ │ ├── ServerListConnectionController.h │ │ ├── ServerListConnectionController.m │ │ ├── ServerListController.h │ │ ├── ServerListController.m │ │ ├── TopicInspectorController.h │ │ └── TopicInspectorController.m │ │ ├── English.lproj │ │ ├── BundlePreferences.gorm │ │ │ ├── data.classes │ │ │ ├── data.info │ │ │ └── objects.gorm │ │ ├── BundlePreferences.nib │ │ │ ├── classes.nib │ │ │ ├── info.nib │ │ │ └── keyedobjects.nib │ │ ├── BundlePreferences.txt │ │ ├── ColorPreferences.gorm │ │ │ ├── data.classes │ │ │ ├── data.info │ │ │ └── objects.gorm │ │ ├── ColorPreferences.nib │ │ │ ├── classes.nib │ │ │ ├── info.nib │ │ │ └── keyedobjects.nib │ │ ├── FontPreferences.gorm │ │ │ ├── data.classes │ │ │ ├── data.info │ │ │ └── objects.gorm │ │ ├── FontPreferences.nib │ │ │ ├── classes.nib │ │ │ ├── info.nib │ │ │ └── keyedobjects.nib │ │ ├── GNUstepOutput.gorm │ │ │ ├── data.classes │ │ │ ├── data.info │ │ │ └── objects.gorm │ │ ├── GNUstepOutput.nib │ │ │ ├── classes.nib │ │ │ ├── info.nib │ │ │ └── keyedobjects.nib │ │ ├── GeneralPreferences.gorm │ │ │ ├── data.classes │ │ │ ├── data.info │ │ │ └── objects.gorm │ │ ├── GeneralPreferences.nib │ │ │ ├── classes.nib │ │ │ ├── info.nib │ │ │ └── keyedobjects.nib │ │ ├── GroupEditor.gorm │ │ │ ├── data.classes │ │ │ ├── data.info │ │ │ └── objects.gorm │ │ ├── GroupEditor.nib │ │ │ ├── classes.nib │ │ │ ├── info.nib │ │ │ └── keyedobjects.nib │ │ ├── Localizable.strings │ │ ├── NamePrompt.gorm │ │ │ ├── data.classes │ │ │ ├── data.info │ │ │ └── objects.gorm │ │ ├── NamePrompt.nib │ │ │ ├── classes.nib │ │ │ ├── info.nib │ │ │ └── keyedobjects.nib │ │ ├── Preferences.gorm │ │ │ ├── data.classes │ │ │ ├── data.info │ │ │ └── objects.gorm │ │ ├── Preferences.nib │ │ │ ├── classes.nib │ │ │ ├── info.nib │ │ │ └── keyedobjects.nib │ │ ├── ServerEditor.gorm │ │ │ ├── data.classes │ │ │ ├── data.info │ │ │ └── objects.gorm │ │ ├── ServerEditor.nib │ │ │ ├── classes.nib │ │ │ ├── info.nib │ │ │ └── keyedobjects.nib │ │ ├── ServerList.gorm │ │ │ ├── data.classes │ │ │ ├── data.info │ │ │ └── objects.gorm │ │ ├── ServerList.nib │ │ │ ├── classes.nib │ │ │ ├── info.nib │ │ │ └── keyedobjects.nib │ │ ├── TopicInspector.gorm │ │ │ ├── data.classes │ │ │ └── objects.gorm │ │ └── TopicInspector.nib │ │ │ ├── classes.nib │ │ │ ├── info.nib │ │ │ └── keyedobjects.nib │ │ ├── GNUmakefile │ │ ├── GNUmakefile.postamble │ │ ├── GNUmakefile.preamble │ │ ├── GNUstepOutput-Info.plist │ │ ├── GNUstepOutput.h │ │ ├── GNUstepOutput.m │ │ ├── Images │ │ ├── bundle_prefs.tiff │ │ ├── bundle_prefs.xcf │ │ ├── color_prefs.tiff │ │ ├── color_prefs.xcf │ │ ├── common_ret.tiff │ │ ├── common_retH.tiff │ │ ├── font_prefs.tiff │ │ ├── font_prefs.xcf │ │ ├── general_prefs.tiff │ │ └── general_prefs.xcf │ │ ├── Misc │ │ ├── HelperExecutor.h │ │ ├── HelperExecutor.m │ │ ├── LookedUpHost.h │ │ ├── LookedUpHost.m │ │ ├── NSAttributedStringAdditions.h │ │ ├── NSAttributedStringAdditions.m │ │ ├── NSColorAdditions.h │ │ ├── NSColorAdditions.m │ │ ├── NSObjectAdditions.h │ │ ├── NSObjectAdditions.m │ │ ├── NSViewAdditions.h │ │ └── NSViewAdditions.m │ │ ├── Models │ │ ├── Channel.h │ │ └── Channel.m │ │ ├── Tools │ │ ├── GNUmakefile │ │ ├── GNUmakefile.postamble │ │ ├── GNUmakefile.preamble │ │ ├── dns_helper.m │ │ └── exec_helper.m │ │ └── Views │ │ ├── AttributedTabViewItem.h │ │ ├── AttributedTabViewItem.m │ │ ├── FocusNotificationTextView.h │ │ ├── FocusNotificationTextView.m │ │ ├── InputControllerTextView.h │ │ ├── InputControllerTextView.m │ │ ├── KeyTextView.h │ │ ├── KeyTextView.m │ │ ├── ScrollingTextView.h │ │ └── ScrollingTextView.m ├── README ├── Source │ ├── Defaults.plist │ ├── GNUmakefile │ ├── GNUmakefile.preamble │ ├── Images │ │ ├── TalkSoup.icns │ │ └── TalkSoup.tiff │ ├── TalkSoupInfo.plist │ ├── commands.h │ ├── commands.m │ └── main.m ├── TalkSoup-T.xcodeproj │ └── project.pbxproj ├── TalkSoup.xcode │ └── project.pbxproj ├── TalkSoup.xcodeproj │ └── project.pbxproj ├── TalkSoupBundles │ ├── Dummy.h │ ├── Dummy.m │ ├── Encodings.h │ ├── Encodings.m │ ├── English.lproj │ │ └── Localizable.strings │ ├── Functions.m │ ├── GNUmakefile │ ├── GNUmakefile.preamble │ ├── TalkSoup.h │ ├── TalkSoup.m │ ├── TalkSoupBundles-Info.plist │ ├── TalkSoupMisc.h │ ├── TalkSoupPrivate.h │ └── TalkSoupProtocols.h └── Testing │ ├── GNUmakefile │ └── IRCSwarm │ ├── GNUmakefile │ ├── GNUmakefile.preamble │ ├── IRCSwarmBot.h │ ├── IRCSwarmBot.m │ ├── README │ ├── cleanupxchatlog │ ├── main.h │ ├── main.m │ ├── misc.h │ └── misc.m └── Vespucci ├── English.lproj ├── InfoPlist.strings ├── MainMenu.nib │ ├── classes.nib │ ├── info.nib │ ├── keyedobjects.nib │ └── objects.nib └── VEDocument.nib │ ├── classes.nib │ ├── info.nib │ ├── keyedobjects.nib │ └── objects.nib ├── GNUmakefile ├── GNUmakefile.postamble ├── GNUmakefile.preamble ├── Info-Vespucci.plist ├── Resources ├── MainMenu.gorm │ ├── data.classes │ ├── data.info │ └── objects.gorm ├── VEDocument.gorm │ ├── back_arrow.tif │ ├── data.classes │ ├── data.info │ ├── forward_arrow.tif │ └── objects.gorm ├── Vespucci_FileIcon_html.tiff ├── back_arrow.tif ├── forward_arrow.tif └── vespucci_pastel_64.tif ├── VEAppController.h ├── VEAppController.m ├── VEDocument.h ├── VEDocument.m ├── VEDocumentController.h ├── VEDocumentController.m ├── VEFunctions.h ├── VEFunctions.m ├── VEMenuItem.h ├── VEMenuItem.m ├── VEWinController.h ├── VEWinController.m ├── VE_icons_mac.icns ├── Vespucci.pbproj └── project.pbxproj ├── Vespucci.pcproj └── PC.project ├── Vespucci.xcode └── project.pbxproj ├── Vespucci.xcodeproj └── project.pbxproj ├── VespucciInfo.plist └── main.m /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/.gitignore -------------------------------------------------------------------------------- /GNUmakefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/GNUmakefile -------------------------------------------------------------------------------- /GNUmakefile.postamble: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/GNUmakefile.postamble -------------------------------------------------------------------------------- /GNUmakefile.preamble: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/GNUmakefile.preamble -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/README.md -------------------------------------------------------------------------------- /bundles/GNUmakefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/bundles/GNUmakefile -------------------------------------------------------------------------------- /bundles/Switcher/ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/bundles/Switcher/ChangeLog -------------------------------------------------------------------------------- /bundles/Switcher/GNUmakefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/bundles/Switcher/GNUmakefile -------------------------------------------------------------------------------- /bundles/Switcher/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/bundles/Switcher/README -------------------------------------------------------------------------------- /bundles/Switcher/Switcher.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/bundles/Switcher/Switcher.h -------------------------------------------------------------------------------- /bundles/Switcher/Switcher.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/bundles/Switcher/Switcher.m -------------------------------------------------------------------------------- /bundles/themes/GNUmakefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/bundles/themes/GNUmakefile -------------------------------------------------------------------------------- /libs/Berkelium/Berkelium.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/Berkelium/Berkelium.h -------------------------------------------------------------------------------- /libs/Berkelium/Berkelium.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/Berkelium/Berkelium.mm -------------------------------------------------------------------------------- /libs/Berkelium/GNUmakefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/Berkelium/GNUmakefile -------------------------------------------------------------------------------- /libs/Berkelium/GNUmakefile.postamble: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/Berkelium/GNUmakefile.postamble -------------------------------------------------------------------------------- /libs/Berkelium/GNUmakefile.preamble: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/Berkelium/GNUmakefile.preamble -------------------------------------------------------------------------------- /libs/DataBasinKit/ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/DataBasinKit/ChangeLog -------------------------------------------------------------------------------- /libs/DataBasinKit/DBCSVReader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/DataBasinKit/DBCSVReader.h -------------------------------------------------------------------------------- /libs/DataBasinKit/DBCSVReader.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/DataBasinKit/DBCSVReader.m -------------------------------------------------------------------------------- /libs/DataBasinKit/DBCSVWriter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/DataBasinKit/DBCSVWriter.h -------------------------------------------------------------------------------- /libs/DataBasinKit/DBCSVWriter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/DataBasinKit/DBCSVWriter.m -------------------------------------------------------------------------------- /libs/DataBasinKit/DBHTMLWriter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/DataBasinKit/DBHTMLWriter.h -------------------------------------------------------------------------------- /libs/DataBasinKit/DBHTMLWriter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/DataBasinKit/DBHTMLWriter.m -------------------------------------------------------------------------------- /libs/DataBasinKit/DBLoggerProtocol.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/DataBasinKit/DBLoggerProtocol.h -------------------------------------------------------------------------------- /libs/DataBasinKit/DBProgressProtocol.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/DataBasinKit/DBProgressProtocol.h -------------------------------------------------------------------------------- /libs/DataBasinKit/DBSObject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/DataBasinKit/DBSObject.h -------------------------------------------------------------------------------- /libs/DataBasinKit/DBSObject.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/DataBasinKit/DBSObject.m -------------------------------------------------------------------------------- /libs/DataBasinKit/DBSoap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/DataBasinKit/DBSoap.h -------------------------------------------------------------------------------- /libs/DataBasinKit/DBSoap.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/DataBasinKit/DBSoap.m -------------------------------------------------------------------------------- /libs/DataBasinKit/DBSoapCSV.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/DataBasinKit/DBSoapCSV.h -------------------------------------------------------------------------------- /libs/DataBasinKit/DBSoapCSV.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/DataBasinKit/DBSoapCSV.m -------------------------------------------------------------------------------- /libs/DataBasinKit/DataBasinKit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/DataBasinKit/DataBasinKit.h -------------------------------------------------------------------------------- /libs/DataBasinKit/GNUmakefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/DataBasinKit/GNUmakefile -------------------------------------------------------------------------------- /libs/DataBasinKit/GNUmakefile.preamble: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/DataBasinKit/GNUmakefile.preamble -------------------------------------------------------------------------------- /libs/DataBasinKit/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/DataBasinKit/Info.plist -------------------------------------------------------------------------------- /libs/GNUmakefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/GNUmakefile -------------------------------------------------------------------------------- /libs/GNUmakefile.postamble: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/GNUmakefile.postamble -------------------------------------------------------------------------------- /libs/GNUmakefile.preamble: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/GNUmakefile.preamble -------------------------------------------------------------------------------- /libs/Oresme/OresmeKit/GNUmakefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/Oresme/OresmeKit/GNUmakefile -------------------------------------------------------------------------------- /libs/Oresme/OresmeKit/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/Oresme/OresmeKit/Info.plist -------------------------------------------------------------------------------- /libs/Oresme/OresmeKit/OKCartesius.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/Oresme/OresmeKit/OKCartesius.h -------------------------------------------------------------------------------- /libs/Oresme/OresmeKit/OKCartesius.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/Oresme/OresmeKit/OKCartesius.m -------------------------------------------------------------------------------- /libs/Oresme/OresmeKit/OKChart.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/Oresme/OresmeKit/OKChart.h -------------------------------------------------------------------------------- /libs/Oresme/OresmeKit/OKChart.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/Oresme/OresmeKit/OKChart.m -------------------------------------------------------------------------------- /libs/Oresme/OresmeKit/OKLineChart.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/Oresme/OresmeKit/OKLineChart.h -------------------------------------------------------------------------------- /libs/Oresme/OresmeKit/OKLineChart.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/Oresme/OresmeKit/OKLineChart.m -------------------------------------------------------------------------------- /libs/Oresme/OresmeKit/OKPieChart.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/Oresme/OresmeKit/OKPieChart.h -------------------------------------------------------------------------------- /libs/Oresme/OresmeKit/OKPieChart.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/Oresme/OresmeKit/OKPieChart.m -------------------------------------------------------------------------------- /libs/Oresme/OresmeKit/OKSeries.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/Oresme/OresmeKit/OKSeries.h -------------------------------------------------------------------------------- /libs/Oresme/OresmeKit/OKSeries.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/Oresme/OresmeKit/OKSeries.m -------------------------------------------------------------------------------- /libs/Oresme/OresmeKit/OresmeKit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/Oresme/OresmeKit/OresmeKit.h -------------------------------------------------------------------------------- /libs/Oresme/OresmeKit/version.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/Oresme/OresmeKit/version.plist -------------------------------------------------------------------------------- /libs/PDFKit/Documentation/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/PDFKit/Documentation/COPYING -------------------------------------------------------------------------------- /libs/PDFKit/Documentation/ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/PDFKit/Documentation/ChangeLog -------------------------------------------------------------------------------- /libs/PDFKit/Documentation/INSTALL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/PDFKit/Documentation/INSTALL -------------------------------------------------------------------------------- /libs/PDFKit/Fonts/d050000l.pfb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/PDFKit/Fonts/d050000l.pfb -------------------------------------------------------------------------------- /libs/PDFKit/Fonts/n019003l.pfb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/PDFKit/Fonts/n019003l.pfb -------------------------------------------------------------------------------- /libs/PDFKit/Fonts/n019004l.pfb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/PDFKit/Fonts/n019004l.pfb -------------------------------------------------------------------------------- /libs/PDFKit/Fonts/n019023l.pfb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/PDFKit/Fonts/n019023l.pfb -------------------------------------------------------------------------------- /libs/PDFKit/Fonts/n019024l.pfb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/PDFKit/Fonts/n019024l.pfb -------------------------------------------------------------------------------- /libs/PDFKit/Fonts/n021003l.pfb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/PDFKit/Fonts/n021003l.pfb -------------------------------------------------------------------------------- /libs/PDFKit/Fonts/n021004l.pfb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/PDFKit/Fonts/n021004l.pfb -------------------------------------------------------------------------------- /libs/PDFKit/Fonts/n021023l.pfb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/PDFKit/Fonts/n021023l.pfb -------------------------------------------------------------------------------- /libs/PDFKit/Fonts/n021024l.pfb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/PDFKit/Fonts/n021024l.pfb -------------------------------------------------------------------------------- /libs/PDFKit/Fonts/n022003l.pfb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/PDFKit/Fonts/n022003l.pfb -------------------------------------------------------------------------------- /libs/PDFKit/Fonts/n022004l.pfb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/PDFKit/Fonts/n022004l.pfb -------------------------------------------------------------------------------- /libs/PDFKit/Fonts/n022023l.pfb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/PDFKit/Fonts/n022023l.pfb -------------------------------------------------------------------------------- /libs/PDFKit/Fonts/n022024l.pfb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/PDFKit/Fonts/n022024l.pfb -------------------------------------------------------------------------------- /libs/PDFKit/Fonts/s050000l.pfb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/PDFKit/Fonts/s050000l.pfb -------------------------------------------------------------------------------- /libs/PDFKit/GNUmakefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/PDFKit/GNUmakefile.in -------------------------------------------------------------------------------- /libs/PDFKit/GNUmakefile.postamble: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/PDFKit/GNUmakefile.postamble -------------------------------------------------------------------------------- /libs/PDFKit/GNUmakefile.preamble: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/PDFKit/GNUmakefile.preamble -------------------------------------------------------------------------------- /libs/PDFKit/PDFDocument.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/PDFKit/PDFDocument.h -------------------------------------------------------------------------------- /libs/PDFKit/PDFDocument.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/PDFKit/PDFDocument.m -------------------------------------------------------------------------------- /libs/PDFKit/PDFFontManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/PDFKit/PDFFontManager.h -------------------------------------------------------------------------------- /libs/PDFKit/PDFFontManager.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/PDFKit/PDFFontManager.m -------------------------------------------------------------------------------- /libs/PDFKit/PDFImageRep.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/PDFKit/PDFImageRep.h -------------------------------------------------------------------------------- /libs/PDFKit/PDFImageRep.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/PDFKit/PDFImageRep.m -------------------------------------------------------------------------------- /libs/PDFKit/PDFOutline.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/PDFKit/PDFOutline.h -------------------------------------------------------------------------------- /libs/PDFKit/PDFOutline.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/PDFKit/PDFOutline.m -------------------------------------------------------------------------------- /libs/PDFKit/PDFPrintView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/PDFKit/PDFPrintView.h -------------------------------------------------------------------------------- /libs/PDFKit/PDFPrintView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/PDFKit/PDFPrintView.m -------------------------------------------------------------------------------- /libs/PDFKit/configure: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/PDFKit/configure -------------------------------------------------------------------------------- /libs/PDFKit/configure.ac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/PDFKit/configure.ac -------------------------------------------------------------------------------- /libs/PDFKit/xpdf-src: -------------------------------------------------------------------------------- 1 | # which xpdf sources should be used? 2 | XPDF_SRC=xpdf-3.04 3 | -------------------------------------------------------------------------------- /libs/PDFKit/xpdf/GNUmakefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/PDFKit/xpdf/GNUmakefile.in -------------------------------------------------------------------------------- /libs/PDFKit/xpdf/GNUmakefile.postamble: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/PDFKit/xpdf/GNUmakefile.postamble -------------------------------------------------------------------------------- /libs/PDFKit/xpdf/GNUmakefile.preamble: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/PDFKit/xpdf/GNUmakefile.preamble -------------------------------------------------------------------------------- /libs/PDFKit/xpdf/bridge/CountingRef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/PDFKit/xpdf/bridge/CountingRef.h -------------------------------------------------------------------------------- /libs/PDFKit/xpdf/bridge/CountingRef.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/PDFKit/xpdf/bridge/CountingRef.m -------------------------------------------------------------------------------- /libs/PDFKit/xpdf/bridge/DPS.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/PDFKit/xpdf/bridge/DPS.h -------------------------------------------------------------------------------- /libs/PDFKit/xpdf/bridge/DPS.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/PDFKit/xpdf/bridge/DPS.m -------------------------------------------------------------------------------- /libs/PDFKit/xpdf/bridge/GNUmakefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/PDFKit/xpdf/bridge/GNUmakefile.in -------------------------------------------------------------------------------- /libs/PDFKit/xpdf/bridge/Locking.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/PDFKit/xpdf/bridge/Locking.m -------------------------------------------------------------------------------- /libs/PDFKit/xpdf/bridge/XPDFBridge.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/PDFKit/xpdf/bridge/XPDFBridge.cc -------------------------------------------------------------------------------- /libs/PDFKit/xpdf/bridge/XPDFBridge.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/PDFKit/xpdf/bridge/XPDFBridge.h -------------------------------------------------------------------------------- /libs/PDFKit/xpdf/xpdf-3.04/ANNOUNCE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/PDFKit/xpdf/xpdf-3.04/ANNOUNCE -------------------------------------------------------------------------------- /libs/PDFKit/xpdf/xpdf-3.04/CHANGES: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/PDFKit/xpdf/xpdf-3.04/CHANGES -------------------------------------------------------------------------------- /libs/PDFKit/xpdf/xpdf-3.04/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/PDFKit/xpdf/xpdf-3.04/COPYING -------------------------------------------------------------------------------- /libs/PDFKit/xpdf/xpdf-3.04/COPYING3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/PDFKit/xpdf/xpdf-3.04/COPYING3 -------------------------------------------------------------------------------- /libs/PDFKit/xpdf/xpdf-3.04/INSTALL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/PDFKit/xpdf/xpdf-3.04/INSTALL -------------------------------------------------------------------------------- /libs/PDFKit/xpdf/xpdf-3.04/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/PDFKit/xpdf/xpdf-3.04/Makefile.in -------------------------------------------------------------------------------- /libs/PDFKit/xpdf/xpdf-3.04/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/PDFKit/xpdf/xpdf-3.04/README -------------------------------------------------------------------------------- /libs/PDFKit/xpdf/xpdf-3.04/aclocal.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/PDFKit/xpdf/xpdf-3.04/aclocal.m4 -------------------------------------------------------------------------------- /libs/PDFKit/xpdf/xpdf-3.04/aconf-dj.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/PDFKit/xpdf/xpdf-3.04/aconf-dj.h -------------------------------------------------------------------------------- /libs/PDFKit/xpdf/xpdf-3.04/aconf.h.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/PDFKit/xpdf/xpdf-3.04/aconf.h.in -------------------------------------------------------------------------------- /libs/PDFKit/xpdf/xpdf-3.04/aconf2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/PDFKit/xpdf/xpdf-3.04/aconf2.h -------------------------------------------------------------------------------- /libs/PDFKit/xpdf/xpdf-3.04/configure: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/PDFKit/xpdf/xpdf-3.04/configure -------------------------------------------------------------------------------- /libs/PDFKit/xpdf/xpdf-3.04/dj_make.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/PDFKit/xpdf/xpdf-3.04/dj_make.bat -------------------------------------------------------------------------------- /libs/PDFKit/xpdf/xpdf-3.04/doc/xpdf.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/PDFKit/xpdf/xpdf-3.04/doc/xpdf.1 -------------------------------------------------------------------------------- /libs/PDFKit/xpdf/xpdf-3.04/fofi/Makefile.dep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /libs/PDFKit/xpdf/xpdf-3.04/goo/GHash.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/PDFKit/xpdf/xpdf-3.04/goo/GHash.h -------------------------------------------------------------------------------- /libs/PDFKit/xpdf/xpdf-3.04/goo/GList.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/PDFKit/xpdf/xpdf-3.04/goo/GList.h -------------------------------------------------------------------------------- /libs/PDFKit/xpdf/xpdf-3.04/goo/Makefile.dep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /libs/PDFKit/xpdf/xpdf-3.04/goo/gfile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/PDFKit/xpdf/xpdf-3.04/goo/gfile.h -------------------------------------------------------------------------------- /libs/PDFKit/xpdf/xpdf-3.04/goo/gmem.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/PDFKit/xpdf/xpdf-3.04/goo/gmem.cc -------------------------------------------------------------------------------- /libs/PDFKit/xpdf/xpdf-3.04/goo/gmem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/PDFKit/xpdf/xpdf-3.04/goo/gmem.h -------------------------------------------------------------------------------- /libs/PDFKit/xpdf/xpdf-3.04/install-sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/PDFKit/xpdf/xpdf-3.04/install-sh -------------------------------------------------------------------------------- /libs/PDFKit/xpdf/xpdf-3.04/ms_make.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/PDFKit/xpdf/xpdf-3.04/ms_make.bat -------------------------------------------------------------------------------- /libs/PDFKit/xpdf/xpdf-3.04/splash/Makefile.dep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /libs/PDFKit/xpdf/xpdf-3.04/xpdf/CMap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/PDFKit/xpdf/xpdf-3.04/xpdf/CMap.h -------------------------------------------------------------------------------- /libs/PDFKit/xpdf/xpdf-3.04/xpdf/Dict.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/PDFKit/xpdf/xpdf-3.04/xpdf/Dict.h -------------------------------------------------------------------------------- /libs/PDFKit/xpdf/xpdf-3.04/xpdf/Form.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/PDFKit/xpdf/xpdf-3.04/xpdf/Form.h -------------------------------------------------------------------------------- /libs/PDFKit/xpdf/xpdf-3.04/xpdf/Gfx.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/PDFKit/xpdf/xpdf-3.04/xpdf/Gfx.cc -------------------------------------------------------------------------------- /libs/PDFKit/xpdf/xpdf-3.04/xpdf/Gfx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/PDFKit/xpdf/xpdf-3.04/xpdf/Gfx.h -------------------------------------------------------------------------------- /libs/PDFKit/xpdf/xpdf-3.04/xpdf/Link.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/PDFKit/xpdf/xpdf-3.04/xpdf/Link.h -------------------------------------------------------------------------------- /libs/PDFKit/xpdf/xpdf-3.04/xpdf/Makefile.dep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /libs/PDFKit/xpdf/xpdf-3.04/xpdf/Page.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/PDFKit/xpdf/xpdf-3.04/xpdf/Page.h -------------------------------------------------------------------------------- /libs/PDFKit/xpdf/xpdf-3.04/xpdf/UTF8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/PDFKit/xpdf/xpdf-3.04/xpdf/UTF8.h -------------------------------------------------------------------------------- /libs/PDFKit/xpdf/xpdf-3.04/xpdf/XRef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/PDFKit/xpdf/xpdf-3.04/xpdf/XRef.h -------------------------------------------------------------------------------- /libs/PDFKit/xpdf/xpdf-3.04/xpdf/Zoox.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/PDFKit/xpdf/xpdf-3.04/xpdf/Zoox.h -------------------------------------------------------------------------------- /libs/RSSKit/AUTHORS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/RSSKit/AUTHORS -------------------------------------------------------------------------------- /libs/RSSKit/Atom03Parser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/RSSKit/Atom03Parser.h -------------------------------------------------------------------------------- /libs/RSSKit/Atom03Parser.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/RSSKit/Atom03Parser.m -------------------------------------------------------------------------------- /libs/RSSKit/Atom10Parser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/RSSKit/Atom10Parser.h -------------------------------------------------------------------------------- /libs/RSSKit/Atom10Parser.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/RSSKit/Atom10Parser.m -------------------------------------------------------------------------------- /libs/RSSKit/AtomParser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/RSSKit/AtomParser.h -------------------------------------------------------------------------------- /libs/RSSKit/AtomParser.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/RSSKit/AtomParser.m -------------------------------------------------------------------------------- /libs/RSSKit/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/RSSKit/COPYING -------------------------------------------------------------------------------- /libs/RSSKit/ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/RSSKit/ChangeLog -------------------------------------------------------------------------------- /libs/RSSKit/DOMParser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/RSSKit/DOMParser.h -------------------------------------------------------------------------------- /libs/RSSKit/DOMParser.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/RSSKit/DOMParser.m -------------------------------------------------------------------------------- /libs/RSSKit/DublinCore.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/RSSKit/DublinCore.h -------------------------------------------------------------------------------- /libs/RSSKit/DublinCore.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/RSSKit/DublinCore.m -------------------------------------------------------------------------------- /libs/RSSKit/FeedParser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/RSSKit/FeedParser.h -------------------------------------------------------------------------------- /libs/RSSKit/FeedParser.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/RSSKit/FeedParser.m -------------------------------------------------------------------------------- /libs/RSSKit/GNUmakefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/RSSKit/GNUmakefile -------------------------------------------------------------------------------- /libs/RSSKit/GNUmakefile.postamble: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/RSSKit/GNUmakefile.postamble -------------------------------------------------------------------------------- /libs/RSSKit/GNUmakefile.preamble: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/RSSKit/GNUmakefile.preamble -------------------------------------------------------------------------------- /libs/RSSKit/GNUstep.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/RSSKit/GNUstep.h -------------------------------------------------------------------------------- /libs/RSSKit/INSTALL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/RSSKit/INSTALL -------------------------------------------------------------------------------- /libs/RSSKit/INTRO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/RSSKit/INTRO -------------------------------------------------------------------------------- /libs/RSSKit/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/RSSKit/Info.plist -------------------------------------------------------------------------------- /libs/RSSKit/NewRSSArticleListener.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/RSSKit/NewRSSArticleListener.h -------------------------------------------------------------------------------- /libs/RSSKit/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/RSSKit/README -------------------------------------------------------------------------------- /libs/RSSKit/RFC822Dates.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/RSSKit/RFC822Dates.m -------------------------------------------------------------------------------- /libs/RSSKit/RSS10Parser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/RSSKit/RSS10Parser.h -------------------------------------------------------------------------------- /libs/RSSKit/RSS10Parser.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/RSSKit/RSS10Parser.m -------------------------------------------------------------------------------- /libs/RSSKit/RSS20Parser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/RSSKit/RSS20Parser.h -------------------------------------------------------------------------------- /libs/RSSKit/RSS20Parser.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/RSSKit/RSS20Parser.m -------------------------------------------------------------------------------- /libs/RSSKit/RSSArticle+Storage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/RSSKit/RSSArticle+Storage.h -------------------------------------------------------------------------------- /libs/RSSKit/RSSArticle+Storage.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/RSSKit/RSSArticle+Storage.m -------------------------------------------------------------------------------- /libs/RSSKit/RSSArticle.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/RSSKit/RSSArticle.h -------------------------------------------------------------------------------- /libs/RSSKit/RSSArticle.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/RSSKit/RSSArticle.m -------------------------------------------------------------------------------- /libs/RSSKit/RSSArticleProtocol.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/RSSKit/RSSArticleProtocol.h -------------------------------------------------------------------------------- /libs/RSSKit/RSSFactory.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/RSSKit/RSSFactory.h -------------------------------------------------------------------------------- /libs/RSSKit/RSSFactory.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/RSSKit/RSSFactory.m -------------------------------------------------------------------------------- /libs/RSSKit/RSSFeed+Fetching.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/RSSKit/RSSFeed+Fetching.h -------------------------------------------------------------------------------- /libs/RSSKit/RSSFeed+Fetching.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/RSSKit/RSSFeed+Fetching.m -------------------------------------------------------------------------------- /libs/RSSKit/RSSFeed+Storage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/RSSKit/RSSFeed+Storage.h -------------------------------------------------------------------------------- /libs/RSSKit/RSSFeed+Storage.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/RSSKit/RSSFeed+Storage.m -------------------------------------------------------------------------------- /libs/RSSKit/RSSFeed.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/RSSKit/RSSFeed.h -------------------------------------------------------------------------------- /libs/RSSKit/RSSFeed.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/RSSKit/RSSFeed.m -------------------------------------------------------------------------------- /libs/RSSKit/RSSFeedProtocol.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/RSSKit/RSSFeedProtocol.h -------------------------------------------------------------------------------- /libs/RSSKit/RSSKit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/RSSKit/RSSKit.h -------------------------------------------------------------------------------- /libs/RSSKit/RSSKit_Prefix.pch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/RSSKit/RSSKit_Prefix.pch -------------------------------------------------------------------------------- /libs/RSSKit/RSSLinks.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/RSSKit/RSSLinks.h -------------------------------------------------------------------------------- /libs/RSSKit/RSSLinks.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/RSSKit/RSSLinks.m -------------------------------------------------------------------------------- /libs/RSSKit/TODO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/RSSKit/TODO -------------------------------------------------------------------------------- /libs/RSSKit/Tests/GNUmakefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/RSSKit/Tests/GNUmakefile -------------------------------------------------------------------------------- /libs/RSSKit/Tests/GNUstep.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/RSSKit/Tests/GNUstep.h -------------------------------------------------------------------------------- /libs/RSSKit/Tests/RDFTests.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/RSSKit/Tests/RDFTests.h -------------------------------------------------------------------------------- /libs/RSSKit/Tests/RDFTests.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/RSSKit/Tests/RDFTests.m -------------------------------------------------------------------------------- /libs/RSSKit/Tests/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/RSSKit/Tests/README.txt -------------------------------------------------------------------------------- /libs/RSSKit/Tests/RSSKitTests.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/RSSKit/Tests/RSSKitTests.h -------------------------------------------------------------------------------- /libs/RSSKit/Tests/RSSKitTests.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/RSSKit/Tests/RSSKitTests.m -------------------------------------------------------------------------------- /libs/RSSKit/Tests/RSSTests.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/RSSKit/Tests/RSSTests.h -------------------------------------------------------------------------------- /libs/RSSKit/Tests/RSSTests.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/RSSKit/Tests/RSSTests.m -------------------------------------------------------------------------------- /libs/RSSKit/Tests/testrun.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/RSSKit/Tests/testrun.sh -------------------------------------------------------------------------------- /libs/RSSKit/doxygen: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/RSSKit/doxygen -------------------------------------------------------------------------------- /libs/netclasses/COPYING.gpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/netclasses/COPYING.gpl -------------------------------------------------------------------------------- /libs/netclasses/COPYING.lgpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/netclasses/COPYING.lgpl -------------------------------------------------------------------------------- /libs/netclasses/ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/netclasses/ChangeLog -------------------------------------------------------------------------------- /libs/netclasses/Examples/GNUmakefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/netclasses/Examples/GNUmakefile -------------------------------------------------------------------------------- /libs/netclasses/Examples/IRCBot/main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/netclasses/Examples/IRCBot/main.m -------------------------------------------------------------------------------- /libs/netclasses/GNUmakefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/netclasses/GNUmakefile.in -------------------------------------------------------------------------------- /libs/netclasses/GNUmakefile.postamble: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/netclasses/GNUmakefile.postamble -------------------------------------------------------------------------------- /libs/netclasses/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/netclasses/Info.plist -------------------------------------------------------------------------------- /libs/netclasses/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/netclasses/README -------------------------------------------------------------------------------- /libs/netclasses/README.osx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/netclasses/README.osx -------------------------------------------------------------------------------- /libs/netclasses/Source/GNUmakefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/netclasses/Source/GNUmakefile.in -------------------------------------------------------------------------------- /libs/netclasses/Source/IRCObject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/netclasses/Source/IRCObject.h -------------------------------------------------------------------------------- /libs/netclasses/Source/IRCObject.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/netclasses/Source/IRCObject.m -------------------------------------------------------------------------------- /libs/netclasses/Source/LineObject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/netclasses/Source/LineObject.h -------------------------------------------------------------------------------- /libs/netclasses/Source/LineObject.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/netclasses/Source/LineObject.m -------------------------------------------------------------------------------- /libs/netclasses/Source/NetBase.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/netclasses/Source/NetBase.h -------------------------------------------------------------------------------- /libs/netclasses/Source/NetBase.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/netclasses/Source/NetBase.m -------------------------------------------------------------------------------- /libs/netclasses/Source/NetTCP.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/netclasses/Source/NetTCP.h -------------------------------------------------------------------------------- /libs/netclasses/Source/NetTCP.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/netclasses/Source/NetTCP.m -------------------------------------------------------------------------------- /libs/netclasses/Source/config.h.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/netclasses/Source/config.h.in -------------------------------------------------------------------------------- /libs/netclasses/configure: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/netclasses/configure -------------------------------------------------------------------------------- /libs/netclasses/configure.ac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/netclasses/configure.ac -------------------------------------------------------------------------------- /libs/netclasses/testsuite/GNUmakefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/netclasses/testsuite/GNUmakefile -------------------------------------------------------------------------------- /libs/netclasses/testsuite/testsuite.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/netclasses/testsuite/testsuite.h -------------------------------------------------------------------------------- /libs/netclasses/testsuite/testtcp.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/netclasses/testsuite/testtcp.m -------------------------------------------------------------------------------- /libs/netclasses/version.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/netclasses/version.plist -------------------------------------------------------------------------------- /libs/timeui/GNUmakefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/timeui/GNUmakefile -------------------------------------------------------------------------------- /libs/timeui/Headers/TimeUI/TimeUI.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/timeui/Headers/TimeUI/TimeUI.h -------------------------------------------------------------------------------- /libs/timeui/Palettes/GNUmakefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/timeui/Palettes/GNUmakefile -------------------------------------------------------------------------------- /libs/timeui/Palettes/GNUmakefile.preamble: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /libs/timeui/Palettes/TimeClockEditor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/timeui/Palettes/TimeClockEditor.h -------------------------------------------------------------------------------- /libs/timeui/Palettes/TimeClockEditor.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/timeui/Palettes/TimeClockEditor.m -------------------------------------------------------------------------------- /libs/timeui/Palettes/TimeUIPalette.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/timeui/Palettes/TimeUIPalette.h -------------------------------------------------------------------------------- /libs/timeui/Palettes/TimeUIPalette.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/timeui/Palettes/TimeUIPalette.m -------------------------------------------------------------------------------- /libs/timeui/Palettes/palette.table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/timeui/Palettes/palette.table -------------------------------------------------------------------------------- /libs/timeui/Source/GNUmakefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/timeui/Source/GNUmakefile -------------------------------------------------------------------------------- /libs/timeui/Source/GNUmakefile.preamble: -------------------------------------------------------------------------------- 1 | ADDITIONAL_INCLUDE_DIRS += -I../Headers 2 | -------------------------------------------------------------------------------- /libs/timeui/Source/QSTimeClockCell.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/timeui/Source/QSTimeClockCell.m -------------------------------------------------------------------------------- /libs/timeui/Source/QSTimeControl.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/timeui/Source/QSTimeControl.m -------------------------------------------------------------------------------- /libs/timeui/TestTimeUI/AppController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/timeui/TestTimeUI/AppController.h -------------------------------------------------------------------------------- /libs/timeui/TestTimeUI/AppController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/timeui/TestTimeUI/AppController.m -------------------------------------------------------------------------------- /libs/timeui/TestTimeUI/GNUmakefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/timeui/TestTimeUI/GNUmakefile -------------------------------------------------------------------------------- /libs/timeui/TestTimeUI/main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/timeui/TestTimeUI/main.m -------------------------------------------------------------------------------- /libs/timeui/Version: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /libs/timeui/config.h.in: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /libs/timeui/configure.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/libs/timeui/configure.in -------------------------------------------------------------------------------- /libs/timeui/server.make.in: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ported-apps/GNUmakefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/ported-apps/GNUmakefile -------------------------------------------------------------------------------- /ported-apps/Games/Chess/Board.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/ported-apps/Games/Chess/Board.h -------------------------------------------------------------------------------- /ported-apps/Games/Chess/Board.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/ported-apps/Games/Chess/Board.m -------------------------------------------------------------------------------- /ported-apps/Games/Chess/Board3D.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/ported-apps/Games/Chess/Board3D.h -------------------------------------------------------------------------------- /ported-apps/Games/Chess/Board3D.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/ported-apps/Games/Chess/Board3D.m -------------------------------------------------------------------------------- /ported-apps/Games/Chess/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/ported-apps/Games/Chess/COPYING -------------------------------------------------------------------------------- /ported-apps/Games/Chess/ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/ported-apps/Games/Chess/ChangeLog -------------------------------------------------------------------------------- /ported-apps/Games/Chess/Chess.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/ported-apps/Games/Chess/Chess.h -------------------------------------------------------------------------------- /ported-apps/Games/Chess/Chess.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/ported-apps/Games/Chess/Chess.m -------------------------------------------------------------------------------- /ported-apps/Games/Chess/ChessApp.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/ported-apps/Games/Chess/ChessApp.tiff -------------------------------------------------------------------------------- /ported-apps/Games/Chess/ChessDoc.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/ported-apps/Games/Chess/ChessDoc.tiff -------------------------------------------------------------------------------- /ported-apps/Games/Chess/Chess_main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/ported-apps/Games/Chess/Chess_main.m -------------------------------------------------------------------------------- /ported-apps/Games/Chess/Clock.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/ported-apps/Games/Chess/Clock.h -------------------------------------------------------------------------------- /ported-apps/Games/Chess/Clock.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/ported-apps/Games/Chess/Clock.m -------------------------------------------------------------------------------- /ported-apps/Games/Chess/GNUmakefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/ported-apps/Games/Chess/GNUmakefile -------------------------------------------------------------------------------- /ported-apps/Games/Chess/GNUmakefile.postamble: -------------------------------------------------------------------------------- 1 | before-all:: 2 | -mkdir -p ./obj/gnuchess.subproj -------------------------------------------------------------------------------- /ported-apps/Games/Chess/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/ported-apps/Games/Chess/Makefile -------------------------------------------------------------------------------- /ported-apps/Games/Chess/MakefileOld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/ported-apps/Games/Chess/MakefileOld -------------------------------------------------------------------------------- /ported-apps/Games/Chess/PB.gdbinit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/ported-apps/Games/Chess/PB.gdbinit -------------------------------------------------------------------------------- /ported-apps/Games/Chess/PB.project: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/ported-apps/Games/Chess/PB.project -------------------------------------------------------------------------------- /ported-apps/Games/Chess/Square.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/ported-apps/Games/Chess/Square.h -------------------------------------------------------------------------------- /ported-apps/Games/Chess/Square.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/ported-apps/Games/Chess/Square.m -------------------------------------------------------------------------------- /ported-apps/Games/Chess/Square3D.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/ported-apps/Games/Chess/Square3D.h -------------------------------------------------------------------------------- /ported-apps/Games/Chess/Square3D.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/ported-apps/Games/Chess/Square3D.m -------------------------------------------------------------------------------- /ported-apps/Games/Chess/chess.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/ported-apps/Games/Chess/chess.icns -------------------------------------------------------------------------------- /ported-apps/Games/Chess/chess.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/ported-apps/Games/Chess/chess.tiff -------------------------------------------------------------------------------- /ported-apps/Games/Chess/gnuchess.book: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/ported-apps/Games/Chess/gnuchess.book -------------------------------------------------------------------------------- /ported-apps/Games/Chess/gnuchess.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/ported-apps/Games/Chess/gnuchess.c -------------------------------------------------------------------------------- /ported-apps/Games/Chess/gnuchess.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/ported-apps/Games/Chess/gnuchess.h -------------------------------------------------------------------------------- /ported-apps/Games/Chess/gnuglue.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/ported-apps/Games/Chess/gnuglue.h -------------------------------------------------------------------------------- /ported-apps/Games/Chess/gnuglue.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/ported-apps/Games/Chess/gnuglue.m -------------------------------------------------------------------------------- /ported-apps/Games/Chess/version.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/ported-apps/Games/Chess/version.h -------------------------------------------------------------------------------- /ported-apps/Games/GNUmakefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/ported-apps/Games/GNUmakefile -------------------------------------------------------------------------------- /ported-apps/Games/NeXTGo/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/ported-apps/Games/NeXTGo/COPYING -------------------------------------------------------------------------------- /ported-apps/Games/NeXTGo/ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/ported-apps/Games/NeXTGo/ChangeLog -------------------------------------------------------------------------------- /ported-apps/Games/NeXTGo/GNUmakefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/ported-apps/Games/NeXTGo/GNUmakefile -------------------------------------------------------------------------------- /ported-apps/Games/NeXTGo/Source/FAQ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/ported-apps/Games/NeXTGo/Source/FAQ -------------------------------------------------------------------------------- /ported-apps/Games/NeXTGo/Source/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/ported-apps/Games/NeXTGo/Source/README -------------------------------------------------------------------------------- /ported-apps/Games/NeXTGo/Source/eval.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/ported-apps/Games/NeXTGo/Source/eval.c -------------------------------------------------------------------------------- /ported-apps/Games/NeXTGo/Source/fioe.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/ported-apps/Games/NeXTGo/Source/fioe.c -------------------------------------------------------------------------------- /ported-apps/Games/NeXTGo/Source/igs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/ported-apps/Games/NeXTGo/Source/igs.h -------------------------------------------------------------------------------- /ported-apps/Games/NeXTGo/Source/seed.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/ported-apps/Games/NeXTGo/Source/seed.c -------------------------------------------------------------------------------- /ported-apps/Util/Bean/BIbeam.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/ported-apps/Util/Bean/BIbeam.tiff -------------------------------------------------------------------------------- /ported-apps/Util/Bean/Bean_Prefix.pch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/ported-apps/Util/Bean/Bean_Prefix.pch -------------------------------------------------------------------------------- /ported-apps/Util/Bean/ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/ported-apps/Util/Bean/ChangeLog -------------------------------------------------------------------------------- /ported-apps/Util/Bean/Controller.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/ported-apps/Util/Bean/Controller.h -------------------------------------------------------------------------------- /ported-apps/Util/Bean/Controller.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/ported-apps/Util/Bean/Controller.m -------------------------------------------------------------------------------- /ported-apps/Util/Bean/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/ported-apps/Util/Bean/Info.plist -------------------------------------------------------------------------------- /ported-apps/Util/Bean/JHScrollView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/ported-apps/Util/Bean/JHScrollView.h -------------------------------------------------------------------------------- /ported-apps/Util/Bean/JHScrollView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/ported-apps/Util/Bean/JHScrollView.m -------------------------------------------------------------------------------- /ported-apps/Util/Bean/JHScroller.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/ported-apps/Util/Bean/JHScroller.h -------------------------------------------------------------------------------- /ported-apps/Util/Bean/JHScroller.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/ported-apps/Util/Bean/JHScroller.m -------------------------------------------------------------------------------- /ported-apps/Util/Bean/MyDocument.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/ported-apps/Util/Bean/MyDocument.h -------------------------------------------------------------------------------- /ported-apps/Util/Bean/MyDocument.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/ported-apps/Util/Bean/MyDocument.m -------------------------------------------------------------------------------- /ported-apps/Util/Bean/PageView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/ported-apps/Util/Bean/PageView.h -------------------------------------------------------------------------------- /ported-apps/Util/Bean/PageView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/ported-apps/Util/Bean/PageView.m -------------------------------------------------------------------------------- /ported-apps/Util/Bean/ServicesObject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/ported-apps/Util/Bean/ServicesObject.h -------------------------------------------------------------------------------- /ported-apps/Util/Bean/ServicesObject.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/ported-apps/Util/Bean/ServicesObject.m -------------------------------------------------------------------------------- /ported-apps/Util/Bean/defaults.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/ported-apps/Util/Bean/defaults.plist -------------------------------------------------------------------------------- /ported-apps/Util/Bean/icn-beanapp.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/ported-apps/Util/Bean/icn-beanapp.icns -------------------------------------------------------------------------------- /ported-apps/Util/Bean/icn-doc-new.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/ported-apps/Util/Bean/icn-doc-new.icns -------------------------------------------------------------------------------- /ported-apps/Util/Bean/icn-rtf-new.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/ported-apps/Util/Bean/icn-rtf-new.icns -------------------------------------------------------------------------------- /ported-apps/Util/Bean/icn-txt-new.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/ported-apps/Util/Bean/icn-txt-new.icns -------------------------------------------------------------------------------- /ported-apps/Util/Bean/icn-web-new.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/ported-apps/Util/Bean/icn-web-new.icns -------------------------------------------------------------------------------- /ported-apps/Util/Bean/icn-xml-new.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/ported-apps/Util/Bean/icn-xml-new.icns -------------------------------------------------------------------------------- /ported-apps/Util/Bean/main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/ported-apps/Util/Bean/main.m -------------------------------------------------------------------------------- /ported-apps/Util/Bean/swatchBlue.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/ported-apps/Util/Bean/swatchBlue.tif -------------------------------------------------------------------------------- /ported-apps/Util/Bean/swatchGreen.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/ported-apps/Util/Bean/swatchGreen.tif -------------------------------------------------------------------------------- /ported-apps/Util/Bean/swatchOrange.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/ported-apps/Util/Bean/swatchOrange.tif -------------------------------------------------------------------------------- /ported-apps/Util/Bean/swatchPink.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/ported-apps/Util/Bean/swatchPink.tif -------------------------------------------------------------------------------- /ported-apps/Util/Bean/swatchX.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/ported-apps/Util/Bean/swatchX.tif -------------------------------------------------------------------------------- /ported-apps/Util/Bean/swatchYellow.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/ported-apps/Util/Bean/swatchYellow.tif -------------------------------------------------------------------------------- /ported-apps/Util/GNUmakefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/ported-apps/Util/GNUmakefile -------------------------------------------------------------------------------- /ported-apps/Util/TimeMon/.dir.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/ported-apps/Util/TimeMon/.dir.tiff -------------------------------------------------------------------------------- /ported-apps/Util/TimeMon/.opendir.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/ported-apps/Util/TimeMon/.opendir.tiff -------------------------------------------------------------------------------- /ported-apps/Util/TimeMon/AppIcons.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/ported-apps/Util/TimeMon/AppIcons.icns -------------------------------------------------------------------------------- /ported-apps/Util/TimeMon/ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/ported-apps/Util/TimeMon/ChangeLog -------------------------------------------------------------------------------- /ported-apps/Util/TimeMon/GNUmakefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/ported-apps/Util/TimeMon/GNUmakefile -------------------------------------------------------------------------------- /ported-apps/Util/TimeMon/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/ported-apps/Util/TimeMon/Info.plist -------------------------------------------------------------------------------- /ported-apps/Util/TimeMon/PB.gdbinit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/ported-apps/Util/TimeMon/PB.gdbinit -------------------------------------------------------------------------------- /ported-apps/Util/TimeMon/PB.project: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/ported-apps/Util/TimeMon/PB.project -------------------------------------------------------------------------------- /ported-apps/Util/TimeMon/Percentages.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/ported-apps/Util/TimeMon/Percentages.h -------------------------------------------------------------------------------- /ported-apps/Util/TimeMon/Percentages.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/ported-apps/Util/TimeMon/Percentages.m -------------------------------------------------------------------------------- /ported-apps/Util/TimeMon/README.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/ported-apps/Util/TimeMon/README.rtf -------------------------------------------------------------------------------- /ported-apps/Util/TimeMon/TimeMon.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/ported-apps/Util/TimeMon/TimeMon.1 -------------------------------------------------------------------------------- /ported-apps/Util/TimeMon/TimeMon.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/ported-apps/Util/TimeMon/TimeMon.tiff -------------------------------------------------------------------------------- /ported-apps/Util/TimeMon/TimeMonP.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/ported-apps/Util/TimeMon/TimeMonP.tiff -------------------------------------------------------------------------------- /ported-apps/Util/TimeMon/loadave.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/ported-apps/Util/TimeMon/loadave.c -------------------------------------------------------------------------------- /ported-apps/Util/TimeMon/loadave.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/ported-apps/Util/TimeMon/loadave.h -------------------------------------------------------------------------------- /system-apps/Addresses/AUTHORS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/system-apps/Addresses/AUTHORS -------------------------------------------------------------------------------- /system-apps/Addresses/COPYING.LIB: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/system-apps/Addresses/COPYING.LIB -------------------------------------------------------------------------------- /system-apps/Addresses/ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/system-apps/Addresses/ChangeLog -------------------------------------------------------------------------------- /system-apps/Addresses/GNUmakefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/system-apps/Addresses/GNUmakefile -------------------------------------------------------------------------------- /system-apps/Addresses/Goodies/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/system-apps/Addresses/Goodies/README -------------------------------------------------------------------------------- /system-apps/Addresses/INSTALL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/system-apps/Addresses/INSTALL -------------------------------------------------------------------------------- /system-apps/Addresses/NEWS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/system-apps/Addresses/NEWS -------------------------------------------------------------------------------- /system-apps/Addresses/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/system-apps/Addresses/README -------------------------------------------------------------------------------- /system-apps/Addresses/THANKS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/system-apps/Addresses/THANKS -------------------------------------------------------------------------------- /system-apps/Addresses/TODO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/system-apps/Addresses/TODO -------------------------------------------------------------------------------- /system-apps/Addresses/Test/GNUmakefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/system-apps/Addresses/Test/GNUmakefile -------------------------------------------------------------------------------- /system-apps/Addresses/Test/main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/system-apps/Addresses/Test/main.m -------------------------------------------------------------------------------- /system-apps/AudioMixer/AppController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/system-apps/AudioMixer/AppController.h -------------------------------------------------------------------------------- /system-apps/AudioMixer/AppController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/system-apps/AudioMixer/AppController.m -------------------------------------------------------------------------------- /system-apps/AudioMixer/ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/system-apps/AudioMixer/ChangeLog -------------------------------------------------------------------------------- /system-apps/AudioMixer/GNUmakefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/system-apps/AudioMixer/GNUmakefile -------------------------------------------------------------------------------- /system-apps/AudioMixer/SoundDevice.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/system-apps/AudioMixer/SoundDevice.h -------------------------------------------------------------------------------- /system-apps/AudioMixer/SoundDevice.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/system-apps/AudioMixer/SoundDevice.m -------------------------------------------------------------------------------- /system-apps/AudioMixer/main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/system-apps/AudioMixer/main.m -------------------------------------------------------------------------------- /system-apps/GNUmakefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/system-apps/GNUmakefile -------------------------------------------------------------------------------- /system-apps/Installer/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/system-apps/Installer/COPYING -------------------------------------------------------------------------------- /system-apps/Installer/GNUmakefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/system-apps/Installer/GNUmakefile -------------------------------------------------------------------------------- /system-apps/Installer/Installer_main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/system-apps/Installer/Installer_main.m -------------------------------------------------------------------------------- /system-apps/Installer/PKGDocument.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/system-apps/Installer/PKGDocument.h -------------------------------------------------------------------------------- /system-apps/Installer/PKGDocument.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/system-apps/Installer/PKGDocument.m -------------------------------------------------------------------------------- /system-apps/NFSConfig/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/system-apps/NFSConfig/COPYING -------------------------------------------------------------------------------- /system-apps/NFSConfig/English.lproj/InfoPanel.gmodel: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /system-apps/NFSConfig/English.lproj/NFSConfig.gmodel: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /system-apps/NFSConfig/GNUmakefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/system-apps/NFSConfig/GNUmakefile -------------------------------------------------------------------------------- /system-apps/NFSConfig/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/system-apps/NFSConfig/Makefile -------------------------------------------------------------------------------- /system-apps/NFSConfig/NFSConfig_main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/system-apps/NFSConfig/NFSConfig_main.m -------------------------------------------------------------------------------- /system-apps/NFSConfig/NFSController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/system-apps/NFSConfig/NFSController.h -------------------------------------------------------------------------------- /system-apps/NFSConfig/NFSController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/system-apps/NFSConfig/NFSController.m -------------------------------------------------------------------------------- /system-apps/NFSConfig/PB.project: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/system-apps/NFSConfig/PB.project -------------------------------------------------------------------------------- /system-apps/NFSConfig/h.template: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/system-apps/NFSConfig/h.template -------------------------------------------------------------------------------- /system-apps/NFSConfig/m.template: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/system-apps/NFSConfig/m.template -------------------------------------------------------------------------------- /system-apps/StepSync/AppController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/system-apps/StepSync/AppController.h -------------------------------------------------------------------------------- /system-apps/StepSync/AppController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/system-apps/StepSync/AppController.m -------------------------------------------------------------------------------- /system-apps/StepSync/FileMap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/system-apps/StepSync/FileMap.h -------------------------------------------------------------------------------- /system-apps/StepSync/FileMap.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/system-apps/StepSync/FileMap.m -------------------------------------------------------------------------------- /system-apps/StepSync/FileObject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/system-apps/StepSync/FileObject.h -------------------------------------------------------------------------------- /system-apps/StepSync/FileObject.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/system-apps/StepSync/FileObject.m -------------------------------------------------------------------------------- /system-apps/StepSync/GNUmakefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/system-apps/StepSync/GNUmakefile -------------------------------------------------------------------------------- /system-apps/StepSync/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/system-apps/StepSync/Info.plist -------------------------------------------------------------------------------- /system-apps/StepSync/main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/system-apps/StepSync/main.m -------------------------------------------------------------------------------- /system-apps/StepSync/version.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/system-apps/StepSync/version.plist -------------------------------------------------------------------------------- /system-apps/Terminal/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/system-apps/Terminal/COPYING -------------------------------------------------------------------------------- /system-apps/Terminal/ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/system-apps/Terminal/ChangeLog -------------------------------------------------------------------------------- /system-apps/Terminal/GNUmakefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/system-apps/Terminal/GNUmakefile -------------------------------------------------------------------------------- /system-apps/Terminal/Label.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/system-apps/Terminal/Label.h -------------------------------------------------------------------------------- /system-apps/Terminal/Label.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/system-apps/Terminal/Label.m -------------------------------------------------------------------------------- /system-apps/Terminal/PrefBox.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/system-apps/Terminal/PrefBox.h -------------------------------------------------------------------------------- /system-apps/Terminal/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/system-apps/Terminal/README -------------------------------------------------------------------------------- /system-apps/Terminal/Services.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/system-apps/Terminal/Services.h -------------------------------------------------------------------------------- /system-apps/Terminal/Services.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/system-apps/Terminal/Services.m -------------------------------------------------------------------------------- /system-apps/Terminal/ServicesPrefs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/system-apps/Terminal/ServicesPrefs.h -------------------------------------------------------------------------------- /system-apps/Terminal/ServicesPrefs.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/system-apps/Terminal/ServicesPrefs.m -------------------------------------------------------------------------------- /system-apps/Terminal/Terminal.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/system-apps/Terminal/Terminal.1 -------------------------------------------------------------------------------- /system-apps/Terminal/Terminal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/system-apps/Terminal/Terminal.h -------------------------------------------------------------------------------- /system-apps/Terminal/Terminal.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/system-apps/Terminal/Terminal.tiff -------------------------------------------------------------------------------- /system-apps/Terminal/TerminalView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/system-apps/Terminal/TerminalView.h -------------------------------------------------------------------------------- /system-apps/Terminal/TerminalView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/system-apps/Terminal/TerminalView.m -------------------------------------------------------------------------------- /system-apps/Terminal/TerminalWindow.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/system-apps/Terminal/TerminalWindow.h -------------------------------------------------------------------------------- /system-apps/Terminal/TerminalWindow.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/system-apps/Terminal/TerminalWindow.m -------------------------------------------------------------------------------- /system-apps/Terminal/charmaps.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/system-apps/Terminal/charmaps.h -------------------------------------------------------------------------------- /system-apps/Terminal/cursor_line.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/system-apps/Terminal/cursor_line.tiff -------------------------------------------------------------------------------- /system-apps/Terminal/main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/system-apps/Terminal/main.m -------------------------------------------------------------------------------- /system-apps/Zipper/AceArchive.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/system-apps/Zipper/AceArchive.h -------------------------------------------------------------------------------- /system-apps/Zipper/AceArchive.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/system-apps/Zipper/AceArchive.m -------------------------------------------------------------------------------- /system-apps/Zipper/AppDelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/system-apps/Zipper/AppDelegate.h -------------------------------------------------------------------------------- /system-apps/Zipper/AppDelegate.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/system-apps/Zipper/AppDelegate.m -------------------------------------------------------------------------------- /system-apps/Zipper/Archive.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/system-apps/Zipper/Archive.h -------------------------------------------------------------------------------- /system-apps/Zipper/Archive.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/system-apps/Zipper/Archive.m -------------------------------------------------------------------------------- /system-apps/Zipper/ArchiveService.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/system-apps/Zipper/ArchiveService.h -------------------------------------------------------------------------------- /system-apps/Zipper/ArchiveService.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/system-apps/Zipper/ArchiveService.m -------------------------------------------------------------------------------- /system-apps/Zipper/ArjArchive.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/system-apps/Zipper/ArjArchive.h -------------------------------------------------------------------------------- /system-apps/Zipper/ArjArchive.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/system-apps/Zipper/ArjArchive.m -------------------------------------------------------------------------------- /system-apps/Zipper/ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/system-apps/Zipper/ChangeLog -------------------------------------------------------------------------------- /system-apps/Zipper/FileInfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/system-apps/Zipper/FileInfo.h -------------------------------------------------------------------------------- /system-apps/Zipper/FileInfo.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/system-apps/Zipper/FileInfo.m -------------------------------------------------------------------------------- /system-apps/Zipper/GNUmakefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/system-apps/Zipper/GNUmakefile -------------------------------------------------------------------------------- /system-apps/Zipper/GzipArchive.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/system-apps/Zipper/GzipArchive.h -------------------------------------------------------------------------------- /system-apps/Zipper/GzipArchive.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/system-apps/Zipper/GzipArchive.m -------------------------------------------------------------------------------- /system-apps/Zipper/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/system-apps/Zipper/Info.plist -------------------------------------------------------------------------------- /system-apps/Zipper/LhaArchive.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/system-apps/Zipper/LhaArchive.h -------------------------------------------------------------------------------- /system-apps/Zipper/LhaArchive.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/system-apps/Zipper/LhaArchive.m -------------------------------------------------------------------------------- /system-apps/Zipper/LzxArchive.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/system-apps/Zipper/LzxArchive.h -------------------------------------------------------------------------------- /system-apps/Zipper/LzxArchive.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/system-apps/Zipper/LzxArchive.m -------------------------------------------------------------------------------- /system-apps/Zipper/NSArray+Custom.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/system-apps/Zipper/NSArray+Custom.h -------------------------------------------------------------------------------- /system-apps/Zipper/NSArray+Custom.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/system-apps/Zipper/NSArray+Custom.m -------------------------------------------------------------------------------- /system-apps/Zipper/NSObject+Custom.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/system-apps/Zipper/NSObject+Custom.h -------------------------------------------------------------------------------- /system-apps/Zipper/NSObject+Custom.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/system-apps/Zipper/NSObject+Custom.m -------------------------------------------------------------------------------- /system-apps/Zipper/NSString+Custom.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/system-apps/Zipper/NSString+Custom.h -------------------------------------------------------------------------------- /system-apps/Zipper/NSString+Custom.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/system-apps/Zipper/NSString+Custom.m -------------------------------------------------------------------------------- /system-apps/Zipper/Preferences.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/system-apps/Zipper/Preferences.h -------------------------------------------------------------------------------- /system-apps/Zipper/Preferences.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/system-apps/Zipper/Preferences.m -------------------------------------------------------------------------------- /system-apps/Zipper/RarArchive.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/system-apps/Zipper/RarArchive.h -------------------------------------------------------------------------------- /system-apps/Zipper/RarArchive.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/system-apps/Zipper/RarArchive.m -------------------------------------------------------------------------------- /system-apps/Zipper/SevenZipArchive.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/system-apps/Zipper/SevenZipArchive.h -------------------------------------------------------------------------------- /system-apps/Zipper/SevenZipArchive.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/system-apps/Zipper/SevenZipArchive.m -------------------------------------------------------------------------------- /system-apps/Zipper/TarArchive.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/system-apps/Zipper/TarArchive.h -------------------------------------------------------------------------------- /system-apps/Zipper/TarArchive.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/system-apps/Zipper/TarArchive.m -------------------------------------------------------------------------------- /system-apps/Zipper/ZipArchive.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/system-apps/Zipper/ZipArchive.h -------------------------------------------------------------------------------- /system-apps/Zipper/ZipArchive.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/system-apps/Zipper/ZipArchive.m -------------------------------------------------------------------------------- /system-apps/Zipper/Zipper.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/system-apps/Zipper/Zipper.1 -------------------------------------------------------------------------------- /system-apps/Zipper/ZipperCell.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/system-apps/Zipper/ZipperCell.h -------------------------------------------------------------------------------- /system-apps/Zipper/ZipperCell.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/system-apps/Zipper/ZipperCell.m -------------------------------------------------------------------------------- /system-apps/Zipper/ZipperDocument.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/system-apps/Zipper/ZipperDocument.h -------------------------------------------------------------------------------- /system-apps/Zipper/ZipperDocument.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/system-apps/Zipper/ZipperDocument.m -------------------------------------------------------------------------------- /system-apps/Zipper/ZipperInfo.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/system-apps/Zipper/ZipperInfo.plist -------------------------------------------------------------------------------- /system-apps/Zipper/ZooArchive.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/system-apps/Zipper/ZooArchive.h -------------------------------------------------------------------------------- /system-apps/Zipper/ZooArchive.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/system-apps/Zipper/ZooArchive.m -------------------------------------------------------------------------------- /system-apps/Zipper/common.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/system-apps/Zipper/common.h -------------------------------------------------------------------------------- /system-apps/Zipper/main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/system-apps/Zipper/main.m -------------------------------------------------------------------------------- /system-apps/batmon/AppController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/system-apps/batmon/AppController.h -------------------------------------------------------------------------------- /system-apps/batmon/AppController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/system-apps/batmon/AppController.m -------------------------------------------------------------------------------- /system-apps/batmon/BatteryModel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/system-apps/batmon/BatteryModel.h -------------------------------------------------------------------------------- /system-apps/batmon/BatteryModel.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/system-apps/batmon/BatteryModel.m -------------------------------------------------------------------------------- /system-apps/batmon/ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/system-apps/batmon/ChangeLog -------------------------------------------------------------------------------- /system-apps/batmon/GNUmakefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/system-apps/batmon/GNUmakefile -------------------------------------------------------------------------------- /system-apps/batmon/Resources/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/system-apps/batmon/Resources/LICENSE -------------------------------------------------------------------------------- /system-apps/batmon/Resources/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/system-apps/batmon/Resources/README -------------------------------------------------------------------------------- /system-apps/batmon/batmonInfo.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/system-apps/batmon/batmonInfo.plist -------------------------------------------------------------------------------- /system-apps/batmon/main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/system-apps/batmon/main.m -------------------------------------------------------------------------------- /system-apps/loginpanel/Authenticator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/system-apps/loginpanel/Authenticator.h -------------------------------------------------------------------------------- /system-apps/loginpanel/Authenticator.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/system-apps/loginpanel/Authenticator.m -------------------------------------------------------------------------------- /system-apps/loginpanel/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/system-apps/loginpanel/COPYING -------------------------------------------------------------------------------- /system-apps/loginpanel/ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/system-apps/loginpanel/ChangeLog -------------------------------------------------------------------------------- /system-apps/loginpanel/GNUmakefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/system-apps/loginpanel/GNUmakefile -------------------------------------------------------------------------------- /system-apps/loginpanel/LoginTheme.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/system-apps/loginpanel/LoginTheme.h -------------------------------------------------------------------------------- /system-apps/loginpanel/LoginTheme.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/system-apps/loginpanel/LoginTheme.m -------------------------------------------------------------------------------- /system-apps/loginpanel/LoginWindow.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/system-apps/loginpanel/LoginWindow.h -------------------------------------------------------------------------------- /system-apps/loginpanel/LoginWindow.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/system-apps/loginpanel/LoginWindow.m -------------------------------------------------------------------------------- /system-apps/loginpanel/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/system-apps/loginpanel/Makefile -------------------------------------------------------------------------------- /system-apps/loginpanel/PB.project: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/system-apps/loginpanel/PB.project -------------------------------------------------------------------------------- /system-apps/loginpanel/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/system-apps/loginpanel/README -------------------------------------------------------------------------------- /system-apps/loginpanel/README.artwork: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/system-apps/loginpanel/README.artwork -------------------------------------------------------------------------------- /system-apps/loginpanel/gnustep.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/system-apps/loginpanel/gnustep.tiff -------------------------------------------------------------------------------- /system-apps/loginpanel/h.template: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/system-apps/loginpanel/h.template -------------------------------------------------------------------------------- /system-apps/loginpanel/loginPanel.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/system-apps/loginpanel/loginPanel.tiff -------------------------------------------------------------------------------- /system-apps/loginpanel/loginicon.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/system-apps/loginpanel/loginicon.tiff -------------------------------------------------------------------------------- /system-apps/loginpanel/loginpaneld.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/system-apps/loginpanel/loginpaneld.m -------------------------------------------------------------------------------- /system-apps/loginpanel/m.template: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/system-apps/loginpanel/m.template -------------------------------------------------------------------------------- /system-apps/loginpanel/power.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/system-apps/loginpanel/power.tiff -------------------------------------------------------------------------------- /system-apps/loginpanel/restart.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/system-apps/loginpanel/restart.tiff -------------------------------------------------------------------------------- /user-apps/AClock/AClockInfo.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/AClock/AClockInfo.plist -------------------------------------------------------------------------------- /user-apps/AClock/AppController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/AClock/AppController.h -------------------------------------------------------------------------------- /user-apps/AClock/AppController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/AClock/AppController.m -------------------------------------------------------------------------------- /user-apps/AClock/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/AClock/COPYING -------------------------------------------------------------------------------- /user-apps/AClock/ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/AClock/ChangeLog -------------------------------------------------------------------------------- /user-apps/AClock/Clock.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/AClock/Clock.h -------------------------------------------------------------------------------- /user-apps/AClock/Clock.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/AClock/Clock.m -------------------------------------------------------------------------------- /user-apps/AClock/GNUmakefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/AClock/GNUmakefile -------------------------------------------------------------------------------- /user-apps/AClock/NSColorExtensions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/AClock/NSColorExtensions.h -------------------------------------------------------------------------------- /user-apps/AClock/NSColorExtensions.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/AClock/NSColorExtensions.m -------------------------------------------------------------------------------- /user-apps/AClock/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/AClock/README -------------------------------------------------------------------------------- /user-apps/AClock/Resources/AClock.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/AClock/Resources/AClock.tiff -------------------------------------------------------------------------------- /user-apps/AClock/Resources/clock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/AClock/Resources/clock.png -------------------------------------------------------------------------------- /user-apps/AClock/Resources/cuckoo.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/AClock/Resources/cuckoo.wav -------------------------------------------------------------------------------- /user-apps/AClock/Resources/cuckoo0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/AClock/Resources/cuckoo0.png -------------------------------------------------------------------------------- /user-apps/AClock/Resources/cuckoo1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/AClock/Resources/cuckoo1.png -------------------------------------------------------------------------------- /user-apps/AClock/Resources/cuckoo2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/AClock/Resources/cuckoo2.png -------------------------------------------------------------------------------- /user-apps/AClock/Resources/cuckoo3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/AClock/Resources/cuckoo3.png -------------------------------------------------------------------------------- /user-apps/AClock/Resources/cuckoo4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/AClock/Resources/cuckoo4.png -------------------------------------------------------------------------------- /user-apps/AClock/Resources/cuckoo5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/AClock/Resources/cuckoo5.png -------------------------------------------------------------------------------- /user-apps/AClock/Resources/cuckoo6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/AClock/Resources/cuckoo6.png -------------------------------------------------------------------------------- /user-apps/AClock/Resources/cuckoo7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/AClock/Resources/cuckoo7.png -------------------------------------------------------------------------------- /user-apps/AClock/Resources/cuckoo8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/AClock/Resources/cuckoo8.png -------------------------------------------------------------------------------- /user-apps/AClock/Resources/cuckoo9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/AClock/Resources/cuckoo9.png -------------------------------------------------------------------------------- /user-apps/AClock/Resources/ring.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/AClock/Resources/ring.wav -------------------------------------------------------------------------------- /user-apps/AClock/cuckoo.blend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/AClock/cuckoo.blend -------------------------------------------------------------------------------- /user-apps/AClock/main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/AClock/main.m -------------------------------------------------------------------------------- /user-apps/Cynthiune/BundleManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Cynthiune/BundleManager.h -------------------------------------------------------------------------------- /user-apps/Cynthiune/BundleManager.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Cynthiune/BundleManager.m -------------------------------------------------------------------------------- /user-apps/Cynthiune/Bundles/AO/ao.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Cynthiune/Bundles/AO/ao.m -------------------------------------------------------------------------------- /user-apps/Cynthiune/Bundles/MP3/MP3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Cynthiune/Bundles/MP3/MP3.h -------------------------------------------------------------------------------- /user-apps/Cynthiune/Bundles/MP3/MP3.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Cynthiune/Bundles/MP3/MP3.m -------------------------------------------------------------------------------- /user-apps/Cynthiune/Bundles/MP3/xing.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Cynthiune/Bundles/MP3/xing.c -------------------------------------------------------------------------------- /user-apps/Cynthiune/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Cynthiune/COPYING -------------------------------------------------------------------------------- /user-apps/Cynthiune/ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Cynthiune/ChangeLog -------------------------------------------------------------------------------- /user-apps/Cynthiune/FormatTester.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Cynthiune/FormatTester.h -------------------------------------------------------------------------------- /user-apps/Cynthiune/FormatTester.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Cynthiune/FormatTester.m -------------------------------------------------------------------------------- /user-apps/Cynthiune/GNUmakefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Cynthiune/GNUmakefile -------------------------------------------------------------------------------- /user-apps/Cynthiune/GoomView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Cynthiune/GoomView.h -------------------------------------------------------------------------------- /user-apps/Cynthiune/GoomView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Cynthiune/GoomView.m -------------------------------------------------------------------------------- /user-apps/Cynthiune/Images/add.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Cynthiune/Images/add.tiff -------------------------------------------------------------------------------- /user-apps/Cynthiune/Info-FLAC.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Cynthiune/Info-FLAC.plist -------------------------------------------------------------------------------- /user-apps/Cynthiune/Info-MP3.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Cynthiune/Info-MP3.plist -------------------------------------------------------------------------------- /user-apps/Cynthiune/Info-Mod.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Cynthiune/Info-Mod.plist -------------------------------------------------------------------------------- /user-apps/Cynthiune/Info-Ogg.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Cynthiune/Info-Ogg.plist -------------------------------------------------------------------------------- /user-apps/Cynthiune/M3UArchiver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Cynthiune/M3UArchiver.h -------------------------------------------------------------------------------- /user-apps/Cynthiune/M3UArchiver.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Cynthiune/M3UArchiver.m -------------------------------------------------------------------------------- /user-apps/Cynthiune/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Cynthiune/Makefile -------------------------------------------------------------------------------- /user-apps/Cynthiune/NEWS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Cynthiune/NEWS -------------------------------------------------------------------------------- /user-apps/Cynthiune/PLSArchiver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Cynthiune/PLSArchiver.h -------------------------------------------------------------------------------- /user-apps/Cynthiune/PLSArchiver.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Cynthiune/PLSArchiver.m -------------------------------------------------------------------------------- /user-apps/Cynthiune/Player.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Cynthiune/Player.h -------------------------------------------------------------------------------- /user-apps/Cynthiune/Player.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Cynthiune/Player.m -------------------------------------------------------------------------------- /user-apps/Cynthiune/Playlist.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Cynthiune/Playlist.h -------------------------------------------------------------------------------- /user-apps/Cynthiune/Playlist.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Cynthiune/Playlist.m -------------------------------------------------------------------------------- /user-apps/Cynthiune/PlaylistView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Cynthiune/PlaylistView.h -------------------------------------------------------------------------------- /user-apps/Cynthiune/PlaylistView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Cynthiune/PlaylistView.m -------------------------------------------------------------------------------- /user-apps/Cynthiune/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Cynthiune/README -------------------------------------------------------------------------------- /user-apps/Cynthiune/Song.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Cynthiune/Song.h -------------------------------------------------------------------------------- /user-apps/Cynthiune/Song.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Cynthiune/Song.m -------------------------------------------------------------------------------- /user-apps/Cynthiune/TODO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Cynthiune/TODO -------------------------------------------------------------------------------- /user-apps/Cynthiune/frameworks.make: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Cynthiune/frameworks.make -------------------------------------------------------------------------------- /user-apps/Cynthiune/main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Cynthiune/main.m -------------------------------------------------------------------------------- /user-apps/Cynthiune/unittest.make: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Cynthiune/unittest.make -------------------------------------------------------------------------------- /user-apps/DataBasin/AppController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/DataBasin/AppController.h -------------------------------------------------------------------------------- /user-apps/DataBasin/AppController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/DataBasin/AppController.m -------------------------------------------------------------------------------- /user-apps/DataBasin/ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/DataBasin/ChangeLog -------------------------------------------------------------------------------- /user-apps/DataBasin/DBLogger.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/DataBasin/DBLogger.h -------------------------------------------------------------------------------- /user-apps/DataBasin/DBLogger.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/DataBasin/DBLogger.m -------------------------------------------------------------------------------- /user-apps/DataBasin/DBProgress.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/DataBasin/DBProgress.h -------------------------------------------------------------------------------- /user-apps/DataBasin/DBProgress.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/DataBasin/DBProgress.m -------------------------------------------------------------------------------- /user-apps/DataBasin/GNUmakefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/DataBasin/GNUmakefile -------------------------------------------------------------------------------- /user-apps/DataBasin/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/DataBasin/Info.plist -------------------------------------------------------------------------------- /user-apps/DataBasin/Preferences.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/DataBasin/Preferences.h -------------------------------------------------------------------------------- /user-apps/DataBasin/Preferences.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/DataBasin/Preferences.m -------------------------------------------------------------------------------- /user-apps/DataBasin/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/DataBasin/README.txt -------------------------------------------------------------------------------- /user-apps/DataBasin/main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/DataBasin/main.m -------------------------------------------------------------------------------- /user-apps/FTP/AppController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/FTP/AppController.h -------------------------------------------------------------------------------- /user-apps/FTP/AppController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/FTP/AppController.m -------------------------------------------------------------------------------- /user-apps/FTP/ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/FTP/ChangeLog -------------------------------------------------------------------------------- /user-apps/FTP/FTP.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/FTP/FTP.1 -------------------------------------------------------------------------------- /user-apps/FTP/FTPInfo.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/FTP/FTPInfo.plist -------------------------------------------------------------------------------- /user-apps/FTP/FTP_icon_osx.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/FTP/FTP_icon_osx.icns -------------------------------------------------------------------------------- /user-apps/FTP/GNUmakefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/FTP/GNUmakefile -------------------------------------------------------------------------------- /user-apps/FTP/GNUmakefile.preamble: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/FTP/GNUmakefile.preamble -------------------------------------------------------------------------------- /user-apps/FTP/GetNameController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/FTP/GetNameController.h -------------------------------------------------------------------------------- /user-apps/FTP/GetNameController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/FTP/GetNameController.m -------------------------------------------------------------------------------- /user-apps/FTP/Info-FTP.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/FTP/Info-FTP.plist -------------------------------------------------------------------------------- /user-apps/FTP/README: -------------------------------------------------------------------------------- 1 | NOTES 2 | 3 | No specific notes for Windows compilation currently. 4 | -------------------------------------------------------------------------------- /user-apps/FTP/arrow_left.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/FTP/arrow_left.tiff -------------------------------------------------------------------------------- /user-apps/FTP/arrow_right.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/FTP/arrow_right.tiff -------------------------------------------------------------------------------- /user-apps/FTP/client.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/FTP/client.h -------------------------------------------------------------------------------- /user-apps/FTP/client.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/FTP/client.m -------------------------------------------------------------------------------- /user-apps/FTP/fileElement.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/FTP/fileElement.h -------------------------------------------------------------------------------- /user-apps/FTP/fileElement.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/FTP/fileElement.m -------------------------------------------------------------------------------- /user-apps/FTP/fileTable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/FTP/fileTable.h -------------------------------------------------------------------------------- /user-apps/FTP/fileTable.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/FTP/fileTable.m -------------------------------------------------------------------------------- /user-apps/FTP/ftpclient.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/FTP/ftpclient.h -------------------------------------------------------------------------------- /user-apps/FTP/ftpclient.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/FTP/ftpclient.m -------------------------------------------------------------------------------- /user-apps/FTP/localclient.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/FTP/localclient.h -------------------------------------------------------------------------------- /user-apps/FTP/localclient.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/FTP/localclient.m -------------------------------------------------------------------------------- /user-apps/FTP/main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/FTP/main.m -------------------------------------------------------------------------------- /user-apps/FlexiSheet/ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/FlexiSheet/ChangeLog -------------------------------------------------------------------------------- /user-apps/FlexiSheet/FSCore/FSKey.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/FlexiSheet/FSCore/FSKey.h -------------------------------------------------------------------------------- /user-apps/FlexiSheet/FSCore/FSKey.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/FlexiSheet/FSCore/FSKey.m -------------------------------------------------------------------------------- /user-apps/FlexiSheet/FSCore/FSLog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/FlexiSheet/FSCore/FSLog.h -------------------------------------------------------------------------------- /user-apps/FlexiSheet/FSCore/FSLog.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/FlexiSheet/FSCore/FSLog.m -------------------------------------------------------------------------------- /user-apps/FlexiSheet/GNUmakefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/FlexiSheet/GNUmakefile -------------------------------------------------------------------------------- /user-apps/FlexiSheet/License.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/FlexiSheet/License.txt -------------------------------------------------------------------------------- /user-apps/FlexiSheet/TODO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/FlexiSheet/TODO -------------------------------------------------------------------------------- /user-apps/GNUmakefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/GNUmakefile -------------------------------------------------------------------------------- /user-apps/GSPdf/ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/GSPdf/ChangeLog -------------------------------------------------------------------------------- /user-apps/GSPdf/Functions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/GSPdf/Functions.h -------------------------------------------------------------------------------- /user-apps/GSPdf/Functions.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/GSPdf/Functions.m -------------------------------------------------------------------------------- /user-apps/GSPdf/GNUmakefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/GSPdf/GNUmakefile -------------------------------------------------------------------------------- /user-apps/GSPdf/GNUstep.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/GSPdf/GNUstep.h -------------------------------------------------------------------------------- /user-apps/GSPdf/GSConsole.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/GSPdf/GSConsole.h -------------------------------------------------------------------------------- /user-apps/GSPdf/GSConsole.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/GSPdf/GSConsole.m -------------------------------------------------------------------------------- /user-apps/GSPdf/GSPdf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/GSPdf/GSPdf.h -------------------------------------------------------------------------------- /user-apps/GSPdf/GSPdf.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/GSPdf/GSPdf.m -------------------------------------------------------------------------------- /user-apps/GSPdf/GSPdfDocWin.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/GSPdf/GSPdfDocWin.h -------------------------------------------------------------------------------- /user-apps/GSPdf/GSPdfDocWin.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/GSPdf/GSPdfDocWin.m -------------------------------------------------------------------------------- /user-apps/GSPdf/GSPdfDocument.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/GSPdf/GSPdfDocument.h -------------------------------------------------------------------------------- /user-apps/GSPdf/GSPdfDocument.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/GSPdf/GSPdfDocument.m -------------------------------------------------------------------------------- /user-apps/GSPdf/GSPdfInfo.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/GSPdf/GSPdfInfo.plist -------------------------------------------------------------------------------- /user-apps/GSPdf/GSPdfView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/GSPdf/GSPdfView.h -------------------------------------------------------------------------------- /user-apps/GSPdf/GSPdfView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/GSPdf/GSPdfView.m -------------------------------------------------------------------------------- /user-apps/GSPdf/PSDocument.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/GSPdf/PSDocument.h -------------------------------------------------------------------------------- /user-apps/GSPdf/PSDocument.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/GSPdf/PSDocument.m -------------------------------------------------------------------------------- /user-apps/GSPdf/Resources/hand.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/GSPdf/Resources/hand.tiff -------------------------------------------------------------------------------- /user-apps/GSPdf/Resources/left.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/GSPdf/Resources/left.tiff -------------------------------------------------------------------------------- /user-apps/GSPdf/Resources/page.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/GSPdf/Resources/page.tiff -------------------------------------------------------------------------------- /user-apps/GSPdf/main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/GSPdf/main.m -------------------------------------------------------------------------------- /user-apps/GSPdf/ps.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/GSPdf/ps.c -------------------------------------------------------------------------------- /user-apps/GSPdf/ps.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/GSPdf/ps.h -------------------------------------------------------------------------------- /user-apps/Games/GMastermind/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Games/GMastermind/COPYING -------------------------------------------------------------------------------- /user-apps/Games/GMastermind/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Games/GMastermind/README -------------------------------------------------------------------------------- /user-apps/Games/GMastermind/Views.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Games/GMastermind/Views.h -------------------------------------------------------------------------------- /user-apps/Games/GMastermind/Views.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Games/GMastermind/Views.m -------------------------------------------------------------------------------- /user-apps/Games/GMastermind/main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Games/GMastermind/main.m -------------------------------------------------------------------------------- /user-apps/Games/GMines/ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Games/GMines/ChangeLog -------------------------------------------------------------------------------- /user-apps/Games/GMines/Controller.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Games/GMines/Controller.h -------------------------------------------------------------------------------- /user-apps/Games/GMines/Controller.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Games/GMines/Controller.m -------------------------------------------------------------------------------- /user-apps/Games/GMines/GNUmakefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Games/GMines/GNUmakefile -------------------------------------------------------------------------------- /user-apps/Games/GMines/Views.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Games/GMines/Views.h -------------------------------------------------------------------------------- /user-apps/Games/GMines/Views.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Games/GMines/Views.m -------------------------------------------------------------------------------- /user-apps/Games/GMines/main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Games/GMines/main.m -------------------------------------------------------------------------------- /user-apps/Games/GNUmakefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Games/GNUmakefile -------------------------------------------------------------------------------- /user-apps/Games/GShisen/ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Games/GShisen/ChangeLog -------------------------------------------------------------------------------- /user-apps/Games/GShisen/GNUmakefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Games/GShisen/GNUmakefile -------------------------------------------------------------------------------- /user-apps/Games/GShisen/board.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Games/GShisen/board.h -------------------------------------------------------------------------------- /user-apps/Games/GShisen/board.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Games/GShisen/board.m -------------------------------------------------------------------------------- /user-apps/Games/GShisen/gshisen.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Games/GShisen/gshisen.h -------------------------------------------------------------------------------- /user-apps/Games/GShisen/gshisen.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Games/GShisen/gshisen.m -------------------------------------------------------------------------------- /user-apps/Games/GShisen/main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Games/GShisen/main.m -------------------------------------------------------------------------------- /user-apps/Games/GShisen/tile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Games/GShisen/tile.h -------------------------------------------------------------------------------- /user-apps/Games/GShisen/tile.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Games/GShisen/tile.m -------------------------------------------------------------------------------- /user-apps/Games/GShisen/tilepair.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Games/GShisen/tilepair.h -------------------------------------------------------------------------------- /user-apps/Games/GShisen/tilepair.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Games/GShisen/tilepair.m -------------------------------------------------------------------------------- /user-apps/Games/Jigsaw/BTree.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Games/Jigsaw/BTree.h -------------------------------------------------------------------------------- /user-apps/Games/Jigsaw/BTree.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Games/Jigsaw/BTree.m -------------------------------------------------------------------------------- /user-apps/Games/Jigsaw/ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Games/Jigsaw/ChangeLog -------------------------------------------------------------------------------- /user-apps/Games/Jigsaw/Document.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Games/Jigsaw/Document.h -------------------------------------------------------------------------------- /user-apps/Games/Jigsaw/Document.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Games/Jigsaw/Document.m -------------------------------------------------------------------------------- /user-apps/Games/Jigsaw/GNUmakefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Games/Jigsaw/GNUmakefile -------------------------------------------------------------------------------- /user-apps/Games/Jigsaw/PieceView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Games/Jigsaw/PieceView.h -------------------------------------------------------------------------------- /user-apps/Games/Jigsaw/PieceView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Games/Jigsaw/PieceView.m -------------------------------------------------------------------------------- /user-apps/Games/Jigsaw/USAGE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Games/Jigsaw/USAGE -------------------------------------------------------------------------------- /user-apps/Games/Jigsaw/main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Games/Jigsaw/main.m -------------------------------------------------------------------------------- /user-apps/Games/Ladder/ANNOUNCE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Games/Ladder/ANNOUNCE -------------------------------------------------------------------------------- /user-apps/Games/Ladder/Board.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Games/Ladder/Board.h -------------------------------------------------------------------------------- /user-apps/Games/Ladder/Board.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Games/Ladder/Board.m -------------------------------------------------------------------------------- /user-apps/Games/Ladder/COPYING.GPL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Games/Ladder/COPYING.GPL -------------------------------------------------------------------------------- /user-apps/Games/Ladder/Clock.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Games/Ladder/Clock.h -------------------------------------------------------------------------------- /user-apps/Games/Ladder/Clock.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Games/Ladder/Clock.m -------------------------------------------------------------------------------- /user-apps/Games/Ladder/ClockCell.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Games/Ladder/ClockCell.h -------------------------------------------------------------------------------- /user-apps/Games/Ladder/ClockCell.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Games/Ladder/ClockCell.m -------------------------------------------------------------------------------- /user-apps/Games/Ladder/GNUmakefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Games/Ladder/GNUmakefile -------------------------------------------------------------------------------- /user-apps/Games/Ladder/GameVS.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Games/Ladder/GameVS.h -------------------------------------------------------------------------------- /user-apps/Games/Ladder/GameVS.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Games/Ladder/GameVS.m -------------------------------------------------------------------------------- /user-apps/Games/Ladder/Go.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Games/Ladder/Go.h -------------------------------------------------------------------------------- /user-apps/Games/Ladder/Go.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Games/Ladder/Go.m -------------------------------------------------------------------------------- /user-apps/Games/Ladder/GoDocument.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Games/Ladder/GoDocument.h -------------------------------------------------------------------------------- /user-apps/Games/Ladder/GoDocument.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Games/Ladder/GoDocument.m -------------------------------------------------------------------------------- /user-apps/Games/Ladder/GoWindow.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Games/Ladder/GoWindow.h -------------------------------------------------------------------------------- /user-apps/Games/Ladder/GoWindow.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Games/Ladder/GoWindow.m -------------------------------------------------------------------------------- /user-apps/Games/Ladder/ImageBox.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Games/Ladder/ImageBox.h -------------------------------------------------------------------------------- /user-apps/Games/Ladder/ImageBox.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Games/Ladder/ImageBox.m -------------------------------------------------------------------------------- /user-apps/Games/Ladder/Ladder.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Games/Ladder/Ladder.tiff -------------------------------------------------------------------------------- /user-apps/Games/Ladder/Player.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Games/Ladder/Player.h -------------------------------------------------------------------------------- /user-apps/Games/Ladder/Player.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Games/Ladder/Player.m -------------------------------------------------------------------------------- /user-apps/Games/Ladder/PlayerCell.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Games/Ladder/PlayerCell.h -------------------------------------------------------------------------------- /user-apps/Games/Ladder/PlayerCell.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Games/Ladder/PlayerCell.m -------------------------------------------------------------------------------- /user-apps/Games/Ladder/PlayerInfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Games/Ladder/PlayerInfo.h -------------------------------------------------------------------------------- /user-apps/Games/Ladder/PlayerInfo.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Games/Ladder/PlayerInfo.m -------------------------------------------------------------------------------- /user-apps/Games/Ladder/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Games/Ladder/README -------------------------------------------------------------------------------- /user-apps/Games/Ladder/StoneUI.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Games/Ladder/StoneUI.h -------------------------------------------------------------------------------- /user-apps/Games/Ladder/StoneUI.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Games/Ladder/StoneUI.m -------------------------------------------------------------------------------- /user-apps/Games/Ladder/TODO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Games/Ladder/TODO -------------------------------------------------------------------------------- /user-apps/Games/Ladder/main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Games/Ladder/main.m -------------------------------------------------------------------------------- /user-apps/Games/Ladder/man_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Games/Ladder/man_icon.png -------------------------------------------------------------------------------- /user-apps/Games/Ladder/wood.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Games/Ladder/wood.jpg -------------------------------------------------------------------------------- /user-apps/Games/LapisPuzzle/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Games/LapisPuzzle/COPYING -------------------------------------------------------------------------------- /user-apps/Games/LapisPuzzle/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Games/LapisPuzzle/README -------------------------------------------------------------------------------- /user-apps/Games/LapisPuzzle/TODO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Games/LapisPuzzle/TODO -------------------------------------------------------------------------------- /user-apps/Games/LapisPuzzle/main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Games/LapisPuzzle/main.m -------------------------------------------------------------------------------- /user-apps/Games/Sudoku/ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Games/Sudoku/ChangeLog -------------------------------------------------------------------------------- /user-apps/Games/Sudoku/Controller.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Games/Sudoku/Controller.h -------------------------------------------------------------------------------- /user-apps/Games/Sudoku/Controller.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Games/Sudoku/Controller.m -------------------------------------------------------------------------------- /user-apps/Games/Sudoku/Document.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Games/Sudoku/Document.h -------------------------------------------------------------------------------- /user-apps/Games/Sudoku/Document.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Games/Sudoku/Document.m -------------------------------------------------------------------------------- /user-apps/Games/Sudoku/GNUmakefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Games/Sudoku/GNUmakefile -------------------------------------------------------------------------------- /user-apps/Games/Sudoku/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Games/Sudoku/Info.plist -------------------------------------------------------------------------------- /user-apps/Games/Sudoku/Sudoku.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Games/Sudoku/Sudoku.h -------------------------------------------------------------------------------- /user-apps/Games/Sudoku/Sudoku.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Games/Sudoku/Sudoku.m -------------------------------------------------------------------------------- /user-apps/Games/Sudoku/SudokuView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Games/Sudoku/SudokuView.h -------------------------------------------------------------------------------- /user-apps/Games/Sudoku/SudokuView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Games/Sudoku/SudokuView.m -------------------------------------------------------------------------------- /user-apps/Games/Sudoku/main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Games/Sudoku/main.m -------------------------------------------------------------------------------- /user-apps/Graphos/ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Graphos/ChangeLog -------------------------------------------------------------------------------- /user-apps/Graphos/GNUmakefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Graphos/GNUmakefile -------------------------------------------------------------------------------- /user-apps/Graphos/GRBezierPath.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Graphos/GRBezierPath.h -------------------------------------------------------------------------------- /user-apps/Graphos/GRBezierPath.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Graphos/GRBezierPath.m -------------------------------------------------------------------------------- /user-apps/Graphos/GRBox.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Graphos/GRBox.h -------------------------------------------------------------------------------- /user-apps/Graphos/GRBox.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Graphos/GRBox.m -------------------------------------------------------------------------------- /user-apps/Graphos/GRBoxEditor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Graphos/GRBoxEditor.h -------------------------------------------------------------------------------- /user-apps/Graphos/GRBoxEditor.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Graphos/GRBoxEditor.m -------------------------------------------------------------------------------- /user-apps/Graphos/GRCircle.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Graphos/GRCircle.h -------------------------------------------------------------------------------- /user-apps/Graphos/GRCircle.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Graphos/GRCircle.m -------------------------------------------------------------------------------- /user-apps/Graphos/GRCircleEditor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Graphos/GRCircleEditor.h -------------------------------------------------------------------------------- /user-apps/Graphos/GRCircleEditor.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Graphos/GRCircleEditor.m -------------------------------------------------------------------------------- /user-apps/Graphos/GRDocView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Graphos/GRDocView.h -------------------------------------------------------------------------------- /user-apps/Graphos/GRDocView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Graphos/GRDocView.m -------------------------------------------------------------------------------- /user-apps/Graphos/GRDocument.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Graphos/GRDocument.h -------------------------------------------------------------------------------- /user-apps/Graphos/GRDocument.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Graphos/GRDocument.m -------------------------------------------------------------------------------- /user-apps/Graphos/GRFunctions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Graphos/GRFunctions.h -------------------------------------------------------------------------------- /user-apps/Graphos/GRFunctions.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Graphos/GRFunctions.m -------------------------------------------------------------------------------- /user-apps/Graphos/GRImage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Graphos/GRImage.h -------------------------------------------------------------------------------- /user-apps/Graphos/GRImage.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Graphos/GRImage.m -------------------------------------------------------------------------------- /user-apps/Graphos/GRImageEditor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Graphos/GRImageEditor.h -------------------------------------------------------------------------------- /user-apps/Graphos/GRImageEditor.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Graphos/GRImageEditor.m -------------------------------------------------------------------------------- /user-apps/Graphos/GRObjectEditor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Graphos/GRObjectEditor.h -------------------------------------------------------------------------------- /user-apps/Graphos/GRObjectEditor.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Graphos/GRObjectEditor.m -------------------------------------------------------------------------------- /user-apps/Graphos/GRPathEditor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Graphos/GRPathEditor.h -------------------------------------------------------------------------------- /user-apps/Graphos/GRPathEditor.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Graphos/GRPathEditor.m -------------------------------------------------------------------------------- /user-apps/Graphos/GRPathObject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Graphos/GRPathObject.h -------------------------------------------------------------------------------- /user-apps/Graphos/GRPathObject.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Graphos/GRPathObject.m -------------------------------------------------------------------------------- /user-apps/Graphos/GRPropsEditor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Graphos/GRPropsEditor.h -------------------------------------------------------------------------------- /user-apps/Graphos/GRPropsEditor.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Graphos/GRPropsEditor.m -------------------------------------------------------------------------------- /user-apps/Graphos/GRText.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Graphos/GRText.h -------------------------------------------------------------------------------- /user-apps/Graphos/GRText.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Graphos/GRText.m -------------------------------------------------------------------------------- /user-apps/Graphos/GRTextEditor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Graphos/GRTextEditor.h -------------------------------------------------------------------------------- /user-apps/Graphos/GRTextEditor.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Graphos/GRTextEditor.m -------------------------------------------------------------------------------- /user-apps/Graphos/GRTools.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Graphos/GRTools.h -------------------------------------------------------------------------------- /user-apps/Graphos/GRTools.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Graphos/GRTools.m -------------------------------------------------------------------------------- /user-apps/Graphos/Graphos.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Graphos/Graphos.h -------------------------------------------------------------------------------- /user-apps/Graphos/Graphos.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Graphos/Graphos.m -------------------------------------------------------------------------------- /user-apps/Graphos/GraphosInfo.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Graphos/GraphosInfo.plist -------------------------------------------------------------------------------- /user-apps/Graphos/Info-Draw.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Graphos/Info-Draw.plist -------------------------------------------------------------------------------- /user-apps/Graphos/Resources/x.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Graphos/Resources/x.tiff -------------------------------------------------------------------------------- /user-apps/Graphos/main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Graphos/main.m -------------------------------------------------------------------------------- /user-apps/Grr/AppController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Grr/AppController.h -------------------------------------------------------------------------------- /user-apps/Grr/AppController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Grr/AppController.m -------------------------------------------------------------------------------- /user-apps/Grr/Article.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Grr/Article.h -------------------------------------------------------------------------------- /user-apps/Grr/Article.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Grr/Article.m -------------------------------------------------------------------------------- /user-apps/Grr/ArticleFactory.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Grr/ArticleFactory.h -------------------------------------------------------------------------------- /user-apps/Grr/ArticleFactory.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Grr/ArticleFactory.m -------------------------------------------------------------------------------- /user-apps/Grr/ArticleGroup.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Grr/ArticleGroup.h -------------------------------------------------------------------------------- /user-apps/Grr/ArticleGroup.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Grr/ArticleGroup.m -------------------------------------------------------------------------------- /user-apps/Grr/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Grr/COPYING -------------------------------------------------------------------------------- /user-apps/Grr/Category.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Grr/Category.h -------------------------------------------------------------------------------- /user-apps/Grr/Category.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Grr/Category.m -------------------------------------------------------------------------------- /user-apps/Grr/ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Grr/ChangeLog -------------------------------------------------------------------------------- /user-apps/Grr/Components.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Grr/Components.h -------------------------------------------------------------------------------- /user-apps/Grr/Components.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Grr/Components.m -------------------------------------------------------------------------------- /user-apps/Grr/Components/ArticleOperations/ChangeLog: -------------------------------------------------------------------------------- 1 | 2 | 17-Jan-2007 Guenther Noack 3 | * Initial import 4 | 5 | -------------------------------------------------------------------------------- /user-apps/Grr/Components/ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Grr/Components/ChangeLog -------------------------------------------------------------------------------- /user-apps/Grr/Components/Searching/ChangeLog: -------------------------------------------------------------------------------- 1 | 2 | Feb-16-2007 Guenther Noack 3 | * created 4 | 5 | -------------------------------------------------------------------------------- /user-apps/Grr/Database.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Grr/Database.h -------------------------------------------------------------------------------- /user-apps/Grr/Database.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Grr/Database.m -------------------------------------------------------------------------------- /user-apps/Grr/DatabaseElement.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Grr/DatabaseElement.h -------------------------------------------------------------------------------- /user-apps/Grr/DatabaseElement.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Grr/DatabaseElement.m -------------------------------------------------------------------------------- /user-apps/Grr/ExtendedWindow.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Grr/ExtendedWindow.h -------------------------------------------------------------------------------- /user-apps/Grr/ExtendedWindow.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Grr/ExtendedWindow.m -------------------------------------------------------------------------------- /user-apps/Grr/Feed.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Grr/Feed.h -------------------------------------------------------------------------------- /user-apps/Grr/Feed.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Grr/Feed.m -------------------------------------------------------------------------------- /user-apps/Grr/Fonts-Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Grr/Fonts-Info.plist -------------------------------------------------------------------------------- /user-apps/Grr/GNRatingCell.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Grr/GNRatingCell.h -------------------------------------------------------------------------------- /user-apps/Grr/GNRatingCell.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Grr/GNRatingCell.m -------------------------------------------------------------------------------- /user-apps/Grr/GNUmakefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Grr/GNUmakefile -------------------------------------------------------------------------------- /user-apps/Grr/GNUmakefile.preamble: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Grr/GNUmakefile.preamble -------------------------------------------------------------------------------- /user-apps/Grr/GNUstep.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Grr/GNUstep.h -------------------------------------------------------------------------------- /user-apps/Grr/GrrInfo.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Grr/GrrInfo.plist -------------------------------------------------------------------------------- /user-apps/Grr/Grr_Prefix.pch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Grr/Grr_Prefix.pch -------------------------------------------------------------------------------- /user-apps/Grr/Grr_main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Grr/Grr_main.m -------------------------------------------------------------------------------- /user-apps/Grr/ImageTextCell.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Grr/ImageTextCell.h -------------------------------------------------------------------------------- /user-apps/Grr/ImageTextCell.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Grr/ImageTextCell.m -------------------------------------------------------------------------------- /user-apps/Grr/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Grr/Info.plist -------------------------------------------------------------------------------- /user-apps/Grr/NSBundle+Extensions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Grr/NSBundle+Extensions.h -------------------------------------------------------------------------------- /user-apps/Grr/NSBundle+Extensions.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Grr/NSBundle+Extensions.m -------------------------------------------------------------------------------- /user-apps/Grr/NSURL+Proxy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Grr/NSURL+Proxy.h -------------------------------------------------------------------------------- /user-apps/Grr/NSURL+Proxy.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Grr/NSURL+Proxy.m -------------------------------------------------------------------------------- /user-apps/Grr/PipeType.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Grr/PipeType.h -------------------------------------------------------------------------------- /user-apps/Grr/PipeType.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Grr/PipeType.m -------------------------------------------------------------------------------- /user-apps/Grr/PreferencesPanel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Grr/PreferencesPanel.h -------------------------------------------------------------------------------- /user-apps/Grr/PreferencesPanel.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Grr/PreferencesPanel.m -------------------------------------------------------------------------------- /user-apps/Grr/Proxy-Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Grr/Proxy-Info.plist -------------------------------------------------------------------------------- /user-apps/Grr/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Grr/README -------------------------------------------------------------------------------- /user-apps/Grr/Searching-Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Grr/Searching-Info.plist -------------------------------------------------------------------------------- /user-apps/Grr/TODO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Grr/TODO -------------------------------------------------------------------------------- /user-apps/Grr/ToolbarDelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Grr/ToolbarDelegate.h -------------------------------------------------------------------------------- /user-apps/InnerSpace/.gitignore: -------------------------------------------------------------------------------- 1 | *.InnerSpace 2 | obj 3 | *.app 4 | -------------------------------------------------------------------------------- /user-apps/InnerSpace/ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/InnerSpace/ChangeLog -------------------------------------------------------------------------------- /user-apps/InnerSpace/GNUmakefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/InnerSpace/GNUmakefile -------------------------------------------------------------------------------- /user-apps/InnerSpace/ModuleView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/InnerSpace/ModuleView.h -------------------------------------------------------------------------------- /user-apps/InnerSpace/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/InnerSpace/README -------------------------------------------------------------------------------- /user-apps/InnerSpace/SaverWindow.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/InnerSpace/SaverWindow.h -------------------------------------------------------------------------------- /user-apps/InnerSpace/SaverWindow.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/InnerSpace/SaverWindow.m -------------------------------------------------------------------------------- /user-apps/InnerSpace/main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/InnerSpace/main.m -------------------------------------------------------------------------------- /user-apps/Jishyo/Controller.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Jishyo/Controller.h -------------------------------------------------------------------------------- /user-apps/Jishyo/Controller.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Jishyo/Controller.m -------------------------------------------------------------------------------- /user-apps/Jishyo/Dictionary.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Jishyo/Dictionary.h -------------------------------------------------------------------------------- /user-apps/Jishyo/Dictionary.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Jishyo/Dictionary.m -------------------------------------------------------------------------------- /user-apps/Jishyo/Documentation/Bugs.txt: -------------------------------------------------------------------------------- 1 | - no ability to cancel searches 2 | -------------------------------------------------------------------------------- /user-apps/Jishyo/GNUmakefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Jishyo/GNUmakefile -------------------------------------------------------------------------------- /user-apps/Jishyo/GNUstep.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Jishyo/GNUstep.h -------------------------------------------------------------------------------- /user-apps/Jishyo/JishyoInfo.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Jishyo/JishyoInfo.plist -------------------------------------------------------------------------------- /user-apps/Jishyo/externs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Jishyo/externs.c -------------------------------------------------------------------------------- /user-apps/Jishyo/main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Jishyo/main.m -------------------------------------------------------------------------------- /user-apps/Jishyo/xjdcomm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Jishyo/xjdcomm.c -------------------------------------------------------------------------------- /user-apps/Jishyo/xjdic.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Jishyo/xjdic.h -------------------------------------------------------------------------------- /user-apps/Jishyo/xjdsa.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Jishyo/xjdsa.c -------------------------------------------------------------------------------- /user-apps/Jishyo/xjdservcomm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Jishyo/xjdservcomm.c -------------------------------------------------------------------------------- /user-apps/LaternaMagica/ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/LaternaMagica/ChangeLog -------------------------------------------------------------------------------- /user-apps/LaternaMagica/FileTable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/LaternaMagica/FileTable.h -------------------------------------------------------------------------------- /user-apps/LaternaMagica/FileTable.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/LaternaMagica/FileTable.m -------------------------------------------------------------------------------- /user-apps/LaternaMagica/GNUmakefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/LaternaMagica/GNUmakefile -------------------------------------------------------------------------------- /user-apps/LaternaMagica/LMImage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/LaternaMagica/LMImage.h -------------------------------------------------------------------------------- /user-apps/LaternaMagica/LMImage.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/LaternaMagica/LMImage.m -------------------------------------------------------------------------------- /user-apps/LaternaMagica/LMWindow.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/LaternaMagica/LMWindow.h -------------------------------------------------------------------------------- /user-apps/LaternaMagica/LMWindow.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/LaternaMagica/LMWindow.m -------------------------------------------------------------------------------- /user-apps/LaternaMagica/PRScale.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/LaternaMagica/PRScale.h -------------------------------------------------------------------------------- /user-apps/LaternaMagica/PRScale.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/LaternaMagica/PRScale.m -------------------------------------------------------------------------------- /user-apps/LaternaMagica/main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/LaternaMagica/main.m -------------------------------------------------------------------------------- /user-apps/MPDCon/AppController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/MPDCon/AppController.h -------------------------------------------------------------------------------- /user-apps/MPDCon/AppController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/MPDCon/AppController.m -------------------------------------------------------------------------------- /user-apps/MPDCon/BoldCell.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/MPDCon/BoldCell.h -------------------------------------------------------------------------------- /user-apps/MPDCon/BoldCell.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/MPDCon/BoldCell.m -------------------------------------------------------------------------------- /user-apps/MPDCon/BoldFormatter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/MPDCon/BoldFormatter.h -------------------------------------------------------------------------------- /user-apps/MPDCon/BoldFormatter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/MPDCon/BoldFormatter.m -------------------------------------------------------------------------------- /user-apps/MPDCon/ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/MPDCon/ChangeLog -------------------------------------------------------------------------------- /user-apps/MPDCon/GNUmakefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/MPDCon/GNUmakefile -------------------------------------------------------------------------------- /user-apps/MPDCon/Info-gnustep.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/MPDCon/Info-gnustep.plist -------------------------------------------------------------------------------- /user-apps/MPDCon/LyricsInspector.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/MPDCon/LyricsInspector.h -------------------------------------------------------------------------------- /user-apps/MPDCon/LyricsInspector.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/MPDCon/LyricsInspector.m -------------------------------------------------------------------------------- /user-apps/MPDCon/MPDConInfo.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/MPDCon/MPDConInfo.plist -------------------------------------------------------------------------------- /user-apps/MPDCon/MPDController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/MPDCon/MPDController.h -------------------------------------------------------------------------------- /user-apps/MPDCon/MPDController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/MPDCon/MPDController.m -------------------------------------------------------------------------------- /user-apps/MPDCon/NormalFormatter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/MPDCon/NormalFormatter.h -------------------------------------------------------------------------------- /user-apps/MPDCon/NormalFormatter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/MPDCon/NormalFormatter.m -------------------------------------------------------------------------------- /user-apps/MPDCon/OwnTableView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/MPDCon/OwnTableView.h -------------------------------------------------------------------------------- /user-apps/MPDCon/OwnTableView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/MPDCon/OwnTableView.m -------------------------------------------------------------------------------- /user-apps/MPDCon/PlayView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/MPDCon/PlayView.h -------------------------------------------------------------------------------- /user-apps/MPDCon/PlayView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/MPDCon/PlayView.m -------------------------------------------------------------------------------- /user-apps/MPDCon/PlaylistItem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/MPDCon/PlaylistItem.h -------------------------------------------------------------------------------- /user-apps/MPDCon/PlaylistItem.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/MPDCon/PlaylistItem.m -------------------------------------------------------------------------------- /user-apps/MPDCon/Resources/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/MPDCon/Resources/COPYING -------------------------------------------------------------------------------- /user-apps/MPDCon/Resources/Install: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/MPDCon/Resources/Install -------------------------------------------------------------------------------- /user-apps/MPDCon/SQLiteAdaptor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/MPDCon/SQLiteAdaptor.h -------------------------------------------------------------------------------- /user-apps/MPDCon/SQLiteAdaptor.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/MPDCon/SQLiteAdaptor.m -------------------------------------------------------------------------------- /user-apps/MPDCon/SongInspector.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/MPDCon/SongInspector.h -------------------------------------------------------------------------------- /user-apps/MPDCon/SongInspector.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/MPDCon/SongInspector.m -------------------------------------------------------------------------------- /user-apps/MPDCon/SongRatingCell.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/MPDCon/SongRatingCell.h -------------------------------------------------------------------------------- /user-apps/MPDCon/SongRatingCell.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/MPDCon/SongRatingCell.m -------------------------------------------------------------------------------- /user-apps/MPDCon/StatisticsItem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/MPDCon/StatisticsItem.h -------------------------------------------------------------------------------- /user-apps/MPDCon/StatisticsItem.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/MPDCon/StatisticsItem.m -------------------------------------------------------------------------------- /user-apps/MPDCon/Strings.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/MPDCon/Strings.h -------------------------------------------------------------------------------- /user-apps/MPDCon/main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/MPDCon/main.m -------------------------------------------------------------------------------- /user-apps/PPC/GNUmakefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/PPC/GNUmakefile -------------------------------------------------------------------------------- /user-apps/PPC/PPCController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/PPC/PPCController.h -------------------------------------------------------------------------------- /user-apps/PPC/PPCController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/PPC/PPCController.m -------------------------------------------------------------------------------- /user-apps/PPC/Resources/PPC.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/PPC/Resources/PPC.tiff -------------------------------------------------------------------------------- /user-apps/PPC/main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/PPC/main.m -------------------------------------------------------------------------------- /user-apps/PictureFrame/ANNOUNCE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/PictureFrame/ANNOUNCE -------------------------------------------------------------------------------- /user-apps/PictureFrame/ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/PictureFrame/ChangeLog -------------------------------------------------------------------------------- /user-apps/PictureFrame/ClockView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/PictureFrame/ClockView.h -------------------------------------------------------------------------------- /user-apps/PictureFrame/ClockView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/PictureFrame/ClockView.m -------------------------------------------------------------------------------- /user-apps/PictureFrame/GNUmakefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/PictureFrame/GNUmakefile -------------------------------------------------------------------------------- /user-apps/PictureFrame/GNUstep.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/PictureFrame/GNUstep.h -------------------------------------------------------------------------------- /user-apps/PictureFrame/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/PictureFrame/Info.plist -------------------------------------------------------------------------------- /user-apps/PictureFrame/PhotoView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/PictureFrame/PhotoView.h -------------------------------------------------------------------------------- /user-apps/PictureFrame/PhotoView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/PictureFrame/PhotoView.m -------------------------------------------------------------------------------- /user-apps/PictureFrame/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/PictureFrame/README -------------------------------------------------------------------------------- /user-apps/PictureFrame/main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/PictureFrame/main.m -------------------------------------------------------------------------------- /user-apps/RemoteDesk/GNUmakefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/RemoteDesk/GNUmakefile -------------------------------------------------------------------------------- /user-apps/RemoteDesk/PC.project: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/RemoteDesk/PC.project -------------------------------------------------------------------------------- /user-apps/RemoteDesk/main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/RemoteDesk/main.m -------------------------------------------------------------------------------- /user-apps/Stepulator-osx/main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Stepulator-osx/main.m -------------------------------------------------------------------------------- /user-apps/TalkSoup/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/TalkSoup/COPYING -------------------------------------------------------------------------------- /user-apps/TalkSoup/ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/TalkSoup/ChangeLog -------------------------------------------------------------------------------- /user-apps/TalkSoup/FAQ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/TalkSoup/FAQ -------------------------------------------------------------------------------- /user-apps/TalkSoup/GNUmakefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/TalkSoup/GNUmakefile -------------------------------------------------------------------------------- /user-apps/TalkSoup/InFilters/Emoticon/English.lproj/Localizable.strings: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /user-apps/TalkSoup/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/TalkSoup/Info.plist -------------------------------------------------------------------------------- /user-apps/TalkSoup/Output/GNUstepOutput/Tools/GNUmakefile.postamble: -------------------------------------------------------------------------------- 1 | after-clean:: 2 | rm -fr Tools 3 | -------------------------------------------------------------------------------- /user-apps/TalkSoup/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/TalkSoup/README -------------------------------------------------------------------------------- /user-apps/TalkSoup/Source/main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/TalkSoup/Source/main.m -------------------------------------------------------------------------------- /user-apps/Vespucci/GNUmakefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Vespucci/GNUmakefile -------------------------------------------------------------------------------- /user-apps/Vespucci/VEDocument.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Vespucci/VEDocument.h -------------------------------------------------------------------------------- /user-apps/Vespucci/VEDocument.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Vespucci/VEDocument.m -------------------------------------------------------------------------------- /user-apps/Vespucci/VEFunctions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Vespucci/VEFunctions.h -------------------------------------------------------------------------------- /user-apps/Vespucci/VEFunctions.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Vespucci/VEFunctions.m -------------------------------------------------------------------------------- /user-apps/Vespucci/VEMenuItem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Vespucci/VEMenuItem.h -------------------------------------------------------------------------------- /user-apps/Vespucci/VEMenuItem.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Vespucci/VEMenuItem.m -------------------------------------------------------------------------------- /user-apps/Vespucci/main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnustep/gap/HEAD/user-apps/Vespucci/main.m --------------------------------------------------------------------------------