summaryrefslogtreecommitdiff
path: root/platform/darwin
Commit message (Expand)AuthorAgeFilesLines
* [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
| * [ios, macos] Added debug descriptions for runtime styling classesMinh Nguyễn2016-11-238-0/+54
| * [ios, macos] Fix integer formatting in formatted exception strings (#7173)Jesse Bounds2016-11-232-6/+6
| * [ios, macos] Use namespaced property names in style NSValue category (#7171)Jesse Bounds2016-11-234-36/+36
| * [ios, macos] Remove unused `MGLGeometryAdditions` category stubJesse Bounds2016-11-228-86/+18
| * [ios, macos] Refactor runtime styling enumeration propertiesJesse Bounds2016-11-2213-288/+1075
| * [ios, macos] override style spec documentationFredrik Karlsson2016-11-167-15/+71
| * [ios, macos] Use NSNumber in exception strings (#7083)ios-v3.4.0-beta.3Jesse Bounds2016-11-152-6/+6
| * [ios, macos] refs #7060: properly check removed layers & sources (#7062)Justin R. Miller2016-11-151-2/+12
| * [ios, macos] fixes #7059: raise exception for abstract sources on add (#7060)Justin R. Miller2016-11-151-0/+7
| * [ios, macos] Take back source and layer ownership on removal (#7048)Jesse Bounds2016-11-1413-128/+219
| * [ios, macos] Use std::vector for MGLMultiPoint coordinate storage (#6890)Jesse Bounds2016-11-143-92/+72
| * [ios, macos] Use the rawLayer pointer to access the mbgl layer (#6966)Jesse Bounds2016-11-081-8/+6
| * [ios, macos] Layer ownership refactor (#6904)fabian-guerra2016-11-049-220/+426
| * [ios, macos] Fixed Xcode 7.x compilationMinh Nguyễn2016-11-041-6/+7
* | [ios, macos] handle duplicate source errorIvo van Dongen2016-11-301-1/+5
* | [ios, macos] renamed MGLStyleLayerTests to MGLMapViewTestsIvo van Dongen2016-11-3011-22/+22
* | [build] upgrade to variant 1.1.4 and dependenciesKonstantin Käfer2016-11-282-2/+2
* | [core] remove unused umbrella header in favor of individual includesKonstantin Käfer2016-11-224-4/+0
* | [build] move logging to utilKonstantin Käfer2016-11-223-3/+3
* | [build] move headless rendering files to platform/defaultKonstantin Käfer2016-11-223-4/+4
* | [build] move default_styles to platform/defaultKonstantin Käfer2016-11-221-1/+5
* | [build] move Reachability to platform/darwinKonstantin Käfer2016-11-222-1/+96
* | [ios, macos] refs #7060: properly check removed layers & sources (#7062)Justin R. Miller2016-11-151-0/+14
* | [ios, macos] fixes #7059: raise exception for abstract sources on add (#7060)Justin R. Miller2016-11-141-0/+7
* | [build] don't rewrite style code for every buildKonstantin Käfer2016-11-091-15/+5
* | [core] Refactor HeadlessBackendBruno de Oliveira Abinader2016-11-082-34/+66
* | [core] Refactor HeadlessDisplayBruno de Oliveira Abinader2016-11-082-1/+53
* | [ios, macos] override style spec documentationFredrik Karlsson2016-11-087-15/+71
* | Merge branch 'release-ios-v3.4.0' into 1ec5-release-ios-v3.4.0-beta.2-masterMinh Nguyễn2016-11-0331-181/+824
|\ \ | |/
| * [macos] Enabled runtime styling testsMinh Nguyễn2016-11-021-0/+1