summaryrefslogtreecommitdiff
path: root/src/mbgl/style
Commit message (Expand)AuthorAgeFilesLines
* [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
| * [core] symbol layer - recalculate style on icon/text size changesIvo van Dongen2016-11-136-43/+51
| * [core] Fix render tile ordering when querying sourcesBruno de Oliveira Abinader2016-11-131-2/+13
| * [core] Separate pathway for notifying workers of new images/glyphsJohn Firebaugh2016-11-134-5/+25
* | [core] Functions must have at least one stopJohn Firebaugh2016-12-011-25/+2
* | [core] guard against duplicate source id’sIvo van Dongen2016-11-301-0/+10
* | [build] move logging to utilKonstantin Käfer2016-11-225-5/+5
* | [core] Sort symbol render tiles prior to renderingBruno de Oliveira Abinader2016-11-182-5/+29
* | [core] Convert style properties to a tuple-based approachJohn Firebaugh2016-11-1743-824/+968
* | [core] cache raster tilesKonstantin Käfer2016-11-171-1/+1
* | [core] Return source and layer ownership (#7014)Jesse Bounds2016-11-114-10/+33
* | [core] symbol layer - recalculate style on icon/text size changesIvo van Dongen2016-11-116-43/+51
* | [core] Default camera position to that specified by the styleJohn Firebaugh2016-11-091-3/+3
* | [core] don't assign clip IDs to tiles that aren't renderedKonstantin Käfer2016-11-083-3/+6
* | [core] Separate pathway for notifying workers of new images/glyphsJohn Firebaugh2016-11-074-5/+22
* | [core] Fix render tile ordering when querying sourcesBruno de Oliveira Abinader2016-11-041-2/+13
* | [core] convert LineAtlas to use managed texture handlingKonstantin Käfer2016-11-011-1/+1
* | [core] convert GlyphAtlas to use managed texture handlingKonstantin Käfer2016-11-011-1/+1
* | [core] convert SpriteAtlas to use managed texture handlingKonstantin Käfer2016-11-011-1/+1
* | [core] Modern C++ bindings for OpenGLJohn Firebaugh2016-10-283-1/+69