summaryrefslogtreecommitdiff
path: root/include/mbgl/style
Commit message (Expand)AuthorAgeFilesLines
* [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
* [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