summaryrefslogtreecommitdiff
path: root/src/mbgl/style
Commit message (Expand)AuthorAgeFilesLines
* [core] cache raster tilesKonstantin Käfer2016-11-171-1/+1
* [core] Return source and layer ownership (#7014)Jesse Bounds2016-11-114-10/+33
* [core] symbol layer - recalculate style on icon/text size changesIvo van Dongen2016-11-116-43/+51
* [core] Default camera position to that specified by the styleJohn Firebaugh2016-11-091-3/+3
* [core] don't assign clip IDs to tiles that aren't renderedKonstantin Käfer2016-11-083-3/+6
* [core] Separate pathway for notifying workers of new images/glyphsJohn Firebaugh2016-11-074-5/+22
* [core] Fix render tile ordering when querying sourcesBruno de Oliveira Abinader2016-11-041-2/+13
* [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] Modern C++ bindings for OpenGLJohn Firebaugh2016-10-283-1/+69
* [core] change std::array<uint16_t, 2> to mbgl::SizeKonstantin Käfer2016-10-272-5/+5
* [core] remove tiles for disabled sourcesKonstantin Käfer2016-10-273-6/+31
* [core] don't load tiles from sources that aren't usedKonstantin Käfer2016-10-271-3/+6
* [core] geojson source - cancel any pending request when setting geojson expli...Ivo van Dongen2016-10-252-3/+12
* [core] geojson source - clear cache when json content is setIvo van Dongen2016-10-252-1/+3
* [core] geojson source - reset req on setURLIvo van Dongen2016-10-251-2/+2
* [core] fixup formattingIvo van Dongen2016-10-211-2/+2
* [core] reload geojson source on url changeIvo van Dongen2016-10-204-0/+18
* [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