summaryrefslogtreecommitdiff
path: root/include/mbgl/style/conversion
Commit message (Expand)AuthorAgeFilesLines
* [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
* [core] Add support for data-driven stylingJohn Firebaugh2017-02-024-38/+355
* [core] Implement circle-stroke propertiesJohn Firebaugh2016-12-092-1/+14
* [core] Functions must have at least one stopJohn Firebaugh2016-12-011-0/+4
* [core] #6071 - extract GeoJSONOptions conversion from GeoJSONSource conversionIvo van Dongen2016-08-232-55/+83
* [core] support "scheme": "tms" in TileJSON filesKonstantin Käfer2016-08-161-0/+8
* GeoJSON point clustering (#5724)Vladimir Agafonkin2016-07-271-15/+74
* [core] Added missing pragmas to style conversion headersBruno de Oliveira Abinader2016-07-113-0/+6
* [core] Add support for circle-pitch-scaleJohn Firebaugh2016-07-071-0/+1
* [core, node] Implement bindings for addSourceJohn Firebaugh2016-06-243-0/+205
* [core, node] Implement bindings for addLayerJohn Firebaugh2016-06-245-1/+444
* [core] Split up and clean up conversion.hppJohn Firebaugh2016-06-244-0/+427