summaryrefslogtreecommitdiff
path: root/include/mbgl/style
Commit message (Expand)AuthorAgeFilesLines
* 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
* [build] standardize on -fvisibility=hidden for all targetsKonstantin Käfer2017-11-291-5/+10
* [core, ios, macos] Implement unique_any and remove linb::anyAsheem Mamoowala2017-11-222-4/+4
* [core] Use Actors for CustomTileLoader invocation from bindings.Asheem Mamoowala2017-11-221-3/+3
* [core] Custom Geometry SourcesAsheem Mamoowala2017-11-224-1/+124
* [build] Clang-3.8: Explicit mbgl::style::expression::Result default ctorBruno de Oliveira Abinader2017-11-141-0/+4
* [build] Clang-3.8: Default init of a const type requires user-provided ctorBruno de Oliveira Abinader2017-11-141-8/+8
* [core] Fix build on Android + GCC and Android + armeabiThiago Marcos P. Santos2017-11-122-3/+5
* Implement Expressions (#9439)Anand Thakker2017-11-0830-101/+2047
* Replace compile-time polymorphism with runtime polymorphism in the conversion...John Firebaugh2017-10-2318-1402/+290
* [core] Move SourceType to the 'style' namespaceAnand Thakker2017-10-161-3/+3
* [core] Add minzoom to GeoJSONOptionsKonstantin Käfer2017-09-282-0/+11
* [core] custom layer - add contextLost callbackIvo van Dongen2017-09-221-0/+16
* [core][ios][macos][android]DDS-ify `text-letter-spacing` and `text-max-width`Asheem Mamoowala2017-08-302-8/+8
* Implement icon-anchor propertyLauren Budorick2017-08-283-5/+10
* [core] Added Style::getDefaultCamera()Bruno de Oliveira Abinader2017-08-111-4/+2
* [core][android][macos][ios] Implement property functions for line-join, text-...Lauren Budorick2017-07-263-12/+12
* [core] Bracket init works for optional<T> in GCC 4.9Bruno de Oliveira Abinader2017-07-191-2/+2
* [core][ios][android][macos] Use premultiplied image directly for RasterTile a...Asheem Mamoowala2017-07-171-1/+1
* [core] Update shaders.Chris Loer2017-07-122-0/+5
* [core] GCC 4.9 bracket initialization issuesBruno de Oliveira Abinader2017-07-121-2/+2
* [core] GCC 4.9 is unable to deduce ctors when using bracket initBruno de Oliveira Abinader2017-07-121-0/+5
* [core] GCC 4.9 does not fully support custom variable templatesBruno de Oliveira Abinader2017-07-124-5/+5
* [core] Implement circle-pitch-alignment propertyChris Loer2017-07-062-0/+8
* [core] Move setStyleJSON/URL to Style; add Map::setStyleJohn Firebaugh2017-06-221-0/+6
* [all] Promote Style to public APIJohn Firebaugh2017-06-221-0/+75
* [core] Enable property functions for line-width (#9250)Lauren Budorick2017-06-196-5/+8
* [core] Fix composite function approximation for non-integer stopsJohn Firebaugh2017-06-161-22/+53
* Fix undefined memory access in getCoveringRanges() (#9227)Anand Thakker2017-06-091-1/+1
* [core] Collection-level immutabilityJohn Firebaugh2017-06-051-1/+1
* [core] Refactor RenderSource updatesJohn Firebaugh2017-06-052-0/+8
* [core] Use fixed-size std::array for ImageSource coordinatesAsheem Mamoowala2017-06-013-12/+11