summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Refactor util::fontStacks()Mikhail Pozdnyakov2018-11-197-33/+38
* [core] Construct RenderItem objects in-place and remove unused headersAlexander Shalamov2018-11-191-9/+5
* [core] Remove RenderLayer's is<> as<> methodsAlexander Shalamov2018-11-1911-65/+0
* [core] Replace RenderSymbolLayer downcast with symbol interfaceAlexander Shalamov2018-11-1911-56/+108
* [core] Remove casts in bucketsAlexander Shalamov2018-11-197-24/+18
* [core] Add use LayerTypeInfo::Layout for the layers that require LayoutAlexander Shalamov2018-11-196-6/+10
* [core] Remove casts where expected type is part of the contractAlexander Shalamov2018-11-197-9/+21
* [core] Remove casts for Custom and Background render layersAlexander Shalamov2018-11-195-15/+26
* [core] Move layer specific color ramp updates behind common update() methodAlexander Shalamov2018-11-197-12/+26
* [core] Move RenderTile filtering / sorting logic to render layersAlexander Shalamov2018-11-195-51/+71
* [core] Move markContextDestroyed() to the RenderLayerAlexander Shalamov2018-11-195-10/+15
* [core] Remove downcasts for layers that require 3D render passAlexander Shalamov2018-11-191-7/+2
* [core] Add static layer properties to mbgl::style::LayerTypeInfoAlexander Shalamov2018-11-1911-16/+114
* [core] define number of concurrent downloads in online file source variableHuyen Chau Nguyen2018-11-151-2/+0
* [core][android] Introduce mbgl::style::LayerTypeInfoMikhail Pozdnyakov2018-11-1524-188/+120
* [core] Add RendererState::{pixelForLatLng,latLngForPixel}Bruno de Oliveira Abinader2018-11-141-4/+19
* [build] Update to geometry v1.0.0Bruno de Oliveira Abinader2018-11-1317-49/+50
* noexcept specifier for layer factory methodsMikhail Pozdnyakov2018-11-0724-46/+46
* Refer corresponding LayerFactory instance from the Layer::ImplMikhail Pozdnyakov2018-11-0724-78/+230
* [core] Change toLowerHex to produce lower hex sequencesAlexander Shalamov2018-11-071-1/+1
* [build] Remove #pragma diagnostic for boostThiago Marcos P. Santos2018-11-013-38/+0
* Introduce the style::Layer factory classesMikhail Pozdnyakov2018-10-3112-112/+281
* Remove style::Layer::is()/as()Mikhail Pozdnyakov2018-10-313-7/+4
* Consolidate `style::Layer` properties APIMikhail Pozdnyakov2018-10-2513-537/+97
* [core] Added RendererState::has{Image,Layer,Source}Bruno de Oliveira Abinader2018-10-251-0/+32
* [core] add priorities to resourcesHuyen Chau Nguyen2018-10-232-12/+21
* [core] address nitsKonstantin Käfer2018-10-233-5/+5
* [core] refactor util::toString to use RapidJSON's stringificationKonstantin Käfer2018-10-231-7/+55
* [core] remove special case for WindowsKonstantin Käfer2018-10-231-16/+0
* [core] remove some uses of <iostream> and <sstream>Konstantin Käfer2018-10-2314-46/+22
* [core] don't use <boost/functional/hash.hpp> to avoid <locale> includeKonstantin Käfer2018-10-238-32/+56
* [core] unify UTF-8/16 conversion to <boost/locale/encoding_utf.hpp>Konstantin Käfer2018-10-233-6/+4
* [core] remove use of <boost/algorithm/string.hpp>Konstantin Käfer2018-10-234-6/+7
* [core] don't use <sstream> and <iomanip> for string constructionKonstantin Käfer2018-10-233-30/+35
* [core] add the ability to stringy numbers as hexKonstantin Käfer2018-10-231-0/+19
* [core] add ability to stringify doubles that are integer with and without tra...Konstantin Käfer2018-10-233-9/+10
* [core] deduplicate dtoa() from RapidJSON and add testsKonstantin Käfer2018-10-231-90/+7
* [core] Introduce mbgl::RendererStateBruno de Oliveira Abinader2018-10-192-0/+11
* [core] Add TransformState::getCameraOptions()Bruno de Oliveira Abinader2018-10-193-7/+24
* [core] CameraOptions receives and outputs angle and pitch as degrees, not rad...Bruno de Oliveira Abinader2018-10-192-9/+9
* [Core] Ensure queryRenderedFeatures accounts for icon-rotate (#13105)Ryan Hamley2018-10-185-30/+58
* [core, tests] Don't break text-field support "identity functions"Chris Loer2018-10-151-0/+3
* [core] Initial implementation of 'format' expressionChris Loer2018-10-1533-142/+703
* [core] Bidi support for styled text.Chris Loer2018-10-151-0/+4
* [core,test] Update expression style parsing test fixture.Chris Loer2018-10-151-18/+14
* [core] Add automatic argument coercion for compound expressions with multiple...Chris Loer2018-10-151-64/+91
* Reserve vector storage in the convert filter codeMikhail Pozdnyakov2018-10-102-4/+7
* [core] only generate clip ids for clipped layersMolly Lloyd2018-10-031-2/+5
* [core] don't prefetch AnnotationTilesMolly Lloyd2018-10-031-1/+1
* [core] fix flickering caused by incorrect ClipIDsMolly Lloyd2018-10-031-1/+1