summaryrefslogtreecommitdiff
path: root/platform/darwin
Commit message (Expand)AuthorAgeFilesLines
* [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
| * [ios, macos] Share more testsMinh Nguyễn2016-11-022-0/+324
| * [ios, macos] Rationalized string enum namesMinh Nguyễn2016-11-026-50/+55
| * [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] Added Swift MGLStyleValue testsMinh Nguyễn2016-10-262-0/+39
| * [ios, macos] Corrected MGLStyleValue inheritanceMinh Nguyễn2016-10-261-2/+2
| * [ios, macos] Fixed syntax error in documentation comment (#6822)Minh Nguyễn2016-10-262-1/+4
| * Merge branch 'master' into boundsj-release-ios-3.4.0-merge-masterJesse Bounds2016-10-254-216/+104
| |\
| * | Add MGLPointCollection for GeoJSON multipoints (#6742)Jesse Bounds2016-10-2010-69/+208
| * | [ios, macos] Make feature attributes and identifier writable (#6728)Jesse Bounds2016-10-192-9/+14
| * | [ios, macos] Raise correct style layer misuse exception (#6738)Minh Nguyễn2016-10-182-4/+10
* | | [ios, macos] document custom API URL & add Info.plist guide (#6833)Justin R. Miller2016-10-311-2/+14
* | | [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