summaryrefslogtreecommitdiff
path: root/src/mbgl/style/style.cpp
Commit message (Expand)AuthorAgeFilesLines
* [core] Tweak handling of annotation special case SpriteAtlasJohn Firebaugh2017-04-261-6/+0
* [core] split off render layersIvo van Dongen2017-04-251-19/+70
* [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
* [core] reload geojson source on url changeIvo van Dongen2016-10-201-0/+7
* [core] Pre-filter sources based on the layers they containThiago Marcos P. Santos2016-10-051-0/+14
* [core] Removed map attribution APIMinh Nguyễn2016-09-261-24/+0
* [core] Source-driven attributionMinh Nguyễn2016-09-261-0/+28
* [core] Trigger Update::RecalculateStyle when toggling layer visibilityBruno de Oliveira Abinader2016-09-261-1/+1
* [core] do not render layers that are outside their zoom rangeKonstantin Käfer2016-09-201-4/+19
* [core] MapChangeDidFinishLoadingStyle - Ensure style is loaded (#6392)Ivo van Dongen2016-09-201-3/+2
* [core] add MapChangeDidFinishLoadingStyle signal (#6371)Ivo van Dongen2016-09-201-0/+2
* [core] Merge GlyphStore and GlyphAtlasJohn Firebaugh2016-09-191-6/+5