summaryrefslogtreecommitdiff
path: root/src/mbgl/style/style.cpp
Commit message (Expand)AuthorAgeFilesLines
* [core] Reset observers of removed Sources and LayersJohn Firebaugh2017-05-051-0/+2
* [core] Reduce use of RecalculateStyleJohn Firebaugh2017-05-051-5/+8
* [core] Omnibus Style::update methodJohn Firebaugh2017-05-041-60/+52
* [core] UpdateParameters ⇢ TileParametersJohn Firebaugh2017-05-041-2/+2
* [core] Factor timePoint initializationJohn Firebaugh2017-05-031-2/+2
* [core] Calculate hasPendingTransitions functionally rather than statefullyJohn Firebaugh2017-05-031-3/+12
* [core] Move render-related sources out of style directory/namespaceJohn Firebaugh2017-05-031-3/+3
* [core] Refactor Source::*Impls into RenderSources and TilePyramidJohn Firebaugh2017-05-021-51/+76
* [core] Load source TileJSON immediatelyJohn Firebaugh2017-05-021-3/+2
* [core] Render fill-extrusion layers (#8431)Lauren Budorick2017-04-271-6/+16
* [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
|/