summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [core] Do not downcast values in TransformStateupstream/padded-angle-correctionBruno de Oliveira Abinader2018-07-199-37/+42
* [core] Forward padding in TransformState::setLatLngZoom()Bruno de Oliveira Abinader2018-07-183-11/+28
* [core] Refactor TransformState::constrain()Bruno de Oliveira Abinader2018-07-182-50/+44
* [core] Move TransformState::pixel_{x,y} inside of getProjMatrix()Bruno de Oliveira Abinader2018-07-182-27/+18
* [core] Remove unused TransformState::getZoomFraction()Bruno de Oliveira Abinader2018-07-183-6/+0
* [core] Reuse getCameraToCenterDistance() in TransformState::getProjMatrix()Bruno de Oliveira Abinader2018-07-181-6/+9
* [core] De-friend Transform from TransformStateBruno de Oliveira Abinader2018-07-183-52/+121
* [core] Transform s/angle/bearing/Bruno de Oliveira Abinader2018-07-1832-118/+124
* [core] Remove unused Map::is{Rotating,Scaling,Panning}Bruno de Oliveira Abinader2018-07-176-43/+21
* [core] coveredByChildren is false if at least one child is uncoveredBruno de Oliveira Abinader2018-07-172-5/+55
* [core] Do not render symbol layers for pan tilesBruno de Oliveira Abinader2018-07-171-3/+13
* [core] Remove redundant check in scanLineBruno de Oliveira Abinader2018-07-171-6/+6
* [core] Increase pitch to 67.5 degreesBruno de Oliveira Abinader2018-07-176-4/+17
* [core] Limit TileCoordinate-based coverageBruno de Oliveira Abinader2018-07-174-17/+77
* [core] Remove unused 'rendered' setBruno de Oliveira Abinader2018-07-171-3/+0
* [core] tileCover zoom is uint8_tBruno de Oliveira Abinader2018-07-173-20/+23
* Add fuzz tests for TileCover and fix out of bounds access crash.Asheem Mamoowala2018-07-162-1/+60
* Better describe the streaming tilecover algorithm in commentsAsheem Mamoowala2018-07-162-22/+57
* Fix TileCover asserts. The create_bounds_towards_* methods were treatingAsheem Mamoowala2018-07-162-49/+33
* [core] treat parsedate as C++ file to remove C build rulesKonstantin Käfer2018-07-164-5/+5
* [core] make the offline DB schema a regular include fileKonstantin Käfer2018-07-164-25/+31
* [android] - bump kotlin, timber and okhttp to most recent stable versionsTobrun2018-07-161-3/+3
* [core] Convert legacy functions directly to expressionsJohn Firebaugh2018-07-1322-1190/+774
* [build] Use CIRCLE_MERGE_BASE environment variableJohn Firebaugh2018-07-131-22/+5
* [build] Show diff to prior sizeJohn Firebaugh2018-07-131-14/+67
* [build] Reduce ccache max sizeJohn Firebaugh2018-07-131-1/+1
* [build] Improve ccache freshnessJohn Firebaugh2018-07-132-30/+118
* [build] Separate node_modules, mason_packages, and cmake cachesJohn Firebaugh2018-07-131-92/+202
* [build] Move all mason_use statements to a single fileJohn Firebaugh2018-07-137-57/+67
* [android] - add geojson regression tests for java method look up from JNItobrun2018-07-131-13/+103
* [node] prevent scheduled renderFinished() calls from running when render is c...Konstantin Käfer2018-07-131-9/+16
* [core] Simplify Value conversionsJohn Firebaugh2018-07-122-107/+42
* [android] - add convenience method for destroyed state on MapView, can be use...tobrun2018-07-123-4/+19
* [android] - validate if gesture detector is able to handle gesturetobrun2018-07-121-2/+6
* [ios] Adjust iOS nightly build to run laterJason Wray2018-07-111-1/+1
* [ios] Update podspecs for ios-v4.2.0-beta.1Jason Wray2018-07-113-3/+3
* [ios] Update events submodule to include RN override (#12360)Randall Lee2018-07-101-0/+0
* [ios, build] Upload nightly iOS release build on CircleCIJason Wray2018-07-101-8/+24
* [macos] Import GeoJSONMinh Nguyễn2018-07-104-15/+111
* [ios] Deduplicated library dependency referencesMinh Nguyễn2018-07-101-18/+8
* [ios, macos] Allow unwrapped arguments in match expressionsMinh Nguyễn2018-07-094-5/+18
* [ios, macos] Convert predicate options to collatorsMinh Nguyễn2018-07-0910-28/+149
* [core] Comparison expressions can have 4th memberMinh Nguyễn2018-07-091-1/+1
* [qt, build] Rename Qt builds to follow conventionJason Wray2018-07-091-66/+66
* [node, build] Rename Node builds to follow conventionJason Wray2018-07-091-29/+29
* [glfw] Use Map::moveBy in GLFWView::onMouseMoveBruno de Oliveira Abinader2018-07-091-5/+3
* [core] Harden Projection::project()Bruno de Oliveira Abinader2018-07-092-1/+45
* [ios, build] Strip symbols before recording size metricsJason Wray2018-07-091-1/+2
* [android] - bumped telemetry to v3.1.4Łukasz Paczos2018-07-091-1/+1
* [iOS] Update annotation view touch handling (with offsets) (#12234)Julian Rex2018-07-096-20/+143