├── .gitignore ├── Base.lproj ├── Activity.xib ├── Color.xib ├── ColorBalance.xib ├── Fill.xib ├── Font.xib ├── Gradient.xib ├── HueSaturation.xib ├── Import.xib ├── LayerCell.xib ├── MainStoryboard.storyboard ├── OpenClipArt.xib ├── Samples.xib ├── Shadow.xib ├── ShapeOptions.xib ├── Stroke.xib └── Text.xib ├── CHANGELOG ├── Classes ├── DBMetadata+Additions.h ├── DBMetadata+Additions.m ├── UIBarButtonItem+Additions.h ├── UIBarButtonItem+Additions.m ├── UIView+Additions.h ├── UIView+Additions.m ├── WDActivity.h ├── WDActivity.m ├── WDActivityController.h ├── WDActivityController.m ├── WDActivityManager.h ├── WDActivityManager.m ├── WDAnglePicker.h ├── WDAnglePicker.m ├── WDAppDelegate.h ├── WDAppDelegate.m ├── WDArrowController.h ├── WDArrowController.m ├── WDArrowheadCell.h ├── WDArrowheadCell.m ├── WDBlendModeController.h ├── WDBlendModeController.m ├── WDBlockingView.h ├── WDBlockingView.m ├── WDBrowserController.h ├── WDBrowserController.m ├── WDButton.h ├── WDButton.m ├── WDCanvas.h ├── WDCanvas.m ├── WDCanvasController.h ├── WDCanvasController.m ├── WDColorAdjustmentController.h ├── WDColorAdjustmentController.m ├── WDColorBalanceController.h ├── WDColorBalanceController.m ├── WDColorController.h ├── WDColorController.m ├── WDColorIndicator.h ├── WDColorIndicator.m ├── WDColorSlider.h ├── WDColorSlider.m ├── WDColorWell.h ├── WDColorWell.m ├── WDCoreTextLabel.h ├── WDCoreTextLabel.m ├── WDDocument.h ├── WDDocument.m ├── WDDrawingManager.h ├── WDDrawingManager.m ├── WDEmail.h ├── WDEmail.m ├── WDEraserPreviewView.h ├── WDEraserPreviewView.m ├── WDEtchedLine.h ├── WDEtchedLine.m ├── WDEventForwardingView.h ├── WDEventForwardingView.m ├── WDExportController.h ├── WDExportController.m ├── WDEyedropper.h ├── WDEyedropper.m ├── WDFillController.h ├── WDFillController.m ├── WDFontController.h ├── WDFontController.m ├── WDFontLibraryController.h ├── WDFontLibraryController.m ├── WDFontManager.h ├── WDFontManager.m ├── WDGradientController.h ├── WDGradientController.m ├── WDGradientEditor.h ├── WDGradientEditor.m ├── WDGradientStopIndicator.h ├── WDGradientStopIndicator.m ├── WDHelpController.h ├── WDHelpController.m ├── WDHueSaturationController.h ├── WDHueSaturationController.m ├── WDHueShifter.h ├── WDHueShifter.m ├── WDImageView.h ├── WDImageView.m ├── WDImportController.h ├── WDImportController.m ├── WDLayerCell.h ├── WDLayerCell.m ├── WDLayerController.h ├── WDLayerController.m ├── WDLineAttributePicker.h ├── WDLineAttributePicker.m ├── WDMenu.h ├── WDMenu.m ├── WDMenuItem.h ├── WDMenuItem.m ├── WDModalTitleBar.h ├── WDModalTitleBar.m ├── WDPageSizeController.h ├── WDPageSizeController.m ├── WDPalette.h ├── WDPalette.m ├── WDPaletteBackgroundView.h ├── WDPaletteBackgroundView.m ├── WDProgressView.h ├── WDProgressView.m ├── WDRulerView.h ├── WDRulerView.m ├── WDSamplesController.h ├── WDSamplesController.m ├── WDSelectionView.h ├── WDSelectionView.m ├── WDSettingsController.h ├── WDSettingsController.m ├── WDShadowController.h ├── WDShadowController.m ├── WDShadowWell.h ├── WDShadowWell.m ├── WDSimpleColorView.h ├── WDSimpleColorView.m ├── WDSparkSlider.h ├── WDSparkSlider.m ├── WDStrokeController.h ├── WDStrokeController.m ├── WDSwatchCell.h ├── WDSwatchCell.m ├── WDSwatchController.h ├── WDSwatchController.m ├── WDTextController.h ├── WDTextController.m ├── WDThumbnailView.h ├── WDThumbnailView.m ├── WDToolButton.h ├── WDToolButton.m ├── WDToolView.h ├── WDToolView.m ├── WDUnitsController.h ├── WDUnitsController.m ├── WDUserFont.h └── WDUserFont.m ├── CrashReports ├── DBRequest.crash ├── UIPrintInteractionController.crash ├── WDGLFlattenBezierSegment.crash ├── WDImportController.crash ├── rotateToInterfaceOrientation.crash ├── setShowsPivot.crash └── showPathMenu.crash ├── DropboxSDK.framework ├── DropboxSDK ├── Headers │ ├── DBAccountInfo.h │ ├── DBBase64Transcoder.h │ ├── DBDefines.h │ ├── DBDeltaEntry.h │ ├── DBError.h │ ├── DBJSON.h │ ├── DBJsonBase.h │ ├── DBJsonParser.h │ ├── DBJsonWriter.h │ ├── DBLog.h │ ├── DBMetadata.h │ ├── DBQuota.h │ ├── DBRequest.h │ ├── DBRestClient.h │ ├── DBSession+iOS.h │ ├── DBSession.h │ ├── DropboxSDK-Prefix.pch │ ├── DropboxSDK.h │ ├── JSON.h │ ├── MPDebug.h │ ├── MPOAuth.h │ ├── MPOAuthAPI.h │ ├── MPOAuthAPIRequestLoader.h │ ├── MPOAuthAuthenticationMethod.h │ ├── MPOAuthAuthenticationMethodOAuth.h │ ├── MPOAuthConnection.h │ ├── MPOAuthCredentialConcreteStore+KeychainAdditions.h │ ├── MPOAuthCredentialConcreteStore.h │ ├── MPOAuthCredentialStore.h │ ├── MPOAuthParameterFactory.h │ ├── MPOAuthSignatureParameter.h │ ├── MPOAuthURLRequest.h │ ├── MPOAuthURLResponse.h │ ├── MPURLRequestParameter.h │ ├── NSDictionary+Dropbox.h │ ├── NSObject+DBJSON.h │ ├── NSString+DBJSON.h │ ├── NSString+Dropbox.h │ ├── NSString+URLEscapingAdditions.h │ ├── NSURL+MPURLParameterAdditions.h │ └── NSURLResponse+Encoding.h └── Info.plist ├── Entitlements.plist ├── Help ├── Icon.png ├── Icon@2x.png ├── add_anchor.png ├── add_anchor@2x.png ├── brush.png ├── brush@2x.png ├── color_wheel.png ├── color_wheel@2x.png ├── corner.png ├── corner@2x.png ├── curve.png ├── curve@2x.png ├── drawing_navbar.png ├── drawing_navbar@2x.png ├── eraser.png ├── eraser@2x.png ├── eyedropper.png ├── eyedropper@2x.png ├── gradient_canvas.png ├── gradient_canvas@2x.png ├── groupSelect.png ├── groupSelect@2x.png ├── index.html ├── index_de.html ├── index_fr.html ├── index_it.html ├── index_ja.html ├── index_pt.html ├── index_pt_PT.html ├── index_zh_cn.html ├── jquery-1.7.1.min.js ├── line.png ├── line@2x.png ├── oval.png ├── oval@2x.png ├── pen.png ├── pen@2x.png ├── polygon.png ├── polygon@2x.png ├── polygon_path.png ├── polygon_path@2x.png ├── rect.png ├── rect@2x.png ├── redo.png ├── redo@2x.png ├── retina.js ├── rotate.png ├── rotate@2x.png ├── scale.png ├── scale@2x.png ├── scissor.png ├── scissor@2x.png ├── select.png ├── select@2x.png ├── spiral.png ├── spiral@2x.png ├── star.png ├── star@2x.png ├── style_bar.png ├── style_bar@2x.png ├── styles.css ├── text.png ├── text@2x.png ├── tools.png ├── tools@2x.png ├── undo.png └── undo@2x.png ├── Icons ├── Icon-Settings.png ├── Icon-Settings@2x.png ├── Icon-Spotlight.png ├── Icon-Spotlight@2x.png ├── Icon.png └── Icon@2x.png ├── Images ├── Default-Landscape.png ├── Default-Landscape@2x.png ├── Default-Portrait.png ├── Default-Portrait@2x.png ├── album.png ├── album@2x.png ├── album_centered.png ├── album_centered@2x.png ├── align_bottom.png ├── align_center.png ├── align_left.png ├── align_middle.png ├── align_right.png ├── align_top.png ├── checkmark.png ├── checkmark@2x.png ├── color_wheel.png ├── color_wheel@2x.png ├── decrement.png ├── decrement@2x.png ├── dropbox_icon_directory.png ├── dropbox_icon_directory@2x.png ├── dropbox_icon_font.png ├── dropbox_icon_font@2x.png ├── dropbox_icon_generic.png ├── dropbox_icon_generic@2x.png ├── dropbox_icon_inkpad.png ├── dropbox_icon_inkpad@2x.png ├── dropbox_icon_svg.png ├── dropbox_icon_svg@2x.png ├── dropbox_icon_unsupported.png ├── dropbox_icon_unsupported@2x.png ├── duplicate.png ├── duplicate@2x.png ├── font.png ├── font@2x.png ├── gear.png ├── gear@2x.png ├── hidden.png ├── hidden@2x.png ├── hue_shifter_overlay.png ├── hue_shifter_overlay@2x.png ├── increment.png ├── increment@2x.png ├── isolate.png ├── isolate@2x.png ├── linear.png ├── linear@2x.png ├── lock.png ├── lock@2x.png ├── openclipart.png ├── openclipart@2x.png ├── pivot.png ├── pivot@2x.png ├── radial.png ├── radial@2x.png ├── redo.png ├── redo@2x.png ├── slider_border.png ├── slider_border@2x.png ├── spark_knob.png ├── spark_knob_highlighted.png ├── swatches.png ├── table_checkmark.png ├── table_checkmark@2x.png ├── table_unchecked.png ├── textCenter.png ├── textLeft.png ├── textRight.png ├── trash.png ├── trash@2x.png ├── undo.png ├── undo@2x.png ├── unlock.png ├── unlock@2x.png ├── visible.png ├── visible@2x.png ├── zoom_to_fit.png └── zoom_to_fit@2x.png ├── Inkpad-Core ├── Additions │ ├── NSArray+Additions.h │ ├── NSArray+Additions.m │ ├── NSData+Additions.h │ ├── NSData+Additions.m │ ├── NSString+Additions.h │ ├── NSString+Additions.m │ ├── UIColor+Additions.h │ ├── UIColor+Additions.m │ ├── UIImage+Additions.h │ ├── UIImage+Additions.m │ ├── UIImage+Resize.h │ └── UIImage+Resize.m ├── Controllers │ ├── WDDrawingController.h │ ├── WDDrawingController.m │ ├── WDDynamicGuideController.h │ ├── WDDynamicGuideController.m │ ├── WDPropertyManager.h │ ├── WDPropertyManager.m │ ├── WDToolManager.h │ └── WDToolManager.m ├── CurveFit │ ├── FitCurves.h │ └── FitCurves.m ├── Images │ └── tools │ │ ├── add_anchor.png │ │ ├── add_anchor@2x.png │ │ ├── brush.png │ │ ├── brush@2x.png │ │ ├── eraser.png │ │ ├── eraser@2x.png │ │ ├── eyedropper.png │ │ ├── eyedropper@2x.png │ │ ├── freehand_shape.png │ │ ├── freehand_shape@2x.png │ │ ├── groupSelect.png │ │ ├── groupSelect@2x.png │ │ ├── hand.png │ │ ├── line.png │ │ ├── line@2x.png │ │ ├── oval.png │ │ ├── oval@2x.png │ │ ├── pen.png │ │ ├── pen@2x.png │ │ ├── polygon.png │ │ ├── polygon@2x.png │ │ ├── rect.png │ │ ├── rotate.png │ │ ├── rotate@2x.png │ │ ├── scale.png │ │ ├── scale@2x.png │ │ ├── scissor.png │ │ ├── scissor@2x.png │ │ ├── select.png │ │ ├── select@2x.png │ │ ├── spiral.png │ │ ├── spiral@2x.png │ │ ├── star.png │ │ ├── star@2x.png │ │ ├── text.png │ │ ├── text@2x.png │ │ └── zoom.png ├── Model │ ├── WDAbstractPath.h │ ├── WDAbstractPath.m │ ├── WDArrowhead.h │ ├── WDArrowhead.m │ ├── WDBezierNode.h │ ├── WDBezierNode.m │ ├── WDBezierSegment.h │ ├── WDBezierSegment.m │ ├── WDColor.h │ ├── WDColor.m │ ├── WDCompoundPath.h │ ├── WDCompoundPath.m │ ├── WDCurveFit.h │ ├── WDCurveFit.m │ ├── WDDocumentProtocol.h │ ├── WDDrawing.h │ ├── WDDrawing.m │ ├── WDDynamicGuide.h │ ├── WDDynamicGuide.m │ ├── WDElement.h │ ├── WDElement.m │ ├── WDFillTransform.h │ ├── WDFillTransform.m │ ├── WDGradient.h │ ├── WDGradient.m │ ├── WDGradientStop.h │ ├── WDGradientStop.m │ ├── WDGroup.h │ ├── WDGroup.m │ ├── WDImage.h │ ├── WDImage.m │ ├── WDImageData.h │ ├── WDImageData.m │ ├── WDInspectableProperties.h │ ├── WDInspectableProperties.m │ ├── WDLayer.h │ ├── WDLayer.m │ ├── WDPath.h │ ├── WDPath.m │ ├── WDPathPainter.h │ ├── WDPathfinder.h │ ├── WDPathfinder.mm │ ├── WDPickResult.h │ ├── WDPickResult.m │ ├── WDRulerUnit.h │ ├── WDRulerUnit.m │ ├── WDShadow.h │ ├── WDShadow.m │ ├── WDStrokeStyle.h │ ├── WDStrokeStyle.m │ ├── WDStylable.h │ ├── WDStylable.m │ ├── WDText.h │ ├── WDText.m │ ├── WDTextPath.h │ ├── WDTextPath.m │ ├── WDTextRenderer.h │ ├── WDXMLElement.h │ └── WDXMLElement.m ├── PLists │ └── SVGColors.plist ├── SVG │ ├── WDParseUtil.h │ ├── WDParseUtil.m │ ├── WDSVGElement.h │ ├── WDSVGElement.m │ ├── WDSVGHelper.h │ ├── WDSVGHelper.m │ ├── WDSVGParser.h │ ├── WDSVGParser.m │ ├── WDSVGParserState.h │ ├── WDSVGParserState.m │ ├── WDSVGParserStateStack.h │ ├── WDSVGParserStateStack.m │ ├── WDSVGPathParser.h │ ├── WDSVGPathParser.m │ ├── WDSVGStyleParser.h │ ├── WDSVGStyleParser.m │ ├── WDSVGThumbnailExtractor.h │ ├── WDSVGThumbnailExtractor.m │ ├── WDSVGTransformParser.h │ └── WDSVGTransformParser.m ├── Tools │ ├── WDAddAnchorTool.h │ ├── WDAddAnchorTool.m │ ├── WDEraserTool.h │ ├── WDEraserTool.m │ ├── WDEyedropperTool.h │ ├── WDEyedropperTool.m │ ├── WDFreehandTool.h │ ├── WDFreehandTool.m │ ├── WDHandTool.h │ ├── WDHandTool.m │ ├── WDPenTool.h │ ├── WDPenTool.m │ ├── WDRotateTool.h │ ├── WDRotateTool.m │ ├── WDScaleTool.h │ ├── WDScaleTool.m │ ├── WDScissorTool.h │ ├── WDScissorTool.m │ ├── WDSelectionTool.h │ ├── WDSelectionTool.m │ ├── WDShapeTool.h │ ├── WDShapeTool.m │ ├── WDTextTool.h │ ├── WDTextTool.m │ ├── WDTool.h │ ├── WDTool.m │ ├── WDTransformTool.h │ ├── WDTransformTool.m │ ├── WDZoomTool.h │ └── WDZoomTool.m ├── Utilities │ ├── WDGLUtilities.h │ ├── WDGLUtilities.m │ ├── WDUtilities.h │ └── WDUtilities.m └── livarot │ ├── AVL.cpp │ ├── AVL.h │ ├── DblLinked.cpp │ ├── DblLinked.h │ ├── LivarotDefs.h │ ├── MyMath.h │ ├── Path.cpp │ ├── Path.h │ ├── PathConversion.cpp │ ├── Shape.cpp │ ├── Shape.h │ ├── ShapeMisc.cpp │ ├── ShapeSweep.cpp │ ├── ShapeSweepUtils.cpp │ └── ShapeUtils.h ├── Inkpad-Info.plist ├── Inkpad.entitlements ├── Inkpad.xcodeproj └── project.pbxproj ├── Inkpad_Prefix.pch ├── LICENSE ├── Openclipart ├── OCADownloader.h ├── OCADownloader.m ├── OCAEntry.h ├── OCAEntry.m ├── OCAThumbnailCache.h ├── OCAThumbnailCache.m ├── OCAThumbnailCell.h ├── OCAThumbnailCell.m ├── OCAViewController.h └── OCAViewController.m ├── PLists ├── BlendModes.plist ├── Defaults.plist ├── ImportFormats.plist ├── PageSizes.plist └── Settings.plist ├── README.md ├── Samples ├── Boring.inkpad ├── Devilish.inkpad ├── Marker.inkpad ├── Mushroom Breakdown.inkpad ├── Space.inkpad └── Toucan in the Shade.inkpad ├── Screenshots ├── Gradient.png ├── Hue.png ├── Layers.png ├── Selection.png └── Swatches.png ├── de.lproj ├── ColorBalance.strings ├── HueSaturation.strings ├── Localizable.strings ├── OpenClipArt.strings ├── Shadow.strings └── Stroke.strings ├── en.lproj ├── ColorBalance.strings ├── HueSaturation.strings ├── Localizable.strings ├── OpenClipArt.strings ├── Shadow.strings └── Stroke.strings ├── es.lproj ├── ColorBalance.strings ├── HueSaturation.strings ├── Localizable.strings ├── OpenClipArt.strings ├── Shadow.strings └── Stroke.strings ├── fr.lproj ├── ColorBalance.strings ├── HueSaturation.strings ├── Localizable.strings ├── OpenClipArt.strings ├── Shadow.strings └── Stroke.strings ├── it.lproj ├── ColorBalance.strings ├── HueSaturation.strings ├── Localizable.strings ├── OpenClipArt.strings ├── Shadow.strings └── Stroke.strings ├── ja.lproj ├── ColorBalance.strings ├── HueSaturation.strings ├── Localizable.strings ├── OpenClipArt.strings ├── Shadow.strings └── Stroke.strings ├── main.m ├── pt.lproj ├── ColorBalance.strings ├── HueSaturation.strings ├── Localizable.strings ├── OpenClipArt.strings ├── Shadow.strings └── Stroke.strings ├── pt_PT.lproj ├── ColorBalance.strings ├── HueSaturation.strings ├── Localizable.strings ├── OpenClipArt.strings ├── Shadow.strings └── Stroke.strings ├── tr.lproj ├── ColorBalance.strings ├── HueSaturation.strings ├── Localizable.strings ├── Shadow.strings └── Stroke.strings └── zh-Hans.lproj ├── ColorBalance.strings ├── HueSaturation.strings ├── Localizable.strings ├── OpenClipArt.strings ├── Shadow.strings └── Stroke.strings /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/.gitignore -------------------------------------------------------------------------------- /Base.lproj/Activity.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Base.lproj/Activity.xib -------------------------------------------------------------------------------- /Base.lproj/Color.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Base.lproj/Color.xib -------------------------------------------------------------------------------- /Base.lproj/ColorBalance.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Base.lproj/ColorBalance.xib -------------------------------------------------------------------------------- /Base.lproj/Fill.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Base.lproj/Fill.xib -------------------------------------------------------------------------------- /Base.lproj/Font.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Base.lproj/Font.xib -------------------------------------------------------------------------------- /Base.lproj/Gradient.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Base.lproj/Gradient.xib -------------------------------------------------------------------------------- /Base.lproj/HueSaturation.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Base.lproj/HueSaturation.xib -------------------------------------------------------------------------------- /Base.lproj/Import.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Base.lproj/Import.xib -------------------------------------------------------------------------------- /Base.lproj/LayerCell.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Base.lproj/LayerCell.xib -------------------------------------------------------------------------------- /Base.lproj/MainStoryboard.storyboard: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Base.lproj/MainStoryboard.storyboard -------------------------------------------------------------------------------- /Base.lproj/OpenClipArt.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Base.lproj/OpenClipArt.xib -------------------------------------------------------------------------------- /Base.lproj/Samples.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Base.lproj/Samples.xib -------------------------------------------------------------------------------- /Base.lproj/Shadow.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Base.lproj/Shadow.xib -------------------------------------------------------------------------------- /Base.lproj/ShapeOptions.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Base.lproj/ShapeOptions.xib -------------------------------------------------------------------------------- /Base.lproj/Stroke.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Base.lproj/Stroke.xib -------------------------------------------------------------------------------- /Base.lproj/Text.xib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Base.lproj/Text.xib -------------------------------------------------------------------------------- /CHANGELOG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/CHANGELOG -------------------------------------------------------------------------------- /Classes/DBMetadata+Additions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Classes/DBMetadata+Additions.h -------------------------------------------------------------------------------- /Classes/DBMetadata+Additions.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Classes/DBMetadata+Additions.m -------------------------------------------------------------------------------- /Classes/UIBarButtonItem+Additions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Classes/UIBarButtonItem+Additions.h -------------------------------------------------------------------------------- /Classes/UIBarButtonItem+Additions.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Classes/UIBarButtonItem+Additions.m -------------------------------------------------------------------------------- /Classes/UIView+Additions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Classes/UIView+Additions.h -------------------------------------------------------------------------------- /Classes/UIView+Additions.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Classes/UIView+Additions.m -------------------------------------------------------------------------------- /Classes/WDActivity.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Classes/WDActivity.h -------------------------------------------------------------------------------- /Classes/WDActivity.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Classes/WDActivity.m -------------------------------------------------------------------------------- /Classes/WDActivityController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Classes/WDActivityController.h -------------------------------------------------------------------------------- /Classes/WDActivityController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Classes/WDActivityController.m -------------------------------------------------------------------------------- /Classes/WDActivityManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Classes/WDActivityManager.h -------------------------------------------------------------------------------- /Classes/WDActivityManager.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Classes/WDActivityManager.m -------------------------------------------------------------------------------- /Classes/WDAnglePicker.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Classes/WDAnglePicker.h -------------------------------------------------------------------------------- /Classes/WDAnglePicker.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Classes/WDAnglePicker.m -------------------------------------------------------------------------------- /Classes/WDAppDelegate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Classes/WDAppDelegate.h -------------------------------------------------------------------------------- /Classes/WDAppDelegate.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Classes/WDAppDelegate.m -------------------------------------------------------------------------------- /Classes/WDArrowController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Classes/WDArrowController.h -------------------------------------------------------------------------------- /Classes/WDArrowController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Classes/WDArrowController.m -------------------------------------------------------------------------------- /Classes/WDArrowheadCell.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Classes/WDArrowheadCell.h -------------------------------------------------------------------------------- /Classes/WDArrowheadCell.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Classes/WDArrowheadCell.m -------------------------------------------------------------------------------- /Classes/WDBlendModeController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Classes/WDBlendModeController.h -------------------------------------------------------------------------------- /Classes/WDBlendModeController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Classes/WDBlendModeController.m -------------------------------------------------------------------------------- /Classes/WDBlockingView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Classes/WDBlockingView.h -------------------------------------------------------------------------------- /Classes/WDBlockingView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Classes/WDBlockingView.m -------------------------------------------------------------------------------- /Classes/WDBrowserController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Classes/WDBrowserController.h -------------------------------------------------------------------------------- /Classes/WDBrowserController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Classes/WDBrowserController.m -------------------------------------------------------------------------------- /Classes/WDButton.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Classes/WDButton.h -------------------------------------------------------------------------------- /Classes/WDButton.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Classes/WDButton.m -------------------------------------------------------------------------------- /Classes/WDCanvas.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Classes/WDCanvas.h -------------------------------------------------------------------------------- /Classes/WDCanvas.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Classes/WDCanvas.m -------------------------------------------------------------------------------- /Classes/WDCanvasController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Classes/WDCanvasController.h -------------------------------------------------------------------------------- /Classes/WDCanvasController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Classes/WDCanvasController.m -------------------------------------------------------------------------------- /Classes/WDColorAdjustmentController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Classes/WDColorAdjustmentController.h -------------------------------------------------------------------------------- /Classes/WDColorAdjustmentController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Classes/WDColorAdjustmentController.m -------------------------------------------------------------------------------- /Classes/WDColorBalanceController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Classes/WDColorBalanceController.h -------------------------------------------------------------------------------- /Classes/WDColorBalanceController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Classes/WDColorBalanceController.m -------------------------------------------------------------------------------- /Classes/WDColorController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Classes/WDColorController.h -------------------------------------------------------------------------------- /Classes/WDColorController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Classes/WDColorController.m -------------------------------------------------------------------------------- /Classes/WDColorIndicator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Classes/WDColorIndicator.h -------------------------------------------------------------------------------- /Classes/WDColorIndicator.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Classes/WDColorIndicator.m -------------------------------------------------------------------------------- /Classes/WDColorSlider.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Classes/WDColorSlider.h -------------------------------------------------------------------------------- /Classes/WDColorSlider.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Classes/WDColorSlider.m -------------------------------------------------------------------------------- /Classes/WDColorWell.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Classes/WDColorWell.h -------------------------------------------------------------------------------- /Classes/WDColorWell.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Classes/WDColorWell.m -------------------------------------------------------------------------------- /Classes/WDCoreTextLabel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Classes/WDCoreTextLabel.h -------------------------------------------------------------------------------- /Classes/WDCoreTextLabel.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Classes/WDCoreTextLabel.m -------------------------------------------------------------------------------- /Classes/WDDocument.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Classes/WDDocument.h -------------------------------------------------------------------------------- /Classes/WDDocument.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Classes/WDDocument.m -------------------------------------------------------------------------------- /Classes/WDDrawingManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Classes/WDDrawingManager.h -------------------------------------------------------------------------------- /Classes/WDDrawingManager.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Classes/WDDrawingManager.m -------------------------------------------------------------------------------- /Classes/WDEmail.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Classes/WDEmail.h -------------------------------------------------------------------------------- /Classes/WDEmail.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Classes/WDEmail.m -------------------------------------------------------------------------------- /Classes/WDEraserPreviewView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Classes/WDEraserPreviewView.h -------------------------------------------------------------------------------- /Classes/WDEraserPreviewView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Classes/WDEraserPreviewView.m -------------------------------------------------------------------------------- /Classes/WDEtchedLine.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Classes/WDEtchedLine.h -------------------------------------------------------------------------------- /Classes/WDEtchedLine.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Classes/WDEtchedLine.m -------------------------------------------------------------------------------- /Classes/WDEventForwardingView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Classes/WDEventForwardingView.h -------------------------------------------------------------------------------- /Classes/WDEventForwardingView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Classes/WDEventForwardingView.m -------------------------------------------------------------------------------- /Classes/WDExportController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Classes/WDExportController.h -------------------------------------------------------------------------------- /Classes/WDExportController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Classes/WDExportController.m -------------------------------------------------------------------------------- /Classes/WDEyedropper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Classes/WDEyedropper.h -------------------------------------------------------------------------------- /Classes/WDEyedropper.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Classes/WDEyedropper.m -------------------------------------------------------------------------------- /Classes/WDFillController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Classes/WDFillController.h -------------------------------------------------------------------------------- /Classes/WDFillController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Classes/WDFillController.m -------------------------------------------------------------------------------- /Classes/WDFontController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Classes/WDFontController.h -------------------------------------------------------------------------------- /Classes/WDFontController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Classes/WDFontController.m -------------------------------------------------------------------------------- /Classes/WDFontLibraryController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Classes/WDFontLibraryController.h -------------------------------------------------------------------------------- /Classes/WDFontLibraryController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Classes/WDFontLibraryController.m -------------------------------------------------------------------------------- /Classes/WDFontManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Classes/WDFontManager.h -------------------------------------------------------------------------------- /Classes/WDFontManager.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Classes/WDFontManager.m -------------------------------------------------------------------------------- /Classes/WDGradientController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Classes/WDGradientController.h -------------------------------------------------------------------------------- /Classes/WDGradientController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Classes/WDGradientController.m -------------------------------------------------------------------------------- /Classes/WDGradientEditor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Classes/WDGradientEditor.h -------------------------------------------------------------------------------- /Classes/WDGradientEditor.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Classes/WDGradientEditor.m -------------------------------------------------------------------------------- /Classes/WDGradientStopIndicator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Classes/WDGradientStopIndicator.h -------------------------------------------------------------------------------- /Classes/WDGradientStopIndicator.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Classes/WDGradientStopIndicator.m -------------------------------------------------------------------------------- /Classes/WDHelpController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Classes/WDHelpController.h -------------------------------------------------------------------------------- /Classes/WDHelpController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Classes/WDHelpController.m -------------------------------------------------------------------------------- /Classes/WDHueSaturationController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Classes/WDHueSaturationController.h -------------------------------------------------------------------------------- /Classes/WDHueSaturationController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Classes/WDHueSaturationController.m -------------------------------------------------------------------------------- /Classes/WDHueShifter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Classes/WDHueShifter.h -------------------------------------------------------------------------------- /Classes/WDHueShifter.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Classes/WDHueShifter.m -------------------------------------------------------------------------------- /Classes/WDImageView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Classes/WDImageView.h -------------------------------------------------------------------------------- /Classes/WDImageView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Classes/WDImageView.m -------------------------------------------------------------------------------- /Classes/WDImportController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Classes/WDImportController.h -------------------------------------------------------------------------------- /Classes/WDImportController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Classes/WDImportController.m -------------------------------------------------------------------------------- /Classes/WDLayerCell.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Classes/WDLayerCell.h -------------------------------------------------------------------------------- /Classes/WDLayerCell.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Classes/WDLayerCell.m -------------------------------------------------------------------------------- /Classes/WDLayerController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Classes/WDLayerController.h -------------------------------------------------------------------------------- /Classes/WDLayerController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Classes/WDLayerController.m -------------------------------------------------------------------------------- /Classes/WDLineAttributePicker.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Classes/WDLineAttributePicker.h -------------------------------------------------------------------------------- /Classes/WDLineAttributePicker.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Classes/WDLineAttributePicker.m -------------------------------------------------------------------------------- /Classes/WDMenu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Classes/WDMenu.h -------------------------------------------------------------------------------- /Classes/WDMenu.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Classes/WDMenu.m -------------------------------------------------------------------------------- /Classes/WDMenuItem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Classes/WDMenuItem.h -------------------------------------------------------------------------------- /Classes/WDMenuItem.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Classes/WDMenuItem.m -------------------------------------------------------------------------------- /Classes/WDModalTitleBar.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Classes/WDModalTitleBar.h -------------------------------------------------------------------------------- /Classes/WDModalTitleBar.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Classes/WDModalTitleBar.m -------------------------------------------------------------------------------- /Classes/WDPageSizeController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Classes/WDPageSizeController.h -------------------------------------------------------------------------------- /Classes/WDPageSizeController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Classes/WDPageSizeController.m -------------------------------------------------------------------------------- /Classes/WDPalette.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Classes/WDPalette.h -------------------------------------------------------------------------------- /Classes/WDPalette.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Classes/WDPalette.m -------------------------------------------------------------------------------- /Classes/WDPaletteBackgroundView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Classes/WDPaletteBackgroundView.h -------------------------------------------------------------------------------- /Classes/WDPaletteBackgroundView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Classes/WDPaletteBackgroundView.m -------------------------------------------------------------------------------- /Classes/WDProgressView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Classes/WDProgressView.h -------------------------------------------------------------------------------- /Classes/WDProgressView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Classes/WDProgressView.m -------------------------------------------------------------------------------- /Classes/WDRulerView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Classes/WDRulerView.h -------------------------------------------------------------------------------- /Classes/WDRulerView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Classes/WDRulerView.m -------------------------------------------------------------------------------- /Classes/WDSamplesController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Classes/WDSamplesController.h -------------------------------------------------------------------------------- /Classes/WDSamplesController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Classes/WDSamplesController.m -------------------------------------------------------------------------------- /Classes/WDSelectionView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Classes/WDSelectionView.h -------------------------------------------------------------------------------- /Classes/WDSelectionView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Classes/WDSelectionView.m -------------------------------------------------------------------------------- /Classes/WDSettingsController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Classes/WDSettingsController.h -------------------------------------------------------------------------------- /Classes/WDSettingsController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Classes/WDSettingsController.m -------------------------------------------------------------------------------- /Classes/WDShadowController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Classes/WDShadowController.h -------------------------------------------------------------------------------- /Classes/WDShadowController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Classes/WDShadowController.m -------------------------------------------------------------------------------- /Classes/WDShadowWell.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Classes/WDShadowWell.h -------------------------------------------------------------------------------- /Classes/WDShadowWell.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Classes/WDShadowWell.m -------------------------------------------------------------------------------- /Classes/WDSimpleColorView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Classes/WDSimpleColorView.h -------------------------------------------------------------------------------- /Classes/WDSimpleColorView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Classes/WDSimpleColorView.m -------------------------------------------------------------------------------- /Classes/WDSparkSlider.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Classes/WDSparkSlider.h -------------------------------------------------------------------------------- /Classes/WDSparkSlider.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Classes/WDSparkSlider.m -------------------------------------------------------------------------------- /Classes/WDStrokeController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Classes/WDStrokeController.h -------------------------------------------------------------------------------- /Classes/WDStrokeController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Classes/WDStrokeController.m -------------------------------------------------------------------------------- /Classes/WDSwatchCell.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Classes/WDSwatchCell.h -------------------------------------------------------------------------------- /Classes/WDSwatchCell.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Classes/WDSwatchCell.m -------------------------------------------------------------------------------- /Classes/WDSwatchController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Classes/WDSwatchController.h -------------------------------------------------------------------------------- /Classes/WDSwatchController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Classes/WDSwatchController.m -------------------------------------------------------------------------------- /Classes/WDTextController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Classes/WDTextController.h -------------------------------------------------------------------------------- /Classes/WDTextController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Classes/WDTextController.m -------------------------------------------------------------------------------- /Classes/WDThumbnailView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Classes/WDThumbnailView.h -------------------------------------------------------------------------------- /Classes/WDThumbnailView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Classes/WDThumbnailView.m -------------------------------------------------------------------------------- /Classes/WDToolButton.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Classes/WDToolButton.h -------------------------------------------------------------------------------- /Classes/WDToolButton.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Classes/WDToolButton.m -------------------------------------------------------------------------------- /Classes/WDToolView.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Classes/WDToolView.h -------------------------------------------------------------------------------- /Classes/WDToolView.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Classes/WDToolView.m -------------------------------------------------------------------------------- /Classes/WDUnitsController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Classes/WDUnitsController.h -------------------------------------------------------------------------------- /Classes/WDUnitsController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Classes/WDUnitsController.m -------------------------------------------------------------------------------- /Classes/WDUserFont.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Classes/WDUserFont.h -------------------------------------------------------------------------------- /Classes/WDUserFont.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Classes/WDUserFont.m -------------------------------------------------------------------------------- /CrashReports/DBRequest.crash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/CrashReports/DBRequest.crash -------------------------------------------------------------------------------- /CrashReports/UIPrintInteractionController.crash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/CrashReports/UIPrintInteractionController.crash -------------------------------------------------------------------------------- /CrashReports/WDGLFlattenBezierSegment.crash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/CrashReports/WDGLFlattenBezierSegment.crash -------------------------------------------------------------------------------- /CrashReports/WDImportController.crash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/CrashReports/WDImportController.crash -------------------------------------------------------------------------------- /CrashReports/rotateToInterfaceOrientation.crash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/CrashReports/rotateToInterfaceOrientation.crash -------------------------------------------------------------------------------- /CrashReports/setShowsPivot.crash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/CrashReports/setShowsPivot.crash -------------------------------------------------------------------------------- /CrashReports/showPathMenu.crash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/CrashReports/showPathMenu.crash -------------------------------------------------------------------------------- /DropboxSDK.framework/DropboxSDK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/DropboxSDK.framework/DropboxSDK -------------------------------------------------------------------------------- /DropboxSDK.framework/Headers/DBAccountInfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/DropboxSDK.framework/Headers/DBAccountInfo.h -------------------------------------------------------------------------------- /DropboxSDK.framework/Headers/DBBase64Transcoder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/DropboxSDK.framework/Headers/DBBase64Transcoder.h -------------------------------------------------------------------------------- /DropboxSDK.framework/Headers/DBDefines.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/DropboxSDK.framework/Headers/DBDefines.h -------------------------------------------------------------------------------- /DropboxSDK.framework/Headers/DBDeltaEntry.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/DropboxSDK.framework/Headers/DBDeltaEntry.h -------------------------------------------------------------------------------- /DropboxSDK.framework/Headers/DBError.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/DropboxSDK.framework/Headers/DBError.h -------------------------------------------------------------------------------- /DropboxSDK.framework/Headers/DBJSON.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/DropboxSDK.framework/Headers/DBJSON.h -------------------------------------------------------------------------------- /DropboxSDK.framework/Headers/DBJsonBase.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/DropboxSDK.framework/Headers/DBJsonBase.h -------------------------------------------------------------------------------- /DropboxSDK.framework/Headers/DBJsonParser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/DropboxSDK.framework/Headers/DBJsonParser.h -------------------------------------------------------------------------------- /DropboxSDK.framework/Headers/DBJsonWriter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/DropboxSDK.framework/Headers/DBJsonWriter.h -------------------------------------------------------------------------------- /DropboxSDK.framework/Headers/DBLog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/DropboxSDK.framework/Headers/DBLog.h -------------------------------------------------------------------------------- /DropboxSDK.framework/Headers/DBMetadata.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/DropboxSDK.framework/Headers/DBMetadata.h -------------------------------------------------------------------------------- /DropboxSDK.framework/Headers/DBQuota.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/DropboxSDK.framework/Headers/DBQuota.h -------------------------------------------------------------------------------- /DropboxSDK.framework/Headers/DBRequest.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/DropboxSDK.framework/Headers/DBRequest.h -------------------------------------------------------------------------------- /DropboxSDK.framework/Headers/DBRestClient.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/DropboxSDK.framework/Headers/DBRestClient.h -------------------------------------------------------------------------------- /DropboxSDK.framework/Headers/DBSession+iOS.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/DropboxSDK.framework/Headers/DBSession+iOS.h -------------------------------------------------------------------------------- /DropboxSDK.framework/Headers/DBSession.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/DropboxSDK.framework/Headers/DBSession.h -------------------------------------------------------------------------------- /DropboxSDK.framework/Headers/DropboxSDK-Prefix.pch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/DropboxSDK.framework/Headers/DropboxSDK-Prefix.pch -------------------------------------------------------------------------------- /DropboxSDK.framework/Headers/DropboxSDK.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/DropboxSDK.framework/Headers/DropboxSDK.h -------------------------------------------------------------------------------- /DropboxSDK.framework/Headers/JSON.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/DropboxSDK.framework/Headers/JSON.h -------------------------------------------------------------------------------- /DropboxSDK.framework/Headers/MPDebug.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/DropboxSDK.framework/Headers/MPDebug.h -------------------------------------------------------------------------------- /DropboxSDK.framework/Headers/MPOAuth.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/DropboxSDK.framework/Headers/MPOAuth.h -------------------------------------------------------------------------------- /DropboxSDK.framework/Headers/MPOAuthAPI.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/DropboxSDK.framework/Headers/MPOAuthAPI.h -------------------------------------------------------------------------------- /DropboxSDK.framework/Headers/MPOAuthAPIRequestLoader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/DropboxSDK.framework/Headers/MPOAuthAPIRequestLoader.h -------------------------------------------------------------------------------- /DropboxSDK.framework/Headers/MPOAuthAuthenticationMethod.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/DropboxSDK.framework/Headers/MPOAuthAuthenticationMethod.h -------------------------------------------------------------------------------- /DropboxSDK.framework/Headers/MPOAuthAuthenticationMethodOAuth.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/DropboxSDK.framework/Headers/MPOAuthAuthenticationMethodOAuth.h -------------------------------------------------------------------------------- /DropboxSDK.framework/Headers/MPOAuthConnection.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/DropboxSDK.framework/Headers/MPOAuthConnection.h -------------------------------------------------------------------------------- /DropboxSDK.framework/Headers/MPOAuthCredentialConcreteStore+KeychainAdditions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/DropboxSDK.framework/Headers/MPOAuthCredentialConcreteStore+KeychainAdditions.h -------------------------------------------------------------------------------- /DropboxSDK.framework/Headers/MPOAuthCredentialConcreteStore.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/DropboxSDK.framework/Headers/MPOAuthCredentialConcreteStore.h -------------------------------------------------------------------------------- /DropboxSDK.framework/Headers/MPOAuthCredentialStore.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/DropboxSDK.framework/Headers/MPOAuthCredentialStore.h -------------------------------------------------------------------------------- /DropboxSDK.framework/Headers/MPOAuthParameterFactory.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/DropboxSDK.framework/Headers/MPOAuthParameterFactory.h -------------------------------------------------------------------------------- /DropboxSDK.framework/Headers/MPOAuthSignatureParameter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/DropboxSDK.framework/Headers/MPOAuthSignatureParameter.h -------------------------------------------------------------------------------- /DropboxSDK.framework/Headers/MPOAuthURLRequest.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/DropboxSDK.framework/Headers/MPOAuthURLRequest.h -------------------------------------------------------------------------------- /DropboxSDK.framework/Headers/MPOAuthURLResponse.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/DropboxSDK.framework/Headers/MPOAuthURLResponse.h -------------------------------------------------------------------------------- /DropboxSDK.framework/Headers/MPURLRequestParameter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/DropboxSDK.framework/Headers/MPURLRequestParameter.h -------------------------------------------------------------------------------- /DropboxSDK.framework/Headers/NSDictionary+Dropbox.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/DropboxSDK.framework/Headers/NSDictionary+Dropbox.h -------------------------------------------------------------------------------- /DropboxSDK.framework/Headers/NSObject+DBJSON.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/DropboxSDK.framework/Headers/NSObject+DBJSON.h -------------------------------------------------------------------------------- /DropboxSDK.framework/Headers/NSString+DBJSON.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/DropboxSDK.framework/Headers/NSString+DBJSON.h -------------------------------------------------------------------------------- /DropboxSDK.framework/Headers/NSString+Dropbox.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/DropboxSDK.framework/Headers/NSString+Dropbox.h -------------------------------------------------------------------------------- /DropboxSDK.framework/Headers/NSString+URLEscapingAdditions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/DropboxSDK.framework/Headers/NSString+URLEscapingAdditions.h -------------------------------------------------------------------------------- /DropboxSDK.framework/Headers/NSURL+MPURLParameterAdditions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/DropboxSDK.framework/Headers/NSURL+MPURLParameterAdditions.h -------------------------------------------------------------------------------- /DropboxSDK.framework/Headers/NSURLResponse+Encoding.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/DropboxSDK.framework/Headers/NSURLResponse+Encoding.h -------------------------------------------------------------------------------- /DropboxSDK.framework/Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/DropboxSDK.framework/Info.plist -------------------------------------------------------------------------------- /Entitlements.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Entitlements.plist -------------------------------------------------------------------------------- /Help/Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Help/Icon.png -------------------------------------------------------------------------------- /Help/Icon@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Help/Icon@2x.png -------------------------------------------------------------------------------- /Help/add_anchor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Help/add_anchor.png -------------------------------------------------------------------------------- /Help/add_anchor@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Help/add_anchor@2x.png -------------------------------------------------------------------------------- /Help/brush.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Help/brush.png -------------------------------------------------------------------------------- /Help/brush@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Help/brush@2x.png -------------------------------------------------------------------------------- /Help/color_wheel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Help/color_wheel.png -------------------------------------------------------------------------------- /Help/color_wheel@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Help/color_wheel@2x.png -------------------------------------------------------------------------------- /Help/corner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Help/corner.png -------------------------------------------------------------------------------- /Help/corner@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Help/corner@2x.png -------------------------------------------------------------------------------- /Help/curve.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Help/curve.png -------------------------------------------------------------------------------- /Help/curve@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Help/curve@2x.png -------------------------------------------------------------------------------- /Help/drawing_navbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Help/drawing_navbar.png -------------------------------------------------------------------------------- /Help/drawing_navbar@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Help/drawing_navbar@2x.png -------------------------------------------------------------------------------- /Help/eraser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Help/eraser.png -------------------------------------------------------------------------------- /Help/eraser@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Help/eraser@2x.png -------------------------------------------------------------------------------- /Help/eyedropper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Help/eyedropper.png -------------------------------------------------------------------------------- /Help/eyedropper@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Help/eyedropper@2x.png -------------------------------------------------------------------------------- /Help/gradient_canvas.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Help/gradient_canvas.png -------------------------------------------------------------------------------- /Help/gradient_canvas@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Help/gradient_canvas@2x.png -------------------------------------------------------------------------------- /Help/groupSelect.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Help/groupSelect.png -------------------------------------------------------------------------------- /Help/groupSelect@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Help/groupSelect@2x.png -------------------------------------------------------------------------------- /Help/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Help/index.html -------------------------------------------------------------------------------- /Help/index_de.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Help/index_de.html -------------------------------------------------------------------------------- /Help/index_fr.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Help/index_fr.html -------------------------------------------------------------------------------- /Help/index_it.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Help/index_it.html -------------------------------------------------------------------------------- /Help/index_ja.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Help/index_ja.html -------------------------------------------------------------------------------- /Help/index_pt.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Help/index_pt.html -------------------------------------------------------------------------------- /Help/index_pt_PT.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Help/index_pt_PT.html -------------------------------------------------------------------------------- /Help/index_zh_cn.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Help/index_zh_cn.html -------------------------------------------------------------------------------- /Help/jquery-1.7.1.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Help/jquery-1.7.1.min.js -------------------------------------------------------------------------------- /Help/line.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Help/line.png -------------------------------------------------------------------------------- /Help/line@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Help/line@2x.png -------------------------------------------------------------------------------- /Help/oval.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Help/oval.png -------------------------------------------------------------------------------- /Help/oval@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Help/oval@2x.png -------------------------------------------------------------------------------- /Help/pen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Help/pen.png -------------------------------------------------------------------------------- /Help/pen@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Help/pen@2x.png -------------------------------------------------------------------------------- /Help/polygon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Help/polygon.png -------------------------------------------------------------------------------- /Help/polygon@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Help/polygon@2x.png -------------------------------------------------------------------------------- /Help/polygon_path.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Help/polygon_path.png -------------------------------------------------------------------------------- /Help/polygon_path@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Help/polygon_path@2x.png -------------------------------------------------------------------------------- /Help/rect.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Help/rect.png -------------------------------------------------------------------------------- /Help/rect@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Help/rect@2x.png -------------------------------------------------------------------------------- /Help/redo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Help/redo.png -------------------------------------------------------------------------------- /Help/redo@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Help/redo@2x.png -------------------------------------------------------------------------------- /Help/retina.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Help/retina.js -------------------------------------------------------------------------------- /Help/rotate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Help/rotate.png -------------------------------------------------------------------------------- /Help/rotate@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Help/rotate@2x.png -------------------------------------------------------------------------------- /Help/scale.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Help/scale.png -------------------------------------------------------------------------------- /Help/scale@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Help/scale@2x.png -------------------------------------------------------------------------------- /Help/scissor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Help/scissor.png -------------------------------------------------------------------------------- /Help/scissor@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Help/scissor@2x.png -------------------------------------------------------------------------------- /Help/select.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Help/select.png -------------------------------------------------------------------------------- /Help/select@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Help/select@2x.png -------------------------------------------------------------------------------- /Help/spiral.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Help/spiral.png -------------------------------------------------------------------------------- /Help/spiral@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Help/spiral@2x.png -------------------------------------------------------------------------------- /Help/star.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Help/star.png -------------------------------------------------------------------------------- /Help/star@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Help/star@2x.png -------------------------------------------------------------------------------- /Help/style_bar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Help/style_bar.png -------------------------------------------------------------------------------- /Help/style_bar@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Help/style_bar@2x.png -------------------------------------------------------------------------------- /Help/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Help/styles.css -------------------------------------------------------------------------------- /Help/text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Help/text.png -------------------------------------------------------------------------------- /Help/text@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Help/text@2x.png -------------------------------------------------------------------------------- /Help/tools.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Help/tools.png -------------------------------------------------------------------------------- /Help/tools@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Help/tools@2x.png -------------------------------------------------------------------------------- /Help/undo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Help/undo.png -------------------------------------------------------------------------------- /Help/undo@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Help/undo@2x.png -------------------------------------------------------------------------------- /Icons/Icon-Settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Icons/Icon-Settings.png -------------------------------------------------------------------------------- /Icons/Icon-Settings@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Icons/Icon-Settings@2x.png -------------------------------------------------------------------------------- /Icons/Icon-Spotlight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Icons/Icon-Spotlight.png -------------------------------------------------------------------------------- /Icons/Icon-Spotlight@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Icons/Icon-Spotlight@2x.png -------------------------------------------------------------------------------- /Icons/Icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Icons/Icon.png -------------------------------------------------------------------------------- /Icons/Icon@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Icons/Icon@2x.png -------------------------------------------------------------------------------- /Images/Default-Landscape.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Images/Default-Landscape.png -------------------------------------------------------------------------------- /Images/Default-Landscape@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Images/Default-Landscape@2x.png -------------------------------------------------------------------------------- /Images/Default-Portrait.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Images/Default-Portrait.png -------------------------------------------------------------------------------- /Images/Default-Portrait@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Images/Default-Portrait@2x.png -------------------------------------------------------------------------------- /Images/album.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Images/album.png -------------------------------------------------------------------------------- /Images/album@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Images/album@2x.png -------------------------------------------------------------------------------- /Images/album_centered.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Images/album_centered.png -------------------------------------------------------------------------------- /Images/album_centered@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Images/album_centered@2x.png -------------------------------------------------------------------------------- /Images/align_bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Images/align_bottom.png -------------------------------------------------------------------------------- /Images/align_center.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Images/align_center.png -------------------------------------------------------------------------------- /Images/align_left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Images/align_left.png -------------------------------------------------------------------------------- /Images/align_middle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Images/align_middle.png -------------------------------------------------------------------------------- /Images/align_right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Images/align_right.png -------------------------------------------------------------------------------- /Images/align_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Images/align_top.png -------------------------------------------------------------------------------- /Images/checkmark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Images/checkmark.png -------------------------------------------------------------------------------- /Images/checkmark@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Images/checkmark@2x.png -------------------------------------------------------------------------------- /Images/color_wheel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Images/color_wheel.png -------------------------------------------------------------------------------- /Images/color_wheel@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Images/color_wheel@2x.png -------------------------------------------------------------------------------- /Images/decrement.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Images/decrement.png -------------------------------------------------------------------------------- /Images/decrement@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Images/decrement@2x.png -------------------------------------------------------------------------------- /Images/dropbox_icon_directory.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Images/dropbox_icon_directory.png -------------------------------------------------------------------------------- /Images/dropbox_icon_directory@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Images/dropbox_icon_directory@2x.png -------------------------------------------------------------------------------- /Images/dropbox_icon_font.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Images/dropbox_icon_font.png -------------------------------------------------------------------------------- /Images/dropbox_icon_font@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Images/dropbox_icon_font@2x.png -------------------------------------------------------------------------------- /Images/dropbox_icon_generic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Images/dropbox_icon_generic.png -------------------------------------------------------------------------------- /Images/dropbox_icon_generic@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Images/dropbox_icon_generic@2x.png -------------------------------------------------------------------------------- /Images/dropbox_icon_inkpad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Images/dropbox_icon_inkpad.png -------------------------------------------------------------------------------- /Images/dropbox_icon_inkpad@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Images/dropbox_icon_inkpad@2x.png -------------------------------------------------------------------------------- /Images/dropbox_icon_svg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Images/dropbox_icon_svg.png -------------------------------------------------------------------------------- /Images/dropbox_icon_svg@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Images/dropbox_icon_svg@2x.png -------------------------------------------------------------------------------- /Images/dropbox_icon_unsupported.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Images/dropbox_icon_unsupported.png -------------------------------------------------------------------------------- /Images/dropbox_icon_unsupported@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Images/dropbox_icon_unsupported@2x.png -------------------------------------------------------------------------------- /Images/duplicate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Images/duplicate.png -------------------------------------------------------------------------------- /Images/duplicate@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Images/duplicate@2x.png -------------------------------------------------------------------------------- /Images/font.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Images/font.png -------------------------------------------------------------------------------- /Images/font@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Images/font@2x.png -------------------------------------------------------------------------------- /Images/gear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Images/gear.png -------------------------------------------------------------------------------- /Images/gear@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Images/gear@2x.png -------------------------------------------------------------------------------- /Images/hidden.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Images/hidden.png -------------------------------------------------------------------------------- /Images/hidden@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Images/hidden@2x.png -------------------------------------------------------------------------------- /Images/hue_shifter_overlay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Images/hue_shifter_overlay.png -------------------------------------------------------------------------------- /Images/hue_shifter_overlay@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Images/hue_shifter_overlay@2x.png -------------------------------------------------------------------------------- /Images/increment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Images/increment.png -------------------------------------------------------------------------------- /Images/increment@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Images/increment@2x.png -------------------------------------------------------------------------------- /Images/isolate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Images/isolate.png -------------------------------------------------------------------------------- /Images/isolate@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Images/isolate@2x.png -------------------------------------------------------------------------------- /Images/linear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Images/linear.png -------------------------------------------------------------------------------- /Images/linear@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Images/linear@2x.png -------------------------------------------------------------------------------- /Images/lock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Images/lock.png -------------------------------------------------------------------------------- /Images/lock@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Images/lock@2x.png -------------------------------------------------------------------------------- /Images/openclipart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Images/openclipart.png -------------------------------------------------------------------------------- /Images/openclipart@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Images/openclipart@2x.png -------------------------------------------------------------------------------- /Images/pivot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Images/pivot.png -------------------------------------------------------------------------------- /Images/pivot@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Images/pivot@2x.png -------------------------------------------------------------------------------- /Images/radial.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Images/radial.png -------------------------------------------------------------------------------- /Images/radial@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Images/radial@2x.png -------------------------------------------------------------------------------- /Images/redo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Images/redo.png -------------------------------------------------------------------------------- /Images/redo@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Images/redo@2x.png -------------------------------------------------------------------------------- /Images/slider_border.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Images/slider_border.png -------------------------------------------------------------------------------- /Images/slider_border@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Images/slider_border@2x.png -------------------------------------------------------------------------------- /Images/spark_knob.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Images/spark_knob.png -------------------------------------------------------------------------------- /Images/spark_knob_highlighted.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Images/spark_knob_highlighted.png -------------------------------------------------------------------------------- /Images/swatches.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Images/swatches.png -------------------------------------------------------------------------------- /Images/table_checkmark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Images/table_checkmark.png -------------------------------------------------------------------------------- /Images/table_checkmark@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Images/table_checkmark@2x.png -------------------------------------------------------------------------------- /Images/table_unchecked.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Images/table_unchecked.png -------------------------------------------------------------------------------- /Images/textCenter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Images/textCenter.png -------------------------------------------------------------------------------- /Images/textLeft.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Images/textLeft.png -------------------------------------------------------------------------------- /Images/textRight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Images/textRight.png -------------------------------------------------------------------------------- /Images/trash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Images/trash.png -------------------------------------------------------------------------------- /Images/trash@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Images/trash@2x.png -------------------------------------------------------------------------------- /Images/undo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Images/undo.png -------------------------------------------------------------------------------- /Images/undo@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Images/undo@2x.png -------------------------------------------------------------------------------- /Images/unlock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Images/unlock.png -------------------------------------------------------------------------------- /Images/unlock@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Images/unlock@2x.png -------------------------------------------------------------------------------- /Images/visible.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Images/visible.png -------------------------------------------------------------------------------- /Images/visible@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Images/visible@2x.png -------------------------------------------------------------------------------- /Images/zoom_to_fit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Images/zoom_to_fit.png -------------------------------------------------------------------------------- /Images/zoom_to_fit@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Images/zoom_to_fit@2x.png -------------------------------------------------------------------------------- /Inkpad-Core/Additions/NSArray+Additions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/Additions/NSArray+Additions.h -------------------------------------------------------------------------------- /Inkpad-Core/Additions/NSArray+Additions.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/Additions/NSArray+Additions.m -------------------------------------------------------------------------------- /Inkpad-Core/Additions/NSData+Additions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/Additions/NSData+Additions.h -------------------------------------------------------------------------------- /Inkpad-Core/Additions/NSData+Additions.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/Additions/NSData+Additions.m -------------------------------------------------------------------------------- /Inkpad-Core/Additions/NSString+Additions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/Additions/NSString+Additions.h -------------------------------------------------------------------------------- /Inkpad-Core/Additions/NSString+Additions.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/Additions/NSString+Additions.m -------------------------------------------------------------------------------- /Inkpad-Core/Additions/UIColor+Additions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/Additions/UIColor+Additions.h -------------------------------------------------------------------------------- /Inkpad-Core/Additions/UIColor+Additions.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/Additions/UIColor+Additions.m -------------------------------------------------------------------------------- /Inkpad-Core/Additions/UIImage+Additions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/Additions/UIImage+Additions.h -------------------------------------------------------------------------------- /Inkpad-Core/Additions/UIImage+Additions.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/Additions/UIImage+Additions.m -------------------------------------------------------------------------------- /Inkpad-Core/Additions/UIImage+Resize.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/Additions/UIImage+Resize.h -------------------------------------------------------------------------------- /Inkpad-Core/Additions/UIImage+Resize.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/Additions/UIImage+Resize.m -------------------------------------------------------------------------------- /Inkpad-Core/Controllers/WDDrawingController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/Controllers/WDDrawingController.h -------------------------------------------------------------------------------- /Inkpad-Core/Controllers/WDDrawingController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/Controllers/WDDrawingController.m -------------------------------------------------------------------------------- /Inkpad-Core/Controllers/WDDynamicGuideController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/Controllers/WDDynamicGuideController.h -------------------------------------------------------------------------------- /Inkpad-Core/Controllers/WDDynamicGuideController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/Controllers/WDDynamicGuideController.m -------------------------------------------------------------------------------- /Inkpad-Core/Controllers/WDPropertyManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/Controllers/WDPropertyManager.h -------------------------------------------------------------------------------- /Inkpad-Core/Controllers/WDPropertyManager.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/Controllers/WDPropertyManager.m -------------------------------------------------------------------------------- /Inkpad-Core/Controllers/WDToolManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/Controllers/WDToolManager.h -------------------------------------------------------------------------------- /Inkpad-Core/Controllers/WDToolManager.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/Controllers/WDToolManager.m -------------------------------------------------------------------------------- /Inkpad-Core/CurveFit/FitCurves.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/CurveFit/FitCurves.h -------------------------------------------------------------------------------- /Inkpad-Core/CurveFit/FitCurves.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/CurveFit/FitCurves.m -------------------------------------------------------------------------------- /Inkpad-Core/Images/tools/add_anchor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/Images/tools/add_anchor.png -------------------------------------------------------------------------------- /Inkpad-Core/Images/tools/add_anchor@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/Images/tools/add_anchor@2x.png -------------------------------------------------------------------------------- /Inkpad-Core/Images/tools/brush.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/Images/tools/brush.png -------------------------------------------------------------------------------- /Inkpad-Core/Images/tools/brush@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/Images/tools/brush@2x.png -------------------------------------------------------------------------------- /Inkpad-Core/Images/tools/eraser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/Images/tools/eraser.png -------------------------------------------------------------------------------- /Inkpad-Core/Images/tools/eraser@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/Images/tools/eraser@2x.png -------------------------------------------------------------------------------- /Inkpad-Core/Images/tools/eyedropper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/Images/tools/eyedropper.png -------------------------------------------------------------------------------- /Inkpad-Core/Images/tools/eyedropper@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/Images/tools/eyedropper@2x.png -------------------------------------------------------------------------------- /Inkpad-Core/Images/tools/freehand_shape.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/Images/tools/freehand_shape.png -------------------------------------------------------------------------------- /Inkpad-Core/Images/tools/freehand_shape@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/Images/tools/freehand_shape@2x.png -------------------------------------------------------------------------------- /Inkpad-Core/Images/tools/groupSelect.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/Images/tools/groupSelect.png -------------------------------------------------------------------------------- /Inkpad-Core/Images/tools/groupSelect@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/Images/tools/groupSelect@2x.png -------------------------------------------------------------------------------- /Inkpad-Core/Images/tools/hand.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/Images/tools/hand.png -------------------------------------------------------------------------------- /Inkpad-Core/Images/tools/line.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/Images/tools/line.png -------------------------------------------------------------------------------- /Inkpad-Core/Images/tools/line@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/Images/tools/line@2x.png -------------------------------------------------------------------------------- /Inkpad-Core/Images/tools/oval.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/Images/tools/oval.png -------------------------------------------------------------------------------- /Inkpad-Core/Images/tools/oval@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/Images/tools/oval@2x.png -------------------------------------------------------------------------------- /Inkpad-Core/Images/tools/pen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/Images/tools/pen.png -------------------------------------------------------------------------------- /Inkpad-Core/Images/tools/pen@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/Images/tools/pen@2x.png -------------------------------------------------------------------------------- /Inkpad-Core/Images/tools/polygon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/Images/tools/polygon.png -------------------------------------------------------------------------------- /Inkpad-Core/Images/tools/polygon@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/Images/tools/polygon@2x.png -------------------------------------------------------------------------------- /Inkpad-Core/Images/tools/rect.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/Images/tools/rect.png -------------------------------------------------------------------------------- /Inkpad-Core/Images/tools/rotate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/Images/tools/rotate.png -------------------------------------------------------------------------------- /Inkpad-Core/Images/tools/rotate@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/Images/tools/rotate@2x.png -------------------------------------------------------------------------------- /Inkpad-Core/Images/tools/scale.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/Images/tools/scale.png -------------------------------------------------------------------------------- /Inkpad-Core/Images/tools/scale@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/Images/tools/scale@2x.png -------------------------------------------------------------------------------- /Inkpad-Core/Images/tools/scissor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/Images/tools/scissor.png -------------------------------------------------------------------------------- /Inkpad-Core/Images/tools/scissor@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/Images/tools/scissor@2x.png -------------------------------------------------------------------------------- /Inkpad-Core/Images/tools/select.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/Images/tools/select.png -------------------------------------------------------------------------------- /Inkpad-Core/Images/tools/select@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/Images/tools/select@2x.png -------------------------------------------------------------------------------- /Inkpad-Core/Images/tools/spiral.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/Images/tools/spiral.png -------------------------------------------------------------------------------- /Inkpad-Core/Images/tools/spiral@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/Images/tools/spiral@2x.png -------------------------------------------------------------------------------- /Inkpad-Core/Images/tools/star.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/Images/tools/star.png -------------------------------------------------------------------------------- /Inkpad-Core/Images/tools/star@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/Images/tools/star@2x.png -------------------------------------------------------------------------------- /Inkpad-Core/Images/tools/text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/Images/tools/text.png -------------------------------------------------------------------------------- /Inkpad-Core/Images/tools/text@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/Images/tools/text@2x.png -------------------------------------------------------------------------------- /Inkpad-Core/Images/tools/zoom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/Images/tools/zoom.png -------------------------------------------------------------------------------- /Inkpad-Core/Model/WDAbstractPath.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/Model/WDAbstractPath.h -------------------------------------------------------------------------------- /Inkpad-Core/Model/WDAbstractPath.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/Model/WDAbstractPath.m -------------------------------------------------------------------------------- /Inkpad-Core/Model/WDArrowhead.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/Model/WDArrowhead.h -------------------------------------------------------------------------------- /Inkpad-Core/Model/WDArrowhead.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/Model/WDArrowhead.m -------------------------------------------------------------------------------- /Inkpad-Core/Model/WDBezierNode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/Model/WDBezierNode.h -------------------------------------------------------------------------------- /Inkpad-Core/Model/WDBezierNode.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/Model/WDBezierNode.m -------------------------------------------------------------------------------- /Inkpad-Core/Model/WDBezierSegment.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/Model/WDBezierSegment.h -------------------------------------------------------------------------------- /Inkpad-Core/Model/WDBezierSegment.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/Model/WDBezierSegment.m -------------------------------------------------------------------------------- /Inkpad-Core/Model/WDColor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/Model/WDColor.h -------------------------------------------------------------------------------- /Inkpad-Core/Model/WDColor.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/Model/WDColor.m -------------------------------------------------------------------------------- /Inkpad-Core/Model/WDCompoundPath.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/Model/WDCompoundPath.h -------------------------------------------------------------------------------- /Inkpad-Core/Model/WDCompoundPath.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/Model/WDCompoundPath.m -------------------------------------------------------------------------------- /Inkpad-Core/Model/WDCurveFit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/Model/WDCurveFit.h -------------------------------------------------------------------------------- /Inkpad-Core/Model/WDCurveFit.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/Model/WDCurveFit.m -------------------------------------------------------------------------------- /Inkpad-Core/Model/WDDocumentProtocol.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/Model/WDDocumentProtocol.h -------------------------------------------------------------------------------- /Inkpad-Core/Model/WDDrawing.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/Model/WDDrawing.h -------------------------------------------------------------------------------- /Inkpad-Core/Model/WDDrawing.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/Model/WDDrawing.m -------------------------------------------------------------------------------- /Inkpad-Core/Model/WDDynamicGuide.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/Model/WDDynamicGuide.h -------------------------------------------------------------------------------- /Inkpad-Core/Model/WDDynamicGuide.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/Model/WDDynamicGuide.m -------------------------------------------------------------------------------- /Inkpad-Core/Model/WDElement.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/Model/WDElement.h -------------------------------------------------------------------------------- /Inkpad-Core/Model/WDElement.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/Model/WDElement.m -------------------------------------------------------------------------------- /Inkpad-Core/Model/WDFillTransform.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/Model/WDFillTransform.h -------------------------------------------------------------------------------- /Inkpad-Core/Model/WDFillTransform.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/Model/WDFillTransform.m -------------------------------------------------------------------------------- /Inkpad-Core/Model/WDGradient.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/Model/WDGradient.h -------------------------------------------------------------------------------- /Inkpad-Core/Model/WDGradient.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/Model/WDGradient.m -------------------------------------------------------------------------------- /Inkpad-Core/Model/WDGradientStop.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/Model/WDGradientStop.h -------------------------------------------------------------------------------- /Inkpad-Core/Model/WDGradientStop.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/Model/WDGradientStop.m -------------------------------------------------------------------------------- /Inkpad-Core/Model/WDGroup.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/Model/WDGroup.h -------------------------------------------------------------------------------- /Inkpad-Core/Model/WDGroup.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/Model/WDGroup.m -------------------------------------------------------------------------------- /Inkpad-Core/Model/WDImage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/Model/WDImage.h -------------------------------------------------------------------------------- /Inkpad-Core/Model/WDImage.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/Model/WDImage.m -------------------------------------------------------------------------------- /Inkpad-Core/Model/WDImageData.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/Model/WDImageData.h -------------------------------------------------------------------------------- /Inkpad-Core/Model/WDImageData.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/Model/WDImageData.m -------------------------------------------------------------------------------- /Inkpad-Core/Model/WDInspectableProperties.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/Model/WDInspectableProperties.h -------------------------------------------------------------------------------- /Inkpad-Core/Model/WDInspectableProperties.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/Model/WDInspectableProperties.m -------------------------------------------------------------------------------- /Inkpad-Core/Model/WDLayer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/Model/WDLayer.h -------------------------------------------------------------------------------- /Inkpad-Core/Model/WDLayer.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/Model/WDLayer.m -------------------------------------------------------------------------------- /Inkpad-Core/Model/WDPath.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/Model/WDPath.h -------------------------------------------------------------------------------- /Inkpad-Core/Model/WDPath.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/Model/WDPath.m -------------------------------------------------------------------------------- /Inkpad-Core/Model/WDPathPainter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/Model/WDPathPainter.h -------------------------------------------------------------------------------- /Inkpad-Core/Model/WDPathfinder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/Model/WDPathfinder.h -------------------------------------------------------------------------------- /Inkpad-Core/Model/WDPathfinder.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/Model/WDPathfinder.mm -------------------------------------------------------------------------------- /Inkpad-Core/Model/WDPickResult.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/Model/WDPickResult.h -------------------------------------------------------------------------------- /Inkpad-Core/Model/WDPickResult.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/Model/WDPickResult.m -------------------------------------------------------------------------------- /Inkpad-Core/Model/WDRulerUnit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/Model/WDRulerUnit.h -------------------------------------------------------------------------------- /Inkpad-Core/Model/WDRulerUnit.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/Model/WDRulerUnit.m -------------------------------------------------------------------------------- /Inkpad-Core/Model/WDShadow.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/Model/WDShadow.h -------------------------------------------------------------------------------- /Inkpad-Core/Model/WDShadow.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/Model/WDShadow.m -------------------------------------------------------------------------------- /Inkpad-Core/Model/WDStrokeStyle.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/Model/WDStrokeStyle.h -------------------------------------------------------------------------------- /Inkpad-Core/Model/WDStrokeStyle.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/Model/WDStrokeStyle.m -------------------------------------------------------------------------------- /Inkpad-Core/Model/WDStylable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/Model/WDStylable.h -------------------------------------------------------------------------------- /Inkpad-Core/Model/WDStylable.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/Model/WDStylable.m -------------------------------------------------------------------------------- /Inkpad-Core/Model/WDText.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/Model/WDText.h -------------------------------------------------------------------------------- /Inkpad-Core/Model/WDText.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/Model/WDText.m -------------------------------------------------------------------------------- /Inkpad-Core/Model/WDTextPath.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/Model/WDTextPath.h -------------------------------------------------------------------------------- /Inkpad-Core/Model/WDTextPath.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/Model/WDTextPath.m -------------------------------------------------------------------------------- /Inkpad-Core/Model/WDTextRenderer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/Model/WDTextRenderer.h -------------------------------------------------------------------------------- /Inkpad-Core/Model/WDXMLElement.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/Model/WDXMLElement.h -------------------------------------------------------------------------------- /Inkpad-Core/Model/WDXMLElement.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/Model/WDXMLElement.m -------------------------------------------------------------------------------- /Inkpad-Core/PLists/SVGColors.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/PLists/SVGColors.plist -------------------------------------------------------------------------------- /Inkpad-Core/SVG/WDParseUtil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/SVG/WDParseUtil.h -------------------------------------------------------------------------------- /Inkpad-Core/SVG/WDParseUtil.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/SVG/WDParseUtil.m -------------------------------------------------------------------------------- /Inkpad-Core/SVG/WDSVGElement.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/SVG/WDSVGElement.h -------------------------------------------------------------------------------- /Inkpad-Core/SVG/WDSVGElement.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/SVG/WDSVGElement.m -------------------------------------------------------------------------------- /Inkpad-Core/SVG/WDSVGHelper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/SVG/WDSVGHelper.h -------------------------------------------------------------------------------- /Inkpad-Core/SVG/WDSVGHelper.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/SVG/WDSVGHelper.m -------------------------------------------------------------------------------- /Inkpad-Core/SVG/WDSVGParser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/SVG/WDSVGParser.h -------------------------------------------------------------------------------- /Inkpad-Core/SVG/WDSVGParser.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/SVG/WDSVGParser.m -------------------------------------------------------------------------------- /Inkpad-Core/SVG/WDSVGParserState.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/SVG/WDSVGParserState.h -------------------------------------------------------------------------------- /Inkpad-Core/SVG/WDSVGParserState.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/SVG/WDSVGParserState.m -------------------------------------------------------------------------------- /Inkpad-Core/SVG/WDSVGParserStateStack.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/SVG/WDSVGParserStateStack.h -------------------------------------------------------------------------------- /Inkpad-Core/SVG/WDSVGParserStateStack.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/SVG/WDSVGParserStateStack.m -------------------------------------------------------------------------------- /Inkpad-Core/SVG/WDSVGPathParser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/SVG/WDSVGPathParser.h -------------------------------------------------------------------------------- /Inkpad-Core/SVG/WDSVGPathParser.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/SVG/WDSVGPathParser.m -------------------------------------------------------------------------------- /Inkpad-Core/SVG/WDSVGStyleParser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/SVG/WDSVGStyleParser.h -------------------------------------------------------------------------------- /Inkpad-Core/SVG/WDSVGStyleParser.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/SVG/WDSVGStyleParser.m -------------------------------------------------------------------------------- /Inkpad-Core/SVG/WDSVGThumbnailExtractor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/SVG/WDSVGThumbnailExtractor.h -------------------------------------------------------------------------------- /Inkpad-Core/SVG/WDSVGThumbnailExtractor.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/SVG/WDSVGThumbnailExtractor.m -------------------------------------------------------------------------------- /Inkpad-Core/SVG/WDSVGTransformParser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/SVG/WDSVGTransformParser.h -------------------------------------------------------------------------------- /Inkpad-Core/SVG/WDSVGTransformParser.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/SVG/WDSVGTransformParser.m -------------------------------------------------------------------------------- /Inkpad-Core/Tools/WDAddAnchorTool.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/Tools/WDAddAnchorTool.h -------------------------------------------------------------------------------- /Inkpad-Core/Tools/WDAddAnchorTool.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/Tools/WDAddAnchorTool.m -------------------------------------------------------------------------------- /Inkpad-Core/Tools/WDEraserTool.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/Tools/WDEraserTool.h -------------------------------------------------------------------------------- /Inkpad-Core/Tools/WDEraserTool.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/Tools/WDEraserTool.m -------------------------------------------------------------------------------- /Inkpad-Core/Tools/WDEyedropperTool.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/Tools/WDEyedropperTool.h -------------------------------------------------------------------------------- /Inkpad-Core/Tools/WDEyedropperTool.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/Tools/WDEyedropperTool.m -------------------------------------------------------------------------------- /Inkpad-Core/Tools/WDFreehandTool.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/Tools/WDFreehandTool.h -------------------------------------------------------------------------------- /Inkpad-Core/Tools/WDFreehandTool.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/Tools/WDFreehandTool.m -------------------------------------------------------------------------------- /Inkpad-Core/Tools/WDHandTool.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/Tools/WDHandTool.h -------------------------------------------------------------------------------- /Inkpad-Core/Tools/WDHandTool.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/Tools/WDHandTool.m -------------------------------------------------------------------------------- /Inkpad-Core/Tools/WDPenTool.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/Tools/WDPenTool.h -------------------------------------------------------------------------------- /Inkpad-Core/Tools/WDPenTool.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/Tools/WDPenTool.m -------------------------------------------------------------------------------- /Inkpad-Core/Tools/WDRotateTool.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/Tools/WDRotateTool.h -------------------------------------------------------------------------------- /Inkpad-Core/Tools/WDRotateTool.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/Tools/WDRotateTool.m -------------------------------------------------------------------------------- /Inkpad-Core/Tools/WDScaleTool.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/Tools/WDScaleTool.h -------------------------------------------------------------------------------- /Inkpad-Core/Tools/WDScaleTool.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/Tools/WDScaleTool.m -------------------------------------------------------------------------------- /Inkpad-Core/Tools/WDScissorTool.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/Tools/WDScissorTool.h -------------------------------------------------------------------------------- /Inkpad-Core/Tools/WDScissorTool.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/Tools/WDScissorTool.m -------------------------------------------------------------------------------- /Inkpad-Core/Tools/WDSelectionTool.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/Tools/WDSelectionTool.h -------------------------------------------------------------------------------- /Inkpad-Core/Tools/WDSelectionTool.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/Tools/WDSelectionTool.m -------------------------------------------------------------------------------- /Inkpad-Core/Tools/WDShapeTool.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/Tools/WDShapeTool.h -------------------------------------------------------------------------------- /Inkpad-Core/Tools/WDShapeTool.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/Tools/WDShapeTool.m -------------------------------------------------------------------------------- /Inkpad-Core/Tools/WDTextTool.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/Tools/WDTextTool.h -------------------------------------------------------------------------------- /Inkpad-Core/Tools/WDTextTool.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/Tools/WDTextTool.m -------------------------------------------------------------------------------- /Inkpad-Core/Tools/WDTool.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/Tools/WDTool.h -------------------------------------------------------------------------------- /Inkpad-Core/Tools/WDTool.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/Tools/WDTool.m -------------------------------------------------------------------------------- /Inkpad-Core/Tools/WDTransformTool.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/Tools/WDTransformTool.h -------------------------------------------------------------------------------- /Inkpad-Core/Tools/WDTransformTool.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/Tools/WDTransformTool.m -------------------------------------------------------------------------------- /Inkpad-Core/Tools/WDZoomTool.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/Tools/WDZoomTool.h -------------------------------------------------------------------------------- /Inkpad-Core/Tools/WDZoomTool.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/Tools/WDZoomTool.m -------------------------------------------------------------------------------- /Inkpad-Core/Utilities/WDGLUtilities.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/Utilities/WDGLUtilities.h -------------------------------------------------------------------------------- /Inkpad-Core/Utilities/WDGLUtilities.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/Utilities/WDGLUtilities.m -------------------------------------------------------------------------------- /Inkpad-Core/Utilities/WDUtilities.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/Utilities/WDUtilities.h -------------------------------------------------------------------------------- /Inkpad-Core/Utilities/WDUtilities.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/Utilities/WDUtilities.m -------------------------------------------------------------------------------- /Inkpad-Core/livarot/AVL.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/livarot/AVL.cpp -------------------------------------------------------------------------------- /Inkpad-Core/livarot/AVL.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/livarot/AVL.h -------------------------------------------------------------------------------- /Inkpad-Core/livarot/DblLinked.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/livarot/DblLinked.cpp -------------------------------------------------------------------------------- /Inkpad-Core/livarot/DblLinked.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/livarot/DblLinked.h -------------------------------------------------------------------------------- /Inkpad-Core/livarot/LivarotDefs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/livarot/LivarotDefs.h -------------------------------------------------------------------------------- /Inkpad-Core/livarot/MyMath.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/livarot/MyMath.h -------------------------------------------------------------------------------- /Inkpad-Core/livarot/Path.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/livarot/Path.cpp -------------------------------------------------------------------------------- /Inkpad-Core/livarot/Path.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/livarot/Path.h -------------------------------------------------------------------------------- /Inkpad-Core/livarot/PathConversion.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/livarot/PathConversion.cpp -------------------------------------------------------------------------------- /Inkpad-Core/livarot/Shape.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/livarot/Shape.cpp -------------------------------------------------------------------------------- /Inkpad-Core/livarot/Shape.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/livarot/Shape.h -------------------------------------------------------------------------------- /Inkpad-Core/livarot/ShapeMisc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/livarot/ShapeMisc.cpp -------------------------------------------------------------------------------- /Inkpad-Core/livarot/ShapeSweep.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/livarot/ShapeSweep.cpp -------------------------------------------------------------------------------- /Inkpad-Core/livarot/ShapeSweepUtils.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/livarot/ShapeSweepUtils.cpp -------------------------------------------------------------------------------- /Inkpad-Core/livarot/ShapeUtils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Core/livarot/ShapeUtils.h -------------------------------------------------------------------------------- /Inkpad-Info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad-Info.plist -------------------------------------------------------------------------------- /Inkpad.entitlements: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad.entitlements -------------------------------------------------------------------------------- /Inkpad.xcodeproj/project.pbxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad.xcodeproj/project.pbxproj -------------------------------------------------------------------------------- /Inkpad_Prefix.pch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Inkpad_Prefix.pch -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/LICENSE -------------------------------------------------------------------------------- /Openclipart/OCADownloader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Openclipart/OCADownloader.h -------------------------------------------------------------------------------- /Openclipart/OCADownloader.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Openclipart/OCADownloader.m -------------------------------------------------------------------------------- /Openclipart/OCAEntry.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Openclipart/OCAEntry.h -------------------------------------------------------------------------------- /Openclipart/OCAEntry.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Openclipart/OCAEntry.m -------------------------------------------------------------------------------- /Openclipart/OCAThumbnailCache.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Openclipart/OCAThumbnailCache.h -------------------------------------------------------------------------------- /Openclipart/OCAThumbnailCache.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Openclipart/OCAThumbnailCache.m -------------------------------------------------------------------------------- /Openclipart/OCAThumbnailCell.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Openclipart/OCAThumbnailCell.h -------------------------------------------------------------------------------- /Openclipart/OCAThumbnailCell.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Openclipart/OCAThumbnailCell.m -------------------------------------------------------------------------------- /Openclipart/OCAViewController.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Openclipart/OCAViewController.h -------------------------------------------------------------------------------- /Openclipart/OCAViewController.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Openclipart/OCAViewController.m -------------------------------------------------------------------------------- /PLists/BlendModes.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/PLists/BlendModes.plist -------------------------------------------------------------------------------- /PLists/Defaults.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/PLists/Defaults.plist -------------------------------------------------------------------------------- /PLists/ImportFormats.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/PLists/ImportFormats.plist -------------------------------------------------------------------------------- /PLists/PageSizes.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/PLists/PageSizes.plist -------------------------------------------------------------------------------- /PLists/Settings.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/PLists/Settings.plist -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/README.md -------------------------------------------------------------------------------- /Samples/Boring.inkpad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Samples/Boring.inkpad -------------------------------------------------------------------------------- /Samples/Devilish.inkpad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Samples/Devilish.inkpad -------------------------------------------------------------------------------- /Samples/Marker.inkpad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Samples/Marker.inkpad -------------------------------------------------------------------------------- /Samples/Mushroom Breakdown.inkpad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Samples/Mushroom Breakdown.inkpad -------------------------------------------------------------------------------- /Samples/Space.inkpad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Samples/Space.inkpad -------------------------------------------------------------------------------- /Samples/Toucan in the Shade.inkpad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Samples/Toucan in the Shade.inkpad -------------------------------------------------------------------------------- /Screenshots/Gradient.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Screenshots/Gradient.png -------------------------------------------------------------------------------- /Screenshots/Hue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Screenshots/Hue.png -------------------------------------------------------------------------------- /Screenshots/Layers.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Screenshots/Layers.png -------------------------------------------------------------------------------- /Screenshots/Selection.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Screenshots/Selection.png -------------------------------------------------------------------------------- /Screenshots/Swatches.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/Screenshots/Swatches.png -------------------------------------------------------------------------------- /de.lproj/ColorBalance.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/de.lproj/ColorBalance.strings -------------------------------------------------------------------------------- /de.lproj/HueSaturation.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/de.lproj/HueSaturation.strings -------------------------------------------------------------------------------- /de.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/de.lproj/Localizable.strings -------------------------------------------------------------------------------- /de.lproj/OpenClipArt.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/de.lproj/OpenClipArt.strings -------------------------------------------------------------------------------- /de.lproj/Shadow.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/de.lproj/Shadow.strings -------------------------------------------------------------------------------- /de.lproj/Stroke.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/de.lproj/Stroke.strings -------------------------------------------------------------------------------- /en.lproj/ColorBalance.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/en.lproj/ColorBalance.strings -------------------------------------------------------------------------------- /en.lproj/HueSaturation.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/en.lproj/HueSaturation.strings -------------------------------------------------------------------------------- /en.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/en.lproj/Localizable.strings -------------------------------------------------------------------------------- /en.lproj/OpenClipArt.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/en.lproj/OpenClipArt.strings -------------------------------------------------------------------------------- /en.lproj/Shadow.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/en.lproj/Shadow.strings -------------------------------------------------------------------------------- /en.lproj/Stroke.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/en.lproj/Stroke.strings -------------------------------------------------------------------------------- /es.lproj/ColorBalance.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/es.lproj/ColorBalance.strings -------------------------------------------------------------------------------- /es.lproj/HueSaturation.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/es.lproj/HueSaturation.strings -------------------------------------------------------------------------------- /es.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/es.lproj/Localizable.strings -------------------------------------------------------------------------------- /es.lproj/OpenClipArt.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/es.lproj/OpenClipArt.strings -------------------------------------------------------------------------------- /es.lproj/Shadow.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/es.lproj/Shadow.strings -------------------------------------------------------------------------------- /es.lproj/Stroke.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/es.lproj/Stroke.strings -------------------------------------------------------------------------------- /fr.lproj/ColorBalance.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/fr.lproj/ColorBalance.strings -------------------------------------------------------------------------------- /fr.lproj/HueSaturation.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/fr.lproj/HueSaturation.strings -------------------------------------------------------------------------------- /fr.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/fr.lproj/Localizable.strings -------------------------------------------------------------------------------- /fr.lproj/OpenClipArt.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/fr.lproj/OpenClipArt.strings -------------------------------------------------------------------------------- /fr.lproj/Shadow.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/fr.lproj/Shadow.strings -------------------------------------------------------------------------------- /fr.lproj/Stroke.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/fr.lproj/Stroke.strings -------------------------------------------------------------------------------- /it.lproj/ColorBalance.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/it.lproj/ColorBalance.strings -------------------------------------------------------------------------------- /it.lproj/HueSaturation.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/it.lproj/HueSaturation.strings -------------------------------------------------------------------------------- /it.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/it.lproj/Localizable.strings -------------------------------------------------------------------------------- /it.lproj/OpenClipArt.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/it.lproj/OpenClipArt.strings -------------------------------------------------------------------------------- /it.lproj/Shadow.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/it.lproj/Shadow.strings -------------------------------------------------------------------------------- /it.lproj/Stroke.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/it.lproj/Stroke.strings -------------------------------------------------------------------------------- /ja.lproj/ColorBalance.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/ja.lproj/ColorBalance.strings -------------------------------------------------------------------------------- /ja.lproj/HueSaturation.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/ja.lproj/HueSaturation.strings -------------------------------------------------------------------------------- /ja.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/ja.lproj/Localizable.strings -------------------------------------------------------------------------------- /ja.lproj/OpenClipArt.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/ja.lproj/OpenClipArt.strings -------------------------------------------------------------------------------- /ja.lproj/Shadow.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/ja.lproj/Shadow.strings -------------------------------------------------------------------------------- /ja.lproj/Stroke.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/ja.lproj/Stroke.strings -------------------------------------------------------------------------------- /main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/main.m -------------------------------------------------------------------------------- /pt.lproj/ColorBalance.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/pt.lproj/ColorBalance.strings -------------------------------------------------------------------------------- /pt.lproj/HueSaturation.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/pt.lproj/HueSaturation.strings -------------------------------------------------------------------------------- /pt.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/pt.lproj/Localizable.strings -------------------------------------------------------------------------------- /pt.lproj/OpenClipArt.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/pt.lproj/OpenClipArt.strings -------------------------------------------------------------------------------- /pt.lproj/Shadow.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/pt.lproj/Shadow.strings -------------------------------------------------------------------------------- /pt.lproj/Stroke.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/pt.lproj/Stroke.strings -------------------------------------------------------------------------------- /pt_PT.lproj/ColorBalance.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/pt_PT.lproj/ColorBalance.strings -------------------------------------------------------------------------------- /pt_PT.lproj/HueSaturation.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/pt_PT.lproj/HueSaturation.strings -------------------------------------------------------------------------------- /pt_PT.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/pt_PT.lproj/Localizable.strings -------------------------------------------------------------------------------- /pt_PT.lproj/OpenClipArt.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/pt_PT.lproj/OpenClipArt.strings -------------------------------------------------------------------------------- /pt_PT.lproj/Shadow.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/pt_PT.lproj/Shadow.strings -------------------------------------------------------------------------------- /pt_PT.lproj/Stroke.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/pt_PT.lproj/Stroke.strings -------------------------------------------------------------------------------- /tr.lproj/ColorBalance.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/tr.lproj/ColorBalance.strings -------------------------------------------------------------------------------- /tr.lproj/HueSaturation.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/tr.lproj/HueSaturation.strings -------------------------------------------------------------------------------- /tr.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/tr.lproj/Localizable.strings -------------------------------------------------------------------------------- /tr.lproj/Shadow.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/tr.lproj/Shadow.strings -------------------------------------------------------------------------------- /tr.lproj/Stroke.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/tr.lproj/Stroke.strings -------------------------------------------------------------------------------- /zh-Hans.lproj/ColorBalance.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/zh-Hans.lproj/ColorBalance.strings -------------------------------------------------------------------------------- /zh-Hans.lproj/HueSaturation.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/zh-Hans.lproj/HueSaturation.strings -------------------------------------------------------------------------------- /zh-Hans.lproj/Localizable.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/zh-Hans.lproj/Localizable.strings -------------------------------------------------------------------------------- /zh-Hans.lproj/OpenClipArt.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/zh-Hans.lproj/OpenClipArt.strings -------------------------------------------------------------------------------- /zh-Hans.lproj/Shadow.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/zh-Hans.lproj/Shadow.strings -------------------------------------------------------------------------------- /zh-Hans.lproj/Stroke.strings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TheLittleBoy/inkpad-fork/HEAD/zh-Hans.lproj/Stroke.strings --------------------------------------------------------------------------------