summaryrefslogtreecommitdiff
path: root/src/mbgl/style
Commit message (Expand)AuthorAgeFilesLines
* [core] Improve Source::Impl readabilityBruno de Oliveira Abinader2016-10-111-18/+11
* [core] Use TilePoint in Source::Impl::queryRenderedFeaturesBruno de Oliveira Abinader2016-10-111-18/+10
* [core] No need for feature querying to support multipolygonsJohn Firebaugh2016-10-117-10/+10
* [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-266-28/+13
* [core] Source-driven attributionMinh Nguyễn2016-09-265-2/+43
* [core] Trigger Update::RecalculateStyle when toggling layer visibilityBruno de Oliveira Abinader2016-09-261-1/+1
* Better handling for undefined icon|text-rotation-alignment (#6253)Young Hahn2016-09-214-14/+24
* [core] - mutable geojson sources. make tiles protected for geojson_source_imp...Tobrun2016-09-203-15/+24
* [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-202-0/+3
* [core] Convert uses of std::set to std::unordered_set (#6325)Lucas Wojciechowski2016-09-191-2/+2
* [core] Merge GlyphStore and GlyphAtlasJohn Firebaugh2016-09-194-16/+9
* [core] Merge SpriteStore and SpriteAtlasJohn Firebaugh2016-09-194-18/+10
* [core] Use an actor model for tile worker concurrencyJohn Firebaugh2016-09-166-74/+31
* [core] upgrade RapidJSON to 1.1.0Konstantin Käfer2016-09-152-9/+9
* [core] add explicit std::hash<mbgl::style::ClassID> implementation to appease...Konstantin Käfer2016-09-151-0/+17
* [core] #3980 - Switching Core GL instances of map to unordered_mapBrad Leege2016-09-141-3/+3
* [core] Extract SymbolLayout from SymbolBucketJohn Firebaugh2016-09-143-43/+33
* [core] Separate transition options accessors from class APIBruno de Oliveira Abinader2016-09-132-13/+21
* [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