summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* remove macos turnstileupstream/lloyd-snapshotter-turnstileLloyd Sheng2018-12-051-0/+4
|
* Add turnstile events for iOS MGLMapSnapshotterLloyd Sheng2018-11-291-0/+2
|
* [ios] Updated podspecs for 4.7.0-alpha.3 (#13472)ios-v4.7.0-alpha.3Julian Rex2018-11-283-3/+3
|
* [ios] Reordered the 4.7.0 change log (#13471)Julian Rex2018-11-281-8/+16
|
* [darwin] Add platform-agnostic MGLStringFromSize() methodJason Wray2018-11-282-13/+18
|
* [android] deprecated annotations package (#13468)Osana Babayan2018-11-2816-3/+57
|
* [core] LayerManager can disable annotationsMikhail Pozdnyakov2018-11-289-18/+93
| | | | | | | | | | | | | At the moment, the annotations implementation in the `mapbox-gl-native` core is creating concrete layer instances apart from `LayerManager/LayerFactory` code path. So, annotations must be disabled if the `LayerManager` implementation does not provide line, fill or symbol layers (those, used by the annotations). Note: in future, annotations implementation will be moved from the core to the platform SDK level(see https://github.com/mapbox/mapbox-plugins-android/tree/master/plugin-annotation) and `LayerManager` won't need to disable it.
* [build] use newer compiler versions for some buildsKonstantin Käfer2018-11-287-54/+30
|
* [ios] Reorganize iosapp debug settingsJason Wray2018-11-271-47/+51
|
* [ios] Add frame duration graph view to iosappJason Wray2018-11-275-9/+198
|
* [glfw] Use jumpTo() in the route demoBruno de Oliveira Abinader2018-11-271-7/+7
|
* [core] Cleanup Transform, use {jump,ease}To() insteadBruno de Oliveira Abinader2018-11-279-312/+132
|
* [core] Remove error-prone setlatLng overloadBruno de Oliveira Abinader2018-11-275-19/+4
|
* [ios][documentation] link expression guide to NSExpression(MGLAdditions)Josh Erb2018-11-271-8/+10
|
* [core][Android][Darwin] LayerManager creates RenderLayer instancesMikhail Pozdnyakov2018-11-27107-531/+538
| | | | | | | | `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`.
* Updated Info.plist docs. (#13436)Julian Rex2018-11-262-1/+6
|
* [core] Camera center and anchor points are mutually exclusiveBruno de Oliveira Abinader2018-11-263-2/+20
|
* [core] Fix VectorTileFeature::getValue() semantics after geometry@v1.0.0Bruno de Oliveira Abinader2018-11-262-1/+36
|
* [build] Add Visual Studio Code ignoresBruno de Oliveira Abinader2018-11-261-0/+4
|
* [build] Set C++11 ABI on by defaultBruno de Oliveira Abinader2018-11-261-1/+1
|
* [build] Set CMAKE_EXPORT_COMPILE_COMMANDS=ON by defaultBruno de Oliveira Abinader2018-11-262-5/+2
|
* [docs] Changelog entries for local font usage by MapSnapshotterChris Loer2018-11-243-0/+7
|
* [android] Expose "local ideograph font family" in MapSnapshotter::OptionsChris Loer2018-11-244-7/+39
| | | | Use local glyph generation in test app's MapSnapshotterActivity.
* [ios, macos] Pass program cache path and local font family config options to ↵Chris Loer2018-11-241-1/+5
| | | | MGLMapSnapshotter.
* [core] Expose "local ideograph font family" in MapSnapshotter.Chris Loer2018-11-242-6/+10
|
* [ios] Update podspecs for ios-v4.7.0-alpha.2 (#13434)ios-v4.7.0-alpha.2Julian Rex2018-11-213-3/+3
|
* Changelog for 7.0.0-alpha.2 (#13433)android-v7.0.0-alpha.2Osana Babayan2018-11-211-1/+7
|
* [ios] Adds support for MGLCollisionBehaviorPre4_0 in NSUserDefaults (#13426)Julian Rex2018-11-219-14/+163
|
* [core] Fixed {prefix} evaluationMinh Nguyễn2018-11-215-7/+12
| | | | 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.
* [core] Let placement transitions use the transition duration, if set, and ↵Bruno de Oliveira Abinader2018-11-214-14/+26
| | | | allow disabling them entirely
* [core] Let property evaluation transitions use the transition duration, if setBruno de Oliveira Abinader2018-11-211-2/+6
|
* Add specific name logging in failure scenarios of PropertyValueSteve2018-11-211-3/+3
| | | Hard to track down value/expression issues currently when they are not being named.
* [android] - use --info argument to show more detials during make test runsTobrun2018-11-211-2/+2
|
* [android] - add overlay example with custom drawing using paint and canvasTobrun2018-11-215-0/+108
|
* [build] use GLFW as a submodule and update to most recent versionKonstantin Käfer2018-11-218-6/+35
| | | | this fixes https://github.com/glfw/glfw/issues/1334 for macOS Mojave
* [ios] Added teardown of core objects when receiving ↵Julian Rex2018-11-207-104/+317
| | | | UIApplicationWillTerminateNotification (#13367)
* [darwin] Fix stray semicolon at end of method definitionupstream/friedbunny-fixes-some-warningsJason Wray2018-11-201-1/+1
| | | | Per -Wsemicolon-before-method-body.
* [darwin] Don't redefine mbgl::style::GeoJSONOptions struct as a classJason Wray2018-11-201-1/+1
| | | | Per -Wmismatched-tags.
* [ios] Remove deprecated -[MGLMapView setDebugActive:] implementationJason Wray2018-11-201-7/+0
|
* [darwin] Rename variables to avoid shadow declarationsJason Wray2018-11-208-44/+40
| | | | Per GCC_WARN_SHADOW.
* [darwin] Fix typos in pragma diagnostic declarationsJason Wray2018-11-202-3/+3
| | | | Per GCC_WARN_UNKNOWN_PRAGMAS.
* [darwin] Fix GCC_WARN_SIGN_COMPARE warningsJason Wray2018-11-2011-22/+22
|
* [darwin, build] Harmonize ios/macos/darwin build warnings with mbglJason Wray2018-11-202-0/+24
|
* [ios, macos] Added `-(BOOL)[MGLStyle removeSource:error:]` that provides an ↵Julian Rex2018-11-209-9/+84
| | | | | | NSError. (#13399)
* [android] removing plain text getter for "text-field"Łukasz Paczos2018-11-2019-581/+571
|
* [android] use locale sensitive DecimalFormat for color alpha conversionŁukasz Paczos2018-11-201-1/+5
|
* [android] update map feedback URLŁukasz Paczos2018-11-203-9/+9
|
* [android] getting a constant layer filter fixŁukasz Paczos2018-11-2019-37/+82
|
* [ios, macos] Enable CODEOWNERS for iOS/macOS/Darwin directories. (#13368)Julian Rex2018-11-191-0/+9
|
* [ios] Don't pause camera animations when zoom/pitch/rotate/scroll are disabledNadia Barbosa2018-11-192-0/+7
| | | | | | | | [ios] Move up code [ios] Changelog newline