| Commit message (Expand) | Author | Age | Files | Lines |
* | [ios, macos] Add overlays property to MGLMapView (#8617) | Eimantas | 2017-05-20 | 6 | -0/+52 |
* | [core] Make ExponentialStops behavior consistent; add tests | John Firebaugh | 2017-05-19 | 5 | -4/+44 |
* | [core] Eliminate round-trip through Value in CameraFunction::evaluate | John Firebaugh | 2017-05-19 | 3 | -16/+22 |
* | Release node-v3.5.2 (#9052)node-v3.5.2 | Bobby Sudekum | 2017-05-19 | 2 | -1/+6 |
* | [core] leave Image objects in a valid state after premultiply/unpremultiply | Konstantin Käfer | 2017-05-19 | 2 | -0/+6 |
* | Merge branch 'release-ios-v3.5.0-android-v5.0.0' into 1ec5-release-ios-v3.5.4 | Minh Nguyễn | 2017-05-18 | 2 | -2/+10 |
|\ |
|
| * | [ios] Update podspecs and changelog for iOS v3.5.4ios-v3.5.4 | Jesse Bounds | 2017-05-09 | 3 | -2/+7 |
| * | [ios] Use map view frame to calculate annotation view reuse adjustments (#8926) | Jesse Bounds | 2017-05-09 | 1 | -8/+6 |
| * | [ios] Updated podspecs and changelog for v3.5.3 (#8870)ios-v3.5.3 | Jordan Kiley | 2017-05-02 | 3 | -2/+5 |
| * | [ios] cherry-picked 8837 (#8869) | Jordan Kiley | 2017-05-02 | 4 | -9/+52 |
| * | [ios, macos] Updated `maximumZoomLevel` description, cherry-picked #8818 (#8842) | Jordan Kiley | 2017-05-01 | 2 | -3/+3 |
| * | [core] Move Sprite parsing to thread pool | Konstantin Käfer | 2017-04-26 | 20 | -74/+144 |
| * | Cherry pick latlngbounds to release branch (#8788) | Tobrun | 2017-04-21 | 19 | -194/+229 |
* | | [core][ios] Use explicit submodule update for ios target (#8973) | Asheem Mamoowala | 2017-05-18 | 1 | -0/+6 |
* | | [core] Don't unnecessarily request glyphs for verticalized punctuation. | Chris Loer | 2017-05-18 | 1 | -2/+7 |
* | | [core] add error for non-virtual destructor deletes + add virtual dtors | Konstantin Käfer | 2017-05-18 | 5 | -4/+10 |
* | | [core] Make destructor virtual to avoid object splicing during destruction | Konstantin Käfer | 2017-05-18 | 1 | -0/+1 |
* | | [core] Throttle tiles to redo symbol placement at most once every 300ms. | Chris Loer | 2017-05-17 | 5 | -2/+74 |
* | | [core] Remove redundant SpriteAtlasElement members | John Firebaugh | 2017-05-17 | 4 | -22/+18 |
* | | [core] Remove ambiguous get{Width,Height} accessors from style::Image | John Firebaugh | 2017-05-17 | 7 | -34/+8 |
* | | [core] Remove obsolete modular arithmetic on atlas coordinates | John Firebaugh | 2017-05-17 | 6 | -27/+14 |
* | | [core] Remove WorkQueue | John Firebaugh | 2017-05-17 | 6 | -141/+0 |
* | | [build] Use gdb 2017-04-08-aebcde5 | Bruno de Oliveira Abinader | 2017-05-17 | 3 | -7/+8 |
* | | [core, node, darwin, android, qt] Make image ID part of Image | John Firebaugh | 2017-05-16 | 41 | -185/+176 |
* | | [build] Use workflows instead of a trigger build | Konstantin Käfer | 2017-05-16 | 1 | -13/+7 |
* | | [test] Update gl-js submodule | John Firebaugh | 2017-05-15 | 1 | -0/+0 |
* | | Update README.md | jingsam | 2017-05-15 | 1 | -3/+3 |
* | | [core] mbgl-render: allow scale factor to be floating point number | Roman Chichina | 2017-05-15 | 1 | -2/+3 |
* | | [qt] Un-deprecate QMapboxGL::setTransitionOptions | John Firebaugh | 2017-05-15 | 1 | -5/+2 |
* | | [core, node, darwin, qt] Remove support for paint classes | John Firebaugh | 2017-05-15 | 52 | -1418/+930 |
* | | [core] cascade ⇢ transition / cascading ⇢ transitionable | John Firebaugh | 2017-05-15 | 43 | -85/+86 |
* | | [core] Unify {Paint,Layout,Light}Properties | John Firebaugh | 2017-05-15 | 66 | -576/+494 |
* | | [core] *LayerImpl::cascading ⇢ paint | John Firebaugh | 2017-05-15 | 23 | -262/+262 |
* | | [core] Merge light_properties.hpp into light_impl.hpp | John Firebaugh | 2017-05-15 | 5 | -55/+43 |
* | | [core] Immutable<Impl> for Image | John Firebaugh | 2017-05-15 | 8 | -40/+40 |
* | | [core] Trim StyleObserver interface | John Firebaugh | 2017-05-13 | 6 | -38/+34 |
* | | [core] Move renderer/* files into sub-folders (#8983) | Asheem Mamoowala | 2017-05-12 | 54 | -117/+123 |
* | | [build] Rotate AWS credentials | John Firebaugh | 2017-05-12 | 1 | -2/+2 |
* | | [core] Split style image collection from SpriteAtlas | Ivo van Dongen | 2017-05-12 | 33 | -414/+678 |
* | | [linux] loop-uv depends on mbgl-core for linking | John Firebaugh | 2017-05-12 | 3 | -2/+7 |
* | | [core] Replace createRender{Source,Layer} with Render{Source,Layer}::create | John Firebaugh | 2017-05-12 | 43 | -117/+91 |
* | | [core] Return {Source,Layer}::getID by value | John Firebaugh | 2017-05-12 | 4 | -4/+4 |
* | | [core] Remove unused RenderLayer::clone | John Firebaugh | 2017-05-12 | 17 | -51/+0 |
* | | [core] Immutable Impls | John Firebaugh | 2017-05-12 | 124 | -1485/+2590 |
* | | [build] Don't run Travis 'check' build on master | Bruno de Oliveira Abinader | 2017-05-12 | 2 | -1/+4 |
* | | [build] Explicitely set Clang as compiler in 'check' Travis CI build | Bruno de Oliveira Abinader | 2017-05-12 | 1 | -3/+4 |
* | | [tidy] modernize-make-unique | Bruno de Oliveira Abinader | 2017-05-12 | 1 | -1/+1 |
* | | [tidy] modernize-loop-convert | Bruno de Oliveira Abinader | 2017-05-12 | 3 | -9/+9 |
* | | [tidy] modernize-deprecated-headers | Bruno de Oliveira Abinader | 2017-05-12 | 3 | -3/+3 |
* | | [tidy] modernize-raw-string-literal | Bruno de Oliveira Abinader | 2017-05-12 | 8 | -25/+25 |