summaryrefslogtreecommitdiff
path: root/platform/macos/docs
Commit message (Collapse)AuthorAgeFilesLines
* [ios, macos] Fixed syntax error in DDS guideMinh Nguyễn2017-05-081-1/+1
|
* [core] Render fill-extrusion layers (#8431)Lauren Budorick2017-04-271-0/+8
|
* [ios, macos] Rename Data-driven styling guide (#8627)Jesse Bounds2017-04-052-10/+11
| | | | | | | | | * [ios, macos] Rename Data-driven styling guide This turns the Data-driven styling guide into a guide for working with style functions. This helps clarify that not all style functions are DDS specific but keeps the discussion of this related functionality in the same guide.
* [ios, macos] Copyedited data-driven styling guidesMinh Nguyễn2017-04-012-151/+66
| | | | | | Cursorily copy-edited the data-driven styling guide, removing a stray class reference, replacing a redundant h1, and making stops examples platform-agnostic and less redundant. Fixed an issue in the style authors guide where style function tables appeared under each style layer type table.
* [ios][macos] Update DDS guideEric Wolfe2017-03-201-26/+63
| | | | Clarifies linear and exponential interpolation, adds stops to each example for clarity, and other minor tweaks.
* [ios, macos] update iOS SDK guides (#8354)Jordan Kiley2017-03-172-1/+239
| | | | - Added DDS guide - Updated "For Style Authors" guide
* [macos] Document Carthage, CocoaPods installationMinh Nguyễn2017-03-031-3/+31
|
* [ios, macos] Rename MGLStyleConstantValue to MGLConstantStyleValueJesse Bounds2017-03-031-1/+1
|
* [macos] Refer to Night Shift in style compatibility guideMinh Nguyễn2017-01-251-0/+2
|
* [ios] EdgeInsets is UIEdgeInsets in Swift on iOSMinh Nguyễn2017-01-231-3/+4
|
* [ios, macos] Note that canvas sources are unsupportedMinh Nguyễn2017-01-231-1/+1
|
* [macos] Reorganized readmesMinh Nguyễn2017-01-211-3/+3
| | | | Made the download link easier to find in the installation instructions. Reorganized readmes to link to more related resources. Shout out to OpenStreetMap.
* [ios, macos] Correct podspecs, readmes (#7730)Minh Nguyễn2017-01-161-5/+14
| | | | | | | | | | * [macos] RC 1 errata Synchronized bundled README installation instructions with those in INSTALL.md. Bumped screenshot up a bit. Corrected link to published documentation. * [ios, macos] Corrected podspec URLs Fixed podspec linter errors. The podspecs were pointing to unreachable (or soon to be unreachable) screenshot URLs. The -symbols podspecs’ names additionally needed to differ from the normal podspecs’ names.
* [macos] Upgrade macOS deployment and distribution (#7649)macos-v0.3.0-rc.1Minh Nguyễn2017-01-153-6/+16
| | | | | | | | | | | | | | | | | | | | * [macos] Updated deployment scripts Ported fixes from #6581 and #6740. * [macos] Acknowledge AppleScript support * [macos] Prepared for published documentation Also added link to Dash docset. * [macos] Added CocoaPods podspecs Ported from #5653. * [macos] Rewrote readme; updated screenshot * [macos] Include setup instructions in standalone docs
* [ios, macos] Document simpler types for style values in SwiftMinh Nguyễn2017-01-121-3/+3
|
* [macos] Flip offsets and translationsMinh Nguyễn2017-01-091-0/+6
| | | | The screen origin is at the lower-left, so offsets and translations increase rightwards and upwards, in contrast to iOS and Web contexts, where the coordinate system increases rightwards and downwards. Duplicated style layer property declarations to reflect this difference.
* [ios, macos] Note reversed order in NS/UIEdgeInsetsMinh Nguyễn2017-01-091-0/+5
|
* [ios, macos] Clarified CGVector, NS/UIEdgeInsets accessorsMinh Nguyễn2017-01-091-3/+4
|
* [ios, macos] -translate → -translationMinh Nguyễn2017-01-071-0/+10
|
* [ios, macos] Renamed text-field, text-font, text-font-size, circle-pitch-scaleMinh Nguyễn2017-01-071-0/+9
| | | | Reduced the likelihood that the developer might attempt to set textField to an NSTextField or UITextField, or textFont to an NSFont or UIFont, or textSize to a CGSize or NSSize, or circlePitchScale to a number (given iconScale).
* [ios, macos] Split NSValue+MGLStyleEnumAttributeAdditions category per style ↵Minh Nguyễn2017-01-071-11/+11
| | | | | | layer type Also renamed the file to have a slightly more wieldy name.
* [ios, macos] Split For Style Authors guideMinh Nguyễn2017-01-041-0/+269
| | | | Information for Style Authors is now two separate guides, one for iOS and one for macOS. Both are compiled from the same template. Added language about rotation, tilting, and printing.
* [ios, macos] Added guide for working with GeoJSONMinh Nguyễn2017-01-041-4/+4
|
* [ios, macos] document custom API URL & add Info.plist guide (#6833)Justin R. Miller2016-11-011-0/+17
| | | Also support base URL nullability in order to use default value.
* [macos] TypoMinh Nguyễn2016-08-251-1/+1
| | | [skip ci]
* [macos] Synchronized readme w/ install docsMinh Nguyễn2016-08-251-0/+8
| | | | | The packaged readme was missing the AppleScript example added to the in-repo installation instructions in 350d015cc2f70d96c08285ee358def8f0a24419e. [skip ci]
* Merge branch 'release-ios-v3.3.0' into masterJesse Bounds2016-07-071-1/+1
|\
| * [ios, macos] Add Mapbox Jazzy themeJason Wray2016-07-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | - Based on Jazzy's "full width" theme. - Add ellipsis to overlong items in navigation menu. - Set minimum width for navigation menu. - Use Open Sans font face. - Inline GitHub header icon as SVG. - Center images by default. - Add GitHub SVG icon to 'show on github' link. - Wrap overlong method names on class pages.
| * [macos] Renamed OS X SDK to macOS SDKMinh Nguyễn2016-06-182-0/+52
| | | | | | Also renamed as many references to OS X as possible to macOS in documentation. Cherry-picked from b9702ef41a4cfdd0ab3107cfe5cec16ba3a4c230.
* [ios, macos, node] “Mapbox GL Style Specification” → “Mapbox Style ↵Minh Nguyễn2016-07-042-2/+2
| | | | Specification” (#5553)
* [macos] Renamed OS X SDK to macOS SDKMinh Nguyễn2016-06-142-0/+52
Also renamed as many references to OS X as possible to macOS in documentation.