summaryrefslogtreecommitdiff
path: root/platform/darwin/src
Commit message (Expand)AuthorAgeFilesLines
* [all] Promote Style to public APIJohn Firebaugh2017-06-2210-98/+107
* [core] Enable property functions for line-width (#9250)Lauren Budorick2017-06-193-4/+17
* [iOS][macOS] Export `MGLImageSource`, add and update documentation. Use anima...Asheem Mamoowala2017-06-197-116/+85
* [iOS][macOS] Add ImageSource bindingsAsheem Mamoowala2017-06-1910-0/+321
* Merge release-ios-v3.6.0-android-v5.1.0 to master (#9170)Tobrun2017-06-0224-215/+600
* [core] Add toDouble Conversion method for correctly parsing Lat Lng coordinatesAsheem Mamoowala2017-06-011-0/+8
* Merge branch 'release-ios-v3.5.0-android-v5.0.0' into 1ec5-release-ios-v3.5.4Minh Nguyễn2017-05-181-2/+2
|\
| * [ios, macos] Updated `maximumZoomLevel` description, cherry-picked #8818 (#8842)Jordan Kiley2017-05-011-2/+2
* | [core, node, darwin, android, qt] Make image ID part of ImageJohn Firebaugh2017-05-161-1/+1
* | [core, node, darwin, qt] Remove support for paint classesJohn Firebaugh2017-05-152-55/+11
* | [core, android, ios, macos] Added Traffic Day/Night to default stylesMinh Nguyễn2017-05-112-1/+65
* | [ios, macos] Undeprecated unversioned style URL factory methodsMinh Nguyễn2017-05-112-33/+81
* | [ios, macos] Updated documented default style versionMinh Nguyễn2017-05-111-6/+6
* | [core, android, ios, macos, qt] v10 default stylesMinh Nguyễn2017-05-111-1/+1
* | [all] Push querySourceFeatures back out to MapJohn Firebaugh2017-05-024-2/+22
* | [core] Render fill-extrusion layers (#8431)Lauren Budorick2017-04-274-1/+704
* | [all] Rationalize style::ImageJohn Firebaugh2017-04-241-4/+4
* | [ios] Scale bar (#7631)Fredrik Karlsson2017-04-161-1/+1
* | [core] Tighten geo.hpp ctorsBruno de Oliveira Abinader2017-04-141-4/+4
* | [darwin] Remove use of NS_DESIGNATED_INITIALIZER from MGLStyleLayer subclassesJohn Firebaugh2017-04-137-8/+8
* | [darwin] Make -[MGLForegroundStyleLayer sourceIdentifier] abstractJohn Firebaugh2017-04-1310-59/+15
* | [core, darwin] Object identity for MGLSource*, MGLStyleLayer*John Firebaugh2017-04-135-20/+39
* | [darwin] Simplify MGLStyleLayer initialization and pointer managementJohn Firebaugh2017-04-1324-513/+275
* | [darwin] Simplify MGLSource initialization and pointer managementJohn Firebaugh2017-04-138-213/+67
* | [darwin] Remove unnecessary MGLTileSource initializersJohn Firebaugh2017-04-136-141/+227
* | [ios, macos] Clarify redrawing based on multipoint mutationMinh Nguyễn2017-04-111-10/+30
* | [macos] Remove link attribute from attribution textMinh Nguyễn2017-04-101-1/+6
* | [core] Add DDS support for {text,icon}-size (#8593)Anand Thakker2017-04-062-6/+24
* | [ios, macos] Fail gracefully on invalid coordinatesMinh Nguyễn2017-04-063-13/+26
* | [ios, macos] Streamlined coordinate validationMinh Nguyễn2017-04-062-15/+10
* | [all] Make LatLng coordinates read-onlyJohn Firebaugh2017-04-061-1/+1
* | [darwin] Preflight argument validity before constructing mbgl::LatLngJohn Firebaugh2017-04-061-0/+12
* | [darwin] Use MGLLatLngFromLocationCoordinate2D where appropriateJohn Firebaugh2017-04-063-4/+5
* | [core] Add DDS support for icon-imageJohn Firebaugh2017-03-312-5/+15
* | [core] Add DDS support for text-rotateJohn Firebaugh2017-03-312-3/+12
* | [core] implement dds for text-offsetMolly Lloyd2017-03-282-3/+21
* | [core] Move OpenGL extension initialization to BackendKonstantin Käfer2017-03-232-6/+4
* | [all] Replace Result<T> with optional<T> plus out Error parameterJohn Firebaugh2017-03-231-2/+3
* | Merge branch 'release-ios-v3.5.0-android-v5.0.0'John Firebaugh2017-03-2133-258/+1491
|\ \ | |/
| * [ios][macos] Document that transitions using setStyleURL are not supported (#...Eric Wolfe2017-03-201-2/+2
| * [ios] Guard against over calling pause or resumeJesse Bounds2017-03-181-0/+9
| * [ios, macos] update iOS SDK guides (#8354)Jordan Kiley2017-03-171-4/+4
| * [ios, macos] Add more information to interpolation mode docs (#8425)Jordan Kiley2017-03-151-6/+13
| * [ios, macos] Expanded feature querying documentationMinh Nguyễn2017-03-143-22/+62
| * [ios, macos] API doc revisions (#8396)Jordan Kiley2017-03-149-7/+16
| * [ios, macos] Fixed documentation parameter mismatchesMinh Nguyễn2017-03-133-6/+7
| * [ios, macos] Resolved unused variable warningsMinh Nguyễn2017-03-131-2/+2
| * [ios, macos] Corrected polyline equalityMinh Nguyễn2017-03-101-0/+4
| * Per-attribute transition properties on MGLStyleLayer (#8225)Fabian Guerra Soto2017-03-1019-38/+1214
| * [macos, ios] query source featuresIvo van Dongen2017-03-104-0/+77