| Commit message (Expand) | Author | Age | Files | Lines |
* | [core] Cleanup Transform, use {jump,ease}To() instead | Bruno de Oliveira Abinader | 2018-11-27 | 9 | -312/+132 |
* | [core] Remove error-prone setlatLng overload | Bruno de Oliveira Abinader | 2018-11-27 | 5 | -19/+4 |
* | [ios][documentation] link expression guide to NSExpression(MGLAdditions) | Josh Erb | 2018-11-27 | 1 | -8/+10 |
* | [core][Android][Darwin] LayerManager creates RenderLayer instances | Mikhail Pozdnyakov | 2018-11-27 | 107 | -531/+538 |
* | Updated Info.plist docs. (#13436) | Julian Rex | 2018-11-26 | 2 | -1/+6 |
* | [core] Camera center and anchor points are mutually exclusive | Bruno de Oliveira Abinader | 2018-11-26 | 3 | -2/+20 |
* | [core] Fix VectorTileFeature::getValue() semantics after geometry@v1.0.0 | Bruno de Oliveira Abinader | 2018-11-26 | 2 | -1/+36 |
* | [build] Add Visual Studio Code ignores | Bruno de Oliveira Abinader | 2018-11-26 | 1 | -0/+4 |
* | [build] Set C++11 ABI on by default | Bruno de Oliveira Abinader | 2018-11-26 | 1 | -1/+1 |
* | [build] Set CMAKE_EXPORT_COMPILE_COMMANDS=ON by default | Bruno de Oliveira Abinader | 2018-11-26 | 2 | -5/+2 |
* | [docs] Changelog entries for local font usage by MapSnapshotter | Chris Loer | 2018-11-24 | 3 | -0/+7 |
* | [android] Expose "local ideograph font family" in MapSnapshotter::Options | Chris Loer | 2018-11-24 | 4 | -7/+39 |
* | [ios, macos] Pass program cache path and local font family config options to ... | Chris Loer | 2018-11-24 | 1 | -1/+5 |
* | [core] Expose "local ideograph font family" in MapSnapshotter. | Chris Loer | 2018-11-24 | 2 | -6/+10 |
* | [ios] Update podspecs for ios-v4.7.0-alpha.2 (#13434)ios-v4.7.0-alpha.2 | Julian Rex | 2018-11-21 | 3 | -3/+3 |
* | Changelog for 7.0.0-alpha.2 (#13433)android-v7.0.0-alpha.2 | Osana Babayan | 2018-11-21 | 1 | -1/+7 |
* | [ios] Adds support for MGLCollisionBehaviorPre4_0 in NSUserDefaults (#13426) | Julian Rex | 2018-11-21 | 9 | -14/+163 |
* | [core] Fixed {prefix} evaluation | Minh Nguyễn | 2018-11-21 | 5 | -7/+12 |
* | [core] Let placement transitions use the transition duration, if set, and all... | Bruno de Oliveira Abinader | 2018-11-21 | 4 | -14/+26 |
* | [core] Let property evaluation transitions use the transition duration, if set | Bruno de Oliveira Abinader | 2018-11-21 | 1 | -2/+6 |
* | Add specific name logging in failure scenarios of PropertyValue | Steve | 2018-11-21 | 1 | -3/+3 |
* | [android] - use --info argument to show more detials during make test runs | Tobrun | 2018-11-21 | 1 | -2/+2 |
* | [android] - add overlay example with custom drawing using paint and canvas | Tobrun | 2018-11-21 | 5 | -0/+108 |
* | [build] use GLFW as a submodule and update to most recent version | Konstantin Käfer | 2018-11-21 | 8 | -6/+35 |
* | [ios] Added teardown of core objects when receiving UIApplicationWillTerminat... | Julian Rex | 2018-11-20 | 7 | -104/+317 |
* | [darwin] Fix stray semicolon at end of method definitionupstream/friedbunny-fixes-some-warnings | Jason Wray | 2018-11-20 | 1 | -1/+1 |
* | [darwin] Don't redefine mbgl::style::GeoJSONOptions struct as a class | Jason Wray | 2018-11-20 | 1 | -1/+1 |
* | [ios] Remove deprecated -[MGLMapView setDebugActive:] implementation | Jason Wray | 2018-11-20 | 1 | -7/+0 |
* | [darwin] Rename variables to avoid shadow declarations | Jason Wray | 2018-11-20 | 8 | -44/+40 |
* | [darwin] Fix typos in pragma diagnostic declarations | Jason Wray | 2018-11-20 | 2 | -3/+3 |
* | [darwin] Fix GCC_WARN_SIGN_COMPARE warnings | Jason Wray | 2018-11-20 | 11 | -22/+22 |
* | [darwin, build] Harmonize ios/macos/darwin build warnings with mbgl | Jason Wray | 2018-11-20 | 2 | -0/+24 |
* | [ios, macos] Added `-(BOOL)[MGLStyle removeSource:error:]` that provides an N... | Julian Rex | 2018-11-20 | 9 | -9/+84 |
* | [android] removing plain text getter for "text-field" | Łukasz Paczos | 2018-11-20 | 19 | -581/+571 |
* | [android] use locale sensitive DecimalFormat for color alpha conversion | Łukasz Paczos | 2018-11-20 | 1 | -1/+5 |
* | [android] update map feedback URL | Łukasz Paczos | 2018-11-20 | 3 | -9/+9 |
* | [android] getting a constant layer filter fix | Łukasz Paczos | 2018-11-20 | 19 | -37/+82 |
* | [ios, macos] Enable CODEOWNERS for iOS/macOS/Darwin directories. (#13368) | Julian Rex | 2018-11-19 | 1 | -0/+9 |
* | [ios] Don't pause camera animations when zoom/pitch/rotate/scroll are disabled | Nadia Barbosa | 2018-11-19 | 2 | -0/+7 |
* | [ios, macos] Layer manager for Darwin platforms | Mikhail Pozdnyakov | 2018-11-19 | 34 | -47/+587 |
* | Refactor util::fontStacks() | Mikhail Pozdnyakov | 2018-11-19 | 9 | -50/+60 |
* | [core] Construct RenderItem objects in-place and remove unused headers | Alexander Shalamov | 2018-11-19 | 1 | -9/+5 |
* | [core] Remove RenderLayer's is<> as<> methods | Alexander Shalamov | 2018-11-19 | 11 | -65/+0 |
* | [core] Replace RenderSymbolLayer downcast with symbol interface | Alexander Shalamov | 2018-11-19 | 12 | -56/+109 |
* | [core] Remove casts in buckets | Alexander Shalamov | 2018-11-19 | 7 | -24/+18 |
* | [core] Add use LayerTypeInfo::Layout for the layers that require Layout | Alexander Shalamov | 2018-11-19 | 6 | -6/+10 |
* | [core] Remove casts where expected type is part of the contract | Alexander Shalamov | 2018-11-19 | 7 | -9/+21 |
* | [core] Remove casts for Custom and Background render layers | Alexander Shalamov | 2018-11-19 | 5 | -15/+26 |
* | [core] Move layer specific color ramp updates behind common update() method | Alexander Shalamov | 2018-11-19 | 7 | -12/+26 |
* | [core] Move RenderTile filtering / sorting logic to render layers | Alexander Shalamov | 2018-11-19 | 5 | -51/+71 |