summaryrefslogtreecommitdiff
path: root/src/mbgl/style
Commit message (Expand)AuthorAgeFilesLines
...
* | [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
* | [core, ios] replace `altitude` with `fov`Ansis Brammanis2016-12-211-1/+1
* | [core] Remove unused BucketParameter membersJohn Firebaugh2016-12-211-23/+7
* | [core] Convert BucketParameters#layer to a separate parameterJohn Firebaugh2016-12-2119-29/+27
* | [core] Ensure a non-zero source tile cache sizeJohn Firebaugh2016-12-121-2/+2
* | [core] guard against duplicate layer idsIvo van Dongen2016-12-121-0/+9
* | [core] Implement circle-stroke propertiesJohn Firebaugh2016-12-0910-4/+339
* | [core] Move CrossFadedPropertyEvaluator to its own fileJohn Firebaugh2016-12-064-39/+50
* | [core] Move evaluation algorithm to FunctionJohn Firebaugh2016-12-063-79/+83
* | Merge branch 'release-ios-v3.4.0' into 1ec5-release-ios-v3.4.0-beta.4-masterMinh Nguyễn2016-12-032-0/+30
|\ \ | |/
| * [core] guard against duplicate source id’sIvo van Dongen2016-12-021-0/+10
| * [core, ios, macos] Added layers and sources properties to MGLStyleMinh Nguyễn2016-11-282-0/+30
| * [core] cache raster tilesKonstantin Käfer2016-11-221-1/+1
| * [core] Return source and layer ownership (#7014)Jesse Bounds2016-11-134-10/+33