summaryrefslogtreecommitdiff
path: root/test/map
Commit message (Expand)AuthorAgeFilesLines
...
* | [core] change std::array<uint16_t, 2> to mbgl::SizeKonstantin Käfer2016-10-272-35/+35
* | [core] don't load tiles from sources that aren't usedKonstantin Käfer2016-10-271-0/+48
|/
* [core] move gl::Context to Backend and refactor ViewKonstantin Käfer2016-10-251-43/+27
* [core] separate Backend from View for headless renderingKonstantin Käfer2016-10-251-23/+39
* [core] [node] pass thread pool impl to Map constructorMike Morris2016-10-201-17/+19
* [core] Fix Map::setLatLng behaviorBruno de Oliveira Abinader2016-10-071-0/+16
* [test] add .test.cpp suffix to test case filesKonstantin Käfer2016-09-282-0/+0
* [tests] Add tests for Map::[add|remove]ImageThiago Marcos P. Santos2016-09-221-0/+33
* [core] do not render layers that are outside their zoom rangeKonstantin Käfer2016-09-201-0/+61
* [core] add MapChangeDidFinishLoadingStyle signal (#6371)Ivo van Dongen2016-09-201-0/+20
* [test] Added Map class accessors testsBruno de Oliveira Abinader2016-09-131-0/+34
* [tests] Add unit test for style loading failuresThiago Marcos P. Santos2016-08-241-0/+32
* [core] Emit MapChangeDidFailLoadingMap when the style cannot be loaded or parsedThiago Marcos P. Santos2016-08-241-1/+1
* [tests] Test that style mutations due to annotations don't cancel style reval...John Firebaugh2016-08-231-0/+26
* [core] Don't allow style mutations to be overwritten by revalidationJohn Firebaugh2016-08-231-0/+64
* [tests] Merge single test in set_style.cpp with other Map testsJohn Firebaugh2016-08-231-0/+19
* [core] support "scheme": "tms" in TileJSON filesKonstantin Käfer2016-08-161-1/+1
* Color class (#5361)Young Hahn2016-06-151-2/+3
* [core, node, android] Remove used "base" parameter from setStyleJSONJohn Firebaugh2016-06-021-4/+4
* [core] Rationalize naming for style-related codeJohn Firebaugh2016-06-021-1/+2
* [tests] Add basic tests for Map::{add,remove}LayerJohn Firebaugh2016-06-021-10/+38
* [core] Avoid NaNs in TransformState unit conversionsBruno de Oliveira Abinader2016-05-201-0/+40
* [core] remove MockView and View dependency in TransformKonstantin Käfer2016-05-181-25/+12
* [core] move from microsecond precision timestamp to integer second precisionKonstantin Käfer2016-05-131-1/+1
* [core] Added Viewport modeBruno de Oliveira Abinader2016-05-111-12/+12
* [core] retain tiles differently and remove old TileID classKonstantin Käfer2016-05-101-50/+0
* [core] Use geometry.hpp's pointJohn Firebaugh2016-05-051-4/+1
* [tests] Rationalize test fixtures (#4834)John Firebaugh2016-04-251-10/+10
* [core] Use the proper type for font stacksJohn Firebaugh2016-04-221-1/+1
* [core] Convert MapContext to Map::Impl; eliminate indirectionJohn Firebaugh2016-04-152-26/+13
* [core] Clean up ThreadContext vestigesJohn Firebaugh2016-04-151-1/+1
* [tests] Use StubFileSource where a real FileSource is not requiredJohn Firebaugh2016-04-141-2/+2
* [core] Remove internal threading from OnlineFileRequestJohn Firebaugh2016-04-141-0/+3
* [core] Render from the main threadJohn Firebaugh2016-04-141-45/+3
* [ios] Run core unit tests in CIJohn Firebaugh2016-04-111-8/+37
* [test] rearrange test files so they're not in the fixtures folderKonstantin Käfer2016-03-224-5/+5
* [core] Always return wrapped coordinatesBruno de Oliveira Abinader2016-03-141-0/+6
* [core] Simplify LatLng::unwrapForShortestPath usageBruno de Oliveira Abinader2016-03-141-2/+70
* [core] Implement LatLng::null()Bruno de Oliveira Abinader2016-03-131-0/+3
* [core] Harden Transform anchor & padding usageBruno de Oliveira Abinader2016-03-131-4/+77
* [core] Fix non-anchored Transform::setAngleBruno de Oliveira Abinader2016-03-111-12/+17
* [core] Fix screen coordinates when crossing the antimeridian (#2)Bruno de Oliveira Abinader2016-03-111-0/+16
* [core] Fix screen coordinates when crossing the antimeridianBruno de Oliveira Abinader2016-03-101-0/+22
* [core] Check for NaNs in EdgeInsetsBruno de Oliveira Abinader2016-03-101-2/+36
* [core] Coordinate wrapping fixesBruno de Oliveira Abinader2016-03-101-6/+10
* [core] Moved TileCoordinate to tile cover scopeBruno de Oliveira Abinader2016-03-011-6/+10
* [core] Moved wrapping to LatLng scopeBruno de Oliveira Abinader2016-03-011-0/+23
* [core] PrecisionPoint is now ScreenCoordinateBruno de Oliveira Abinader2016-03-011-7/+7
* [core] Enforce constants usageBruno de Oliveira Abinader2016-03-011-16/+17
* [core] Moving caching logic to DefaultFileSourceJohn Firebaugh2016-02-102-5/+5