summaryrefslogtreecommitdiff
path: root/src/mbgl/style
Commit message (Expand)AuthorAgeFilesLines
* [core] Tweak handling of annotation special case SpriteAtlasJohn Firebaugh2017-04-262-8/+0
* [core] split off render layersIvo van Dongen2017-04-2535-921/+427
* [all] Rationalize style::ImageJohn Firebaugh2017-04-241-0/+22
* [core] Move Sprite parsing to thread poolKonstantin Käfer2017-04-242-4/+7
* [core] account for property functions in query rendered featuresIvo van Dongen2017-04-1910-72/+65
* [core] property function statistics collectionIvo van Dongen2017-04-192-1/+44
* [core] TransitionOptions s/operator bool/isDefined/Bruno de Oliveira Abinader2017-04-141-1/+1
* [core] Invalidate cached tiles of disabled sources on relayoutJohn Firebaugh2017-04-072-3/+7
* [core] Add DDS support for {text,icon}-size (#8593)Anand Thakker2017-04-065-20/+12
* [all] Make LatLng coordinates read-onlyJohn Firebaugh2017-04-062-4/+4
* [core] De-mutex GlyphAtlas and SpriteAtlasChris Loer2017-04-046-23/+9
* [core] Add another explanatory comment to PaintPropertyBinderJohn Firebaugh2017-04-031-0/+31
* [core] Add DDS support for icon-imageJohn Firebaugh2017-03-312-4/+4
* [core] Add DDS support for text-rotateJohn Firebaugh2017-03-313-7/+7
* [core] Introduce a fully-evaluated tuple type for layout propertiesJohn Firebaugh2017-03-313-16/+58
* [core] implement dds for text-offsetMolly Lloyd2017-03-282-4/+4
* [core] Internalize rapidjson.hppBruno de Oliveira Abinader2017-03-281-0/+35
* [all] Replace Result<T> with optional<T> plus out Error parameterJohn Firebaugh2017-03-235-71/+21
* Merge branch 'release-ios-v3.5.0-android-v5.0.0'John Firebaugh2017-03-2110-3/+242
|\
| * [core] fixes #8433: don't skip style recalculations for fade-from-zero transi...Justin R. Miller2017-03-161-3/+1
| * Per-attribute transition properties on MGLStyleLayer (#8225)Fabian Guerra Soto2017-03-109-0/+241
| * [core] query source featuresIvo van Dongen2017-03-103-0/+25
| * [core] rename query options for query rendered featuresIvo van Dongen2017-03-104-7/+7
* | Make Source::getZoomRange return an optional rangeBruno de Oliveira Abinader2017-03-217-15/+18
* | [core] Remove unnecessary unordered_map includesJohn Firebaugh2017-03-211-1/+0
* | [core] Prefer std::map to std::unordered_map for smaller binary sizeJohn Firebaugh2017-03-211-2/+2
* | [core] s/onSourceDidChange/onSourceChanged/ + source refBruno de Oliveira Abinader2017-03-214-5/+5
* | [core] Expose Source::getZoomRangeBruno de Oliveira Abinader2017-03-206-7/+12
* | [core] Fix overspecialization of PaintPropertyBinder templateJohn Firebaugh2017-03-171-37/+97
* | [core] Pass std::exception_ptr in style::Observer::onStyleErrorBruno de Oliveira Abinader2017-03-172-3/+7
* | [core] Avoid copy construction of PaintPropertyBindersJohn Firebaugh2017-03-151-0/+3
* | [core] Replace variant with polymorphic PaintPropertyBinder classJohn Firebaugh2017-03-151-83/+57
* | [node] Work around a link error on macOS release builds (#8409)John Firebaugh2017-03-151-0/+5
* | [core] query source featuresIvo van Dongen2017-03-093-0/+25
* | [core] rename query options for query rendered featuresIvo van Dongen2017-03-094-7/+7
* | [core] Avoid unnecessary convert template instantiationsJohn Firebaugh2017-03-091-1/+1
|/
* Pack min + max into one attribute :muscle:Molly Lloyd2017-03-081-77/+46
* For data-driven paint setters, transition immediately to target value (#8306)Anand Thakker2017-03-081-0/+6
* [core] clear source when removed from styleIvo van Dongen2017-03-063-0/+8
* [core] Add support for queryRenderedFeatures filterAsheem Mamoowala2017-03-045-36/+25
* [core] Implement data-driven styling for {text,icon}-{color,opacity,halo-colo...Anand Thakker2017-02-284-84/+168
* [core, ios, macos] Return null when removing nonexistent sourceJesse Bounds2017-02-231-1/+1
* [core] Return null when removing nonexistent layerEimantas Vaiciunas2017-02-231-1/+1
* [core] Render a circle if either the color or stroke color are visibleJesse Bounds2017-02-171-3/+6
* [core] Enable property functions for text-{field,transform} (#7944)Anand Thakker2017-02-174-8/+31
* [core] Introduce dedicated filter types for $type and $id special cases (#7971)John Firebaugh2017-02-091-7/+79
* [core] Restore support for *-transition propertiesJohn Firebaugh2017-02-099-0/+247
* [core, ios, macos] Refactor composite stop types and conversionsJohn Firebaugh2017-02-091-11/+9
* [core] default value support in categorical function conversionIvo van Dongen2017-02-026-29/+43
* [core] Add support for data-driven stylingJohn Firebaugh2017-02-0249-387/+957