summaryrefslogtreecommitdiff
path: root/include/mbgl/style/conversion
Commit message (Expand)AuthorAgeFilesLines
* [core] Enable text-variable-anchor propertyMikhail Pozdnyakov2019-03-291-0/+5
* [core] Initial implementation of 'format' expressionChris Loer2018-10-152-0/+12
* [core] make style/conversion.hpp implementation privateKonstantin Käfer2018-08-1914-104/+22
* [core] Eliminate setProperty & co.John Firebaugh2018-08-131-2/+0
* [core] Merge DataDrivenPropertyValue into PropertyValue (#12513)John Firebaugh2018-07-313-88/+17
* [core] Tweak conversions to reduce binary sizeJohn Firebaugh2018-07-306-126/+29
* [core] Replace expressions RTTI with enums + static castBruno de Oliveira Abinader2018-07-242-4/+12
* [core] Convert token strings to expressionsJohn Firebaugh2018-07-204-9/+27
* [core] Replace {Source,Camera,Composite}Function with PropertyExpressionJohn Firebaugh2018-07-204-121/+60
* [core] Convert legacy functions directly to expressionsJohn Firebaugh2018-07-132-380/+21
* Rename `HeatmapColorPropertyValue` to `ColorRampPropertyValue`Mikhail Pozdnyakov2018-07-051-6/+6
* [core] Remove stops-based *Function constructorsJohn Firebaugh2018-06-291-6/+51
* Accept constant expressions in non-dds properties (#11960)Anand Thakker2018-05-231-3/+11
* Don't enforce ["zoom"] constraints for filters (#11672)Anand Thakker2018-04-124-50/+19
* Fix style parsing bug for constant expressions (#11606)Anand Thakker2018-04-091-2/+0
* Correctly parse constant expressions in dds style properties (#11282)Anand Thakker2018-02-211-3/+18
* [core, ios, macos, android, node] Heatmap layer (#11046)Vladimir Agafonkin2018-02-151-0/+46
* Add options for Custom Geometry Source types to enable clipping and wrapping ...Asheem Mamoowala2018-02-071-0/+20
* [core] Custom Geometry SourcesAsheem Mamoowala2017-11-221-0/+64
* Implement Expressions (#9439)Anand Thakker2017-11-084-0/+94
* Replace compile-time polymorphism with runtime polymorphism in the conversion...John Firebaugh2017-10-2317-1390/+48
* [core] Add minzoom to GeoJSONOptionsKonstantin Käfer2017-09-281-0/+10
* [core][ios][macos][android]DDS-ify `text-letter-spacing` and `text-max-width`Asheem Mamoowala2017-08-301-2/+2
* Implement icon-anchor propertyLauren Budorick2017-08-281-1/+2
* [core][android][macos][ios] Implement property functions for line-join, text-...Lauren Budorick2017-07-261-3/+3
* [core] Update shaders.Chris Loer2017-07-121-0/+1
* [core] GCC 4.9 does not fully support custom variable templatesBruno de Oliveira Abinader2017-07-121-1/+1
* [core] Implement circle-pitch-alignment propertyChris Loer2017-07-061-0/+2
* [core] Enable property functions for line-width (#9250)Lauren Budorick2017-06-191-1/+1
* [core] Use fixed-size std::array for ImageSource coordinatesAsheem Mamoowala2017-06-012-6/+5
* [core] Add toDouble Conversion method for correctly parsing Lat Lng coordinatesAsheem Mamoowala2017-06-011-5/+5
* [core] Add ImageSource support to style parsersAsheem Mamoowala2017-06-012-0/+85
* [core, node, darwin, qt] Remove support for paint classesJohn Firebaugh2017-05-154-143/+116
* [tidy] modernize-raw-string-literalBruno de Oliveira Abinader2017-05-122-2/+2
* [tidy] modernize-use-autoBruno de Oliveira Abinader2017-05-121-3/+3
* [core, android] Factor JSON string conversionsJohn Firebaugh2017-05-082-4/+12
* [core] delegate light changes to render lightIvo van Dongen2017-05-081-1/+1
* [core] generated accessor methods on lightIvo van Dongen2017-05-081-8/+8
* [core] Render fill-extrusion layers (#8431)Lauren Budorick2017-04-274-34/+169
* [core] Add DDS support for {text,icon}-size (#8593)Anand Thakker2017-04-061-2/+2
* [core] Add DDS support for icon-imageJohn Firebaugh2017-03-311-1/+1
* [core] Add DDS support for text-rotateJohn Firebaugh2017-03-311-1/+1
* [core] implement dds for text-offsetMolly Lloyd2017-03-281-1/+1
* [all] Replace Result<T> with optional<T> plus out Error parameterJohn Firebaugh2017-03-2312-285/+384
* [core] Avoid using std::function in property_setter.hppJohn Firebaugh2017-03-083-198/+209
* Refactor: use conversion system to convert MGLStyleFunction to mbgl core type...Anand Thakker2017-02-151-1/+1
* [core] Introduce dedicated filter types for $type and $id special cases (#7971)John Firebaugh2017-02-091-26/+118
* [core] Restore support for *-transition propertiesJohn Firebaugh2017-02-094-0/+123
* [core, ios, macos] Refactor composite stop types and conversionsJohn Firebaugh2017-02-091-55/+72
* [core] default value support in categorical function conversionIvo van Dongen2017-02-021-4/+29