summaryrefslogtreecommitdiff
path: root/platform/macos
Commit message (Collapse)AuthorAgeFilesLines
* [macos] Import GeoJSONupstream/1ec5-macosapp-import-5483-drinkMinh Nguyễn2018-07-184-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. Cherry-picked from a93dca349d4768e0a6a763332e636e389e2b9f2d.
* macos-v0.9.0macos-v0.9.0upstream/1ec5-macos-v0.9.0Minh Nguyễn2018-07-183-3/+3
|
* [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
|
* [ios, macos] Updated build status buttonsMinh Nguyễn2018-07-021-1/+1
| | | | Bitrise has been replaced by CircleCI in this repository.
* [macos, ios] Commit IDEWorkspaceChecks.plist filesJohn Firebaugh2018-06-271-0/+8
|
* [ios] Update changelogs and bump podspec.Fabian Guerra2018-06-271-0/+5
|
* [build] GLFW version 2018-06-27-0be4f3fBruno de Oliveira Abinader2018-06-271-1/+1
|
* [core] Bump deployment versions to iOS 9, macOS 10.11Jason Wray2018-06-251-1/+1
|
* [core] add raster-resampling property (#12176)upstream/rcleeMolly Lloyd2018-06-211-0/+1
| | | | | | | | | | * update style-code for raster-resampling * implement user-defined raster-resampling * invert filter condition * raster-resampling -> raster-resampling-mode for darwin language conventions
* [ios, macos] Updated change logs and podspecs for ios v4.1.0 and macOS 0.8.0 ↵Julian Rex2018-06-203-10/+14
| | | | release (#12185)
* [macos] Tweaked change log for PR #12123 (#12146)Julian Rex2018-06-141-1/+1
|
* [ios, macos] Look more widely for IBDesignablesAgentMinh Nguyễn2018-06-131-0/+1
| | | | The IBDesignablesAgent helper process has been renamed for each platform as of Xcode 10, so cast a wider net when trying to detect it.
* [ios,macos] Fixed crash in `-[MGLStyle localizeLabelsIntoLocale:]` on iOS ↵Julian Rex2018-06-111-0/+2
| | | | 9.3 (#12123)
* [docs,ios,macos] Changelog entries for MGLMapSnapshotter fix.Chris Loer2018-06-041-0/+1
|
* [node] hide all symbols from the Node.js addonsKonstantin Käfer2018-06-041-1/+4
|
* [ios, macos] Fix keypath expressions, json object is parsed incorrectly for ↵Fabian Guerra Soto2018-05-231-0/+1
| | | | | | | | nested keypaths. (#11959) * [ios, macos] Fix keypath expressions, a json object is parsed incorrectly for nested keypaths. * [ios, macos] Update changelogs.
* [node] allow building all ABIs at onceKonstantin Käfer2018-05-221-3/+1
|
* [ios,macos] Fix for infinite loop crash when setting shape to nil in ↵Julian Rex2018-05-211-0/+1
| | | | MGLMapViewDelegate methods (#11614)
* [core] Align URL token replacement behavior with GL JSJohn Firebaugh2018-05-181-0/+4
| | | | I.e. preserve unknown tokens in URLs rather than replacing them with an empty string.
* [ios, macos] Support array values in match expressions. (#11866)android-v6.2.0-alpha.1Fabian Guerra Soto2018-05-171-0/+4
| | | | | | | | | | * [ios, macos] Support array values in match expressions. * [ios, macos] Update mgl_match documentation. * [ios, macos] Update changelogs. * [ios, macos] Clarify match expressions documentation.
* Merge branch 'release-boba' into masterupstream/fabian-merge-release-4.0.1-masterFabian Guerra2018-05-1717-103/+143
|\ | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # mapbox-gl-js # platform/android/CHANGELOG.md # platform/android/MapboxGLAndroidSDK/gradle.properties # platform/android/gradle/dependencies.gradle # platform/darwin/src/MGLVectorTileSource.mm # platform/darwin/src/MGLVectorTileSource_Private.h # platform/ios/CHANGELOG.md # src/mbgl/style/expression/compound_expression.cpp
| * macos-v0.7.1macos-v0.7.1upstream/1ec5-macos-v0.7.1Minh Nguyễn2018-05-152-2/+2
| |
| * [ios, macos] Copyedited changelogsMinh Nguyễn2018-05-151-4/+7
| |
| * Update macOS changelogJason Wray2018-05-141-2/+3
| |
| * [ios, macos] Fixed English priority during label localizationMinh Nguyễn2018-05-141-0/+1
| | | | | | | | Respect English in the Preferred Languages setting even if other Mapbox Streets source–supported languages are listed too.
| * [core] Convert null to empty string, not “null”Minh Nguyễn2018-05-141-0/+1
| |
| * [ios, macos] Add to-rgba expression operator. (#11725)Fabian Guerra Soto2018-05-073-4/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [ios, macos] Add expression support to to-rgba operator. * [ios, macos] Update style docs. * [ios, macos] Refactored to-rgba to to-color. * [ios, macos] Add support for to-rgba expression operator. * [ios, macos] Add multiple parameters support to to-color operand. * [ios, macos] Enable to-rgba operator for MGLColor or key path expressions. * [ios, macos] Update predicates and expressions guide to reflect cast changes. * [ios, macos] Update changelogs. * [ios, macos] Clarify color casting usage.
| * [ios, macos] Make NSPredicate+MGLAdditions public. (#11810)android-v6.1.0Fabian Guerra Soto2018-05-044-2/+8
| |
| * [ios, macos] Add support for subscripting in expressions. (#11770)Fabian Guerra Soto2018-05-041-0/+1
| | | | | | | | | | | | | | | | * [ios, macos] Add support for subscripting in expressions. * [ios, macos] Update changelogs. * [ios, macos] Refactor LAST subscripting expression.
| * [ios, macos] Fix overlay bounds that span the antimeridian. (#11783)Fabian Guerra Soto2018-05-041-0/+1
| | | | | | | | | | | | | | | | | | | | * [ios, macos] Fix overlay bounds that span the antimeridian. * [ios, macos] Update changelogs. * [ios, macos] Make MGLLocationCoordinate2DIsValid private. * [ios, macos] Update changelogs.
| * [ios, macos] Update migration guides in jazzy table (#11808)Jordan Kiley2018-05-041-1/+1
| | | | | | | | | | | | * [macos] update jazzy for macos * [ios] moved migration guide
| * iOS: Add custom layer example to debugging app (#7734)Konstantin Käfer2018-05-033-71/+6
| |
| * [ios, macos] Fix broken link to predicates and expressions guide. (#11818)Fabian Guerra Soto2018-05-031-2/+2
| |
| * [ios, macos] Avoid implicit capture of MBGLOfflineRegionObserver this pointerJohn Firebaugh2018-05-021-0/+1
| | | | | | | | MBGLOfflineRegionObserver is owned by the offline database thread, and might be destroyed by the time the dispatch_async completes. Instead of implicitly capturing this, capture a copy of the MBGLOfflinePack weak pointer.
| * [android, ios, macos] Added Korean localizationMinh Nguyễn2018-05-023-1/+8
| |
| * [ios, macos] Fix possible retain cycles in blocksJason Wray2018-04-271-9/+15
| | | | | | | | Prompted by enabling CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF.
| * [ios, macos] Accept Xcode 9.3 project suggestionsJason Wray2018-04-274-10/+10
| | | | | | | | | | - Fix duplicate NSExpression+MGLAdditions.h and fix target membership - Explicitly cast NSUInteger to unsigned long before printing
| * [ios, macos] Added change logs for #11731Julian Rex2018-04-251-0/+4
| |
| * [ios, macos] Fix for camera movement when selecting visible annotations (#11731)Julian Rex2018-04-243-1/+67
| |
* | [linux] Don't compile linux mbgl-loop-uv against node headersJohn Firebaugh2018-05-041-1/+0
| | | | | | | | Previously, `target_include_directories(mbgl-loop-uv PUBLIC ${NODEJS_INCLUDE_DIRS})` always applied. Compiles were working by accident because node is always installed in CI. Instead, split and inline loop-uv.cmake contents: linux uses `target_add_mason_package(mbgl-loop-uv PUBLIC libuv)`, node uses `target_include_directories(mbgl-loop-node PUBLIC ${NODEJS_INCLUDE_DIRS})`.
* | [docs] Make per-platform installation docs self-containedJohn Firebaugh2018-04-302-22/+30
| | | | | | | | I've seen several issues where users followed platform-specific install docs, but were unaware of additional prerequisites spelled out in the top-level INSTALL.md. So let's try making each platform's installation documentation self contained.