summaryrefslogtreecommitdiff
path: root/src/mbgl/style
Commit message (Expand)AuthorAgeFilesLines
* [core] change bool to enum class bool TileLoadStateKonstantin Käfer2016-09-075-8/+10
* [core] Observe visibility changesJohn Firebaugh2016-09-064-3/+15
* [core] Initial state of Source::Impl::enabled must be trueJohn Firebaugh2016-09-062-2/+8
* [core] Batch source updatesJohn Firebaugh2016-09-063-13/+40
* [core] Trigger Source::Impl::reload when a filter or layout property is modifiedJohn Firebaugh2016-09-063-5/+29
* [core, ios, android, qt] Observe style layer mutations rather than requiring ...John Firebaugh2016-09-0612-0/+319
* [core] Add missing classed paint property getterJohn Firebaugh2016-09-068-100/+100
* [core] Prepare style observer interfaces for source reloadingJohn Firebaugh2016-09-066-18/+14
* [core] Add Source::Impl::reloadJohn Firebaugh2016-09-062-0/+13
* [core] remove unused TimePoint during Source updateKonstantin Käfer2016-09-053-8/+0
* [core] Source::update => Source::{load,parse}Tiles, Source::load => Source::l...Konstantin Käfer2016-09-058-15/+18
* [core] Fix updates of line and fill annotationsJohn Firebaugh2016-08-292-4/+4
* [core] Simplify GeoJSONTile constructorJohn Firebaugh2016-08-261-2/+8
* [core] Change GeoJSONSource::getURL() to return an optional<std::string>John Firebaugh2016-08-263-20/+18
* [core] Rename data ⇢ tile; use Resource::NecessityJohn Firebaugh2016-08-261-29/+26
* [core] Inline Source::Impl::getTileJohn Firebaugh2016-08-262-13/+3
* [core] Emit MapChangeDidFailLoadingMap when the style cannot be loaded or parsedThiago Marcos P. Santos2016-08-244-7/+24
* [core] Add static getters for property default values (#6124)John Firebaugh2016-08-238-8/+352
* [core] parse more Style JSON propertiesKonstantin Käfer2016-08-194-0/+84
* 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-293-4/+7
* GeoJSON point clustering (#5724)Vladimir Agafonkin2016-07-273-41/+75
* [core] Micro-optimizations in geometry codeBruno de Oliveira Abinader2016-07-262-3/+13
* [core] don't crash when the version number is not a numberKonstantin Käfer2016-07-201-1/+2
* [core] fix crash when the style JSON doesn't have an object at its rootKonstantin Käfer2016-07-201-0/+5
* [core] Add support for $id key to filtersJohn Firebaugh2016-07-181-1/+1
* [core] Update color layer properties code generatorBruno de Oliveira Abinader2016-07-142-2/+10
* [core] Revert workaround for std::atomic on ARMv5Thiago Marcos P. Santos2016-07-131-3/+3
* [core] Prefer color aliases for default property valuesBruno de Oliveira Abinader2016-07-135-8/+8
* [core] Use PropertyValue<T> for Annotation line/fillBruno de Oliveira Abinader2016-07-132-2/+6
* [core] Report conversion errors using std::stringThiago Marcos P. Santos2016-07-121-1/+1
* [core] Add support for circle-pitch-scaleJohn Firebaugh2016-07-075-0/+18
* [core] geometry@0.8.0 / geojsonvt@6.0.0 (#5514)Young Hahn2016-07-061-2/+7
* [core, node] Implement bindings for addSourceJohn Firebaugh2016-06-2410-233/+67
* [core, node] Implement bindings for addLayerJohn Firebaugh2016-06-2442-442/+204
* [core] Adjust layer source properties to better reflect realityJohn Firebaugh2016-06-2410-69/+76
* [core] Split up and clean up conversion.hppJohn Firebaugh2016-06-243-34/+10
* [core] Include what you useJohn Firebaugh2016-06-247-0/+7
* [core] Remove TexturePool from style::UpdateParameters (#5442)John Firebaugh2016-06-221-4/+0
* [core, node] Node bindings for setFilterJohn Firebaugh2016-06-214-170/+56
* [core] Rewrite style parsing logic for reuse in node bindingsJohn Firebaugh2016-06-213-228/+61
* [core] s/Wireframe/Overdraw/gBruno de Oliveira Abinader2016-06-201-2/+2
* [core] Refactor wireframe to match JS overdraw modeBruno de Oliveira Abinader2016-06-202-2/+7
* [core] Cleaned up TransitionOptionsBruno de Oliveira Abinader2016-06-203-4/+2
* [core] Use default transition ease for style transitionBruno de Oliveira Abinader2016-06-201-4/+5
* [core] Avoid redundant 'inline' usageBruno de Oliveira Abinader2016-06-181-22/+22
* [core] Copy only the necessary style layers to the workerJohn Firebaugh2016-06-172-4/+4
* [core] Runtime source API: Map methodsJohn Firebaugh2016-06-162-0/+10
* [core] Runtime source API: part 2John Firebaugh2016-06-164-0/+50
* [core] Runtime source API: private implsJohn Firebaugh2016-06-1613-129/+139