summaryrefslogtreecommitdiff
path: root/src/mbgl/style/style.hpp
Commit message (Expand)AuthorAgeFilesLines
* [core] split off render layersIvo van Dongen2017-04-251-0/+10
* [core] Move Sprite parsing to thread poolKonstantin Käfer2017-04-241-1/+3
* [core] account for property functions in query rendered featuresIvo van Dongen2017-04-191-2/+0
* [core] De-mutex GlyphAtlas and SpriteAtlasChris Loer2017-04-041-1/+0
* [core] s/onSourceDidChange/onSourceChanged/ + source refBruno de Oliveira Abinader2017-03-211-1/+1
* [core] rename query options for query rendered featuresIvo van Dongen2017-03-091-3/+3
* [core] Add support for queryRenderedFeatures filterAsheem Mamoowala2017-03-041-2/+6
* [core] Add support for data-driven stylingJohn Firebaugh2017-02-021-0/+1
* Merge branch 'release-ios-v3.4.0' into 1ec5-release-ios-v3.4.0-beta.4-masterMinh Nguyễn2016-12-031-0/+3
|\
| * [core, ios, macos] Added layers and sources properties to MGLStyleMinh Nguyễn2016-11-281-0/+3
| * [core] Return source and layer ownership (#7014)Jesse Bounds2016-11-131-2/+2
| * [core] symbol layer - recalculate style on icon/text size changesIvo van Dongen2016-11-131-1/+1
| * [core] Separate pathway for notifying workers of new images/glyphsJohn Firebaugh2016-11-131-0/+1
* | [core] Sort symbol render tiles prior to renderingBruno de Oliveira Abinader2016-11-181-1/+1
* | [core] Return source and layer ownership (#7014)Jesse Bounds2016-11-111-2/+2
* | [core] symbol layer - recalculate style on icon/text size changesIvo van Dongen2016-11-111-1/+1
* | [core] Default camera position to that specified by the styleJohn Firebaugh2016-11-091-3/+3
* | [core] Separate pathway for notifying workers of new images/glyphsJohn Firebaugh2016-11-071-0/+1
|/
* [core] reload geojson source on url changeIvo van Dongen2016-10-201-0/+1
* [core] Removed map attribution APIMinh Nguyễn2016-09-261-1/+0
* [core] Source-driven attributionMinh Nguyễn2016-09-261-0/+2
* [core] Merge GlyphStore and GlyphAtlasJohn Firebaugh2016-09-191-4/+2
* [core] Merge SpriteStore and SpriteAtlasJohn Firebaugh2016-09-191-4/+2
* [core] Use an actor model for tile worker concurrencyJohn Firebaugh2016-09-161-5/+5
* [core] Separate transition options accessors from class APIBruno de Oliveira Abinader2016-09-131-4/+8
* [core] change bool to enum class bool TileLoadStateKonstantin Käfer2016-09-071-1/+1
* [core] Observe visibility changesJohn Firebaugh2016-09-061-0/+1
* [core] Batch source updatesJohn Firebaugh2016-09-061-0/+3
* [core] Trigger Source::Impl::reload when a filter or layout property is modifiedJohn Firebaugh2016-09-061-0/+1
* [core, ios, android, qt] Observe style layer mutations rather than requiring ...John Firebaugh2016-09-061-0/+7
* [core] Prepare style observer interfaces for source reloadingJohn Firebaugh2016-09-061-1/+1
* [core] Source::update => Source::{load,parse}Tiles, Source::load => Source::l...Konstantin Käfer2016-09-051-1/+1
* [core] Fix updates of line and fill annotationsJohn Firebaugh2016-08-291-2/+2
* [core] parse more Style JSON propertiesKonstantin Käfer2016-08-191-0/+14
* [core] Refactor wireframe to match JS overdraw modeBruno de Oliveira Abinader2016-06-201-1/+1
* [core] Copy only the necessary style layers to the workerJohn Firebaugh2016-06-171-1/+1
* [core] Runtime source API: Map methodsJohn Firebaugh2016-06-161-0/+1
* [tidy] Check modernize-use-overrideBruno de Oliveira Abinader2016-06-131-1/+1
* [core] rename onPlacementRedone -> onNeedsRepaintKonstantin Käfer2016-06-101-1/+1
* [core, node, android] Remove used "base" parameter from setStyleJSONJohn Firebaugh2016-06-021-1/+1
* [core] Move RenderData alongside RenderItemJohn Firebaugh2016-06-021-10/+1
* [core] Rationalize naming for style-related codeJohn Firebaugh2016-06-021-18/+21
* [core] Runtime style layer APIJohn Firebaugh2016-06-021-5/+5
* [core] use #pragma once instead of ifdef include guardsKonstantin Käfer2016-05-251-4/+1
* [core] move *Observers to their own filesKonstantin Käfer2016-05-231-26/+13
* [core] move RenderItem and GlyphRange to their own headersKonstantin Käfer2016-05-231-15/+2
* [core] Introduce StyleQueryParameters; push coordinate calculations into SourceJohn Firebaugh2016-05-171-6/+2
* [core] Fix code style issuesJohn Firebaugh2016-05-121-1/+1
* [core] move TileData and dependents to new *TileID classesKonstantin Käfer2016-05-101-2/+2
* [core] Use geometry.hpp feature typeJohn Firebaugh2016-05-031-1/+2