summaryrefslogtreecommitdiff
path: root/src/mbgl/style
Commit message (Expand)AuthorAgeFilesLines
* [core] remove some uses of <iostream> and <sstream>Konstantin Käfer2018-10-222-10/+2
* [core, tests] Don't break text-field support "identity functions"Chris Loer2018-10-151-0/+3
* [core] Initial implementation of 'format' expressionChris Loer2018-10-1512-20/+368
* [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] Read style's transition from parserBruno de Oliveira Abinader2018-10-032-3/+3
* [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] 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
* [android] add support for gnustlKonstantin Käfer2018-09-111-1/+1
* Port symbol-z-order symbol layout style-spec property to Nativeupstream/sort-by-yryanhamley2018-09-077-0/+53
* [core] Implement CrossFadedDataDrivenProperty to add support for feature expr...Molly Lloyd2018-08-3110-7/+31
* [core] move PaintProperty::Attribute to TypeList and pass to Binder constructorsKonstantin Käfer2018-08-311-0/+1
* [core] introduce TypeListConcat and TypeList::ExpandIntoKonstantin Käfer2018-08-311-7/+2
* [node] capture invalid input data as `ParseError` objectsKonstantin Käfer2018-08-272-2/+4
* [core] Add `line-gradient` propertyMikhail Pozdnyakov2018-08-234-2/+72
* fixed validation message for boundsJustyna Janczyszyn2018-08-221-2/+2
* [core] make style/conversion.hpp implementation privateKonstantin Käfer2018-08-1948-17/+253
* [core] Evict unused font stacks from GlyphManagerJohn Firebaugh2018-08-171-24/+4
* [core] Fix out of range exception for string compareVladimir Kondrashov2018-08-141-2/+2
* [core] Factor out setVisibility conversionJohn Firebaugh2018-08-1311-130/+29
* [core] Optimize generated set{Paint,Layout}Property codeJohn Firebaugh2018-08-1312-1292/+2249
* [core] Eliminate setProperty & co.John Firebaugh2018-08-1316-381/+2313
* [core] Replace remaining dynamic_cast with static_castBruno de Oliveira Abinader2018-08-086-6/+6
* [core] Add lineMetrics to GeoJSONOptionsMikhail Pozdnyakov2018-08-082-0/+11
* Rename `EvaluationContext::heatmapDensity` to `colorRampParameter`Mikhail Pozdnyakov2018-08-072-4/+4
* Fix TileJSON conversion to allow single point boundsAsheem Mamoowala2018-08-021-2/+2
* Relax typing for comparison operators (#12537)Anand Thakker2018-08-025-137/+294
* [core] Merge DataDrivenPropertyValue into PropertyValue (#12513)John Firebaugh2018-07-3114-283/+266
* [core] Tweak conversions to reduce binary sizeJohn Firebaugh2018-07-3014-292/+409
* [core] Simplify CompoundExpression implementationJohn Firebaugh2018-07-304-55/+110
* [core] Avoid unnecessary template instantiationsJohn Firebaugh2018-07-301-32/+23
* Fix compilation errors with libc++ on QNX 7Sudarsana Babu Nagineni2018-07-303-15/+15
* [core] Replace expressions RTTI with enums + static castBruno de Oliveira Abinader2018-07-2414-37/+70
* [core] Add `symbol-placement: line-center`Chris Loer2018-07-231-0/+1
* Keep original input for filters using legacy syntax.Asheem Mamoowala2018-07-231-1/+20
* [core] Convert token strings to expressionsJohn Firebaugh2018-07-206-34/+93
* [core] Move expression.cpp to expression directoryJohn Firebaugh2018-07-201-0/+0
* [core] Replace {Source,Camera,Composite}Function with PropertyExpressionJohn Firebaugh2018-07-204-185/+143
* fixed typo in error messageJustyna Janczyszyn2018-07-191-1/+1
* [core] Convert legacy functions directly to expressionsJohn Firebaugh2018-07-135-170/+708
* [core] Simplify Value conversionsJohn Firebaugh2018-07-121-66/+19
* [core] Comparison expressions can have 4th memberMinh Nguyễn2018-07-091-1/+1
* Rename `HeatmapColorPropertyValue` to `ColorRampPropertyValue`Mikhail Pozdnyakov2018-07-057-16/+21
* [core] Avoid blocking in Thread<Object> constructor (#12151)Anand Thakker2018-07-031-3/+3
* [core] Introduce "collator" expressionsChris Loer2018-07-037-14/+199