summaryrefslogtreecommitdiff
path: root/include/mbgl/style
Commit message (Expand)AuthorAgeFilesLines
* [core] make style/conversion.hpp implementation privateKonstantin Käfer2018-08-1922-393/+335
* [core] Factor out setVisibility conversionJohn Firebaugh2018-08-131-0/+1
* [core] Eliminate setProperty & co.John Firebaugh2018-08-1313-3/+49
* [core] Replace unique_any with peer from mapbox-bindgenBruno de Oliveira Abinader2018-08-082-4/+4
* [core] Add lineMetrics to GeoJSONOptionsMikhail Pozdnyakov2018-08-081-0/+1
* Rename `EvaluationContext::heatmapDensity` to `colorRampParameter`Mikhail Pozdnyakov2018-08-071-4/+4
* Relax typing for comparison operators (#12537)Anand Thakker2018-08-024-36/+70
* [core] Merge DataDrivenPropertyValue into PropertyValue (#12513)John Firebaugh2018-07-3115-329/+210
* [core] Tweak conversions to reduce binary sizeJohn Firebaugh2018-07-306-126/+29
* [core] Simplify CompoundExpression implementationJohn Firebaugh2018-07-302-102/+21
* Fix compilation errors with libc++ on QNX 7Sudarsana Babu Nagineni2018-07-301-1/+4
* [core] Replace expressions RTTI with enums + static castBruno de Oliveira Abinader2018-07-2415-27/+68
* [core] Add `symbol-placement: line-center`Chris Loer2018-07-231-1/+2
* Keep original input for filters using legacy syntax.Asheem Mamoowala2018-07-231-3/+17
* [core] Convert token strings to expressionsJohn Firebaugh2018-07-207-29/+41
* [core] Replace {Source,Camera,Composite}Function with PropertyExpressionJohn Firebaugh2018-07-2011-293/+164
* [core] Convert legacy functions directly to expressionsJohn Firebaugh2018-07-1312-966/+64
* [core] Simplify Value conversionsJohn Firebaugh2018-07-121-41/+23
* Rename `HeatmapColorPropertyValue` to `ColorRampPropertyValue`Mikhail Pozdnyakov2018-07-054-23/+23
* [core] Introduce "collator" expressionsChris Loer2018-07-035-1/+86
* [core] Add assertions to expression constructorsJohn Firebaugh2018-06-293-20/+7
* [core] Remove stops-based *Function constructorsJohn Firebaugh2018-06-295-155/+81
* [darwin] Replace use of *Stops with expressions DSLJohn Firebaugh2018-06-291-0/+7
* [core] Replace use of *Stops with expressions DSLJohn Firebaugh2018-06-295-20/+68
* [core] InterpolateBase → Interpolate; Interpolate → InterpolateImplJohn Firebaugh2018-06-284-9/+9
* [core] Privatize Interpolate<T>John Firebaugh2018-06-282-102/+30
* [core] Move non-polymorphic Interpolate methods to baseJohn Firebaugh2018-06-281-17/+16
* [core] Split Interpolator into a separate fileJohn Firebaugh2018-06-283-43/+52
* [core] add raster-resampling property (#12176)upstream/rcleeMolly Lloyd2018-06-212-0/+11
* Accept constant expressions in non-dds properties (#11960)Anand Thakker2018-05-231-3/+11
* [core] Convert "legacy" filters directly into expressions (#11610)Lucas Wojciechowski2018-05-104-315/+34
* Don't enforce ["zoom"] constraints for filters (#11672)Anand Thakker2018-04-125-59/+44
* Fix style parsing bug for constant expressions (#11606)Anand Thakker2018-04-092-2/+3
* [core] Add Projection matrix to CustomLayerRenderParameters to transform web ...Asheem Mamoowala2018-04-051-0/+3
* Use a host interface for CustomLayer instead of function pointers (#11553)Asheem Mamoowala2018-04-021-46/+40
* [core] Don't resolve tokens after evaluating a text-field or icon-image expre...John Firebaugh2018-03-224-22/+26
* [core] Add expression filter support (#11251)Lucas Wojciechowski2018-03-092-241/+40
* Relax type checking for "length"John Firebaugh2018-03-011-0/+32
* [core] Implement Expression::serialize()Chris Loer2018-02-2817-8/+60
* Correctly parse constant expressions in dds style properties (#11282)Anand Thakker2018-02-212-3/+22
* [core, ios, macos, android, node] Heatmap layer (#11046)Vladimir Agafonkin2018-02-156-0/+188
* Add options for Custom Geometry Source types to enable clipping and wrapping ...Asheem Mamoowala2018-02-072-0/+22
* Reimplement style values atop NSExpression (#10726)Minh Nguyễn2018-01-245-1/+15
* [core] add raster-dem source type and hillshade layer type (#10642)Molly Lloyd2018-01-238-4/+126
* [core, ios, macos, android] Add data-driven-styling support for `text-font`John Firebaugh2018-01-1021-22/+91
* [core] Handle NaN input to interpolate and stepJohn Firebaugh2018-01-101-3/+9
* [core] Omit inferred type annotations for 'coalesce' argumentsJohn Firebaugh2018-01-091-3/+10
* [core] Improve typing for !=, == expressionsJohn Firebaugh2018-01-091-0/+31
* [windows][core] Include what you useThiago Marcos P. Santos2018-01-081-0/+1
* [core] Fix copy in range-based for loopsJason Wray2017-12-152-2/+2