summaryrefslogtreecommitdiff
path: root/src/mbgl/style/style.cpp
Commit message (Expand)AuthorAgeFilesLines
* Return regular ptr from Map#getLightLauren Budorick2017-04-241-1/+1
* Manage light as unique_ptr of styleLauren Budorick2017-04-241-2/+3
* Review followupsLauren Budorick2017-04-241-1/+1
* Split light.hpp into public and private implementationJohn Firebaugh2017-04-241-2/+2
* Per review:Lauren Budorick2017-04-241-0/+2
* Per review:Lauren Budorick2017-04-241-2/+0
* Only add RenderTiles to order if they have data availableLauren Budorick2017-04-241-6/+8
* Mark tiles as used, necessary for properly generating clipping masksLauren Budorick2017-04-241-0/+2
* Implement transitions for light properties.Lauren Budorick2017-04-241-0/+4
* Light (initial implementation, needs work)Lauren Budorick2017-04-241-0/+1
* Change rendering from per-tile to per-tile vector (allowing layers to be grou...Lauren Budorick2017-04-241-11/+11
* [core] Move Sprite parsing to thread poolKonstantin Käfer2017-04-241-3/+4
* [core] account for property functions in query rendered featuresIvo van Dongen2017-04-191-12/+0
* [core] Invalidate cached tiles of disabled sources on relayoutJohn Firebaugh2017-04-071-0/+2
* [core] De-mutex GlyphAtlas and SpriteAtlasChris Loer2017-04-041-8/+0
* Merge branch 'release-ios-v3.5.0-android-v5.0.0'John Firebaugh2017-03-211-3/+1
|\
| * [core] fixes #8433: don't skip style recalculations for fade-from-zero transi...Justin R. Miller2017-03-161-3/+1
| * [core] rename query options for query rendered featuresIvo van Dongen2017-03-101-1/+1
* | [core] s/onSourceDidChange/onSourceChanged/ + source refBruno de Oliveira Abinader2017-03-211-2/+2
* | [core] Pass std::exception_ptr in style::Observer::onStyleErrorBruno de Oliveira Abinader2017-03-171-2/+4
* | [core] rename query options for query rendered featuresIvo van Dongen2017-03-091-1/+1
|/
* [core] clear source when removed from styleIvo van Dongen2017-03-061-0/+1
* [core] Add support for queryRenderedFeatures filterAsheem Mamoowala2017-03-041-5/+7
* [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] Add support for data-driven stylingJohn Firebaugh2017-02-021-0/+5
* [core] remove trailing whitespace, add trailing newlines, add space after //Konstantin Käfer2017-01-271-3/+3
* [core] Fix ambiguous condition on the sort criteriaThiago Marcos P. Santos2017-01-161-10/+10
* [core] guard against duplicate layer idsIvo van Dongen2016-12-121-0/+9
* [core] Implement circle-stroke propertiesJohn Firebaugh2016-12-091-0/+1
* Merge branch 'release-ios-v3.4.0' into 1ec5-release-ios-v3.4.0-beta.4-masterMinh Nguyễn2016-12-031-0/+27
|\
| * [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-281-0/+27
| * [core] Return source and layer ownership (#7014)Jesse Bounds2016-11-131-3/+23
| * [core] symbol layer - recalculate style on icon/text size changesIvo van Dongen2016-11-131-2/+10
| * [core] Separate pathway for notifying workers of new images/glyphsJohn Firebaugh2016-11-131-2/+9
* | [core] guard against duplicate source id’sIvo van Dongen2016-11-301-0/+10
* | [build] move logging to utilKonstantin Käfer2016-11-221-1/+1
* | [core] Sort symbol render tiles prior to renderingBruno de Oliveira Abinader2016-11-181-4/+28
* | [core] Convert style properties to a tuple-based approachJohn Firebaugh2016-11-171-7/+6
* | [core] Return source and layer ownership (#7014)Jesse Bounds2016-11-111-3/+23
* | [core] symbol layer - recalculate style on icon/text size changesIvo van Dongen2016-11-111-2/+10
* | [core] don't assign clip IDs to tiles that aren't renderedKonstantin Käfer2016-11-081-0/+1
* | [core] Separate pathway for notifying workers of new images/glyphsJohn Firebaugh2016-11-071-2/+9
* | [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] remove tiles for disabled sourcesKonstantin Käfer2016-10-271-0/+9
* | [core] don't load tiles from sources that aren't usedKonstantin Käfer2016-10-271-3/+6
|/
* [core] fixup formattingIvo van Dongen2016-10-211-2/+2