summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [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
* [core] remove redundant Uniform::Type aliasMolly Lloyd2018-08-312-6/+3
* [core] Implement CrossFadedDataDrivenProperty to add support for feature expr...Molly Lloyd2018-08-31102-2023/+2888
* [core] move PaintProperty::Attribute to TypeList and pass to Binder constructorsKonstantin Käfer2018-08-312-3/+17
* [core] introduce TypeListConcat and TypeList::ExpandIntoKonstantin Käfer2018-08-315-44/+10
* [core] allow passing multiple AttributeTypes to a PaintPropertyBinderKonstantin Käfer2018-08-311-9/+9
* [core] rename gl::Attribute to gl::Attribute to remove overloaded namingKonstantin Käfer2018-08-314-33/+33
* [core] simplify attribute/location typesKonstantin Käfer2018-08-312-22/+10
* [core] Added pragma to remove warning ("unknown warning group '-Wtautological...Julian Rex2018-08-281-0/+1
* Add unit tests and fixtures for OfflineDatabase::mergeDatabaseAsheem Mamoowala2018-08-281-1/+1
* [node] capture invalid input data as `ParseError` objectsKonstantin Käfer2018-08-272-2/+4
* [core] Add `line-gradient` propertyMikhail Pozdnyakov2018-08-2320-1491/+1751
* fixed validation message for boundsJustyna Janczyszyn2018-08-221-2/+2
* [core] fix icon-size for small data-driven valuesChris Loer2018-08-214-192/+192
* [core, node] Re-implement "avoid edges" behavior for MapMode::TileChris Loer2018-08-204-41/+60
* [core] downgrade event severity for erroneous DDS rendering to WarningKonstantin Käfer2018-08-201-1/+1
* [core] make style/conversion.hpp implementation privateKonstantin Käfer2018-08-1948-17/+253
* [core] Evict unused font stacks from GlyphManagerJohn Firebaugh2018-08-175-24/+58
* [core] Fix querying for annotations near tile boundaries at high zoom.Chris Loer2018-08-141-1/+7
* [core] Fix out of range exception for string compareVladimir Kondrashov2018-08-141-2/+2
* [core] Don't default-show text/icons that depend on the placement of a paired...Chris Loer2018-08-131-2/+9
* [core] Factor out setVisibility conversionJohn Firebaugh2018-08-1311-130/+29
* [core] Optimize generated set{Paint,Layout}Property codeJohn Firebaugh2018-08-1313-1292/+2260