summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [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
* [core] Read style's transition from parserBruno de Oliveira Abinader2018-10-032-3/+3
* [core] Do not constrain on X axis in ConstrainMode::HeightOnlyBruno de Oliveira Abinader2018-10-021-10/+15
* [core] don't break ascent in the overscaled tile phaseKonstantin Käfer2018-09-211-5/+4
* [core] Don't log GL renderer string on every context initializationAnder Conselvan de Oliveira2018-09-211-2/+5
* [docs] First uncompressed shader source diffChris Loer2018-09-191-49/+9
* [docs] Include uncompressed shader source in .cpp commentsChris Loer2018-09-1925-0/+3333
* [test] Bump gl-js pin.Chris Loer2018-09-1913-1567/+1567
* [core] For string-valued properties, do coercion rather than assertionJohn Firebaugh2018-09-196-36/+58
* [core] Auto-convert concat arguments to stringsJohn Firebaugh2018-09-192-9/+13
* [core] prevent crash when expression for pattern evaluates to "" (#12896)Molly Lloyd2018-09-181-2/+11
* [core] Disable debugging extension when running on ANGLE over Direct3DAnder Conselvan de Oliveira2018-09-141-1/+5
* [core] Refactor vertex array object extension initializationAnder Conselvan de Oliveira2018-09-142-24/+18
* [core] Make "to-number" of null behave as documentedJohn Firebaugh2018-09-131-0/+1
* [core] Implement array assertion fallback behaviorJohn Firebaugh2018-09-134-124/+77
* [core] to-color should be idempotentJohn Firebaugh2018-09-131-0/+3
* [core] ["to-array", <item type>, <empty array>] should work for any item typeJohn Firebaugh2018-09-131-4/+12
* [linux,qt] Remove remainder of WebP supportKonstantin Käfer2018-09-131-13/+1
* [core] Enable face culling for fill extrusion layersBruno de Oliveira Abinader2018-09-132-4/+10
* [core] Add face culling mode parameter to Program::drawBruno de Oliveira Abinader2018-09-1323-0/+162
* [core] Port "collision group" plumbing to gl-native.Chris Loer2018-09-1211-42/+124
* [android] add support for gnustlKonstantin Käfer2018-09-117-6/+11
* Port symbol-z-order symbol layout style-spec property to Nativeupstream/sort-by-yryanhamley2018-09-078-3/+57
* [core] Mark allow-overlap symbols visible even outside of collision grid.Chris Loer2018-09-061-1/+20
* [core] simplify dependency layout process and refactor data structuresMolly Lloyd2018-08-3115-146/+147
* [core] Simplify GeometryTileWorkerJohn Firebaugh2018-08-312-58/+25