summaryrefslogtreecommitdiff
path: root/platform/macos
Commit message (Collapse)AuthorAgeFilesLines
* [android, ios, macos, node] Update CHANGELOGsJohn Firebaugh2018-09-131-0/+1
|
* [ios, macos] Look even more widely for IB designables agentMinh Nguyễn2018-09-131-0/+2
| | | | The IBDesignablesAgent helper process has been renamed to IBAgent as of the Xcode 10 GM seed, so cast an even wider net when trying to detect it.
* [ios, macos] Copyedited changelogsMinh Nguyễn2018-09-131-3/+4
|
* [ios, macos] Fixed changelogsMinh Nguyễn2018-09-131-5/+5
|
* [ios, macos] Update Podspecs & changelog for 4.4.0Nadia Barbosa2018-09-123-7/+8
| | | | | | | | | | | | | | [macos] Update Podspecs [ios] Update changelog [macos] Add changelog Add dates to changelog [ios, macos] Changelog copy edits [ios, macos] 😩 changelog edits
* [ios, macos, docs] Move MGLShapeOfflineRegion to offline sectionNadia Barbosa2018-09-101-0/+1
|
* [macos] macOS 10.10, Xcode 8 no longer supportedMinh Nguyễn2018-09-071-1/+1
|
* Port symbol-z-order symbol layout style-spec property to Nativeupstream/sort-by-yryanhamley2018-09-071-0/+3
|
* [ios, macos] Call snapshotter (Obj-C) completion block on dealloc/cancel if ↵Julian Rex2018-09-051-0/+6
| | | | snapshot hasn't finished. (#12355)
* [build] use vendored version of ICUKonstantin Käfer2018-09-052-1/+6
|
* [ios, macos] Allow -convertCoordinateBounds to span antimeridianNadia Barbosa2018-09-044-5/+31
|
* [ios, macos] Copyedited changelogMinh Nguyễn2018-09-041-4/+17
|
* [ios, node, macos, android] update changelogs for feature expression supportMolly Lloyd2018-08-311-0/+1
|
* [ios, macos] Fixed typo in style authors guideMinh Nguyễn2018-08-291-1/+1
|
* [build] allow WITH_EGL for macOS as well (SwiftShader) and enable EGL for GLFWKonstantin Käfer2018-08-271-2/+14
|
* [build] add plain text file lists for iOS/macOSKonstantin Käfer2018-08-234-12/+212
|
* [ios, macos] Introduce `MGLShapeSourceOptionLineDistanceMetrics`Mikhail Pozdnyakov2018-08-212-0/+2
| | | | | Exposes access to https://www.mapbox.com/mapbox-gl-js/style-spec/#sources-geojson-lineMetrics
* Add enabled property to MGLShape (#12352)Jordan Kiley2018-08-204-1/+20
| | | | | | | | | | | | | | * [ios, macos] Add -[MGLMapViewDelegate mapView:canSelectAnnotation:] method. * [ios, macos] Update changelogs. * [ios, macos] Add mapView:canSelect: integration tests. * [ios, macos] Change semantics to shape annotations. * [ios, macos] Update changelogs. * [ios, macos] Update shapeAnnotationIsEnabled documentation, improve code readability.
* [darwin] arbitrary offline region geometriesIvo van Dongen2018-08-203-0/+18
|
* [ios, macos] Update podspecs for 4.3.0 and 0.10.0 releases. (#12651)Julian Rex2018-08-152-2/+2
|
* [ios, macos] Update change logs prior to release of v4.3.0 (#12650)Julian Rex2018-08-151-1/+1
| | | | | | | * [ios, macos] Update security vulnerability details in changelogs * [ios] Updated change log to reference LTO changes.
* [macos] Fix pod name within docsNadia Barbosa2018-08-151-1/+1
|
* [ios, macos] Copyedited changelogsMinh Nguyễn2018-08-151-2/+2
|
* [ios, macos] Copyedited changelogsMinh Nguyễn2018-08-151-1/+9
|
* [macos] Canonicalized another exception nameMinh Nguyễn2018-08-152-1/+4
|
* [macos] Rename Guides to AppendicesNadia Barbosa2018-08-151-1/+1
|
* Rename link titleNadia Barbosa2018-08-141-1/+1
|
* Addiional darwin fixes and Jazzy template updatesNadia Barbosa2018-08-141-2/+2
|
* [core] Fix querying for annotations near tile boundaries at high zoom.Chris Loer2018-08-141-0/+1
| | | | | | | | Fixes issue #12472. This commit doesn't address the underlying issues that come from symbolAnnotationTree using a slightly lower precision coordinate system than the annotations themselves. Instead, it just puts a small padding around each tile when it queries for tile data, so that symbols right at the tile boundary will be included in both tiles. The rendering/querying code will take care of only displaying one instance. The padding is in global coordinates, so at higher zoom the padding will be larger in tile units -- this is consistent with precision loss also being greater at higher zoom.
* [core] Don't default-show text/icons that depend on the placement of a ↵Chris Loer2018-08-131-0/+2
| | | | | | paired icon/text Fixes issue #12483.
* [docs] Changelog entries for symbol-placement: line-centerChris Loer2018-08-131-0/+1
|
* [macos] Play sound when offline pack completes or errorsMinh Nguyễn2018-08-093-0/+29
| | | | Play a sound when an offline pack being added finishes downloading or encounters an error.
* [macos] Added zoom level options to Add Offline Pack sheetMinh Nguyễn2018-08-092-29/+223
|
* [macos] Removed bogus library search pathMinh Nguyễn2018-08-081-4/+0
| | | | Fixed a build warning caused by a nonexistent library search path in the Debug configuration.
* [ios, macos] Enable link-time optimization for iOS release builds (#12502)John Firebaugh2018-07-311-0/+1
|
* [build] Remove obsolete bitrise.yml filesJohn Firebaugh2018-07-241-30/+0
|
* [core] Check all bucket dynamic_castsJohn Firebaugh2018-07-241-0/+1
| | | | A mismatch can occur when a layer changes from one type to another.
* [ios, macos, android] Add changelog entriesJohn Firebaugh2018-07-201-0/+6
|
* [build] Move all mason_use statements to a single fileJohn Firebaugh2018-07-131-6/+0
| | | | So its checksum can be used in a CI cache key name.
* [macos] Import GeoJSONMinh Nguyễn2018-07-104-15/+111
| | | | Added an Import command to the File menu for adding the contents of a GeoJSON file to the map. simplestyle-spec formatting is applied to layers via a handful of expressions. Dropped pins include any details provided through simplestyle-spec properties.
* [ios, macos] Allow unwrapped arguments in match expressionsMinh Nguyễn2018-07-091-0/+1
|
* [ios, macos] Convert predicate options to collatorsMinh Nguyễn2018-07-092-0/+3
|
* [macos] Updated changelogMinh Nguyễn2018-07-061-6/+11
|
* [docs] Add changelog entries for #12294Chris Loer2018-07-051-0/+1
|
* [ios] [macos] Added `-[MGLSnapshot coordinateForPoint:]` and associated test.Julian Rex2018-07-051-0/+1
|
* [build] Record binary size via GitHub checkJohn Firebaugh2018-07-031-1/+1
|
* [ios, macos] Darwin "collator" implementationChris Loer2018-07-031-0/+1
| | | | | - Uses NSString for comparison - Uses NSLocale for loading locales
* [ios, macos] Autolocalize into Japanese, KoreanMinh Nguyễn2018-07-031-0/+1
| | | | Added Japanese and Korean to the list of languages for which the Mapbox Streets source has dedicated name fields.
* [macos] Removed errant space from changelogMinh Nguyễn2018-07-031-1/+1
|
* Add pitch argument to cameraThatFits functions (#12213)Bobby Sudekum2018-07-023-0/+61
|