summaryrefslogtreecommitdiff
path: root/platform/darwin/src
Commit message (Expand)AuthorAgeFilesLines
* [ios, macos] Load features into shape source if possible (#7339)Jesse Bounds2016-12-123-4/+34
* [ios, macos] Expanded source documentationMinh Nguyễn2016-12-105-28/+58
* [ios, macos] Rename MGLGeoJSONSource to MGLShapeSource (#7334)Jesse Bounds2016-12-098-54/+55
* [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-0817-48/+434
* [ios, macos] renamed raster-hue-rotateFredrik Karlsson2016-12-082-4/+6
* [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-072-2/+2
* Prevent stopless functions (#7309)Fredrik Karlsson2016-12-071-0/+4
* [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-064-8/+8
* [ios, macos] MGLGeoJSONSource can now be initialized with any shapeFredrik Karlsson2016-12-0610-74/+125
* [core, ios, macos] Add image accessor to MGLStyle (#7096)Roman Blum2016-12-052-3/+40
* [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-021-1/+1
* [ios, macos] Raise NSException if layer or source added more than onceJesse Bounds2016-12-0211-0/+75
* [ios, macos] Rename MGLMapViewTests back to MGLStyleLayerTestsJesse Bounds2016-12-021-2/+2
* [ios, macos] handle duplicate source errorIvo van Dongen2016-12-021-1/+6
* [ios, macos] renamed MGLStyleLayerTests to MGLMapViewTestsIvo van Dongen2016-12-021-2/+2
* [ios, macos] Update style predicate documentationJesse Bounds2016-12-011-2/+5
* [ios, macos] Add back support for CONTAINS operatorJesse Bounds2016-12-011-1/+6
* [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-3015-730/+730
* [ios, macos] Marked C array parameters as constMinh Nguyễn2016-11-2910-17/+17
* [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-2212-288/+1053
* [ios, macos] override style spec documentationFredrik Karlsson2016-11-165-14/+14
* [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] Rationalized string enum namesMinh Nguyễn2016-11-025-48/+53
* [ios, macos] Adopted string enumerationsMinh Nguyễn2016-11-023-17/+33
* [ios, macos] document custom API URL & add Info.plist guide (#6833)Justin R. Miller2016-11-011-2/+14
* [ios, macos] Make source ownership consistent and GeoJSON content properties ...Jesse Bounds2016-10-268-49/+160
* [ios, macos] Corrected MGLStyleValue inheritanceMinh Nguyễn2016-10-261-2/+2