summaryrefslogtreecommitdiff
path: root/src/mbgl/style
Commit message (Expand)AuthorAgeFilesLines
* [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
* [core] Move fill-outline special case to FillLayer::Impl::evaluateJohn Firebaugh2017-02-021-0/+4
* [core] remove trailing whitespace, add trailing newlines, add space after //Konstantin Käfer2017-01-274-7/+7
* [core] Allow tile cache size to change with viewport sizeJohn Firebaugh2017-01-261-1/+1
* [core] Scale tile cache size based on tile sizeJohn Firebaugh2017-01-261-2/+2
* [core] Fix calculation of delayed transitionsJohn Firebaugh2017-01-171-0/+3
* [core] Use std::tie in Source::Impl::queryRenderedFeatures sortBruno de Oliveira Abinader2017-01-171-3/+2
* Merge branch '1ec5-release-ios-v3.4.0-beta.7'Minh Nguyễn2017-01-165-14/+35
|\
| * Merge branch 'release-ios-v3.4.0' into 1ec5-release-ios-v3.4.0-beta.7Minh Nguyễn2017-01-165-14/+35
| |\
| | * [core] Avoid clustering unclusterable GeoJSONMinh Nguyễn2017-01-081-9/+10
| | * [core] Added URL accessor for tile sourcesMinh Nguyễn2016-12-205-5/+25
| | * [core] Port ensure a non-zero source tile cache size (#7438)Jesse Bounds2016-12-141-2/+2
| | * [core] guard against duplicate layer idsIvo van Dongen2016-12-131-0/+9
* | | [core] Fix ambiguous condition on the sort criteriaThiago Marcos P. Santos2017-01-161-10/+10
|/ /
* | [core] Fix flickering caused by regression in #7586John Firebaugh2017-01-104-9/+8
* | [core] Get rid of user-specified refsJohn Firebaugh2017-01-0429-29/+427