summaryrefslogtreecommitdiff
path: root/platform/darwin
Commit message (Expand)AuthorAgeFilesLines
* [macOS] use SourceKit to ensure that all public symbols are exportedKonstantin Käfer2017-01-041-0/+83
* [build] add -fvisibility=hidden to macOS dynamic framework and export require...Konstantin Käfer2017-01-0443-33/+153
* [core, ios] replace `altitude` with `fov`Ansis Brammanis2016-12-213-4/+4
* Merge branch 'release-ios-v3.4.0' into 1ec5-release-ios-v3.4.0-beta.5-masterMinh Nguyễn2016-12-20107-1789/+3914
|\
| * [ios, macos] Document when it's safe to call runtime styling functions (#7335)Eric Wolfe2016-12-181-7/+17
| * [ios, macos] Highlight current topic in documentation (#7468)Minh Nguyễn2016-12-163-2/+16
| * iOS jazzy theme improvements (#7422)Maya Gao2016-12-1612-140/+274
| * Use appropriate part of speech for properties (#7457)Minh Nguyễn2016-12-1626-235/+743
| * [ios, macos] Corrected return type of MGLShape factory methodMinh Nguyễn2016-12-162-2/+2
| * [ios, macos] Streamlined a string formatMinh Nguyễn2016-12-131-1/+1
| * [ios, macos] Simplify MGLSource and subclasses (#7377)Minh Nguyễn2016-12-1348-994/+1337
| * [ios, macos] handle duplicate layer errorIvo van Dongen2016-12-132-7/+49
| * [ios, macos] Override references to property names in property requirements l...Minh Nguyễn2016-12-124-26/+50
| * [ios, macos] Load features into shape source if possible (#7339)Jesse Bounds2016-12-124-11/+48
| * [ios, macos] Expanded source documentationMinh Nguyễn2016-12-107-32/+62
| * [ios, macos] Rename MGLGeoJSONSource to MGLShapeSource (#7334)Jesse Bounds2016-12-0917-103/+104
| * [ios, macos] Silence -Wc++11-narrowing warning in open gl layer (#7355)Jesse Bounds2016-12-091-2/+2
| * [ios, macos] Source-driven attribution (#5999)Minh Nguyễn2016-12-0818-48/+549
| * [ios, macos] renamed raster-hue-rotateFredrik Karlsson2016-12-084-9/+12
| * [ios, macos] Warn about special characters in predicates (#7317)Jesse Bounds2016-12-071-0/+6
| * [ios, macos] Fix typo in exception name for style source identifier (#7315)Jesse Bounds2016-12-073-3/+3
| * Prevent stopless functions (#7309)Fredrik Karlsson2016-12-075-2/+26
| * [ios, macos] fixed compiler warningsFredrik Karlsson2016-12-071-2/+2
| * [ios, macos] Corrected -setNeedsDisplay documentationMinh Nguyễn2016-12-071-1/+1
| * [ios, macos] Migrate MGLCustomStyleLayerAdditions to style layer API (#7250)Minh Nguyễn2016-12-0713-60/+282
| * [ios, macos] More ways to reshape an MGLMultiPoint (#7251)Minh Nguyễn2016-12-067-83/+177
| * [ios, macos] Note corresponding style spec propertiesMinh Nguyễn2016-12-064-0/+18
| * [ios, macos] renamed dasharray and icon sizeFredrik Karlsson2016-12-068-18/+22
| * [ios, macos] MGLGeoJSONSource can now be initialized with any shapeFredrik Karlsson2016-12-0613-113/+176
| * [core, ios, macos] Add image accessor to MGLStyle (#7096)Roman Blum2016-12-058-3/+96
* | [ios, macos] handle duplicate layer errorIvo van Dongen2016-12-122-7/+58
* | Simplified Chinese localization (#7316)YunjieLi2016-12-091-0/+291
* | [darwin, android] SDK bindings for circle-stroke propertiesJohn Firebaugh2016-12-094-1/+87
* | Merge branch 'release-ios-v3.4.0' into 1ec5-release-ios-v3.4.0-beta.4-masterMinh Nguyễn2016-12-0360-1208/+3285
|\ \ | |/
| * [ios, macos] Update MGLStyle API documentation with warnings for dupesJesse Bounds2016-12-021-12/+18
| * [ios, macos] Consolidate tests of MGLStyle addSource in MGLStyleTestsJesse Bounds2016-12-022-24/+38
| * [ios, macos] Raise NSException if layer or source added more than onceJesse Bounds2016-12-0212-1/+135
| * [ios, macos] Rename MGLMapViewTests back to MGLStyleLayerTestsJesse Bounds2016-12-0211-20/+20
| * [ios, macos] handle duplicate source errorIvo van Dongen2016-12-021-1/+6
| * [ios, macos] renamed MGLStyleLayerTests to MGLMapViewTestsIvo van Dongen2016-12-0211-22/+22
| * [ios, macos] Update style predicate documentationJesse Bounds2016-12-011-2/+5
| * [ios, macos] Add back support for CONTAINS operatorJesse Bounds2016-12-012-1/+18
| * [ios, macos] Avoid unsafe cast when removing style layers (#7227)Jesse Bounds2016-11-309-11/+507
| * [ios, macos] Add notes to APIs that rely on style and source ids (#6886)Jesse Bounds2016-11-301-0/+64
| * [ios, macos] rename style spec propertiesFredrik Karlsson2016-11-3023-907/+929
| * [ios, macos] Marked C array parameters as constMinh Nguyễn2016-11-2910-17/+17
| * [ios, macos] Fixed spurious offline storage test failureMinh Nguyễn2016-11-291-0/+1
| * [ios, macos] Key-value compliance for MGLStyleMinh Nguyễn2016-11-282-9/+24
| * [core, ios, macos] Added layers and sources properties to MGLStyleMinh Nguyễn2016-11-2811-19/+259
| * [ios, macos] Reorganized MGLStyleMinh Nguyễn2016-11-232-77/+95