summaryrefslogtreecommitdiff
path: root/platform/macos/docs/guides
Commit message (Collapse)AuthorAgeFilesLines
* [ios, macos] Moved DDS guide examples to Swift unit testMinh Nguyễn2017-05-081-32/+39
| | | | Moved example code from DDS guide to a unit test written in Swift. The code is inserted into the guide at codegen time.
* [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
* [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
|
* [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-0/+17