summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [core] Fix clang-tidy errorsupstream/tmpsantos-release_branchThiago Marcos P. Santos2020-05-262-2/+2
* [core] Export placement typesMikhail Pozdnyakov2020-05-263-73/+41
* [core] Enable `Renderer::collectPlacedSymbolData()` API for all map modesMikhail Pozdnyakov2020-05-263-53/+69
* [core] Fix symbol flickering while zooming outMikhail Pozdnyakov2020-05-261-9/+11
* [core] Avoid extra `Layer::Impl` copying during style parsingMikhail Pozdnyakov2020-05-2613-15/+49
* [core] Static default property values API for layersMikhail Pozdnyakov2020-05-2624-28/+88
* [core] Static default property values API for sourcesMikhail Pozdnyakov2020-05-2612-13/+47
* [core] Get default property API for GeoJSON and Raster DEM sourcesMikhail Pozdnyakov2020-05-263-11/+51
* [core] Introduce getPropertyDefaultValue() API for sourcesMikhail Pozdnyakov2020-05-262-12/+91
* [core] Implement getPropertyDefaultValueInternal() in layer classesMikhail Pozdnyakov2020-05-2612-3/+570
* [core] Introduce Layer::getPropertyDefaultValueMikhail Pozdnyakov2020-05-261-48/+89
* [core] Enable source volatile flag initalization in styleMikhail Pozdnyakov2020-05-261-0/+13
* [core] Remove unused SourceData codeMikhail Pozdnyakov2020-05-262-13/+1
* [core] Introduce universal setter for GeoJSONSourceMikhail Pozdnyakov2020-05-263-14/+28
* [core] Universal set/getProperty API for ImageSourceMikhail Pozdnyakov2020-05-263-22/+49
* [core] Universal getter for TilesetSourceMikhail Pozdnyakov2020-05-261-15/+18
* [core] Introduce TilesetSourceMikhail Pozdnyakov2020-05-264-104/+80
* [core] Unversal get/set API for generic Source propertiesMikhail Pozdnyakov2020-05-263-11/+61
* [core] Compute metersPerPixel from map center pointMikko Pulkki2020-05-263-9/+7
* [core] Layer::getProperty() returns generic propertiesMikhail Pozdnyakov2020-05-2613-12/+38
* [core] get rid of Source::getUrlOrTileset virtualIvo van Dongen2020-05-264-14/+33
* [core] Get rid of Source::getSourceData()Mikhail Pozdnyakov2020-05-262-18/+11
* [core] Introduce `SourceTypeInfo::TileSet`Mikhail Pozdnyakov2020-05-269-10/+17
* source manager and factoriesIvo van Dongen2020-05-2613-238/+377
* remove SourceType usage and source downcastsIvo van Dongen2020-05-2639-331/+558
* [core] Fix raster map jittering during panning (#16478)Kevin Li2020-05-251-2/+2
* Add FreeCameraOptions to the Map classMikko Pulkki2020-05-026-2/+153
* Refactor TransformState to use internal 3d cameraMikko Pulkki2020-05-024-37/+357
* Add quaternions to represent orientationsMikko Pulkki2020-05-022-0/+147
* Move vector types to a public headerMikko Pulkki2020-05-022-4/+2
* [core] Fix rest of 'brace initialization' errorsAlexander Shalamov2020-04-304-52/+52
* [core] Fix geometry_util compilation errorzmiao2020-04-301-9/+10
* [core] Distance expression: Refine logiczmiao2020-04-301-103/+174
* [test] Distance expression: Update unit testszmiao2020-04-301-13/+12
* Add support for polygon in distance expressionzmiao2020-04-302-33/+297
* [core] Distance expression: Remove code and comments related to unit argumentzmiao2020-04-281-9/+7
* [core][tile mode] Further improve the label prioritizationMikhail Pozdnyakov2020-04-281-12/+16
* [core][tile mode] Fix placement order of the variable labelsMikhail Pozdnyakov2020-04-282-29/+41
* [core] Label intersection prioritizationMikhail Pozdnyakov2020-04-281-3/+9
* [core] Distance expression: remove unit argument (#16434)zmiao2020-04-241-92/+25
* [core] Factored out default fontsMinh Nguyễn2020-04-241-8/+5
* [core][tile mode] Make sure only a single tile is usedMikhail Pozdnyakov2020-04-241-0/+8
* Add vec3 math operationsMikko Pulkki2020-04-232-28/+29
* Fix compilation issues on GCC 9Bruno de Oliveira Abinader2020-04-221-0/+1
* [core] Source::setVolatile enables Resource::StoragePolicy::Volatile for tilesMikhail Pozdnyakov2020-04-224-3/+7
* [core] Add TileUpdateParameters and use itMikhail Pozdnyakov2020-04-2210-17/+29
* [core] Add style::Source::setVolatile()/isVolatile() APIMikhail Pozdnyakov2020-04-222-1/+15
* [core] Distance expression: Fix expression serializationzmiao2020-04-222-12/+16
* [core] Distance expression: Add index range checker, fix geojson type conversionzmiao2020-04-222-15/+40
* [core] Distance expression: Change template class into template function in g...zmiao2020-04-225-114/+153