summaryrefslogtreecommitdiff
path: root/platform/darwin
Commit message (Expand)AuthorAgeFilesLines
* [core] change std::array<uint16_t, 2> to mbgl::SizeKonstantin Käfer2016-10-271-9/+13
* [core] move gl::Context to Backend and refactor ViewKonstantin Käfer2016-10-252-146/+0
* [core] separate Backend from View for headless renderingKonstantin Käfer2016-10-254-82/+116
* [ios, macos] Raise correct style layer misuse exception (#6738)Minh Nguyễn2016-10-182-4/+10
* [ios, macos] Use swift_name for MGLMultiPoint and subclasses (#6727)Jesse Bounds2016-10-173-4/+3
* [macos] Added MGLTileSet to project (#6713)Minh Nguyễn2016-10-171-6/+6
* [ios, macos] Change runtime styling category method prefix to mgl_Jason Wray2016-10-171-2/+2
* [ios, macos] Documented MGLStyleValueMinh Nguyễn2016-10-171-2/+143
* [ios, macos] Designated initializersMinh Nguyễn2016-10-173-7/+33
* [ios, macos] Expand changes to entire APIMinh Nguyễn2016-10-1746-1524/+982
* [ios, macos] Replaced MGLStyleAttributeValue with MGLStyleValueMinh Nguyễn2016-10-176-12/+256
* [ios, macos] fixes #6346: add support for configurable API base URL (#6709)Justin R. Miller2016-10-153-0/+70
* [ios, macos] Teach features and shapes about GeoJSON and mbgl typesJesse Bounds2016-10-1424-171/+548
* [ios, macos] Add feature initializerituaijagbone2016-10-148-10/+264
* [ios, macos] possibility to set custom images to style (#6637)Roman Blum2016-10-123-48/+96
* [ios, macos] Refer to style layer class in enum documentationMinh Nguyễn2016-10-115-0/+36
* [ios, macos] Simplified style property enum namesMinh Nguyễn2016-10-1114-192/+192
* [ios, macos] Add description string for MGLStyle classJason Wray2016-10-111-0/+12
* [ios, macos] Mark incomplete initializers unavailableMinh Nguyễn2016-10-062-0/+5
* [ios, macos] Fully documented predicate propertyMinh Nguyễn2016-10-061-3/+94
* [ios, macos] Renamed files to match renamed classesMinh Nguyễn2016-10-0616-181/+191
* [ios, macos] Revamped MGLStyleLayer, MGLSource inheritanceMinh Nguyễn2016-10-0638-503/+516
* [macos,ios] initialize util::RunLoop in SDK rather than by defaultKonstantin Käfer2016-10-061-1/+1
* [ios, macos] Remove support for CONTAINS operator (#6590)Minh Nguyễn2016-10-052-18/+1
* [ios, macos] fixes #6160: allow updating multipoint coordinates (#6565)Justin R. Miller2016-10-042-39/+96
* [ios, macos] Loosened style doc transform regex (#6543)Minh Nguyễn2016-09-301-2/+2
* update style generation code for new style spec enum values docs (#6508)Justin R. Miller2016-09-308-40/+266
* [darwin] NSURL remove workaround for file urlsIvo van Dongen2016-09-301-7/+0
* [ios, macos] Guard against nil bundle identifier during testsJesse Bounds2016-09-281-2/+11
* [ios, macos] flesh out iOS runtime styling docs (#6466)Justin R. Miller2016-09-2713-15/+141
* [core] standardize on uint16_t for texture sizesKonstantin Käfer2016-09-271-1/+2
* [ios, macos] Doc gen handles arrays as required property values (#6448)David Clark2016-09-241-5/+18
* clarify circle color as fill (#6447)Justin R. Miller2016-09-232-6/+6
* [ios, macos] Allow full hexadecimal colors in layer documentation (#6444)Minh Nguyễn2016-09-231-19/+8
* [ios, macos] Add tile template option to raster and vector sourcesJesse Bounds2016-09-227-9/+255
* [ios, macos] increase timeout to 2 secondsFredrik Karlsson2016-09-211-2/+2
* [ios, macos] Short-circuit packs testMinh Nguyễn2016-09-211-3/+6
* Better handling for undefined icon|text-rotation-alignment (#6253)Young Hahn2016-09-213-18/+23
* [ios] fix #6361: source query nullability & return nil for unfound results (#...Justin R. Miller2016-09-212-11/+5
* [ios, macos] Clarify MGLGeoJSONSource option units in API docs (#6411)Jesse Bounds2016-09-211-9/+9
* [ios, macos] Add more predicate operator to mbgl filter translationsJesse Bounds2016-09-213-20/+113
* [ios, macos] Ignore progress updates after suspendingMinh Nguyễn2016-09-202-11/+21
* [ios] fixes #6248: properly handle all NSNumber types in filters (#6290)Justin R. Miller2016-09-162-6/+227
* [darwin] HttpFileSource - rate limitIvo van Dongen2016-09-131-0/+17
* [ios, macos] Separate transition options accessors from class APIBruno de Oliveira Abinader2016-09-131-1/+2
* [ios, macos] Put MGLStyleLayer inits in respective classesJesse Bounds2016-09-0825-35/+212
* [core, ios, android, qt] Observe style layer mutations rather than requiring ...John Firebaugh2016-09-0610-112/+7
* [ios] Fix jazzy doc generation failure and document MGLGeoJSONSourceJason Wray2016-09-022-5/+19
* [ios, macos] Use NSDictionary for geojson source options.Jesse Bounds2016-09-0210-61/+161
* [ios, macos] fixes #5962 added geojson options to support clusteringFredrik Karlsson2016-09-024-1/+63