summaryrefslogtreecommitdiff
path: root/include/mbgl/style/conversion/make_property_setters.hpp
Commit message (Collapse)AuthorAgeFilesLines
* [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, ↵Lauren Budorick2017-07-261-3/+3
| | | | text-justify, text-anchor (#9583)
* [core] Update shaders.Chris Loer2017-07-121-0/+1
| | | | | Implements 'icon-pitch-alignment' (issue #9345) Fixes issue #9456 (map-aligned point label regression)
* [core] Implement circle-pitch-alignment propertyChris Loer2017-07-061-0/+2
| | | | Closes issue #9349.
* [core] Enable property functions for line-width (#9250)Lauren Budorick2017-06-191-1/+1
|
* [core, node, darwin, qt] Remove support for paint classesJohn Firebaugh2017-05-151-99/+99
|
* [core] Add DDS support for {text,icon}-size (#8593)Anand Thakker2017-04-061-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | * Update gl-js and generate style code * Factor out packUint8Pair() helper function * Draft implementation of DDS for {text,icon}-size Ports https://github.com/mapbox/mapbox-gl-js/pull/4455 * Fix text-size/composite-function-line-placement test * Refactor to PaintPropertyBinders-like strategy * Dedupe gl::Program construction * Use exponential function base for interpolation * Dedupe coveringZoomStops method * Fixup tests * Fix CI errors (hidden within #if block)
* [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
|
* [core] Avoid using std::function in property_setter.hppJohn Firebaugh2017-03-081-161/+161
|
* [core] Restore support for *-transition propertiesJohn Firebaugh2017-02-091-0/+58
|
* [core] Implement circle-stroke propertiesJohn Firebaugh2016-12-091-0/+13
| | | | Also includes stubs for fill-extrusion layer, because most of the code was auto-generated.
* [core] Added missing pragmas to style conversion headersBruno de Oliveira Abinader2016-07-111-0/+2
|
* [core] Add support for circle-pitch-scaleJohn Firebaugh2016-07-071-0/+1
|
* [core, node] Implement bindings for addLayerJohn Firebaugh2016-06-241-0/+133