summaryrefslogtreecommitdiff
path: root/src/mbgl/style/style.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* [core] Merge SpriteStore and SpriteAtlasJohn Firebaugh2016-09-191-8/+6
* [core] Use an actor model for tile worker concurrencyJohn Firebaugh2016-09-161-27/+5
* [core] Separate transition options accessors from class APIBruno de Oliveira Abinader2016-09-131-9/+13
* [core] change bool to enum class bool TileLoadStateKonstantin Käfer2016-09-071-3/+3
* [core] Observe visibility changesJohn Firebaugh2016-09-061-3/+10
* [core] Initial state of Source::Impl::enabled must be trueJohn Firebaugh2016-09-061-1/+3
* [core] Batch source updatesJohn Firebaugh2016-09-061-13/+22
* [core] Trigger Source::Impl::reload when a filter or layout property is modifiedJohn Firebaugh2016-09-061-4/+27
* [core, ios, android, qt] Observe style layer mutations rather than requiring ...John Firebaugh2016-09-061-0/+15
* [core] Prepare style observer interfaces for source reloadingJohn Firebaugh2016-09-061-6/+6
* [core] Source::update => Source::{load,parse}Tiles, Source::load => Source::l...Konstantin Käfer2016-09-051-3/+4
* [core] Fix updates of line and fill annotationsJohn Firebaugh2016-08-291-2/+2
* [core] Emit MapChangeDidFailLoadingMap when the style cannot be loaded or parsedThiago Marcos P. Santos2016-08-241-1/+9
* [core] parse more Style JSON propertiesKonstantin Käfer2016-08-191-0/+26
* CJK overflow - update to match gl-shader (#5908)Amy Lee Walton2016-08-111-1/+1
* [core] Respect minzoom and maxzoom propertiesThiago Marcos P. Santos2016-07-291-1/+1
* [core] Micro-optimizations in geometry codeBruno de Oliveira Abinader2016-07-261-1/+4
* [core, node] Implement bindings for addLayerJohn Firebaugh2016-06-241-0/+2
* [core] s/Wireframe/Overdraw/gBruno de Oliveira Abinader2016-06-201-2/+2