summaryrefslogtreecommitdiff
path: root/platform/macos
Commit message (Collapse)AuthorAgeFilesLines
* [core] Remove Constrain mode optionsSudarsana Babu Nagineni2019-03-081-5/+0
| | | | | | setLatLngBounds() API allows the map to be constrained to certain Lat/Lng limits, so there is no need of having Constrain mode options on Map to constrain the map boundaries.
* [core] Move ThreadPool to coreThiago Marcos P. Santos2019-03-081-1/+0
| | | | It is the same used by all the platforms.
* [core] Make the BackgroundScheduler a singletonThiago Marcos P. Santos2019-03-082-11/+4
| | | | | | | | | | - Do not carry it over everywhere as parameter, it is a shared instance anyway and the lifecycle is pretty much the app lifecycle from the moment we instantiate a map. - Rename to BackgroundScheduler because it is a Scheduler that will do tasks in the background, we don't make assumptions if it is a thread pool or a single thread. - Most importantly, remove the dependency from `core` on `platform`.
* [core] Add MapOptions to define properties of MapSudarsana Babu Nagineni2019-03-081-1/+8
| | | | | | To simplify the Map constructor, introduce MapOptions interface to define the properties that can be set on a Map.
* [ios, macos] Fix a bug with multiple format expressions. (#14064)Fabian Guerra Soto2019-03-071-0/+1
| | | | Fixed a bug where `format` expressions using the generic `MGL_FUNCTION` binding ignored multiple formatting parameters.
* [build, ios] Replace 'nightly' build with snapshotJason Wray2019-03-051-1/+0
|
* [build, darwin] Disable Xcode indexing-while-compiling on CIJason Wray2019-03-041-0/+10
|
* [core] Remove map coordinate setters/gettersBruno de Oliveira Abinader2019-03-041-5/+6
|
* [core] Transform{State}: s/angle/bearing/Bruno de Oliveira Abinader2019-03-041-7/+7
|
* [core] Remove map bearing setters/gettersBruno de Oliveira Abinader2019-03-041-8/+11
|
* [core] Remove map pitch setters/gettersBruno de Oliveira Abinader2019-03-041-3/+4
|
* [core] Remove map zoom setters/gettersBruno de Oliveira Abinader2019-03-041-8/+15
|
* [ios, macos] Expose MGLMapView OpenGL context to OpenGL style layersMinh Nguyễn2019-02-252-0/+8
| | | | Added a property to MGLOpenGLStyleLayer that contains the map view’s underlying OpenGL rendering context.
* [ios, macos] Expose the url session configuration object. (#13886)Fabian Guerra Soto2019-02-184-2/+4
| | | | The `MGLNetworkConfiguration` class was make public, and added `sessionConfiguration` property to let developers customize the `NSURLSessionConfiguration` object that is used to make HTTP requests in the SDK.
* [core] Switch to the new OpenGL abstractionThiago Marcos P. Santos2019-02-121-0/+1
| | | | | | This patch will make Mapbox GL Core never use OpenGL directly. We should consider locking into OpenGL ES 2.0 to simplify the code path and remove #ifdefs.
* [ios] Update more URLs to docs.mapbox.com/iosJason Wray2019-01-251-2/+2
|
* [ios] Podspec bump to v4.8.0-beta.1 (#13785)Fabian Guerra Soto2019-01-231-0/+8
| | | | Bumps podspec to 4.8.0-beta.1. and adds categories to the changelog.
* [ios, macos] Add Czech and Hungarian translations. (#13782)Fabian Guerra Soto2019-01-234-0/+33
| | | | Added Czech translations.
* [ios, macos] MGLMapView logging improvements. (#13776)Fabian Guerra Soto2019-01-221-1/+3
| | | | | Added NSEdgeInsets to NSString function to improve the debugging on macOS. Added debug logs to MGLMapView.
* [ios] Partially offscreen annotations (without callouts) are no longer moved ↵Julian Rex2019-01-223-27/+46
| | | | on-screen (#13727)
* [macos] Fixes MGLMapView.visibleAnnotations (#13745)Julian Rex2019-01-162-1/+2
|
* [ios, macos] Support getLeaves (and related) clustering methods (#12952) ↵Julian Rex2019-01-144-19/+27
| | | | following feature extension API (#13382)
* [android] Implement google benchmark runner for Android platformAlexander Shalamov2019-01-111-2/+2
|
* [ios, macos] Fixes a bug where the animated parameter of -[MGLMapView ↵Julian Rex2019-01-091-14/+14
| | | | selectAnnotation:animated:] was ignored. (#13689)
* [build] generate header maps instead of -files.txtKonstantin Käfer2019-01-096-257/+241
|
* [ios, macos] Renames MGLStyle.enablePlacementTransitions (#13685)Fabian Guerra Soto2019-01-081-1/+1
| | | | | | * [ios, macos] Rename enablePlacementTransitions to performsPlacementTransitions. * [ios, macos] Update changelogs.
* [ios, macos] Added missing mapViewDidBecomeIdle for iOS. Fixed typo. (#13666)Julian Rex2019-01-041-1/+1
|
* [all] - update licenses to 2019tobrun2019-01-041-1/+1
|
* [ios, macos] Add "includesIdeographicGlyphs" option to MGLOfflineRegion.Chris Loer2018-12-212-36/+52
|
* macos-v0.13.0Minh Nguyễn2018-12-202-2/+2
|
* [ios, macos] Cleaned up changelogsMinh Nguyễn2018-12-201-8/+12
|
* [ios, macos] Updated changelog entries that missed being updated prior to 4.7.0Julian Rex2018-12-201-1/+2
|
* [core,ios,macos] Updates default styles to streets v11, etc. (#13585)Julian Rex2018-12-181-0/+2
|
* [ios, macos] Fix number conversions when expressions cast to large numbers. ↵Fabian Guerra Soto2018-12-141-0/+1
| | | | | | | | (#13580) * [ios, macos] Fix number conversions when expressions cast to large numbers. * [ios, macos] Update changelogs.
* [build] rework platform/default directory and add -files.txt for vendored libsKonstantin Käfer2018-12-143-263/+261
|
* [ios, macos] Add enablePlacementTransitions to MGLStyle. (#13565)Fabian Guerra Soto2018-12-131-0/+1
| | | | | | * [ios, macos] Add enablePlacementTransitions to MGLStyle. * [ios, macos] Update changelogs.
* [ios, darwin] Make MGLFeature.attributes non-nullable and add integration testAlexander Shalamov2018-12-131-0/+1
| | | | | | | | | Enforce non-nullable semantics for MGLFeature.attributes, to avoid construction of invalid mbgl::Feature properties from nil NSDictionary object and align with public SDK property definition. Integration test "testShapeSourceWithLineDistanceMetrics" is added to verify that MGLFeature is correctly converted. Fixes issue #13378
* [core] Updated iOS/macOS change logs. (#13564)Julian Rex2018-12-121-0/+1
|
* [docs] EnterIdle -> BecomeIdleChris Loer2018-12-113-7/+7
|
* [core, darwin, android] Add onDidEnterIdle to MapObserver.Chris Loer2018-12-113-0/+29
| | | | didEnterIdle fires whenever render completes and no repaint is scheduled.
* [ios, macos] Update for streets-v8 data and coalesced name fields in v11 stylesJason Wray2018-12-071-0/+1
|
* [ios, macos] Copyedited changelogsMinh Nguyễn2018-12-051-4/+9
|
* [ios, macos] Refined source removal errorsMinh Nguyễn2018-12-041-1/+1
| | | | | | Clarified and copyedited the descriptions of errors that are raised when attempting to remove a source from a style. Worded the changelog entry more generically because the same method in Swift throws an error instead of returning. A mismatch would occur if the identifier is used by a different source than the one being removed. An application could cause this error to occur by keeping a reference to an MGLSource after changing the style URL of an MGLMapView. Another way would be to remove a source from the style, add another source to the style with the same identifier, then attempt to re-remove the original source from the style.
* [android,ios,macos] Update changelogsBruno de Oliveira Abinader2018-11-291-0/+1
|
* [core] Support fill-extrusion-vertical-gradientBruno de Oliveira Abinader2018-11-291-0/+1
|
* [core][Android][Darwin] LayerManager creates RenderLayer instancesMikhail Pozdnyakov2018-11-271-0/+8
| | | | | | | | `LayerManager` is now responsible for `RenderLayer` instances creation, so that there is a single entry point for creating of objects, which correspond to a certain layer type. The `LayerType type` field is dropped from `Layer::Impl`.
* [docs] Changelog entries for local font usage by MapSnapshotterChris Loer2018-11-241-0/+1
|
* [ios] Adds support for MGLCollisionBehaviorPre4_0 in NSUserDefaults (#13426)Julian Rex2018-11-212-0/+5
|
* [core] Fixed {prefix} evaluationMinh Nguyễn2018-11-211-0/+1
| | | | This appears to have been an attempt to use the std::string fill constructor, but it ended up creating a one-character-long string and attempting to overwrite the null terminator.
* [build] use GLFW as a submodule and update to most recent versionKonstantin Käfer2018-11-211-2/+0
| | | | this fixes https://github.com/glfw/glfw/issues/1334 for macOS Mojave