├── .github └── FUNDING.yml ├── .gitignore ├── Acknowledgments.txt ├── AlienNoteImporter.h ├── AlienNoteImporter.m ├── AppController.h ├── AppController.m ├── AppController_Importing.h ├── AppController_Importing.m ├── AppController_Preview.h ├── AppController_Preview.m ├── AttributedPlainText.h ├── AttributedPlainText.m ├── AutoHyperlinks.framework ├── AutoHyperlinks ├── Headers ├── Resources └── Versions │ ├── A │ ├── AutoHyperlinks │ ├── Headers │ │ ├── AHHyperlinkScanner.h │ │ ├── AHLinkLexer.h │ │ ├── AHMarkedHyperlink.h │ │ └── AutoHyperlinks.h │ └── Resources │ │ └── Info.plist │ └── Current ├── BTTableHeaderCell.h ├── BTTableHeaderCell.m ├── BTTransparentScroller.h ├── BTTransparentScroller.m ├── BTransparentScrollerKnobBottom.tif ├── BTransparentScrollerKnobHorizontalFill.tif ├── BTransparentScrollerKnobLeft.tif ├── BTransparentScrollerKnobRight.tif ├── BTransparentScrollerKnobTop.tif ├── BTransparentScrollerKnobVerticalFill.tif ├── BTransparentScrollerSlotBottom.tif ├── BTransparentScrollerSlotHorizontalFill.tif ├── BTransparentScrollerSlotLeft.tif ├── BTransparentScrollerSlotRight.tif ├── BTransparentScrollerSlotTop.tif ├── BTransparentScrollerSlotVerticalFill.tif ├── BlorPasswordRetriever.h ├── BlorPasswordRetriever.m ├── BlueTransparentScroller.h ├── BlueTransparentScroller.m ├── BodyScroller.h ├── BodyScroller.m ├── BookmarksController.h ├── BookmarksController.m ├── BookmarksTable.h ├── BookmarksTable.m ├── BufferUtils.c ├── BufferUtils.h ├── COPYING.txt ├── CRC32.c ├── CRC32.h ├── Credits.html ├── CustomTextFieldCell.h ├── CustomTextFieldCell.m ├── DFView.h ├── DFView.m ├── DeletedNoteObject.h ├── DeletedNoteObject.m ├── DeletionManager.h ├── DeletionManager.m ├── DiskUUIDEntry.h ├── DiskUUIDEntry.m ├── DualField.h ├── DualField.m ├── ETClipView.h ├── ETClipView.m ├── ETContentView.h ├── ETContentView.m ├── ETNoteScrollView.h ├── ETNoteScrollView.m ├── ETOverlayScroller.h ├── ETOverlayScroller.m ├── ETScrollView.h ├── ETScrollView.m ├── ETTransparentButton.h ├── ETTransparentButton.m ├── ETTransparentButtonCell.h ├── ETTransparentButtonCell.m ├── ETTransparentScroller.h ├── ETTransparentScroller.m ├── EmptyView.h ├── EmptyView.m ├── EncodingsManager.h ├── EncodingsManager.m ├── ExporterManager.h ├── ExporterManager.m ├── ExternalEditorListController.h ├── ExternalEditorListController.m ├── FSExchangeObjectsCompat.c ├── FSExchangeObjectsCompat.h ├── FastListDataSource.h ├── FastListDataSource.m ├── FocusRingScrollView.h ├── FocusRingScrollView.m ├── FrozenNotation.h ├── FrozenNotation.m ├── FullscreenWindow.h ├── FullscreenWindow.m ├── GGReadabilityParser.h ├── GGReadabilityParser.m ├── GlobalPrefs.h ├── GlobalPrefs.m ├── HeaderViewWIthMenu.h ├── HeaderViewWIthMenu.m ├── Images ├── Add.tiff ├── Add_Pressed.tiff ├── Clear.tif ├── Clear@2x.tif ├── ClearPressed.tif ├── ClearPressed@2x.tif ├── DFCapLeftRounded.png ├── DFCapLeftRounded@2x.png ├── DFCapLeftRoundedInactive.png ├── DFCapLeftRoundedInactive@2x.png ├── DFCapRight.png ├── DFCapRight@2x.png ├── DFCapRightInactive.png ├── DFCapRightInactive@2x.png ├── Editing.tiff ├── Fonts & Colors.tiff ├── General.tiff ├── HUDIconLock.png ├── HUDIconPrint.png ├── HUDIconSave.png ├── HUDIconShare.png ├── IBeamInverted.png ├── LinkBack.tif ├── LinkBack@2x.tif ├── LinkBackPressed.tif ├── LinkBackPressed@2x.tif ├── ListDividerDrag.png ├── MakeDefault.tiff ├── MakeDefault_Pressed.tiff ├── Notes.tiff ├── PTKeyboardIcon.tiff ├── PasswordAssistantButton.tif ├── PasswordAssistantButtonPressed.tif ├── Pencil.png ├── Pencil@2x.png ├── Remove.tiff ├── Remove_Pressed.tiff ├── Search.png ├── Search@2x.png ├── SnapBack.tif ├── SnapBack@2x.tif ├── SnapBackPressed.tif ├── SnapBackPressed@2x.tif ├── TBAlert.png ├── TBAlert@2x.png ├── TBAlertWhite.png ├── TBAlertWhite@2x.png ├── TBDownArrow.png ├── TBDownArrow@2x.png ├── TBDownArrowWhite.png ├── TBDownArrowWhite@2x.png ├── TBMousedownBG.png ├── TBMousedownBG@2x.png ├── TBRolloverBG.png ├── TBRolloverBG@2x.png ├── TBSynchronizing.png ├── TBSynchronizing@2x.png ├── TBSynchronizingWhite.png ├── TBSynchronizingWhite@2x.png ├── TinyAlert.tif ├── nvMenuC.png ├── nvMenuDark.png ├── nvMenuW.png ├── statusError.png ├── statusInProgress.png └── statusValidated.png ├── Info.plist ├── InvocationRecorder.h ├── InvocationRecorder.m ├── JSON ├── BSJSONEncoder.h ├── BSJSONEncoder.m ├── NSArray+BSJSONAdditions.h ├── NSArray+BSJSONAdditions.m ├── NSDictionary+BSJSONAdditions.h ├── NSDictionary+BSJSONAdditions.m ├── NSScanner+BSJSONAdditions.h ├── NSScanner+BSJSONAdditions.m ├── NSString+BSJSONAdditions.h └── NSString+BSJSONAdditions.m ├── KeyDerivationDelaySlider.h ├── KeyDerivationDelaySlider.m ├── KeyDerivationManager.h ├── KeyDerivationManager.m ├── LabelColumnCell.h ├── LabelColumnCell.m ├── LabelEditor.h ├── LabelEditor.m ├── LabelObject.h ├── LabelObject.m ├── LabelsListController.h ├── LabelsListController.m ├── License.txt ├── LinearDividerShader.h ├── LinearDividerShader.m ├── LinkingEditor.h ├── LinkingEditor.m ├── LinkingEditor_Indentation.h ├── LinkingEditor_Indentation.m ├── MAAttachedWindow.h ├── MAAttachedWindow.m ├── Markdown_1.0.1 ├── License.text ├── Markdown Readme.text └── Markdown.pl ├── Markdownify.nvhelp ├── MarkupPreview.xib ├── MultiTextFinder.h ├── MultiTextFinder.m ├── MultiplePageView.h ├── MultiplePageView.m ├── NSBezierPath_NV.h ├── NSBezierPath_NV.m ├── NSCollection_utils.h ├── NSCollection_utils.m ├── NSData_transformations.h ├── NSData_transformations.m ├── NSFileManager+DirectoryLocations.h ├── NSFileManager+DirectoryLocations.m ├── NSFileManager_NV.h ├── NSFileManager_NV.m ├── NSString-Markdown.h ├── NSString-Markdown.m ├── NSString_CustomTruncation.h ├── NSString_CustomTruncation.m ├── NSString_Markdown.h ├── NSString_Markdown.m ├── NSString_MultiMarkdown.h ├── NSString_MultiMarkdown.m ├── NSString_NV.h ├── NSString_NV.m ├── NSString_Textile.h ├── NSString_Textile.m ├── NSTextFinder.h ├── NSTextFinder_LastFind.m ├── NVPasswordGenerator.h ├── NVPasswordGenerator.m ├── Notality.icns ├── Notation.freqorder ├── Notation.launchorder ├── Notation.sdef ├── Notation.xcodeproj ├── project.pbxproj └── xcshareddata │ └── xcschemes │ ├── Notation Develop.xcscheme │ └── Notation Release.xcscheme ├── NotationController.h ├── NotationController.m ├── NotationDirectoryManager.h ├── NotationDirectoryManager.m ├── NotationFileManager.h ├── NotationFileManager.m ├── NotationPrefs.h ├── NotationPrefs.m ├── NotationPrefsViewController.h ├── NotationPrefsViewController.m ├── NotationSyncServiceManager.h ├── NotationSyncServiceManager.m ├── Notation_Prefix.pch ├── NoteAttributeColumn.h ├── NoteAttributeColumn.m ├── NoteObject.h ├── NoteObject.m ├── NotesTableCornerView.h ├── NotesTableCornerView.m ├── NotesTableHeaderCell.h ├── NotesTableHeaderCell.m ├── NotesTableView.h ├── NotesTableView.m ├── ODBEditor ├── LICENSE.txt ├── NSAppleEventDescriptor-Extensions.h ├── NSAppleEventDescriptor-Extensions.m ├── ODBEditor.h ├── ODBEditor.m └── ODBEditorSuite.h ├── PTHotKeys ├── PTHotKey.h ├── PTHotKey.m ├── PTHotKeyCenter.h ├── PTHotKeyCenter.m ├── PTKeyBroadcaster.h ├── PTKeyBroadcaster.m ├── PTKeyCodes.plist ├── PTKeyCombo.h ├── PTKeyCombo.m ├── PTKeyComboPanel.h └── PTKeyComboPanel.m ├── PassphraseChanger.h ├── PassphraseChanger.m ├── PassphrasePicker.h ├── PassphrasePicker.m ├── PassphraseRetriever.h ├── PassphraseRetriever.m ├── PrefsWindowController.h ├── PrefsWindowController.m ├── PreviewController.h ├── PreviewController.m ├── QuickSearchTable.h ├── QuickSearchTable.m ├── RBSplitView ├── RBSplitSubview.h ├── RBSplitSubview.m ├── RBSplitView.h ├── RBSplitView.m └── RBSplitViewPrivateDefines.h ├── README.markdown ├── SFPasswordAssistantInspectorController.h ├── SaveHTMLPreview.nib ├── designable.nib └── keyedobjects.nib ├── SavedSearchesController.m ├── SearchCommand.h ├── SearchCommand.m ├── SecureTextEntryManager.h ├── SecureTextEntryManager.m ├── SimperiumConfig-example.h ├── SimplenoteEntryCollector.h ├── SimplenoteEntryCollector.m ├── SimplenoteSession.h ├── SimplenoteSession.m ├── Spaces.c ├── Spaces.h ├── Sparkle.framework ├── Headers ├── Resources ├── Sparkle └── Versions │ ├── A │ ├── Headers │ │ ├── SUAppcast.h │ │ ├── SUAppcastItem.h │ │ ├── SUUpdater.h │ │ ├── SUVersionComparisonProtocol.h │ │ └── Sparkle.h │ ├── Resources │ │ ├── Info.plist │ │ ├── License.txt │ │ ├── SUModelTranslation.plist │ │ ├── SUStatus.nib │ │ │ ├── classes.nib │ │ │ ├── info.nib │ │ │ └── keyedobjects.nib │ │ ├── de.lproj │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ ├── classes.nib │ │ │ │ ├── info.nib │ │ │ │ └── keyedobjects.nib │ │ │ ├── SUUpdateAlert.nib │ │ │ │ ├── classes.nib │ │ │ │ ├── info.nib │ │ │ │ └── keyedobjects.nib │ │ │ ├── SUUpdatePermissionPrompt.nib │ │ │ │ ├── classes.nib │ │ │ │ ├── info.nib │ │ │ │ └── keyedobjects.nib │ │ │ └── Sparkle.strings │ │ ├── en.lproj │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ ├── classes.nib │ │ │ │ ├── info.nib │ │ │ │ └── keyedobjects.nib │ │ │ ├── SUUpdateAlert.nib │ │ │ │ ├── classes.nib │ │ │ │ ├── info.nib │ │ │ │ └── keyedobjects.nib │ │ │ ├── SUUpdatePermissionPrompt.nib │ │ │ │ ├── classes.nib │ │ │ │ ├── info.nib │ │ │ │ └── keyedobjects.nib │ │ │ └── Sparkle.strings │ │ ├── es.lproj │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ ├── classes.nib │ │ │ │ ├── info.nib │ │ │ │ └── keyedobjects.nib │ │ │ ├── SUUpdateAlert.nib │ │ │ │ ├── classes.nib │ │ │ │ ├── info.nib │ │ │ │ └── keyedobjects.nib │ │ │ ├── SUUpdatePermissionPrompt.nib │ │ │ │ ├── classes.nib │ │ │ │ ├── info.nib │ │ │ │ └── keyedobjects.nib │ │ │ └── Sparkle.strings │ │ ├── fr.lproj │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ ├── classes.nib │ │ │ │ ├── info.nib │ │ │ │ └── keyedobjects.nib │ │ │ ├── SUUpdateAlert.nib │ │ │ │ ├── classes.nib │ │ │ │ ├── info.nib │ │ │ │ └── keyedobjects.nib │ │ │ ├── SUUpdatePermissionPrompt.nib │ │ │ │ ├── classes.nib │ │ │ │ ├── info.nib │ │ │ │ └── keyedobjects.nib │ │ │ └── Sparkle.strings │ │ ├── it.lproj │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ ├── classes.nib │ │ │ │ ├── info.nib │ │ │ │ └── keyedobjects.nib │ │ │ ├── SUUpdateAlert.nib │ │ │ │ ├── classes.nib │ │ │ │ ├── info.nib │ │ │ │ └── keyedobjects.nib │ │ │ ├── SUUpdatePermissionPrompt.nib │ │ │ │ ├── classes.nib │ │ │ │ ├── info.nib │ │ │ │ └── keyedobjects.nib │ │ │ └── Sparkle.strings │ │ ├── nl.lproj │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ ├── classes.nib │ │ │ │ ├── info.nib │ │ │ │ └── keyedobjects.nib │ │ │ ├── SUUpdateAlert.nib │ │ │ │ ├── classes.nib │ │ │ │ ├── info.nib │ │ │ │ └── keyedobjects.nib │ │ │ ├── SUUpdatePermissionPrompt.nib │ │ │ │ ├── classes.nib │ │ │ │ ├── info.nib │ │ │ │ └── keyedobjects.nib │ │ │ └── Sparkle.strings │ │ ├── relaunch │ │ ├── ru.lproj │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ │ ├── classes.nib │ │ │ │ ├── info.nib │ │ │ │ └── keyedobjects.nib │ │ │ ├── SUUpdateAlert.nib │ │ │ │ ├── classes.nib │ │ │ │ ├── info.nib │ │ │ │ └── keyedobjects.nib │ │ │ ├── SUUpdatePermissionPrompt.nib │ │ │ │ ├── classes.nib │ │ │ │ ├── info.nib │ │ │ │ └── keyedobjects.nib │ │ │ └── Sparkle.strings │ │ └── sv.lproj │ │ │ ├── SUAutomaticUpdateAlert.nib │ │ │ ├── classes.nib │ │ │ ├── info.nib │ │ │ └── keyedobjects.nib │ │ │ ├── SUUpdateAlert.nib │ │ │ ├── classes.nib │ │ │ ├── info.nib │ │ │ └── keyedobjects.nib │ │ │ ├── SUUpdatePermissionPrompt.nib │ │ │ ├── classes.nib │ │ │ ├── info.nib │ │ │ └── keyedobjects.nib │ │ │ └── Sparkle.strings │ └── Sparkle │ └── Current ├── SplitViewDimple.tif ├── SplitViewDimple2.tif ├── StatusItemView.h ├── StatusItemView.m ├── StickiesDocument.h ├── StickiesDocument.m ├── SyncResponseFetcher.h ├── SyncResponseFetcher.m ├── SyncServiceSessionProtocol.h ├── SyncSessionController.h ├── SyncSessionController.m ├── SynchronizedNoteMixIns.h ├── SynchronizedNoteProtocol.h ├── TabClose_Front.tif ├── TabClose_Front_Pressed.tif ├── TabClose_Front_Rollover.tif ├── TagEditingManager.h ├── TagEditingManager.m ├── TemporaryFileCache.h ├── TemporaryFileCache.m ├── TemporaryFileCachePreparer.h ├── TemporaryFileCachePreparer.m ├── Textile_2.12 ├── Text │ └── Textile.pm └── textilize.pl ├── TitlebarButton.h ├── TitlebarButton.m ├── TransparentButtonFillN.tiff ├── TransparentButtonFillP.tiff ├── TransparentButtonLeftN.tiff ├── TransparentButtonLeftP.tiff ├── TransparentButtonRightN.tiff ├── TransparentButtonRightP.tiff ├── TransparentScrollerKnobBottom.tif ├── TransparentScrollerKnobTop.tif ├── TransparentScrollerKnobVerticalFill.tif ├── TransparentScrollerSlotBottom.tif ├── TransparentScrollerSlotTop.tif ├── TransparentScrollerSlotVerticalFill.tif ├── URLGetter.h ├── URLGetter.m ├── UnifiedCell.h ├── UnifiedCell.m ├── WALController.h ├── WALController.m ├── WhiteTransparentScroller.h ├── WhiteTransparentScroller.m ├── WordCountToken.h ├── WordCountToken.m ├── broken_md5.c ├── broken_md5.h ├── custom.css ├── customclean.css ├── de.lproj ├── BlorPasswordRetriever.nib │ ├── designable.nib │ └── keyedobjects.nib ├── CarbonErrorStrings.plist ├── Contact.nvhelp ├── DeletionManager.nib │ ├── designable.nib │ └── keyedobjects.nib ├── EncodingsManager.nib │ ├── designable.nib │ └── keyedobjects.nib ├── Excruciatingly Useful Shortcuts.nvhelp ├── ExporterManager.nib │ ├── designable.nib │ └── keyedobjects.nib ├── FindPanel.nib │ ├── designable.nib │ └── keyedobjects.nib ├── FindPanel.strings ├── How does this thing work?.nvhelp ├── ImporterAccessory.nib │ ├── designable.nib │ └── keyedobjects.nib ├── InfoPlist.strings ├── KeyDerivationManager.nib │ ├── designable.nib │ └── keyedobjects.nib ├── Localizable.strings ├── MainMenu.xib ├── MarkupPreview.xib ├── NotationPrefsView.nib │ ├── designable.nib │ └── keyedobjects.nib ├── PTKeyComboPanel.xib ├── PassphraseChanger.nib │ ├── designable.nib │ └── keyedobjects.nib ├── PassphrasePicker.nib │ ├── designable.nib │ └── keyedobjects.nib ├── PassphraseRetriever.xib ├── Preferences.xib ├── SaveHTMLPreview.nib │ ├── designable.nib │ └── keyedobjects.nib ├── SavedSearches.nib │ ├── designable.nib │ └── keyedobjects.nib ├── ServicesMenu.strings ├── TagEditingManager.xib ├── This is the title of a note.nvhelp └── URLGetter.nib │ ├── designable.nib │ └── keyedobjects.nib ├── dsa_pub.pem ├── en.lproj ├── BlorPasswordRetriever.nib │ ├── designable.nib │ └── keyedobjects.nib ├── CarbonErrorStrings.plist ├── Contact.nvhelp ├── DeletionManager.nib │ ├── designable.nib │ └── keyedobjects.nib ├── EncodingsManager.nib │ ├── designable.nib │ └── keyedobjects.nib ├── Excruciatingly Useful Shortcuts.nvhelp ├── ExporterManager.nib │ ├── designable.nib │ └── keyedobjects.nib ├── FindPanel.nib │ ├── designable.nib │ └── keyedobjects.nib ├── FindPanel.strings ├── How does this thing work?.nvhelp ├── ImporterAccessory.nib │ ├── designable.nib │ └── keyedobjects.nib ├── InfoPlist.strings ├── KeyDerivationManager.nib │ ├── designable.nib │ └── keyedobjects.nib ├── Localizable.strings ├── MainMenu.xib ├── MarkupPreview.xib ├── NotationPrefsView.nib │ ├── designable.nib │ └── keyedobjects.nib ├── PTKeyComboPanel.xib ├── PassphraseChanger.nib │ ├── designable.nib │ └── keyedobjects.nib ├── PassphrasePicker.nib │ ├── designable.nib │ └── keyedobjects.nib ├── PassphraseRetriever.xib ├── Preferences.xib ├── SaveHTMLPreview.nib │ ├── designable.nib │ └── keyedobjects.nib ├── SavedSearches.nib │ ├── designable.nib │ └── keyedobjects.nib ├── ServicesMenu.strings ├── TagEditingManager.xib ├── This is the title of a note.nvhelp └── URLGetter.nib │ ├── designable.nib │ └── keyedobjects.nib ├── fr.lproj ├── BlorPasswordRetriever.nib │ ├── classes.nib │ ├── info.nib │ └── keyedobjects.nib ├── CarbonErrorStrings.plist ├── Contact.nvhelp ├── DeletionManager.nib │ ├── designable.nib │ └── keyedobjects.nib ├── EncodingsManager.nib │ ├── designable.nib │ └── keyedobjects.nib ├── Excruciatingly Useful Shortcuts.nvhelp ├── ExporterManager.nib │ ├── classes.nib │ ├── info.nib │ └── keyedobjects.nib ├── FindPanel.nib │ ├── classes.nib │ ├── info.nib │ └── keyedobjects.nib ├── FindPanel.strings ├── How does this thing work?.nvhelp ├── ImporterAccessory.nib │ ├── classes.nib │ ├── info.nib │ └── keyedobjects.nib ├── InfoPlist.strings ├── KeyDerivationManager.nib │ ├── designable.nib │ └── keyedobjects.nib ├── Localizable.strings ├── MainMenu.xib ├── MarkupPreview.xib ├── NotationPrefsView.nib │ ├── designable.nib │ └── keyedobjects.nib ├── PTKeyComboPanel.xib ├── PassphraseChanger.nib │ ├── designable.nib │ └── keyedobjects.nib ├── PassphrasePicker.nib │ ├── designable.nib │ └── keyedobjects.nib ├── PassphraseRetriever.xib ├── Preferences.xib ├── Preferences_small.nib │ ├── designable.nib │ └── keyedobjects.nib ├── SaveHTMLPreview.nib │ ├── designable.nib │ └── keyedobjects.nib ├── SavedSearches.nib │ ├── designable.nib │ └── keyedobjects.nib ├── ServicesMenu.strings ├── TagEditingManager.xib ├── This is the title of a note.nvhelp └── URLGetter.nib │ ├── classes.nib │ ├── info.nib │ └── keyedobjects.nib ├── gen_sectorderfiles ├── greyscrollervertbottom.tiff ├── greyscrollervertbottom2.tiff ├── greyscrollervertbottom3.tif ├── greyscrollervertfill.tiff ├── greyscrollervertfill2.tiff ├── greyscrollervertfill3.tif ├── greyscrollerverttop.tiff ├── greyscrollerverttop2.tiff ├── greyscrollerverttop3.tif ├── hashcash ├── libsha1.c └── sha1.h ├── hmacsha1.c ├── hmacsha1.h ├── idea_ossl.c ├── idea_ossl.h ├── it.lproj ├── BlorPasswordRetriever.nib │ ├── designable.nib │ └── keyedobjects.nib ├── CarbonErrorStrings.plist ├── Contact.nvhelp ├── DeletionManager.nib │ ├── designable.nib │ └── keyedobjects.nib ├── EncodingsManager.nib │ ├── designable.nib │ └── keyedobjects.nib ├── Excruciatingly Useful Shortcuts.nvhelp ├── ExporterManager.nib │ ├── designable.nib │ └── keyedobjects.nib ├── FindPanel.nib │ ├── designable.nib │ └── keyedobjects.nib ├── FindPanel.strings ├── How does this thing work?.nvhelp ├── ImporterAccessory.nib │ ├── designable.nib │ └── keyedobjects.nib ├── InfoPlist.strings ├── KeyDerivationManager.nib │ ├── designable.nib │ └── keyedobjects.nib ├── Localizable.strings ├── MainMenu.xib ├── MarkupPreview.xib ├── NotationPrefsView.nib │ ├── designable.nib │ └── keyedobjects.nib ├── PTKeyComboPanel.xib ├── PassphraseChanger.nib │ ├── designable.nib │ └── keyedobjects.nib ├── PassphrasePicker.nib │ ├── designable.nib │ └── keyedobjects.nib ├── PassphraseRetriever.xib ├── Preferences.xib ├── SaveHTMLPreview.nib │ ├── designable.nib │ └── keyedobjects.nib ├── SavedSearches.nib │ ├── designable.nib │ └── keyedobjects.nib ├── ServicesMenu.strings ├── TagEditingManager.xib ├── This is the title of a note.nvhelp └── URLGetter.nib │ ├── designable.nib │ └── keyedobjects.nib ├── libcrypto.a ├── library └── openssl │ ├── aes.h │ ├── asn1.h │ ├── asn1_mac.h │ ├── asn1t.h │ ├── bio.h │ ├── blowfish.h │ ├── bn.h │ ├── buffer.h │ ├── camellia.h │ ├── cast.h │ ├── cmac.h │ ├── cms.h │ ├── comp.h │ ├── conf.h │ ├── conf_api.h │ ├── crypto.h │ ├── des.h │ ├── des_old.h │ ├── dh.h │ ├── dsa.h │ ├── dso.h │ ├── dtls1.h │ ├── e_os2.h │ ├── ebcdic.h │ ├── ec.h │ ├── ecdh.h │ ├── ecdsa.h │ ├── engine.h │ ├── err.h │ ├── evp.h │ ├── hmac.h │ ├── idea.h │ ├── krb5_asn.h │ ├── kssl.h │ ├── lhash.h │ ├── md4.h │ ├── md5.h │ ├── mdc2.h │ ├── modes.h │ ├── obj_mac.h │ ├── objects.h │ ├── ocsp.h │ ├── opensslconf.h │ ├── opensslv.h │ ├── ossl_typ.h │ ├── pem.h │ ├── pem2.h │ ├── pkcs12.h │ ├── pkcs7.h │ ├── pqueue.h │ ├── rand.h │ ├── rc2.h │ ├── rc4.h │ ├── ripemd.h │ ├── rsa.h │ ├── safestack.h │ ├── seed.h │ ├── sha.h │ ├── srp.h │ ├── srtp.h │ ├── ssl.h │ ├── ssl2.h │ ├── ssl23.h │ ├── ssl3.h │ ├── stack.h │ ├── symhacks.h │ ├── tls1.h │ ├── ts.h │ ├── txt_db.h │ ├── ui.h │ ├── ui_compat.h │ ├── whrlpool.h │ ├── x509.h │ ├── x509_vfy.h │ └── x509v3.h ├── libssl.a ├── main.m ├── multimarkdown ├── nvaDevConfig.h ├── pbkdf2.c ├── pbkdf2.h ├── pt-PT.lproj ├── BlorPasswordRetriever.nib │ ├── designable.nib │ └── keyedobjects.nib ├── BlorPasswordRetriever.strings ├── CarbonErrorStrings.plist ├── Contact.nvhelp ├── DeletionManager.nib │ ├── designable.nib │ └── keyedobjects.nib ├── DeletionManager.strings ├── EncodingsManager.nib │ ├── designable.nib │ └── keyedobjects.nib ├── EncodingsManager.strings ├── Excruciatingly Useful Shortcuts.nvhelp ├── ExporterManager.nib │ ├── designable.nib │ └── keyedobjects.nib ├── ExporterManager.strings ├── FindPanel.nib │ ├── designable.nib │ └── keyedobjects.nib ├── FindPanel.strings ├── How does this thing work?.nvhelp ├── ImporterAccessory.nib │ ├── designable.nib │ └── keyedobjects.nib ├── ImporterAccessory.strings ├── InfoPlist.strings ├── KeyDerivationManager.nib │ ├── designable.nib │ └── keyedobjects.nib ├── KeyDerivationManager.strings ├── Localizable.strings ├── MainMenu.strings ├── MainMenu.xib ├── MarkupPreview.xib ├── NotationPrefsView.nib │ ├── designable.nib │ └── keyedobjects.nib ├── NotationPrefsView.strings ├── PTKeyComboPanel.strings ├── PTKeyComboPanel.xib ├── PassphraseChanger.nib │ ├── designable.nib │ └── keyedobjects.nib ├── PassphraseChanger.strings ├── PassphrasePicker.nib │ ├── designable.nib │ └── keyedobjects.nib ├── PassphrasePicker.strings ├── PassphraseRetriever.strings ├── PassphraseRetriever.xib ├── Preferences.strings ├── Preferences.xib ├── SaveHTMLPreview.nib │ ├── designable.nib │ └── keyedobjects.nib ├── SavedSearches.nib │ ├── designable.nib │ └── keyedobjects.nib ├── SavedSearches.strings ├── ServicesMenu.strings ├── TagEditingManager.strings ├── TagEditingManager.xib ├── This is the title of a note.nvhelp ├── URLGetter.nib │ ├── designable.nib │ └── keyedobjects.nib └── URLGetter.strings ├── readability ├── BeautifulSoup.py ├── BeautifulSoup.pyc ├── __init__.py ├── dist │ ├── BeautifulSoup │ └── html2text ├── html2text.py ├── page_parser.py ├── page_parser.pyc ├── readability.py ├── readability.pyc ├── url_helpers.py └── url_helpers.pyc ├── scrollbar.acorn ├── scrollbar2.acorn ├── scrollbarblue.tif ├── tan_column_header.png ├── template.html ├── templateclean.html ├── tp2md.rb └── zh.lproj ├── BlorPasswordRetriever.nib ├── designable.nib └── keyedobjects.nib ├── CarbonErrorStrings.plist ├── Contact.nvhelp ├── DeletionManager.nib ├── designable.nib └── keyedobjects.nib ├── EncodingsManager.nib ├── designable.nib └── keyedobjects.nib ├── Excruciatingly Useful Shortcuts.nvhelp ├── ExporterManager.nib ├── designable.nib └── keyedobjects.nib ├── FindPanel.nib ├── designable.nib └── keyedobjects.nib ├── FindPanel.strings ├── How does this thing work?.nvhelp ├── ImporterAccessory.nib ├── designable.nib └── keyedobjects.nib ├── InfoPlist.strings ├── KeyDerivationManager.nib ├── designable.nib └── keyedobjects.nib ├── Localizable.strings ├── MainMenu.xib ├── MarkupPreview.xib ├── NotationPrefsView.nib ├── designable.nib └── keyedobjects.nib ├── PTKeyComboPanel.xib ├── PassphraseChanger.nib ├── designable.nib └── keyedobjects.nib ├── PassphrasePicker.nib ├── designable.nib └── keyedobjects.nib ├── PassphraseRetriever.xib ├── Preferences.xib ├── SaveHTMLPreview.nib ├── designable.nib └── keyedobjects.nib ├── SavedSearches.nib ├── designable.nib └── keyedobjects.nib ├── ServicesMenu.strings ├── TagEditingManager.xib ├── This is the title of a note.nvhelp └── URLGetter.nib ├── designable.nib └── keyedobjects.nib /.github/FUNDING.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/.github/FUNDING.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/.gitignore -------------------------------------------------------------------------------- /Acknowledgments.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Acknowledgments.txt -------------------------------------------------------------------------------- /AlienNoteImporter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/AlienNoteImporter.h -------------------------------------------------------------------------------- /AlienNoteImporter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/AlienNoteImporter.m -------------------------------------------------------------------------------- /AppController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/AppController.h -------------------------------------------------------------------------------- /AppController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/AppController.m -------------------------------------------------------------------------------- /AppController_Importing.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/AppController_Importing.h -------------------------------------------------------------------------------- /AppController_Importing.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/AppController_Importing.m -------------------------------------------------------------------------------- /AppController_Preview.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/AppController_Preview.h -------------------------------------------------------------------------------- /AppController_Preview.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/AppController_Preview.m -------------------------------------------------------------------------------- /AttributedPlainText.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/AttributedPlainText.h -------------------------------------------------------------------------------- /AttributedPlainText.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/AttributedPlainText.m -------------------------------------------------------------------------------- /AutoHyperlinks.framework/AutoHyperlinks: -------------------------------------------------------------------------------- 1 | Versions/Current/AutoHyperlinks -------------------------------------------------------------------------------- /AutoHyperlinks.framework/Headers: -------------------------------------------------------------------------------- 1 | Versions/Current/Headers -------------------------------------------------------------------------------- /AutoHyperlinks.framework/Resources: -------------------------------------------------------------------------------- 1 | Versions/Current/Resources -------------------------------------------------------------------------------- /AutoHyperlinks.framework/Versions/A/AutoHyperlinks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/AutoHyperlinks.framework/Versions/A/AutoHyperlinks -------------------------------------------------------------------------------- /AutoHyperlinks.framework/Versions/A/Headers/AHHyperlinkScanner.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/AutoHyperlinks.framework/Versions/A/Headers/AHHyperlinkScanner.h -------------------------------------------------------------------------------- /AutoHyperlinks.framework/Versions/A/Headers/AHLinkLexer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/AutoHyperlinks.framework/Versions/A/Headers/AHLinkLexer.h -------------------------------------------------------------------------------- /AutoHyperlinks.framework/Versions/A/Headers/AHMarkedHyperlink.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/AutoHyperlinks.framework/Versions/A/Headers/AHMarkedHyperlink.h -------------------------------------------------------------------------------- /AutoHyperlinks.framework/Versions/A/Headers/AutoHyperlinks.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/AutoHyperlinks.framework/Versions/A/Headers/AutoHyperlinks.h -------------------------------------------------------------------------------- /AutoHyperlinks.framework/Versions/A/Resources/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/AutoHyperlinks.framework/Versions/A/Resources/Info.plist -------------------------------------------------------------------------------- /AutoHyperlinks.framework/Versions/Current: -------------------------------------------------------------------------------- 1 | A -------------------------------------------------------------------------------- /BTTableHeaderCell.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/BTTableHeaderCell.h -------------------------------------------------------------------------------- /BTTableHeaderCell.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/BTTableHeaderCell.m -------------------------------------------------------------------------------- /BTTransparentScroller.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/BTTransparentScroller.h -------------------------------------------------------------------------------- /BTTransparentScroller.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/BTTransparentScroller.m -------------------------------------------------------------------------------- /BTransparentScrollerKnobBottom.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/BTransparentScrollerKnobBottom.tif -------------------------------------------------------------------------------- /BTransparentScrollerKnobHorizontalFill.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/BTransparentScrollerKnobHorizontalFill.tif -------------------------------------------------------------------------------- /BTransparentScrollerKnobLeft.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/BTransparentScrollerKnobLeft.tif -------------------------------------------------------------------------------- /BTransparentScrollerKnobRight.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/BTransparentScrollerKnobRight.tif -------------------------------------------------------------------------------- /BTransparentScrollerKnobTop.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/BTransparentScrollerKnobTop.tif -------------------------------------------------------------------------------- /BTransparentScrollerKnobVerticalFill.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/BTransparentScrollerKnobVerticalFill.tif -------------------------------------------------------------------------------- /BTransparentScrollerSlotBottom.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/BTransparentScrollerSlotBottom.tif -------------------------------------------------------------------------------- /BTransparentScrollerSlotHorizontalFill.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/BTransparentScrollerSlotHorizontalFill.tif -------------------------------------------------------------------------------- /BTransparentScrollerSlotLeft.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/BTransparentScrollerSlotLeft.tif -------------------------------------------------------------------------------- /BTransparentScrollerSlotRight.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/BTransparentScrollerSlotRight.tif -------------------------------------------------------------------------------- /BTransparentScrollerSlotTop.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/BTransparentScrollerSlotTop.tif -------------------------------------------------------------------------------- /BTransparentScrollerSlotVerticalFill.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/BTransparentScrollerSlotVerticalFill.tif -------------------------------------------------------------------------------- /BlorPasswordRetriever.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/BlorPasswordRetriever.h -------------------------------------------------------------------------------- /BlorPasswordRetriever.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/BlorPasswordRetriever.m -------------------------------------------------------------------------------- /BlueTransparentScroller.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/BlueTransparentScroller.h -------------------------------------------------------------------------------- /BlueTransparentScroller.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/BlueTransparentScroller.m -------------------------------------------------------------------------------- /BodyScroller.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/BodyScroller.h -------------------------------------------------------------------------------- /BodyScroller.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/BodyScroller.m -------------------------------------------------------------------------------- /BookmarksController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/BookmarksController.h -------------------------------------------------------------------------------- /BookmarksController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/BookmarksController.m -------------------------------------------------------------------------------- /BookmarksTable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/BookmarksTable.h -------------------------------------------------------------------------------- /BookmarksTable.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/BookmarksTable.m -------------------------------------------------------------------------------- /BufferUtils.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/BufferUtils.c -------------------------------------------------------------------------------- /BufferUtils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/BufferUtils.h -------------------------------------------------------------------------------- /COPYING.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/COPYING.txt -------------------------------------------------------------------------------- /CRC32.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/CRC32.c -------------------------------------------------------------------------------- /CRC32.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/CRC32.h -------------------------------------------------------------------------------- /Credits.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Credits.html -------------------------------------------------------------------------------- /CustomTextFieldCell.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/CustomTextFieldCell.h -------------------------------------------------------------------------------- /CustomTextFieldCell.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/CustomTextFieldCell.m -------------------------------------------------------------------------------- /DFView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/DFView.h -------------------------------------------------------------------------------- /DFView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/DFView.m -------------------------------------------------------------------------------- /DeletedNoteObject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/DeletedNoteObject.h -------------------------------------------------------------------------------- /DeletedNoteObject.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/DeletedNoteObject.m -------------------------------------------------------------------------------- /DeletionManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/DeletionManager.h -------------------------------------------------------------------------------- /DeletionManager.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/DeletionManager.m -------------------------------------------------------------------------------- /DiskUUIDEntry.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/DiskUUIDEntry.h -------------------------------------------------------------------------------- /DiskUUIDEntry.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/DiskUUIDEntry.m -------------------------------------------------------------------------------- /DualField.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/DualField.h -------------------------------------------------------------------------------- /DualField.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/DualField.m -------------------------------------------------------------------------------- /ETClipView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/ETClipView.h -------------------------------------------------------------------------------- /ETClipView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/ETClipView.m -------------------------------------------------------------------------------- /ETContentView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/ETContentView.h -------------------------------------------------------------------------------- /ETContentView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/ETContentView.m -------------------------------------------------------------------------------- /ETNoteScrollView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/ETNoteScrollView.h -------------------------------------------------------------------------------- /ETNoteScrollView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/ETNoteScrollView.m -------------------------------------------------------------------------------- /ETOverlayScroller.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/ETOverlayScroller.h -------------------------------------------------------------------------------- /ETOverlayScroller.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/ETOverlayScroller.m -------------------------------------------------------------------------------- /ETScrollView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/ETScrollView.h -------------------------------------------------------------------------------- /ETScrollView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/ETScrollView.m -------------------------------------------------------------------------------- /ETTransparentButton.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/ETTransparentButton.h -------------------------------------------------------------------------------- /ETTransparentButton.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/ETTransparentButton.m -------------------------------------------------------------------------------- /ETTransparentButtonCell.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/ETTransparentButtonCell.h -------------------------------------------------------------------------------- /ETTransparentButtonCell.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/ETTransparentButtonCell.m -------------------------------------------------------------------------------- /ETTransparentScroller.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/ETTransparentScroller.h -------------------------------------------------------------------------------- /ETTransparentScroller.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/ETTransparentScroller.m -------------------------------------------------------------------------------- /EmptyView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/EmptyView.h -------------------------------------------------------------------------------- /EmptyView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/EmptyView.m -------------------------------------------------------------------------------- /EncodingsManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/EncodingsManager.h -------------------------------------------------------------------------------- /EncodingsManager.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/EncodingsManager.m -------------------------------------------------------------------------------- /ExporterManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/ExporterManager.h -------------------------------------------------------------------------------- /ExporterManager.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/ExporterManager.m -------------------------------------------------------------------------------- /ExternalEditorListController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/ExternalEditorListController.h -------------------------------------------------------------------------------- /ExternalEditorListController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/ExternalEditorListController.m -------------------------------------------------------------------------------- /FSExchangeObjectsCompat.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/FSExchangeObjectsCompat.c -------------------------------------------------------------------------------- /FSExchangeObjectsCompat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/FSExchangeObjectsCompat.h -------------------------------------------------------------------------------- /FastListDataSource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/FastListDataSource.h -------------------------------------------------------------------------------- /FastListDataSource.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/FastListDataSource.m -------------------------------------------------------------------------------- /FocusRingScrollView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/FocusRingScrollView.h -------------------------------------------------------------------------------- /FocusRingScrollView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/FocusRingScrollView.m -------------------------------------------------------------------------------- /FrozenNotation.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/FrozenNotation.h -------------------------------------------------------------------------------- /FrozenNotation.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/FrozenNotation.m -------------------------------------------------------------------------------- /FullscreenWindow.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/FullscreenWindow.h -------------------------------------------------------------------------------- /FullscreenWindow.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/FullscreenWindow.m -------------------------------------------------------------------------------- /GGReadabilityParser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/GGReadabilityParser.h -------------------------------------------------------------------------------- /GGReadabilityParser.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/GGReadabilityParser.m -------------------------------------------------------------------------------- /GlobalPrefs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/GlobalPrefs.h -------------------------------------------------------------------------------- /GlobalPrefs.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/GlobalPrefs.m -------------------------------------------------------------------------------- /HeaderViewWIthMenu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/HeaderViewWIthMenu.h -------------------------------------------------------------------------------- /HeaderViewWIthMenu.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/HeaderViewWIthMenu.m -------------------------------------------------------------------------------- /Images/Add.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Images/Add.tiff -------------------------------------------------------------------------------- /Images/Add_Pressed.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Images/Add_Pressed.tiff -------------------------------------------------------------------------------- /Images/Clear.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Images/Clear.tif -------------------------------------------------------------------------------- /Images/Clear@2x.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Images/Clear@2x.tif -------------------------------------------------------------------------------- /Images/ClearPressed.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Images/ClearPressed.tif -------------------------------------------------------------------------------- /Images/ClearPressed@2x.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Images/ClearPressed@2x.tif -------------------------------------------------------------------------------- /Images/DFCapLeftRounded.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Images/DFCapLeftRounded.png -------------------------------------------------------------------------------- /Images/DFCapLeftRounded@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Images/DFCapLeftRounded@2x.png -------------------------------------------------------------------------------- /Images/DFCapLeftRoundedInactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Images/DFCapLeftRoundedInactive.png -------------------------------------------------------------------------------- /Images/DFCapLeftRoundedInactive@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Images/DFCapLeftRoundedInactive@2x.png -------------------------------------------------------------------------------- /Images/DFCapRight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Images/DFCapRight.png -------------------------------------------------------------------------------- /Images/DFCapRight@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Images/DFCapRight@2x.png -------------------------------------------------------------------------------- /Images/DFCapRightInactive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Images/DFCapRightInactive.png -------------------------------------------------------------------------------- /Images/DFCapRightInactive@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Images/DFCapRightInactive@2x.png -------------------------------------------------------------------------------- /Images/Editing.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Images/Editing.tiff -------------------------------------------------------------------------------- /Images/Fonts & Colors.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Images/Fonts & Colors.tiff -------------------------------------------------------------------------------- /Images/General.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Images/General.tiff -------------------------------------------------------------------------------- /Images/HUDIconLock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Images/HUDIconLock.png -------------------------------------------------------------------------------- /Images/HUDIconPrint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Images/HUDIconPrint.png -------------------------------------------------------------------------------- /Images/HUDIconSave.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Images/HUDIconSave.png -------------------------------------------------------------------------------- /Images/HUDIconShare.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Images/HUDIconShare.png -------------------------------------------------------------------------------- /Images/IBeamInverted.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Images/IBeamInverted.png -------------------------------------------------------------------------------- /Images/LinkBack.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Images/LinkBack.tif -------------------------------------------------------------------------------- /Images/LinkBack@2x.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Images/LinkBack@2x.tif -------------------------------------------------------------------------------- /Images/LinkBackPressed.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Images/LinkBackPressed.tif -------------------------------------------------------------------------------- /Images/LinkBackPressed@2x.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Images/LinkBackPressed@2x.tif -------------------------------------------------------------------------------- /Images/ListDividerDrag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Images/ListDividerDrag.png -------------------------------------------------------------------------------- /Images/MakeDefault.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Images/MakeDefault.tiff -------------------------------------------------------------------------------- /Images/MakeDefault_Pressed.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Images/MakeDefault_Pressed.tiff -------------------------------------------------------------------------------- /Images/Notes.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Images/Notes.tiff -------------------------------------------------------------------------------- /Images/PTKeyboardIcon.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Images/PTKeyboardIcon.tiff -------------------------------------------------------------------------------- /Images/PasswordAssistantButton.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Images/PasswordAssistantButton.tif -------------------------------------------------------------------------------- /Images/PasswordAssistantButtonPressed.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Images/PasswordAssistantButtonPressed.tif -------------------------------------------------------------------------------- /Images/Pencil.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Images/Pencil.png -------------------------------------------------------------------------------- /Images/Pencil@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Images/Pencil@2x.png -------------------------------------------------------------------------------- /Images/Remove.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Images/Remove.tiff -------------------------------------------------------------------------------- /Images/Remove_Pressed.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Images/Remove_Pressed.tiff -------------------------------------------------------------------------------- /Images/Search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Images/Search.png -------------------------------------------------------------------------------- /Images/Search@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Images/Search@2x.png -------------------------------------------------------------------------------- /Images/SnapBack.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Images/SnapBack.tif -------------------------------------------------------------------------------- /Images/SnapBack@2x.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Images/SnapBack@2x.tif -------------------------------------------------------------------------------- /Images/SnapBackPressed.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Images/SnapBackPressed.tif -------------------------------------------------------------------------------- /Images/SnapBackPressed@2x.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Images/SnapBackPressed@2x.tif -------------------------------------------------------------------------------- /Images/TBAlert.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Images/TBAlert.png -------------------------------------------------------------------------------- /Images/TBAlert@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Images/TBAlert@2x.png -------------------------------------------------------------------------------- /Images/TBAlertWhite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Images/TBAlertWhite.png -------------------------------------------------------------------------------- /Images/TBAlertWhite@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Images/TBAlertWhite@2x.png -------------------------------------------------------------------------------- /Images/TBDownArrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Images/TBDownArrow.png -------------------------------------------------------------------------------- /Images/TBDownArrow@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Images/TBDownArrow@2x.png -------------------------------------------------------------------------------- /Images/TBDownArrowWhite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Images/TBDownArrowWhite.png -------------------------------------------------------------------------------- /Images/TBDownArrowWhite@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Images/TBDownArrowWhite@2x.png -------------------------------------------------------------------------------- /Images/TBMousedownBG.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Images/TBMousedownBG.png -------------------------------------------------------------------------------- /Images/TBMousedownBG@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Images/TBMousedownBG@2x.png -------------------------------------------------------------------------------- /Images/TBRolloverBG.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Images/TBRolloverBG.png -------------------------------------------------------------------------------- /Images/TBRolloverBG@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Images/TBRolloverBG@2x.png -------------------------------------------------------------------------------- /Images/TBSynchronizing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Images/TBSynchronizing.png -------------------------------------------------------------------------------- /Images/TBSynchronizing@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Images/TBSynchronizing@2x.png -------------------------------------------------------------------------------- /Images/TBSynchronizingWhite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Images/TBSynchronizingWhite.png -------------------------------------------------------------------------------- /Images/TBSynchronizingWhite@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Images/TBSynchronizingWhite@2x.png -------------------------------------------------------------------------------- /Images/TinyAlert.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Images/TinyAlert.tif -------------------------------------------------------------------------------- /Images/nvMenuC.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Images/nvMenuC.png -------------------------------------------------------------------------------- /Images/nvMenuDark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Images/nvMenuDark.png -------------------------------------------------------------------------------- /Images/nvMenuW.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Images/nvMenuW.png -------------------------------------------------------------------------------- /Images/statusError.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Images/statusError.png -------------------------------------------------------------------------------- /Images/statusInProgress.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Images/statusInProgress.png -------------------------------------------------------------------------------- /Images/statusValidated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Images/statusValidated.png -------------------------------------------------------------------------------- /Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Info.plist -------------------------------------------------------------------------------- /InvocationRecorder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/InvocationRecorder.h -------------------------------------------------------------------------------- /InvocationRecorder.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/InvocationRecorder.m -------------------------------------------------------------------------------- /JSON/BSJSONEncoder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/JSON/BSJSONEncoder.h -------------------------------------------------------------------------------- /JSON/BSJSONEncoder.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/JSON/BSJSONEncoder.m -------------------------------------------------------------------------------- /JSON/NSArray+BSJSONAdditions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/JSON/NSArray+BSJSONAdditions.h -------------------------------------------------------------------------------- /JSON/NSArray+BSJSONAdditions.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/JSON/NSArray+BSJSONAdditions.m -------------------------------------------------------------------------------- /JSON/NSDictionary+BSJSONAdditions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/JSON/NSDictionary+BSJSONAdditions.h -------------------------------------------------------------------------------- /JSON/NSDictionary+BSJSONAdditions.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/JSON/NSDictionary+BSJSONAdditions.m -------------------------------------------------------------------------------- /JSON/NSScanner+BSJSONAdditions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/JSON/NSScanner+BSJSONAdditions.h -------------------------------------------------------------------------------- /JSON/NSScanner+BSJSONAdditions.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/JSON/NSScanner+BSJSONAdditions.m -------------------------------------------------------------------------------- /JSON/NSString+BSJSONAdditions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/JSON/NSString+BSJSONAdditions.h -------------------------------------------------------------------------------- /JSON/NSString+BSJSONAdditions.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/JSON/NSString+BSJSONAdditions.m -------------------------------------------------------------------------------- /KeyDerivationDelaySlider.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/KeyDerivationDelaySlider.h -------------------------------------------------------------------------------- /KeyDerivationDelaySlider.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/KeyDerivationDelaySlider.m -------------------------------------------------------------------------------- /KeyDerivationManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/KeyDerivationManager.h -------------------------------------------------------------------------------- /KeyDerivationManager.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/KeyDerivationManager.m -------------------------------------------------------------------------------- /LabelColumnCell.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/LabelColumnCell.h -------------------------------------------------------------------------------- /LabelColumnCell.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/LabelColumnCell.m -------------------------------------------------------------------------------- /LabelEditor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/LabelEditor.h -------------------------------------------------------------------------------- /LabelEditor.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/LabelEditor.m -------------------------------------------------------------------------------- /LabelObject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/LabelObject.h -------------------------------------------------------------------------------- /LabelObject.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/LabelObject.m -------------------------------------------------------------------------------- /LabelsListController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/LabelsListController.h -------------------------------------------------------------------------------- /LabelsListController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/LabelsListController.m -------------------------------------------------------------------------------- /License.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/License.txt -------------------------------------------------------------------------------- /LinearDividerShader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/LinearDividerShader.h -------------------------------------------------------------------------------- /LinearDividerShader.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/LinearDividerShader.m -------------------------------------------------------------------------------- /LinkingEditor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/LinkingEditor.h -------------------------------------------------------------------------------- /LinkingEditor.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/LinkingEditor.m -------------------------------------------------------------------------------- /LinkingEditor_Indentation.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/LinkingEditor_Indentation.h -------------------------------------------------------------------------------- /LinkingEditor_Indentation.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/LinkingEditor_Indentation.m -------------------------------------------------------------------------------- /MAAttachedWindow.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/MAAttachedWindow.h -------------------------------------------------------------------------------- /MAAttachedWindow.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/MAAttachedWindow.m -------------------------------------------------------------------------------- /Markdown_1.0.1/License.text: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Markdown_1.0.1/License.text -------------------------------------------------------------------------------- /Markdown_1.0.1/Markdown Readme.text: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Markdown_1.0.1/Markdown Readme.text -------------------------------------------------------------------------------- /Markdown_1.0.1/Markdown.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Markdown_1.0.1/Markdown.pl -------------------------------------------------------------------------------- /Markdownify.nvhelp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Markdownify.nvhelp -------------------------------------------------------------------------------- /MarkupPreview.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/MarkupPreview.xib -------------------------------------------------------------------------------- /MultiTextFinder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/MultiTextFinder.h -------------------------------------------------------------------------------- /MultiTextFinder.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/MultiTextFinder.m -------------------------------------------------------------------------------- /MultiplePageView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/MultiplePageView.h -------------------------------------------------------------------------------- /MultiplePageView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/MultiplePageView.m -------------------------------------------------------------------------------- /NSBezierPath_NV.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/NSBezierPath_NV.h -------------------------------------------------------------------------------- /NSBezierPath_NV.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/NSBezierPath_NV.m -------------------------------------------------------------------------------- /NSCollection_utils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/NSCollection_utils.h -------------------------------------------------------------------------------- /NSCollection_utils.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/NSCollection_utils.m -------------------------------------------------------------------------------- /NSData_transformations.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/NSData_transformations.h -------------------------------------------------------------------------------- /NSData_transformations.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/NSData_transformations.m -------------------------------------------------------------------------------- /NSFileManager+DirectoryLocations.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/NSFileManager+DirectoryLocations.h -------------------------------------------------------------------------------- /NSFileManager+DirectoryLocations.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/NSFileManager+DirectoryLocations.m -------------------------------------------------------------------------------- /NSFileManager_NV.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/NSFileManager_NV.h -------------------------------------------------------------------------------- /NSFileManager_NV.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/NSFileManager_NV.m -------------------------------------------------------------------------------- /NSString-Markdown.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/NSString-Markdown.h -------------------------------------------------------------------------------- /NSString-Markdown.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/NSString-Markdown.m -------------------------------------------------------------------------------- /NSString_CustomTruncation.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/NSString_CustomTruncation.h -------------------------------------------------------------------------------- /NSString_CustomTruncation.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/NSString_CustomTruncation.m -------------------------------------------------------------------------------- /NSString_Markdown.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/NSString_Markdown.h -------------------------------------------------------------------------------- /NSString_Markdown.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/NSString_Markdown.m -------------------------------------------------------------------------------- /NSString_MultiMarkdown.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/NSString_MultiMarkdown.h -------------------------------------------------------------------------------- /NSString_MultiMarkdown.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/NSString_MultiMarkdown.m -------------------------------------------------------------------------------- /NSString_NV.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/NSString_NV.h -------------------------------------------------------------------------------- /NSString_NV.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/NSString_NV.m -------------------------------------------------------------------------------- /NSString_Textile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/NSString_Textile.h -------------------------------------------------------------------------------- /NSString_Textile.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/NSString_Textile.m -------------------------------------------------------------------------------- /NSTextFinder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/NSTextFinder.h -------------------------------------------------------------------------------- /NSTextFinder_LastFind.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/NSTextFinder_LastFind.m -------------------------------------------------------------------------------- /NVPasswordGenerator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/NVPasswordGenerator.h -------------------------------------------------------------------------------- /NVPasswordGenerator.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/NVPasswordGenerator.m -------------------------------------------------------------------------------- /Notality.icns: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Notality.icns -------------------------------------------------------------------------------- /Notation.freqorder: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Notation.freqorder -------------------------------------------------------------------------------- /Notation.launchorder: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Notation.launchorder -------------------------------------------------------------------------------- /Notation.sdef: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Notation.sdef -------------------------------------------------------------------------------- /Notation.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Notation.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /Notation.xcodeproj/xcshareddata/xcschemes/Notation Develop.xcscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Notation.xcodeproj/xcshareddata/xcschemes/Notation Develop.xcscheme -------------------------------------------------------------------------------- /Notation.xcodeproj/xcshareddata/xcschemes/Notation Release.xcscheme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Notation.xcodeproj/xcshareddata/xcschemes/Notation Release.xcscheme -------------------------------------------------------------------------------- /NotationController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/NotationController.h -------------------------------------------------------------------------------- /NotationController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/NotationController.m -------------------------------------------------------------------------------- /NotationDirectoryManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/NotationDirectoryManager.h -------------------------------------------------------------------------------- /NotationDirectoryManager.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/NotationDirectoryManager.m -------------------------------------------------------------------------------- /NotationFileManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/NotationFileManager.h -------------------------------------------------------------------------------- /NotationFileManager.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/NotationFileManager.m -------------------------------------------------------------------------------- /NotationPrefs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/NotationPrefs.h -------------------------------------------------------------------------------- /NotationPrefs.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/NotationPrefs.m -------------------------------------------------------------------------------- /NotationPrefsViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/NotationPrefsViewController.h -------------------------------------------------------------------------------- /NotationPrefsViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/NotationPrefsViewController.m -------------------------------------------------------------------------------- /NotationSyncServiceManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/NotationSyncServiceManager.h -------------------------------------------------------------------------------- /NotationSyncServiceManager.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/NotationSyncServiceManager.m -------------------------------------------------------------------------------- /Notation_Prefix.pch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Notation_Prefix.pch -------------------------------------------------------------------------------- /NoteAttributeColumn.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/NoteAttributeColumn.h -------------------------------------------------------------------------------- /NoteAttributeColumn.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/NoteAttributeColumn.m -------------------------------------------------------------------------------- /NoteObject.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/NoteObject.h -------------------------------------------------------------------------------- /NoteObject.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/NoteObject.m -------------------------------------------------------------------------------- /NotesTableCornerView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/NotesTableCornerView.h -------------------------------------------------------------------------------- /NotesTableCornerView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/NotesTableCornerView.m -------------------------------------------------------------------------------- /NotesTableHeaderCell.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/NotesTableHeaderCell.h -------------------------------------------------------------------------------- /NotesTableHeaderCell.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/NotesTableHeaderCell.m -------------------------------------------------------------------------------- /NotesTableView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/NotesTableView.h -------------------------------------------------------------------------------- /NotesTableView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/NotesTableView.m -------------------------------------------------------------------------------- /ODBEditor/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/ODBEditor/LICENSE.txt -------------------------------------------------------------------------------- /ODBEditor/NSAppleEventDescriptor-Extensions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/ODBEditor/NSAppleEventDescriptor-Extensions.h -------------------------------------------------------------------------------- /ODBEditor/NSAppleEventDescriptor-Extensions.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/ODBEditor/NSAppleEventDescriptor-Extensions.m -------------------------------------------------------------------------------- /ODBEditor/ODBEditor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/ODBEditor/ODBEditor.h -------------------------------------------------------------------------------- /ODBEditor/ODBEditor.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/ODBEditor/ODBEditor.m -------------------------------------------------------------------------------- /ODBEditor/ODBEditorSuite.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/ODBEditor/ODBEditorSuite.h -------------------------------------------------------------------------------- /PTHotKeys/PTHotKey.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/PTHotKeys/PTHotKey.h -------------------------------------------------------------------------------- /PTHotKeys/PTHotKey.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/PTHotKeys/PTHotKey.m -------------------------------------------------------------------------------- /PTHotKeys/PTHotKeyCenter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/PTHotKeys/PTHotKeyCenter.h -------------------------------------------------------------------------------- /PTHotKeys/PTHotKeyCenter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/PTHotKeys/PTHotKeyCenter.m -------------------------------------------------------------------------------- /PTHotKeys/PTKeyBroadcaster.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/PTHotKeys/PTKeyBroadcaster.h -------------------------------------------------------------------------------- /PTHotKeys/PTKeyBroadcaster.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/PTHotKeys/PTKeyBroadcaster.m -------------------------------------------------------------------------------- /PTHotKeys/PTKeyCodes.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/PTHotKeys/PTKeyCodes.plist -------------------------------------------------------------------------------- /PTHotKeys/PTKeyCombo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/PTHotKeys/PTKeyCombo.h -------------------------------------------------------------------------------- /PTHotKeys/PTKeyCombo.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/PTHotKeys/PTKeyCombo.m -------------------------------------------------------------------------------- /PTHotKeys/PTKeyComboPanel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/PTHotKeys/PTKeyComboPanel.h -------------------------------------------------------------------------------- /PTHotKeys/PTKeyComboPanel.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/PTHotKeys/PTKeyComboPanel.m -------------------------------------------------------------------------------- /PassphraseChanger.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/PassphraseChanger.h -------------------------------------------------------------------------------- /PassphraseChanger.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/PassphraseChanger.m -------------------------------------------------------------------------------- /PassphrasePicker.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/PassphrasePicker.h -------------------------------------------------------------------------------- /PassphrasePicker.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/PassphrasePicker.m -------------------------------------------------------------------------------- /PassphraseRetriever.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/PassphraseRetriever.h -------------------------------------------------------------------------------- /PassphraseRetriever.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/PassphraseRetriever.m -------------------------------------------------------------------------------- /PrefsWindowController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/PrefsWindowController.h -------------------------------------------------------------------------------- /PrefsWindowController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/PrefsWindowController.m -------------------------------------------------------------------------------- /PreviewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/PreviewController.h -------------------------------------------------------------------------------- /PreviewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/PreviewController.m -------------------------------------------------------------------------------- /QuickSearchTable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/QuickSearchTable.h -------------------------------------------------------------------------------- /QuickSearchTable.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/QuickSearchTable.m -------------------------------------------------------------------------------- /RBSplitView/RBSplitSubview.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/RBSplitView/RBSplitSubview.h -------------------------------------------------------------------------------- /RBSplitView/RBSplitSubview.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/RBSplitView/RBSplitSubview.m -------------------------------------------------------------------------------- /RBSplitView/RBSplitView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/RBSplitView/RBSplitView.h -------------------------------------------------------------------------------- /RBSplitView/RBSplitView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/RBSplitView/RBSplitView.m -------------------------------------------------------------------------------- /RBSplitView/RBSplitViewPrivateDefines.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/RBSplitView/RBSplitViewPrivateDefines.h -------------------------------------------------------------------------------- /README.markdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/README.markdown -------------------------------------------------------------------------------- /SFPasswordAssistantInspectorController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/SFPasswordAssistantInspectorController.h -------------------------------------------------------------------------------- /SaveHTMLPreview.nib/designable.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/SaveHTMLPreview.nib/designable.nib -------------------------------------------------------------------------------- /SaveHTMLPreview.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/SaveHTMLPreview.nib/keyedobjects.nib -------------------------------------------------------------------------------- /SavedSearchesController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/SavedSearchesController.m -------------------------------------------------------------------------------- /SearchCommand.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/SearchCommand.h -------------------------------------------------------------------------------- /SearchCommand.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/SearchCommand.m -------------------------------------------------------------------------------- /SecureTextEntryManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/SecureTextEntryManager.h -------------------------------------------------------------------------------- /SecureTextEntryManager.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/SecureTextEntryManager.m -------------------------------------------------------------------------------- /SimperiumConfig-example.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/SimperiumConfig-example.h -------------------------------------------------------------------------------- /SimplenoteEntryCollector.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/SimplenoteEntryCollector.h -------------------------------------------------------------------------------- /SimplenoteEntryCollector.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/SimplenoteEntryCollector.m -------------------------------------------------------------------------------- /SimplenoteSession.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/SimplenoteSession.h -------------------------------------------------------------------------------- /SimplenoteSession.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/SimplenoteSession.m -------------------------------------------------------------------------------- /Spaces.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Spaces.c -------------------------------------------------------------------------------- /Spaces.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Spaces.h -------------------------------------------------------------------------------- /Sparkle.framework/Headers: -------------------------------------------------------------------------------- 1 | Versions/Current/Headers -------------------------------------------------------------------------------- /Sparkle.framework/Resources: -------------------------------------------------------------------------------- 1 | Versions/Current/Resources -------------------------------------------------------------------------------- /Sparkle.framework/Sparkle: -------------------------------------------------------------------------------- 1 | Versions/Current/Sparkle -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Headers/SUAppcast.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Sparkle.framework/Versions/A/Headers/SUAppcast.h -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Headers/SUAppcastItem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Sparkle.framework/Versions/A/Headers/SUAppcastItem.h -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Headers/SUUpdater.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Sparkle.framework/Versions/A/Headers/SUUpdater.h -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Headers/SUVersionComparisonProtocol.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Sparkle.framework/Versions/A/Headers/SUVersionComparisonProtocol.h -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Headers/Sparkle.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Sparkle.framework/Versions/A/Headers/Sparkle.h -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Sparkle.framework/Versions/A/Resources/Info.plist -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/License.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Sparkle.framework/Versions/A/Resources/License.txt -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/SUModelTranslation.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Sparkle.framework/Versions/A/Resources/SUModelTranslation.plist -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/SUStatus.nib/classes.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Sparkle.framework/Versions/A/Resources/SUStatus.nib/classes.nib -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/SUStatus.nib/info.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Sparkle.framework/Versions/A/Resources/SUStatus.nib/info.nib -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/SUStatus.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Sparkle.framework/Versions/A/Resources/SUStatus.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/de.lproj/SUAutomaticUpdateAlert.nib/classes.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Sparkle.framework/Versions/A/Resources/de.lproj/SUAutomaticUpdateAlert.nib/classes.nib -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/de.lproj/SUAutomaticUpdateAlert.nib/info.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Sparkle.framework/Versions/A/Resources/de.lproj/SUAutomaticUpdateAlert.nib/info.nib -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/de.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Sparkle.framework/Versions/A/Resources/de.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/de.lproj/SUUpdateAlert.nib/classes.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Sparkle.framework/Versions/A/Resources/de.lproj/SUUpdateAlert.nib/classes.nib -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/de.lproj/SUUpdateAlert.nib/info.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Sparkle.framework/Versions/A/Resources/de.lproj/SUUpdateAlert.nib/info.nib -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/de.lproj/SUUpdateAlert.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Sparkle.framework/Versions/A/Resources/de.lproj/SUUpdateAlert.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/de.lproj/SUUpdatePermissionPrompt.nib/classes.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Sparkle.framework/Versions/A/Resources/de.lproj/SUUpdatePermissionPrompt.nib/classes.nib -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/de.lproj/SUUpdatePermissionPrompt.nib/info.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Sparkle.framework/Versions/A/Resources/de.lproj/SUUpdatePermissionPrompt.nib/info.nib -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/de.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Sparkle.framework/Versions/A/Resources/de.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/de.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Sparkle.framework/Versions/A/Resources/de.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/en.lproj/SUAutomaticUpdateAlert.nib/classes.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Sparkle.framework/Versions/A/Resources/en.lproj/SUAutomaticUpdateAlert.nib/classes.nib -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/en.lproj/SUAutomaticUpdateAlert.nib/info.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Sparkle.framework/Versions/A/Resources/en.lproj/SUAutomaticUpdateAlert.nib/info.nib -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/en.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Sparkle.framework/Versions/A/Resources/en.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/en.lproj/SUUpdateAlert.nib/classes.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Sparkle.framework/Versions/A/Resources/en.lproj/SUUpdateAlert.nib/classes.nib -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/en.lproj/SUUpdateAlert.nib/info.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Sparkle.framework/Versions/A/Resources/en.lproj/SUUpdateAlert.nib/info.nib -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/en.lproj/SUUpdateAlert.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Sparkle.framework/Versions/A/Resources/en.lproj/SUUpdateAlert.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/en.lproj/SUUpdatePermissionPrompt.nib/classes.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Sparkle.framework/Versions/A/Resources/en.lproj/SUUpdatePermissionPrompt.nib/classes.nib -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/en.lproj/SUUpdatePermissionPrompt.nib/info.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Sparkle.framework/Versions/A/Resources/en.lproj/SUUpdatePermissionPrompt.nib/info.nib -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/en.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Sparkle.framework/Versions/A/Resources/en.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/en.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Sparkle.framework/Versions/A/Resources/en.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/es.lproj/SUAutomaticUpdateAlert.nib/classes.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Sparkle.framework/Versions/A/Resources/es.lproj/SUAutomaticUpdateAlert.nib/classes.nib -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/es.lproj/SUAutomaticUpdateAlert.nib/info.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Sparkle.framework/Versions/A/Resources/es.lproj/SUAutomaticUpdateAlert.nib/info.nib -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/es.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Sparkle.framework/Versions/A/Resources/es.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/es.lproj/SUUpdateAlert.nib/classes.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Sparkle.framework/Versions/A/Resources/es.lproj/SUUpdateAlert.nib/classes.nib -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/es.lproj/SUUpdateAlert.nib/info.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Sparkle.framework/Versions/A/Resources/es.lproj/SUUpdateAlert.nib/info.nib -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/es.lproj/SUUpdateAlert.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Sparkle.framework/Versions/A/Resources/es.lproj/SUUpdateAlert.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/es.lproj/SUUpdatePermissionPrompt.nib/classes.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Sparkle.framework/Versions/A/Resources/es.lproj/SUUpdatePermissionPrompt.nib/classes.nib -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/es.lproj/SUUpdatePermissionPrompt.nib/info.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Sparkle.framework/Versions/A/Resources/es.lproj/SUUpdatePermissionPrompt.nib/info.nib -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/es.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Sparkle.framework/Versions/A/Resources/es.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/es.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Sparkle.framework/Versions/A/Resources/es.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/fr.lproj/SUAutomaticUpdateAlert.nib/classes.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Sparkle.framework/Versions/A/Resources/fr.lproj/SUAutomaticUpdateAlert.nib/classes.nib -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/fr.lproj/SUAutomaticUpdateAlert.nib/info.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Sparkle.framework/Versions/A/Resources/fr.lproj/SUAutomaticUpdateAlert.nib/info.nib -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/fr.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Sparkle.framework/Versions/A/Resources/fr.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/fr.lproj/SUUpdateAlert.nib/classes.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Sparkle.framework/Versions/A/Resources/fr.lproj/SUUpdateAlert.nib/classes.nib -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/fr.lproj/SUUpdateAlert.nib/info.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Sparkle.framework/Versions/A/Resources/fr.lproj/SUUpdateAlert.nib/info.nib -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/fr.lproj/SUUpdateAlert.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Sparkle.framework/Versions/A/Resources/fr.lproj/SUUpdateAlert.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/fr.lproj/SUUpdatePermissionPrompt.nib/classes.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Sparkle.framework/Versions/A/Resources/fr.lproj/SUUpdatePermissionPrompt.nib/classes.nib -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/fr.lproj/SUUpdatePermissionPrompt.nib/info.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Sparkle.framework/Versions/A/Resources/fr.lproj/SUUpdatePermissionPrompt.nib/info.nib -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/fr.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Sparkle.framework/Versions/A/Resources/fr.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/fr.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Sparkle.framework/Versions/A/Resources/fr.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/it.lproj/SUAutomaticUpdateAlert.nib/classes.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Sparkle.framework/Versions/A/Resources/it.lproj/SUAutomaticUpdateAlert.nib/classes.nib -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/it.lproj/SUAutomaticUpdateAlert.nib/info.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Sparkle.framework/Versions/A/Resources/it.lproj/SUAutomaticUpdateAlert.nib/info.nib -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/it.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Sparkle.framework/Versions/A/Resources/it.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/it.lproj/SUUpdateAlert.nib/classes.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Sparkle.framework/Versions/A/Resources/it.lproj/SUUpdateAlert.nib/classes.nib -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/it.lproj/SUUpdateAlert.nib/info.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Sparkle.framework/Versions/A/Resources/it.lproj/SUUpdateAlert.nib/info.nib -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/it.lproj/SUUpdateAlert.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Sparkle.framework/Versions/A/Resources/it.lproj/SUUpdateAlert.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/it.lproj/SUUpdatePermissionPrompt.nib/classes.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Sparkle.framework/Versions/A/Resources/it.lproj/SUUpdatePermissionPrompt.nib/classes.nib -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/it.lproj/SUUpdatePermissionPrompt.nib/info.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Sparkle.framework/Versions/A/Resources/it.lproj/SUUpdatePermissionPrompt.nib/info.nib -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/it.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Sparkle.framework/Versions/A/Resources/it.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/it.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Sparkle.framework/Versions/A/Resources/it.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/nl.lproj/SUAutomaticUpdateAlert.nib/classes.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Sparkle.framework/Versions/A/Resources/nl.lproj/SUAutomaticUpdateAlert.nib/classes.nib -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/nl.lproj/SUAutomaticUpdateAlert.nib/info.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Sparkle.framework/Versions/A/Resources/nl.lproj/SUAutomaticUpdateAlert.nib/info.nib -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/nl.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Sparkle.framework/Versions/A/Resources/nl.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/nl.lproj/SUUpdateAlert.nib/classes.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Sparkle.framework/Versions/A/Resources/nl.lproj/SUUpdateAlert.nib/classes.nib -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/nl.lproj/SUUpdateAlert.nib/info.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Sparkle.framework/Versions/A/Resources/nl.lproj/SUUpdateAlert.nib/info.nib -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/nl.lproj/SUUpdateAlert.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Sparkle.framework/Versions/A/Resources/nl.lproj/SUUpdateAlert.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/nl.lproj/SUUpdatePermissionPrompt.nib/classes.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Sparkle.framework/Versions/A/Resources/nl.lproj/SUUpdatePermissionPrompt.nib/classes.nib -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/nl.lproj/SUUpdatePermissionPrompt.nib/info.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Sparkle.framework/Versions/A/Resources/nl.lproj/SUUpdatePermissionPrompt.nib/info.nib -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/nl.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Sparkle.framework/Versions/A/Resources/nl.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/nl.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Sparkle.framework/Versions/A/Resources/nl.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/relaunch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Sparkle.framework/Versions/A/Resources/relaunch -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/ru.lproj/SUAutomaticUpdateAlert.nib/classes.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Sparkle.framework/Versions/A/Resources/ru.lproj/SUAutomaticUpdateAlert.nib/classes.nib -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/ru.lproj/SUAutomaticUpdateAlert.nib/info.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Sparkle.framework/Versions/A/Resources/ru.lproj/SUAutomaticUpdateAlert.nib/info.nib -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/ru.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Sparkle.framework/Versions/A/Resources/ru.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/ru.lproj/SUUpdateAlert.nib/classes.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Sparkle.framework/Versions/A/Resources/ru.lproj/SUUpdateAlert.nib/classes.nib -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/ru.lproj/SUUpdateAlert.nib/info.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Sparkle.framework/Versions/A/Resources/ru.lproj/SUUpdateAlert.nib/info.nib -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/ru.lproj/SUUpdateAlert.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Sparkle.framework/Versions/A/Resources/ru.lproj/SUUpdateAlert.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/ru.lproj/SUUpdatePermissionPrompt.nib/classes.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Sparkle.framework/Versions/A/Resources/ru.lproj/SUUpdatePermissionPrompt.nib/classes.nib -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/ru.lproj/SUUpdatePermissionPrompt.nib/info.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Sparkle.framework/Versions/A/Resources/ru.lproj/SUUpdatePermissionPrompt.nib/info.nib -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/ru.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Sparkle.framework/Versions/A/Resources/ru.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/ru.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Sparkle.framework/Versions/A/Resources/ru.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/sv.lproj/SUAutomaticUpdateAlert.nib/classes.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Sparkle.framework/Versions/A/Resources/sv.lproj/SUAutomaticUpdateAlert.nib/classes.nib -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/sv.lproj/SUAutomaticUpdateAlert.nib/info.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Sparkle.framework/Versions/A/Resources/sv.lproj/SUAutomaticUpdateAlert.nib/info.nib -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/sv.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Sparkle.framework/Versions/A/Resources/sv.lproj/SUAutomaticUpdateAlert.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/sv.lproj/SUUpdateAlert.nib/classes.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Sparkle.framework/Versions/A/Resources/sv.lproj/SUUpdateAlert.nib/classes.nib -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/sv.lproj/SUUpdateAlert.nib/info.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Sparkle.framework/Versions/A/Resources/sv.lproj/SUUpdateAlert.nib/info.nib -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/sv.lproj/SUUpdateAlert.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Sparkle.framework/Versions/A/Resources/sv.lproj/SUUpdateAlert.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/sv.lproj/SUUpdatePermissionPrompt.nib/classes.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Sparkle.framework/Versions/A/Resources/sv.lproj/SUUpdatePermissionPrompt.nib/classes.nib -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/sv.lproj/SUUpdatePermissionPrompt.nib/info.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Sparkle.framework/Versions/A/Resources/sv.lproj/SUUpdatePermissionPrompt.nib/info.nib -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/sv.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Sparkle.framework/Versions/A/Resources/sv.lproj/SUUpdatePermissionPrompt.nib/keyedobjects.nib -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Resources/sv.lproj/Sparkle.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Sparkle.framework/Versions/A/Resources/sv.lproj/Sparkle.strings -------------------------------------------------------------------------------- /Sparkle.framework/Versions/A/Sparkle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Sparkle.framework/Versions/A/Sparkle -------------------------------------------------------------------------------- /Sparkle.framework/Versions/Current: -------------------------------------------------------------------------------- 1 | A -------------------------------------------------------------------------------- /SplitViewDimple.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/SplitViewDimple.tif -------------------------------------------------------------------------------- /SplitViewDimple2.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/SplitViewDimple2.tif -------------------------------------------------------------------------------- /StatusItemView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/StatusItemView.h -------------------------------------------------------------------------------- /StatusItemView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/StatusItemView.m -------------------------------------------------------------------------------- /StickiesDocument.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/StickiesDocument.h -------------------------------------------------------------------------------- /StickiesDocument.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/StickiesDocument.m -------------------------------------------------------------------------------- /SyncResponseFetcher.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/SyncResponseFetcher.h -------------------------------------------------------------------------------- /SyncResponseFetcher.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/SyncResponseFetcher.m -------------------------------------------------------------------------------- /SyncServiceSessionProtocol.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/SyncServiceSessionProtocol.h -------------------------------------------------------------------------------- /SyncSessionController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/SyncSessionController.h -------------------------------------------------------------------------------- /SyncSessionController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/SyncSessionController.m -------------------------------------------------------------------------------- /SynchronizedNoteMixIns.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/SynchronizedNoteMixIns.h -------------------------------------------------------------------------------- /SynchronizedNoteProtocol.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/SynchronizedNoteProtocol.h -------------------------------------------------------------------------------- /TabClose_Front.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/TabClose_Front.tif -------------------------------------------------------------------------------- /TabClose_Front_Pressed.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/TabClose_Front_Pressed.tif -------------------------------------------------------------------------------- /TabClose_Front_Rollover.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/TabClose_Front_Rollover.tif -------------------------------------------------------------------------------- /TagEditingManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/TagEditingManager.h -------------------------------------------------------------------------------- /TagEditingManager.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/TagEditingManager.m -------------------------------------------------------------------------------- /TemporaryFileCache.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/TemporaryFileCache.h -------------------------------------------------------------------------------- /TemporaryFileCache.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/TemporaryFileCache.m -------------------------------------------------------------------------------- /TemporaryFileCachePreparer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/TemporaryFileCachePreparer.h -------------------------------------------------------------------------------- /TemporaryFileCachePreparer.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/TemporaryFileCachePreparer.m -------------------------------------------------------------------------------- /Textile_2.12/Text/Textile.pm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Textile_2.12/Text/Textile.pm -------------------------------------------------------------------------------- /Textile_2.12/textilize.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/Textile_2.12/textilize.pl -------------------------------------------------------------------------------- /TitlebarButton.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/TitlebarButton.h -------------------------------------------------------------------------------- /TitlebarButton.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/TitlebarButton.m -------------------------------------------------------------------------------- /TransparentButtonFillN.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/TransparentButtonFillN.tiff -------------------------------------------------------------------------------- /TransparentButtonFillP.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/TransparentButtonFillP.tiff -------------------------------------------------------------------------------- /TransparentButtonLeftN.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/TransparentButtonLeftN.tiff -------------------------------------------------------------------------------- /TransparentButtonLeftP.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/TransparentButtonLeftP.tiff -------------------------------------------------------------------------------- /TransparentButtonRightN.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/TransparentButtonRightN.tiff -------------------------------------------------------------------------------- /TransparentButtonRightP.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/TransparentButtonRightP.tiff -------------------------------------------------------------------------------- /TransparentScrollerKnobBottom.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/TransparentScrollerKnobBottom.tif -------------------------------------------------------------------------------- /TransparentScrollerKnobTop.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/TransparentScrollerKnobTop.tif -------------------------------------------------------------------------------- /TransparentScrollerKnobVerticalFill.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/TransparentScrollerKnobVerticalFill.tif -------------------------------------------------------------------------------- /TransparentScrollerSlotBottom.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/TransparentScrollerSlotBottom.tif -------------------------------------------------------------------------------- /TransparentScrollerSlotTop.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/TransparentScrollerSlotTop.tif -------------------------------------------------------------------------------- /TransparentScrollerSlotVerticalFill.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/TransparentScrollerSlotVerticalFill.tif -------------------------------------------------------------------------------- /URLGetter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/URLGetter.h -------------------------------------------------------------------------------- /URLGetter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/URLGetter.m -------------------------------------------------------------------------------- /UnifiedCell.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/UnifiedCell.h -------------------------------------------------------------------------------- /UnifiedCell.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/UnifiedCell.m -------------------------------------------------------------------------------- /WALController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/WALController.h -------------------------------------------------------------------------------- /WALController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/WALController.m -------------------------------------------------------------------------------- /WhiteTransparentScroller.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/WhiteTransparentScroller.h -------------------------------------------------------------------------------- /WhiteTransparentScroller.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/WhiteTransparentScroller.m -------------------------------------------------------------------------------- /WordCountToken.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/WordCountToken.h -------------------------------------------------------------------------------- /WordCountToken.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/WordCountToken.m -------------------------------------------------------------------------------- /broken_md5.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/broken_md5.c -------------------------------------------------------------------------------- /broken_md5.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/broken_md5.h -------------------------------------------------------------------------------- /custom.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/custom.css -------------------------------------------------------------------------------- /customclean.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/customclean.css -------------------------------------------------------------------------------- /de.lproj/BlorPasswordRetriever.nib/designable.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/de.lproj/BlorPasswordRetriever.nib/designable.nib -------------------------------------------------------------------------------- /de.lproj/BlorPasswordRetriever.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/de.lproj/BlorPasswordRetriever.nib/keyedobjects.nib -------------------------------------------------------------------------------- /de.lproj/CarbonErrorStrings.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/de.lproj/CarbonErrorStrings.plist -------------------------------------------------------------------------------- /de.lproj/Contact.nvhelp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/de.lproj/Contact.nvhelp -------------------------------------------------------------------------------- /de.lproj/DeletionManager.nib/designable.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/de.lproj/DeletionManager.nib/designable.nib -------------------------------------------------------------------------------- /de.lproj/DeletionManager.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/de.lproj/DeletionManager.nib/keyedobjects.nib -------------------------------------------------------------------------------- /de.lproj/EncodingsManager.nib/designable.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/de.lproj/EncodingsManager.nib/designable.nib -------------------------------------------------------------------------------- /de.lproj/EncodingsManager.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/de.lproj/EncodingsManager.nib/keyedobjects.nib -------------------------------------------------------------------------------- /de.lproj/Excruciatingly Useful Shortcuts.nvhelp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/de.lproj/Excruciatingly Useful Shortcuts.nvhelp -------------------------------------------------------------------------------- /de.lproj/ExporterManager.nib/designable.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/de.lproj/ExporterManager.nib/designable.nib -------------------------------------------------------------------------------- /de.lproj/ExporterManager.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/de.lproj/ExporterManager.nib/keyedobjects.nib -------------------------------------------------------------------------------- /de.lproj/FindPanel.nib/designable.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/de.lproj/FindPanel.nib/designable.nib -------------------------------------------------------------------------------- /de.lproj/FindPanel.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/de.lproj/FindPanel.nib/keyedobjects.nib -------------------------------------------------------------------------------- /de.lproj/FindPanel.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/de.lproj/FindPanel.strings -------------------------------------------------------------------------------- /de.lproj/How does this thing work?.nvhelp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/de.lproj/How does this thing work?.nvhelp -------------------------------------------------------------------------------- /de.lproj/ImporterAccessory.nib/designable.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/de.lproj/ImporterAccessory.nib/designable.nib -------------------------------------------------------------------------------- /de.lproj/ImporterAccessory.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/de.lproj/ImporterAccessory.nib/keyedobjects.nib -------------------------------------------------------------------------------- /de.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/de.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /de.lproj/KeyDerivationManager.nib/designable.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/de.lproj/KeyDerivationManager.nib/designable.nib -------------------------------------------------------------------------------- /de.lproj/KeyDerivationManager.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/de.lproj/KeyDerivationManager.nib/keyedobjects.nib -------------------------------------------------------------------------------- /de.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/de.lproj/Localizable.strings -------------------------------------------------------------------------------- /de.lproj/MainMenu.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/de.lproj/MainMenu.xib -------------------------------------------------------------------------------- /de.lproj/MarkupPreview.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/de.lproj/MarkupPreview.xib -------------------------------------------------------------------------------- /de.lproj/NotationPrefsView.nib/designable.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/de.lproj/NotationPrefsView.nib/designable.nib -------------------------------------------------------------------------------- /de.lproj/NotationPrefsView.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/de.lproj/NotationPrefsView.nib/keyedobjects.nib -------------------------------------------------------------------------------- /de.lproj/PTKeyComboPanel.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/de.lproj/PTKeyComboPanel.xib -------------------------------------------------------------------------------- /de.lproj/PassphraseChanger.nib/designable.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/de.lproj/PassphraseChanger.nib/designable.nib -------------------------------------------------------------------------------- /de.lproj/PassphraseChanger.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/de.lproj/PassphraseChanger.nib/keyedobjects.nib -------------------------------------------------------------------------------- /de.lproj/PassphrasePicker.nib/designable.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/de.lproj/PassphrasePicker.nib/designable.nib -------------------------------------------------------------------------------- /de.lproj/PassphrasePicker.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/de.lproj/PassphrasePicker.nib/keyedobjects.nib -------------------------------------------------------------------------------- /de.lproj/PassphraseRetriever.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/de.lproj/PassphraseRetriever.xib -------------------------------------------------------------------------------- /de.lproj/Preferences.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/de.lproj/Preferences.xib -------------------------------------------------------------------------------- /de.lproj/SaveHTMLPreview.nib/designable.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/de.lproj/SaveHTMLPreview.nib/designable.nib -------------------------------------------------------------------------------- /de.lproj/SaveHTMLPreview.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/de.lproj/SaveHTMLPreview.nib/keyedobjects.nib -------------------------------------------------------------------------------- /de.lproj/SavedSearches.nib/designable.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/de.lproj/SavedSearches.nib/designable.nib -------------------------------------------------------------------------------- /de.lproj/SavedSearches.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/de.lproj/SavedSearches.nib/keyedobjects.nib -------------------------------------------------------------------------------- /de.lproj/ServicesMenu.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/de.lproj/ServicesMenu.strings -------------------------------------------------------------------------------- /de.lproj/TagEditingManager.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/de.lproj/TagEditingManager.xib -------------------------------------------------------------------------------- /de.lproj/This is the title of a note.nvhelp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/de.lproj/This is the title of a note.nvhelp -------------------------------------------------------------------------------- /de.lproj/URLGetter.nib/designable.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/de.lproj/URLGetter.nib/designable.nib -------------------------------------------------------------------------------- /de.lproj/URLGetter.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/de.lproj/URLGetter.nib/keyedobjects.nib -------------------------------------------------------------------------------- /dsa_pub.pem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/dsa_pub.pem -------------------------------------------------------------------------------- /en.lproj/BlorPasswordRetriever.nib/designable.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/en.lproj/BlorPasswordRetriever.nib/designable.nib -------------------------------------------------------------------------------- /en.lproj/BlorPasswordRetriever.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/en.lproj/BlorPasswordRetriever.nib/keyedobjects.nib -------------------------------------------------------------------------------- /en.lproj/CarbonErrorStrings.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/en.lproj/CarbonErrorStrings.plist -------------------------------------------------------------------------------- /en.lproj/Contact.nvhelp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/en.lproj/Contact.nvhelp -------------------------------------------------------------------------------- /en.lproj/DeletionManager.nib/designable.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/en.lproj/DeletionManager.nib/designable.nib -------------------------------------------------------------------------------- /en.lproj/DeletionManager.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/en.lproj/DeletionManager.nib/keyedobjects.nib -------------------------------------------------------------------------------- /en.lproj/EncodingsManager.nib/designable.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/en.lproj/EncodingsManager.nib/designable.nib -------------------------------------------------------------------------------- /en.lproj/EncodingsManager.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/en.lproj/EncodingsManager.nib/keyedobjects.nib -------------------------------------------------------------------------------- /en.lproj/Excruciatingly Useful Shortcuts.nvhelp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/en.lproj/Excruciatingly Useful Shortcuts.nvhelp -------------------------------------------------------------------------------- /en.lproj/ExporterManager.nib/designable.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/en.lproj/ExporterManager.nib/designable.nib -------------------------------------------------------------------------------- /en.lproj/ExporterManager.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/en.lproj/ExporterManager.nib/keyedobjects.nib -------------------------------------------------------------------------------- /en.lproj/FindPanel.nib/designable.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/en.lproj/FindPanel.nib/designable.nib -------------------------------------------------------------------------------- /en.lproj/FindPanel.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/en.lproj/FindPanel.nib/keyedobjects.nib -------------------------------------------------------------------------------- /en.lproj/FindPanel.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/en.lproj/FindPanel.strings -------------------------------------------------------------------------------- /en.lproj/How does this thing work?.nvhelp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/en.lproj/How does this thing work?.nvhelp -------------------------------------------------------------------------------- /en.lproj/ImporterAccessory.nib/designable.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/en.lproj/ImporterAccessory.nib/designable.nib -------------------------------------------------------------------------------- /en.lproj/ImporterAccessory.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/en.lproj/ImporterAccessory.nib/keyedobjects.nib -------------------------------------------------------------------------------- /en.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- 1 | /* Localized versions of Info.plist keys */ 2 | 3 | CFBundleName = "nvALT"; -------------------------------------------------------------------------------- /en.lproj/KeyDerivationManager.nib/designable.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/en.lproj/KeyDerivationManager.nib/designable.nib -------------------------------------------------------------------------------- /en.lproj/KeyDerivationManager.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/en.lproj/KeyDerivationManager.nib/keyedobjects.nib -------------------------------------------------------------------------------- /en.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/en.lproj/Localizable.strings -------------------------------------------------------------------------------- /en.lproj/MainMenu.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/en.lproj/MainMenu.xib -------------------------------------------------------------------------------- /en.lproj/MarkupPreview.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/en.lproj/MarkupPreview.xib -------------------------------------------------------------------------------- /en.lproj/NotationPrefsView.nib/designable.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/en.lproj/NotationPrefsView.nib/designable.nib -------------------------------------------------------------------------------- /en.lproj/NotationPrefsView.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/en.lproj/NotationPrefsView.nib/keyedobjects.nib -------------------------------------------------------------------------------- /en.lproj/PTKeyComboPanel.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/en.lproj/PTKeyComboPanel.xib -------------------------------------------------------------------------------- /en.lproj/PassphraseChanger.nib/designable.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/en.lproj/PassphraseChanger.nib/designable.nib -------------------------------------------------------------------------------- /en.lproj/PassphraseChanger.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/en.lproj/PassphraseChanger.nib/keyedobjects.nib -------------------------------------------------------------------------------- /en.lproj/PassphrasePicker.nib/designable.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/en.lproj/PassphrasePicker.nib/designable.nib -------------------------------------------------------------------------------- /en.lproj/PassphrasePicker.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/en.lproj/PassphrasePicker.nib/keyedobjects.nib -------------------------------------------------------------------------------- /en.lproj/PassphraseRetriever.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/en.lproj/PassphraseRetriever.xib -------------------------------------------------------------------------------- /en.lproj/Preferences.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/en.lproj/Preferences.xib -------------------------------------------------------------------------------- /en.lproj/SaveHTMLPreview.nib/designable.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/en.lproj/SaveHTMLPreview.nib/designable.nib -------------------------------------------------------------------------------- /en.lproj/SaveHTMLPreview.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/en.lproj/SaveHTMLPreview.nib/keyedobjects.nib -------------------------------------------------------------------------------- /en.lproj/SavedSearches.nib/designable.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/en.lproj/SavedSearches.nib/designable.nib -------------------------------------------------------------------------------- /en.lproj/SavedSearches.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/en.lproj/SavedSearches.nib/keyedobjects.nib -------------------------------------------------------------------------------- /en.lproj/ServicesMenu.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/en.lproj/ServicesMenu.strings -------------------------------------------------------------------------------- /en.lproj/TagEditingManager.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/en.lproj/TagEditingManager.xib -------------------------------------------------------------------------------- /en.lproj/This is the title of a note.nvhelp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/en.lproj/This is the title of a note.nvhelp -------------------------------------------------------------------------------- /en.lproj/URLGetter.nib/designable.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/en.lproj/URLGetter.nib/designable.nib -------------------------------------------------------------------------------- /en.lproj/URLGetter.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/en.lproj/URLGetter.nib/keyedobjects.nib -------------------------------------------------------------------------------- /fr.lproj/BlorPasswordRetriever.nib/classes.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/fr.lproj/BlorPasswordRetriever.nib/classes.nib -------------------------------------------------------------------------------- /fr.lproj/BlorPasswordRetriever.nib/info.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/fr.lproj/BlorPasswordRetriever.nib/info.nib -------------------------------------------------------------------------------- /fr.lproj/BlorPasswordRetriever.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/fr.lproj/BlorPasswordRetriever.nib/keyedobjects.nib -------------------------------------------------------------------------------- /fr.lproj/CarbonErrorStrings.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/fr.lproj/CarbonErrorStrings.plist -------------------------------------------------------------------------------- /fr.lproj/Contact.nvhelp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/fr.lproj/Contact.nvhelp -------------------------------------------------------------------------------- /fr.lproj/DeletionManager.nib/designable.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/fr.lproj/DeletionManager.nib/designable.nib -------------------------------------------------------------------------------- /fr.lproj/DeletionManager.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/fr.lproj/DeletionManager.nib/keyedobjects.nib -------------------------------------------------------------------------------- /fr.lproj/EncodingsManager.nib/designable.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/fr.lproj/EncodingsManager.nib/designable.nib -------------------------------------------------------------------------------- /fr.lproj/EncodingsManager.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/fr.lproj/EncodingsManager.nib/keyedobjects.nib -------------------------------------------------------------------------------- /fr.lproj/Excruciatingly Useful Shortcuts.nvhelp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/fr.lproj/Excruciatingly Useful Shortcuts.nvhelp -------------------------------------------------------------------------------- /fr.lproj/ExporterManager.nib/classes.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/fr.lproj/ExporterManager.nib/classes.nib -------------------------------------------------------------------------------- /fr.lproj/ExporterManager.nib/info.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/fr.lproj/ExporterManager.nib/info.nib -------------------------------------------------------------------------------- /fr.lproj/ExporterManager.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/fr.lproj/ExporterManager.nib/keyedobjects.nib -------------------------------------------------------------------------------- /fr.lproj/FindPanel.nib/classes.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/fr.lproj/FindPanel.nib/classes.nib -------------------------------------------------------------------------------- /fr.lproj/FindPanel.nib/info.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/fr.lproj/FindPanel.nib/info.nib -------------------------------------------------------------------------------- /fr.lproj/FindPanel.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/fr.lproj/FindPanel.nib/keyedobjects.nib -------------------------------------------------------------------------------- /fr.lproj/FindPanel.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/fr.lproj/FindPanel.strings -------------------------------------------------------------------------------- /fr.lproj/How does this thing work?.nvhelp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/fr.lproj/How does this thing work?.nvhelp -------------------------------------------------------------------------------- /fr.lproj/ImporterAccessory.nib/classes.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/fr.lproj/ImporterAccessory.nib/classes.nib -------------------------------------------------------------------------------- /fr.lproj/ImporterAccessory.nib/info.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/fr.lproj/ImporterAccessory.nib/info.nib -------------------------------------------------------------------------------- /fr.lproj/ImporterAccessory.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/fr.lproj/ImporterAccessory.nib/keyedobjects.nib -------------------------------------------------------------------------------- /fr.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/fr.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /fr.lproj/KeyDerivationManager.nib/designable.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/fr.lproj/KeyDerivationManager.nib/designable.nib -------------------------------------------------------------------------------- /fr.lproj/KeyDerivationManager.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/fr.lproj/KeyDerivationManager.nib/keyedobjects.nib -------------------------------------------------------------------------------- /fr.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/fr.lproj/Localizable.strings -------------------------------------------------------------------------------- /fr.lproj/MainMenu.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/fr.lproj/MainMenu.xib -------------------------------------------------------------------------------- /fr.lproj/MarkupPreview.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/fr.lproj/MarkupPreview.xib -------------------------------------------------------------------------------- /fr.lproj/NotationPrefsView.nib/designable.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/fr.lproj/NotationPrefsView.nib/designable.nib -------------------------------------------------------------------------------- /fr.lproj/NotationPrefsView.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/fr.lproj/NotationPrefsView.nib/keyedobjects.nib -------------------------------------------------------------------------------- /fr.lproj/PTKeyComboPanel.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/fr.lproj/PTKeyComboPanel.xib -------------------------------------------------------------------------------- /fr.lproj/PassphraseChanger.nib/designable.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/fr.lproj/PassphraseChanger.nib/designable.nib -------------------------------------------------------------------------------- /fr.lproj/PassphraseChanger.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/fr.lproj/PassphraseChanger.nib/keyedobjects.nib -------------------------------------------------------------------------------- /fr.lproj/PassphrasePicker.nib/designable.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/fr.lproj/PassphrasePicker.nib/designable.nib -------------------------------------------------------------------------------- /fr.lproj/PassphrasePicker.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/fr.lproj/PassphrasePicker.nib/keyedobjects.nib -------------------------------------------------------------------------------- /fr.lproj/PassphraseRetriever.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/fr.lproj/PassphraseRetriever.xib -------------------------------------------------------------------------------- /fr.lproj/Preferences.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/fr.lproj/Preferences.xib -------------------------------------------------------------------------------- /fr.lproj/Preferences_small.nib/designable.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/fr.lproj/Preferences_small.nib/designable.nib -------------------------------------------------------------------------------- /fr.lproj/Preferences_small.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/fr.lproj/Preferences_small.nib/keyedobjects.nib -------------------------------------------------------------------------------- /fr.lproj/SaveHTMLPreview.nib/designable.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/fr.lproj/SaveHTMLPreview.nib/designable.nib -------------------------------------------------------------------------------- /fr.lproj/SaveHTMLPreview.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/fr.lproj/SaveHTMLPreview.nib/keyedobjects.nib -------------------------------------------------------------------------------- /fr.lproj/SavedSearches.nib/designable.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/fr.lproj/SavedSearches.nib/designable.nib -------------------------------------------------------------------------------- /fr.lproj/SavedSearches.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/fr.lproj/SavedSearches.nib/keyedobjects.nib -------------------------------------------------------------------------------- /fr.lproj/ServicesMenu.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/fr.lproj/ServicesMenu.strings -------------------------------------------------------------------------------- /fr.lproj/TagEditingManager.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/fr.lproj/TagEditingManager.xib -------------------------------------------------------------------------------- /fr.lproj/This is the title of a note.nvhelp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/fr.lproj/This is the title of a note.nvhelp -------------------------------------------------------------------------------- /fr.lproj/URLGetter.nib/classes.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/fr.lproj/URLGetter.nib/classes.nib -------------------------------------------------------------------------------- /fr.lproj/URLGetter.nib/info.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/fr.lproj/URLGetter.nib/info.nib -------------------------------------------------------------------------------- /fr.lproj/URLGetter.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/fr.lproj/URLGetter.nib/keyedobjects.nib -------------------------------------------------------------------------------- /gen_sectorderfiles: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/gen_sectorderfiles -------------------------------------------------------------------------------- /greyscrollervertbottom.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/greyscrollervertbottom.tiff -------------------------------------------------------------------------------- /greyscrollervertbottom2.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/greyscrollervertbottom2.tiff -------------------------------------------------------------------------------- /greyscrollervertbottom3.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/greyscrollervertbottom3.tif -------------------------------------------------------------------------------- /greyscrollervertfill.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/greyscrollervertfill.tiff -------------------------------------------------------------------------------- /greyscrollervertfill2.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/greyscrollervertfill2.tiff -------------------------------------------------------------------------------- /greyscrollervertfill3.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/greyscrollervertfill3.tif -------------------------------------------------------------------------------- /greyscrollerverttop.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/greyscrollerverttop.tiff -------------------------------------------------------------------------------- /greyscrollerverttop2.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/greyscrollerverttop2.tiff -------------------------------------------------------------------------------- /greyscrollerverttop3.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/greyscrollerverttop3.tif -------------------------------------------------------------------------------- /hashcash/libsha1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/hashcash/libsha1.c -------------------------------------------------------------------------------- /hashcash/sha1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/hashcash/sha1.h -------------------------------------------------------------------------------- /hmacsha1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/hmacsha1.c -------------------------------------------------------------------------------- /hmacsha1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/hmacsha1.h -------------------------------------------------------------------------------- /idea_ossl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/idea_ossl.c -------------------------------------------------------------------------------- /idea_ossl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/idea_ossl.h -------------------------------------------------------------------------------- /it.lproj/BlorPasswordRetriever.nib/designable.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/it.lproj/BlorPasswordRetriever.nib/designable.nib -------------------------------------------------------------------------------- /it.lproj/BlorPasswordRetriever.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/it.lproj/BlorPasswordRetriever.nib/keyedobjects.nib -------------------------------------------------------------------------------- /it.lproj/CarbonErrorStrings.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/it.lproj/CarbonErrorStrings.plist -------------------------------------------------------------------------------- /it.lproj/Contact.nvhelp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/it.lproj/Contact.nvhelp -------------------------------------------------------------------------------- /it.lproj/DeletionManager.nib/designable.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/it.lproj/DeletionManager.nib/designable.nib -------------------------------------------------------------------------------- /it.lproj/DeletionManager.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/it.lproj/DeletionManager.nib/keyedobjects.nib -------------------------------------------------------------------------------- /it.lproj/EncodingsManager.nib/designable.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/it.lproj/EncodingsManager.nib/designable.nib -------------------------------------------------------------------------------- /it.lproj/EncodingsManager.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/it.lproj/EncodingsManager.nib/keyedobjects.nib -------------------------------------------------------------------------------- /it.lproj/Excruciatingly Useful Shortcuts.nvhelp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/it.lproj/Excruciatingly Useful Shortcuts.nvhelp -------------------------------------------------------------------------------- /it.lproj/ExporterManager.nib/designable.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/it.lproj/ExporterManager.nib/designable.nib -------------------------------------------------------------------------------- /it.lproj/ExporterManager.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/it.lproj/ExporterManager.nib/keyedobjects.nib -------------------------------------------------------------------------------- /it.lproj/FindPanel.nib/designable.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/it.lproj/FindPanel.nib/designable.nib -------------------------------------------------------------------------------- /it.lproj/FindPanel.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/it.lproj/FindPanel.nib/keyedobjects.nib -------------------------------------------------------------------------------- /it.lproj/FindPanel.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/it.lproj/FindPanel.strings -------------------------------------------------------------------------------- /it.lproj/How does this thing work?.nvhelp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/it.lproj/How does this thing work?.nvhelp -------------------------------------------------------------------------------- /it.lproj/ImporterAccessory.nib/designable.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/it.lproj/ImporterAccessory.nib/designable.nib -------------------------------------------------------------------------------- /it.lproj/ImporterAccessory.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/it.lproj/ImporterAccessory.nib/keyedobjects.nib -------------------------------------------------------------------------------- /it.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/it.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /it.lproj/KeyDerivationManager.nib/designable.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/it.lproj/KeyDerivationManager.nib/designable.nib -------------------------------------------------------------------------------- /it.lproj/KeyDerivationManager.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/it.lproj/KeyDerivationManager.nib/keyedobjects.nib -------------------------------------------------------------------------------- /it.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/it.lproj/Localizable.strings -------------------------------------------------------------------------------- /it.lproj/MainMenu.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/it.lproj/MainMenu.xib -------------------------------------------------------------------------------- /it.lproj/MarkupPreview.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/it.lproj/MarkupPreview.xib -------------------------------------------------------------------------------- /it.lproj/NotationPrefsView.nib/designable.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/it.lproj/NotationPrefsView.nib/designable.nib -------------------------------------------------------------------------------- /it.lproj/NotationPrefsView.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/it.lproj/NotationPrefsView.nib/keyedobjects.nib -------------------------------------------------------------------------------- /it.lproj/PTKeyComboPanel.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/it.lproj/PTKeyComboPanel.xib -------------------------------------------------------------------------------- /it.lproj/PassphraseChanger.nib/designable.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/it.lproj/PassphraseChanger.nib/designable.nib -------------------------------------------------------------------------------- /it.lproj/PassphraseChanger.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/it.lproj/PassphraseChanger.nib/keyedobjects.nib -------------------------------------------------------------------------------- /it.lproj/PassphrasePicker.nib/designable.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/it.lproj/PassphrasePicker.nib/designable.nib -------------------------------------------------------------------------------- /it.lproj/PassphrasePicker.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/it.lproj/PassphrasePicker.nib/keyedobjects.nib -------------------------------------------------------------------------------- /it.lproj/PassphraseRetriever.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/it.lproj/PassphraseRetriever.xib -------------------------------------------------------------------------------- /it.lproj/Preferences.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/it.lproj/Preferences.xib -------------------------------------------------------------------------------- /it.lproj/SaveHTMLPreview.nib/designable.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/it.lproj/SaveHTMLPreview.nib/designable.nib -------------------------------------------------------------------------------- /it.lproj/SaveHTMLPreview.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/it.lproj/SaveHTMLPreview.nib/keyedobjects.nib -------------------------------------------------------------------------------- /it.lproj/SavedSearches.nib/designable.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/it.lproj/SavedSearches.nib/designable.nib -------------------------------------------------------------------------------- /it.lproj/SavedSearches.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/it.lproj/SavedSearches.nib/keyedobjects.nib -------------------------------------------------------------------------------- /it.lproj/ServicesMenu.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/it.lproj/ServicesMenu.strings -------------------------------------------------------------------------------- /it.lproj/TagEditingManager.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/it.lproj/TagEditingManager.xib -------------------------------------------------------------------------------- /it.lproj/This is the title of a note.nvhelp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/it.lproj/This is the title of a note.nvhelp -------------------------------------------------------------------------------- /it.lproj/URLGetter.nib/designable.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/it.lproj/URLGetter.nib/designable.nib -------------------------------------------------------------------------------- /it.lproj/URLGetter.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/it.lproj/URLGetter.nib/keyedobjects.nib -------------------------------------------------------------------------------- /libcrypto.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/libcrypto.a -------------------------------------------------------------------------------- /library/openssl/aes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/library/openssl/aes.h -------------------------------------------------------------------------------- /library/openssl/asn1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/library/openssl/asn1.h -------------------------------------------------------------------------------- /library/openssl/asn1_mac.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/library/openssl/asn1_mac.h -------------------------------------------------------------------------------- /library/openssl/asn1t.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/library/openssl/asn1t.h -------------------------------------------------------------------------------- /library/openssl/bio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/library/openssl/bio.h -------------------------------------------------------------------------------- /library/openssl/blowfish.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/library/openssl/blowfish.h -------------------------------------------------------------------------------- /library/openssl/bn.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/library/openssl/bn.h -------------------------------------------------------------------------------- /library/openssl/buffer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/library/openssl/buffer.h -------------------------------------------------------------------------------- /library/openssl/camellia.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/library/openssl/camellia.h -------------------------------------------------------------------------------- /library/openssl/cast.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/library/openssl/cast.h -------------------------------------------------------------------------------- /library/openssl/cmac.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/library/openssl/cmac.h -------------------------------------------------------------------------------- /library/openssl/cms.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/library/openssl/cms.h -------------------------------------------------------------------------------- /library/openssl/comp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/library/openssl/comp.h -------------------------------------------------------------------------------- /library/openssl/conf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/library/openssl/conf.h -------------------------------------------------------------------------------- /library/openssl/conf_api.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/library/openssl/conf_api.h -------------------------------------------------------------------------------- /library/openssl/crypto.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/library/openssl/crypto.h -------------------------------------------------------------------------------- /library/openssl/des.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/library/openssl/des.h -------------------------------------------------------------------------------- /library/openssl/des_old.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/library/openssl/des_old.h -------------------------------------------------------------------------------- /library/openssl/dh.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/library/openssl/dh.h -------------------------------------------------------------------------------- /library/openssl/dsa.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/library/openssl/dsa.h -------------------------------------------------------------------------------- /library/openssl/dso.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/library/openssl/dso.h -------------------------------------------------------------------------------- /library/openssl/dtls1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/library/openssl/dtls1.h -------------------------------------------------------------------------------- /library/openssl/e_os2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/library/openssl/e_os2.h -------------------------------------------------------------------------------- /library/openssl/ebcdic.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/library/openssl/ebcdic.h -------------------------------------------------------------------------------- /library/openssl/ec.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/library/openssl/ec.h -------------------------------------------------------------------------------- /library/openssl/ecdh.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/library/openssl/ecdh.h -------------------------------------------------------------------------------- /library/openssl/ecdsa.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/library/openssl/ecdsa.h -------------------------------------------------------------------------------- /library/openssl/engine.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/library/openssl/engine.h -------------------------------------------------------------------------------- /library/openssl/err.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/library/openssl/err.h -------------------------------------------------------------------------------- /library/openssl/evp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/library/openssl/evp.h -------------------------------------------------------------------------------- /library/openssl/hmac.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/library/openssl/hmac.h -------------------------------------------------------------------------------- /library/openssl/idea.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/library/openssl/idea.h -------------------------------------------------------------------------------- /library/openssl/krb5_asn.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/library/openssl/krb5_asn.h -------------------------------------------------------------------------------- /library/openssl/kssl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/library/openssl/kssl.h -------------------------------------------------------------------------------- /library/openssl/lhash.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/library/openssl/lhash.h -------------------------------------------------------------------------------- /library/openssl/md4.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/library/openssl/md4.h -------------------------------------------------------------------------------- /library/openssl/md5.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/library/openssl/md5.h -------------------------------------------------------------------------------- /library/openssl/mdc2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/library/openssl/mdc2.h -------------------------------------------------------------------------------- /library/openssl/modes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/library/openssl/modes.h -------------------------------------------------------------------------------- /library/openssl/obj_mac.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/library/openssl/obj_mac.h -------------------------------------------------------------------------------- /library/openssl/objects.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/library/openssl/objects.h -------------------------------------------------------------------------------- /library/openssl/ocsp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/library/openssl/ocsp.h -------------------------------------------------------------------------------- /library/openssl/opensslconf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/library/openssl/opensslconf.h -------------------------------------------------------------------------------- /library/openssl/opensslv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/library/openssl/opensslv.h -------------------------------------------------------------------------------- /library/openssl/ossl_typ.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/library/openssl/ossl_typ.h -------------------------------------------------------------------------------- /library/openssl/pem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/library/openssl/pem.h -------------------------------------------------------------------------------- /library/openssl/pem2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/library/openssl/pem2.h -------------------------------------------------------------------------------- /library/openssl/pkcs12.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/library/openssl/pkcs12.h -------------------------------------------------------------------------------- /library/openssl/pkcs7.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/library/openssl/pkcs7.h -------------------------------------------------------------------------------- /library/openssl/pqueue.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/library/openssl/pqueue.h -------------------------------------------------------------------------------- /library/openssl/rand.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/library/openssl/rand.h -------------------------------------------------------------------------------- /library/openssl/rc2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/library/openssl/rc2.h -------------------------------------------------------------------------------- /library/openssl/rc4.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/library/openssl/rc4.h -------------------------------------------------------------------------------- /library/openssl/ripemd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/library/openssl/ripemd.h -------------------------------------------------------------------------------- /library/openssl/rsa.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/library/openssl/rsa.h -------------------------------------------------------------------------------- /library/openssl/safestack.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/library/openssl/safestack.h -------------------------------------------------------------------------------- /library/openssl/seed.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/library/openssl/seed.h -------------------------------------------------------------------------------- /library/openssl/sha.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/library/openssl/sha.h -------------------------------------------------------------------------------- /library/openssl/srp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/library/openssl/srp.h -------------------------------------------------------------------------------- /library/openssl/srtp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/library/openssl/srtp.h -------------------------------------------------------------------------------- /library/openssl/ssl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/library/openssl/ssl.h -------------------------------------------------------------------------------- /library/openssl/ssl2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/library/openssl/ssl2.h -------------------------------------------------------------------------------- /library/openssl/ssl23.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/library/openssl/ssl23.h -------------------------------------------------------------------------------- /library/openssl/ssl3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/library/openssl/ssl3.h -------------------------------------------------------------------------------- /library/openssl/stack.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/library/openssl/stack.h -------------------------------------------------------------------------------- /library/openssl/symhacks.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/library/openssl/symhacks.h -------------------------------------------------------------------------------- /library/openssl/tls1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/library/openssl/tls1.h -------------------------------------------------------------------------------- /library/openssl/ts.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/library/openssl/ts.h -------------------------------------------------------------------------------- /library/openssl/txt_db.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/library/openssl/txt_db.h -------------------------------------------------------------------------------- /library/openssl/ui.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/library/openssl/ui.h -------------------------------------------------------------------------------- /library/openssl/ui_compat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/library/openssl/ui_compat.h -------------------------------------------------------------------------------- /library/openssl/whrlpool.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/library/openssl/whrlpool.h -------------------------------------------------------------------------------- /library/openssl/x509.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/library/openssl/x509.h -------------------------------------------------------------------------------- /library/openssl/x509_vfy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/library/openssl/x509_vfy.h -------------------------------------------------------------------------------- /library/openssl/x509v3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/library/openssl/x509v3.h -------------------------------------------------------------------------------- /libssl.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/libssl.a -------------------------------------------------------------------------------- /main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/main.m -------------------------------------------------------------------------------- /multimarkdown: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/multimarkdown -------------------------------------------------------------------------------- /nvaDevConfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/nvaDevConfig.h -------------------------------------------------------------------------------- /pbkdf2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/pbkdf2.c -------------------------------------------------------------------------------- /pbkdf2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/pbkdf2.h -------------------------------------------------------------------------------- /pt-PT.lproj/BlorPasswordRetriever.nib/designable.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/pt-PT.lproj/BlorPasswordRetriever.nib/designable.nib -------------------------------------------------------------------------------- /pt-PT.lproj/BlorPasswordRetriever.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/pt-PT.lproj/BlorPasswordRetriever.nib/keyedobjects.nib -------------------------------------------------------------------------------- /pt-PT.lproj/BlorPasswordRetriever.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/pt-PT.lproj/BlorPasswordRetriever.strings -------------------------------------------------------------------------------- /pt-PT.lproj/CarbonErrorStrings.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/pt-PT.lproj/CarbonErrorStrings.plist -------------------------------------------------------------------------------- /pt-PT.lproj/Contact.nvhelp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/pt-PT.lproj/Contact.nvhelp -------------------------------------------------------------------------------- /pt-PT.lproj/DeletionManager.nib/designable.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/pt-PT.lproj/DeletionManager.nib/designable.nib -------------------------------------------------------------------------------- /pt-PT.lproj/DeletionManager.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/pt-PT.lproj/DeletionManager.nib/keyedobjects.nib -------------------------------------------------------------------------------- /pt-PT.lproj/DeletionManager.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/pt-PT.lproj/DeletionManager.strings -------------------------------------------------------------------------------- /pt-PT.lproj/EncodingsManager.nib/designable.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/pt-PT.lproj/EncodingsManager.nib/designable.nib -------------------------------------------------------------------------------- /pt-PT.lproj/EncodingsManager.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/pt-PT.lproj/EncodingsManager.nib/keyedobjects.nib -------------------------------------------------------------------------------- /pt-PT.lproj/EncodingsManager.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/pt-PT.lproj/EncodingsManager.strings -------------------------------------------------------------------------------- /pt-PT.lproj/Excruciatingly Useful Shortcuts.nvhelp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/pt-PT.lproj/Excruciatingly Useful Shortcuts.nvhelp -------------------------------------------------------------------------------- /pt-PT.lproj/ExporterManager.nib/designable.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/pt-PT.lproj/ExporterManager.nib/designable.nib -------------------------------------------------------------------------------- /pt-PT.lproj/ExporterManager.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/pt-PT.lproj/ExporterManager.nib/keyedobjects.nib -------------------------------------------------------------------------------- /pt-PT.lproj/ExporterManager.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/pt-PT.lproj/ExporterManager.strings -------------------------------------------------------------------------------- /pt-PT.lproj/FindPanel.nib/designable.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/pt-PT.lproj/FindPanel.nib/designable.nib -------------------------------------------------------------------------------- /pt-PT.lproj/FindPanel.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/pt-PT.lproj/FindPanel.nib/keyedobjects.nib -------------------------------------------------------------------------------- /pt-PT.lproj/FindPanel.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/pt-PT.lproj/FindPanel.strings -------------------------------------------------------------------------------- /pt-PT.lproj/How does this thing work?.nvhelp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/pt-PT.lproj/How does this thing work?.nvhelp -------------------------------------------------------------------------------- /pt-PT.lproj/ImporterAccessory.nib/designable.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/pt-PT.lproj/ImporterAccessory.nib/designable.nib -------------------------------------------------------------------------------- /pt-PT.lproj/ImporterAccessory.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/pt-PT.lproj/ImporterAccessory.nib/keyedobjects.nib -------------------------------------------------------------------------------- /pt-PT.lproj/ImporterAccessory.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/pt-PT.lproj/ImporterAccessory.strings -------------------------------------------------------------------------------- /pt-PT.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/pt-PT.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /pt-PT.lproj/KeyDerivationManager.nib/designable.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/pt-PT.lproj/KeyDerivationManager.nib/designable.nib -------------------------------------------------------------------------------- /pt-PT.lproj/KeyDerivationManager.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/pt-PT.lproj/KeyDerivationManager.nib/keyedobjects.nib -------------------------------------------------------------------------------- /pt-PT.lproj/KeyDerivationManager.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/pt-PT.lproj/KeyDerivationManager.strings -------------------------------------------------------------------------------- /pt-PT.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/pt-PT.lproj/Localizable.strings -------------------------------------------------------------------------------- /pt-PT.lproj/MainMenu.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/pt-PT.lproj/MainMenu.strings -------------------------------------------------------------------------------- /pt-PT.lproj/MainMenu.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/pt-PT.lproj/MainMenu.xib -------------------------------------------------------------------------------- /pt-PT.lproj/MarkupPreview.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/pt-PT.lproj/MarkupPreview.xib -------------------------------------------------------------------------------- /pt-PT.lproj/NotationPrefsView.nib/designable.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/pt-PT.lproj/NotationPrefsView.nib/designable.nib -------------------------------------------------------------------------------- /pt-PT.lproj/NotationPrefsView.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/pt-PT.lproj/NotationPrefsView.nib/keyedobjects.nib -------------------------------------------------------------------------------- /pt-PT.lproj/NotationPrefsView.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/pt-PT.lproj/NotationPrefsView.strings -------------------------------------------------------------------------------- /pt-PT.lproj/PTKeyComboPanel.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/pt-PT.lproj/PTKeyComboPanel.strings -------------------------------------------------------------------------------- /pt-PT.lproj/PTKeyComboPanel.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/pt-PT.lproj/PTKeyComboPanel.xib -------------------------------------------------------------------------------- /pt-PT.lproj/PassphraseChanger.nib/designable.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/pt-PT.lproj/PassphraseChanger.nib/designable.nib -------------------------------------------------------------------------------- /pt-PT.lproj/PassphraseChanger.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/pt-PT.lproj/PassphraseChanger.nib/keyedobjects.nib -------------------------------------------------------------------------------- /pt-PT.lproj/PassphraseChanger.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/pt-PT.lproj/PassphraseChanger.strings -------------------------------------------------------------------------------- /pt-PT.lproj/PassphrasePicker.nib/designable.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/pt-PT.lproj/PassphrasePicker.nib/designable.nib -------------------------------------------------------------------------------- /pt-PT.lproj/PassphrasePicker.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/pt-PT.lproj/PassphrasePicker.nib/keyedobjects.nib -------------------------------------------------------------------------------- /pt-PT.lproj/PassphrasePicker.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/pt-PT.lproj/PassphrasePicker.strings -------------------------------------------------------------------------------- /pt-PT.lproj/PassphraseRetriever.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/pt-PT.lproj/PassphraseRetriever.strings -------------------------------------------------------------------------------- /pt-PT.lproj/PassphraseRetriever.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/pt-PT.lproj/PassphraseRetriever.xib -------------------------------------------------------------------------------- /pt-PT.lproj/Preferences.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/pt-PT.lproj/Preferences.strings -------------------------------------------------------------------------------- /pt-PT.lproj/Preferences.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/pt-PT.lproj/Preferences.xib -------------------------------------------------------------------------------- /pt-PT.lproj/SaveHTMLPreview.nib/designable.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/pt-PT.lproj/SaveHTMLPreview.nib/designable.nib -------------------------------------------------------------------------------- /pt-PT.lproj/SaveHTMLPreview.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/pt-PT.lproj/SaveHTMLPreview.nib/keyedobjects.nib -------------------------------------------------------------------------------- /pt-PT.lproj/SavedSearches.nib/designable.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/pt-PT.lproj/SavedSearches.nib/designable.nib -------------------------------------------------------------------------------- /pt-PT.lproj/SavedSearches.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/pt-PT.lproj/SavedSearches.nib/keyedobjects.nib -------------------------------------------------------------------------------- /pt-PT.lproj/SavedSearches.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/pt-PT.lproj/SavedSearches.strings -------------------------------------------------------------------------------- /pt-PT.lproj/ServicesMenu.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/pt-PT.lproj/ServicesMenu.strings -------------------------------------------------------------------------------- /pt-PT.lproj/TagEditingManager.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/pt-PT.lproj/TagEditingManager.strings -------------------------------------------------------------------------------- /pt-PT.lproj/TagEditingManager.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/pt-PT.lproj/TagEditingManager.xib -------------------------------------------------------------------------------- /pt-PT.lproj/This is the title of a note.nvhelp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/pt-PT.lproj/This is the title of a note.nvhelp -------------------------------------------------------------------------------- /pt-PT.lproj/URLGetter.nib/designable.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/pt-PT.lproj/URLGetter.nib/designable.nib -------------------------------------------------------------------------------- /pt-PT.lproj/URLGetter.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/pt-PT.lproj/URLGetter.nib/keyedobjects.nib -------------------------------------------------------------------------------- /pt-PT.lproj/URLGetter.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/pt-PT.lproj/URLGetter.strings -------------------------------------------------------------------------------- /readability/BeautifulSoup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/readability/BeautifulSoup.py -------------------------------------------------------------------------------- /readability/BeautifulSoup.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/readability/BeautifulSoup.pyc -------------------------------------------------------------------------------- /readability/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/readability/__init__.py -------------------------------------------------------------------------------- /readability/dist/BeautifulSoup: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/readability/dist/BeautifulSoup -------------------------------------------------------------------------------- /readability/dist/html2text: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/readability/dist/html2text -------------------------------------------------------------------------------- /readability/html2text.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/readability/html2text.py -------------------------------------------------------------------------------- /readability/page_parser.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/readability/page_parser.py -------------------------------------------------------------------------------- /readability/page_parser.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/readability/page_parser.pyc -------------------------------------------------------------------------------- /readability/readability.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/readability/readability.py -------------------------------------------------------------------------------- /readability/readability.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/readability/readability.pyc -------------------------------------------------------------------------------- /readability/url_helpers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/readability/url_helpers.py -------------------------------------------------------------------------------- /readability/url_helpers.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/readability/url_helpers.pyc -------------------------------------------------------------------------------- /scrollbar.acorn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/scrollbar.acorn -------------------------------------------------------------------------------- /scrollbar2.acorn: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/scrollbar2.acorn -------------------------------------------------------------------------------- /scrollbarblue.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/scrollbarblue.tif -------------------------------------------------------------------------------- /tan_column_header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/tan_column_header.png -------------------------------------------------------------------------------- /template.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/template.html -------------------------------------------------------------------------------- /templateclean.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/templateclean.html -------------------------------------------------------------------------------- /tp2md.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/tp2md.rb -------------------------------------------------------------------------------- /zh.lproj/BlorPasswordRetriever.nib/designable.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/zh.lproj/BlorPasswordRetriever.nib/designable.nib -------------------------------------------------------------------------------- /zh.lproj/BlorPasswordRetriever.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/zh.lproj/BlorPasswordRetriever.nib/keyedobjects.nib -------------------------------------------------------------------------------- /zh.lproj/CarbonErrorStrings.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/zh.lproj/CarbonErrorStrings.plist -------------------------------------------------------------------------------- /zh.lproj/Contact.nvhelp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/zh.lproj/Contact.nvhelp -------------------------------------------------------------------------------- /zh.lproj/DeletionManager.nib/designable.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/zh.lproj/DeletionManager.nib/designable.nib -------------------------------------------------------------------------------- /zh.lproj/DeletionManager.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/zh.lproj/DeletionManager.nib/keyedobjects.nib -------------------------------------------------------------------------------- /zh.lproj/EncodingsManager.nib/designable.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/zh.lproj/EncodingsManager.nib/designable.nib -------------------------------------------------------------------------------- /zh.lproj/EncodingsManager.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/zh.lproj/EncodingsManager.nib/keyedobjects.nib -------------------------------------------------------------------------------- /zh.lproj/Excruciatingly Useful Shortcuts.nvhelp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/zh.lproj/Excruciatingly Useful Shortcuts.nvhelp -------------------------------------------------------------------------------- /zh.lproj/ExporterManager.nib/designable.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/zh.lproj/ExporterManager.nib/designable.nib -------------------------------------------------------------------------------- /zh.lproj/ExporterManager.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/zh.lproj/ExporterManager.nib/keyedobjects.nib -------------------------------------------------------------------------------- /zh.lproj/FindPanel.nib/designable.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/zh.lproj/FindPanel.nib/designable.nib -------------------------------------------------------------------------------- /zh.lproj/FindPanel.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/zh.lproj/FindPanel.nib/keyedobjects.nib -------------------------------------------------------------------------------- /zh.lproj/FindPanel.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/zh.lproj/FindPanel.strings -------------------------------------------------------------------------------- /zh.lproj/How does this thing work?.nvhelp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/zh.lproj/How does this thing work?.nvhelp -------------------------------------------------------------------------------- /zh.lproj/ImporterAccessory.nib/designable.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/zh.lproj/ImporterAccessory.nib/designable.nib -------------------------------------------------------------------------------- /zh.lproj/ImporterAccessory.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/zh.lproj/ImporterAccessory.nib/keyedobjects.nib -------------------------------------------------------------------------------- /zh.lproj/InfoPlist.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/zh.lproj/InfoPlist.strings -------------------------------------------------------------------------------- /zh.lproj/KeyDerivationManager.nib/designable.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/zh.lproj/KeyDerivationManager.nib/designable.nib -------------------------------------------------------------------------------- /zh.lproj/KeyDerivationManager.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/zh.lproj/KeyDerivationManager.nib/keyedobjects.nib -------------------------------------------------------------------------------- /zh.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/zh.lproj/Localizable.strings -------------------------------------------------------------------------------- /zh.lproj/MainMenu.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/zh.lproj/MainMenu.xib -------------------------------------------------------------------------------- /zh.lproj/MarkupPreview.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/zh.lproj/MarkupPreview.xib -------------------------------------------------------------------------------- /zh.lproj/NotationPrefsView.nib/designable.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/zh.lproj/NotationPrefsView.nib/designable.nib -------------------------------------------------------------------------------- /zh.lproj/NotationPrefsView.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/zh.lproj/NotationPrefsView.nib/keyedobjects.nib -------------------------------------------------------------------------------- /zh.lproj/PTKeyComboPanel.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/zh.lproj/PTKeyComboPanel.xib -------------------------------------------------------------------------------- /zh.lproj/PassphraseChanger.nib/designable.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/zh.lproj/PassphraseChanger.nib/designable.nib -------------------------------------------------------------------------------- /zh.lproj/PassphraseChanger.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/zh.lproj/PassphraseChanger.nib/keyedobjects.nib -------------------------------------------------------------------------------- /zh.lproj/PassphrasePicker.nib/designable.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/zh.lproj/PassphrasePicker.nib/designable.nib -------------------------------------------------------------------------------- /zh.lproj/PassphrasePicker.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/zh.lproj/PassphrasePicker.nib/keyedobjects.nib -------------------------------------------------------------------------------- /zh.lproj/PassphraseRetriever.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/zh.lproj/PassphraseRetriever.xib -------------------------------------------------------------------------------- /zh.lproj/Preferences.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/zh.lproj/Preferences.xib -------------------------------------------------------------------------------- /zh.lproj/SaveHTMLPreview.nib/designable.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/zh.lproj/SaveHTMLPreview.nib/designable.nib -------------------------------------------------------------------------------- /zh.lproj/SaveHTMLPreview.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/zh.lproj/SaveHTMLPreview.nib/keyedobjects.nib -------------------------------------------------------------------------------- /zh.lproj/SavedSearches.nib/designable.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/zh.lproj/SavedSearches.nib/designable.nib -------------------------------------------------------------------------------- /zh.lproj/SavedSearches.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/zh.lproj/SavedSearches.nib/keyedobjects.nib -------------------------------------------------------------------------------- /zh.lproj/ServicesMenu.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/zh.lproj/ServicesMenu.strings -------------------------------------------------------------------------------- /zh.lproj/TagEditingManager.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/zh.lproj/TagEditingManager.xib -------------------------------------------------------------------------------- /zh.lproj/This is the title of a note.nvhelp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/zh.lproj/This is the title of a note.nvhelp -------------------------------------------------------------------------------- /zh.lproj/URLGetter.nib/designable.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/zh.lproj/URLGetter.nib/designable.nib -------------------------------------------------------------------------------- /zh.lproj/URLGetter.nib/keyedobjects.nib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ttscoff/nv/HEAD/zh.lproj/URLGetter.nib/keyedobjects.nib --------------------------------------------------------------------------------