summaryrefslogtreecommitdiff
path: root/include/mbgl/style
Commit message (Expand)AuthorAgeFilesLines
* [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
* [core] Render Image SourceAsheem Mamoowala2017-06-011-1/+1
* [core] Add toDouble Conversion method for correctly parsing Lat Lng coordinatesAsheem Mamoowala2017-06-012-5/+6
* [core] Add ImageSource support to style parsersAsheem Mamoowala2017-06-014-1/+128
* [core] ensure layer::accept works with non-void return values on gccIvo van Dongen2017-05-301-0/+7
* [core] Don't use a separate SpriteAtlas for annotation imagesJohn Firebaugh2017-05-261-0/+1
* [core] forward visitor in layer::acceptIvo van Dongen2017-05-231-8/+8
* [core] Make ExponentialStops behavior consistent; add testsJohn Firebaugh2017-05-192-4/+2
* [core] Eliminate round-trip through Value in CameraFunction::evaluateJohn Firebaugh2017-05-193-16/+22
* [core] Remove ambiguous get{Width,Height} accessors from style::ImageJohn Firebaugh2017-05-171-3/+0
* [core, node, darwin, android, qt] Make image ID part of ImageJohn Firebaugh2017-05-161-1/+5
* [core, node, darwin, qt] Remove support for paint classesJohn Firebaugh2017-05-1512-379/+352
* [core] Unify {Paint,Layout,Light}PropertiesJohn Firebaugh2017-05-152-2/+2
* [core] Immutable<Impl> for ImageJohn Firebaugh2017-05-151-6/+3
* [core] Split style image collection from SpriteAtlasIvo van Dongen2017-05-121-5/+12
* [core] Return {Source,Layer}::getID by valueJohn Firebaugh2017-05-122-2/+2
* [core] Immutable ImplsJohn Firebaugh2017-05-1216-79/+204
* [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-083-15/+17
* [core] generated accessor methods on lightIvo van Dongen2017-05-083-46/+77
* [core] Remove unused declarationJohn Firebaugh2017-05-051-5/+0
* [core] Refactor Source::*Impls into RenderSources and TilePyramidJohn Firebaugh2017-05-022-19/+1
* [all] Push querySourceFeatures back out to MapJohn Firebaugh2017-05-022-27/+0
* [core] Render fill-extrusion layers (#8431)Lauren Budorick2017-04-278-35/+295
* [core] split off render layersIvo van Dongen2017-04-2510-31/+41
* [all] Rationalize style::ImageJohn Firebaugh2017-04-241-0/+25
* [core] More complete fix for composite function interpolation edge caseJohn Firebaugh2017-04-201-3/+0
* [core] TransitionOptions s/operator bool/isDefined/Bruno de Oliveira Abinader2017-04-141-1/+1
* [core] Remove unused bool() functionsBruno de Oliveira Abinader2017-04-141-2/+0
* [core, darwin] Object identity for MGLSource*, MGLStyleLayer*John Firebaugh2017-04-132-0/+12
* [core] Add DDS support for {text,icon}-size (#8593)Anand Thakker2017-04-064-9/+18
* Fix edge case in composite function interpolation (#8613)Anand Thakker2017-04-031-1/+8
* [core] Add DDS support for icon-imageJohn Firebaugh2017-03-312-4/+4
* [core] Add DDS support for text-rotateJohn Firebaugh2017-03-312-4/+4
* [core] implement dds for text-offsetMolly Lloyd2017-03-282-4/+4
* [core] Avoid public geometry_tile_data.hpp includeJohn Firebaugh2017-03-282-3/+4
* [all] Replace Result<T> with optional<T> plus out Error parameterJohn Firebaugh2017-03-2313-317/+391
* Merge branch 'release-ios-v3.5.0-android-v5.0.0'John Firebaugh2017-03-218-0/+59
|\
| * Per-attribute transition properties on MGLStyleLayer (#8225)Fabian Guerra Soto2017-03-108-0/+59