summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [core] Source-driven attributionMinh Nguyễn2016-09-267-3/+54
* [core] Fix initialization race on util::mapbox::isMapboxURL (#6455)Thiago Marcos P. Santos2016-09-261-4/+8
* [core] Trigger Update::RecalculateStyle when toggling layer visibilityBruno de Oliveira Abinader2016-09-261-1/+1
* [core] Reuse Map::update()Bruno de Oliveira Abinader2016-09-261-4/+2
* [core] track VAOs and BuffersKonstantin Käfer2016-09-2625-123/+182
* [core] make GL value defaults constexprKonstantin Käfer2016-09-262-32/+32
* [core] ensure network::Reachable is called only onceIvo van Dongen2016-09-231-3/+3
* [core] Don't use depth test unless text is pitch-aligned to map (#6404)Young Hahn2016-09-221-8/+4
* [core] Add interface to add sprites to the styleThiago Marcos P. Santos2016-09-221-0/+24
* Better handling for undefined icon|text-rotation-alignment (#6253)Young Hahn2016-09-214-14/+24
* [core] check GL errors in loopMike Morris2016-09-211-15/+51
* [core] add GL_CONTEXT_LOST case to checkErrorMike Morris2016-09-211-4/+7
* [core] - mutable geojson sources. make tiles protected for geojson_source_imp...Tobrun2016-09-205-19/+31
* [core] Fix ThreadPool race condition (#6388)John Firebaugh2016-09-202-7/+13
* [core] Allow queryRenderedFeatures prior to symbol placement (#6376)John Firebaugh2016-09-201-2/+5
* [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-204-0/+9
* [android] - do not update marker while creating (#6314)Tobrun2016-09-191-4/+24
* [core] Convert uses of std::set to std::unordered_set (#6325)Lucas Wojciechowski2016-09-1913-21/+31
* [core] Merge GlyphStore and GlyphAtlasJohn Firebaugh2016-09-1918-205/+153
* [core] Merge SpriteStore and SpriteAtlasJohn Firebaugh2016-09-1916-291/+232
* Keep query strings in source URLs (#6182)Jake Pruitt2016-09-161-6/+24
* [core] Document the ActorRef<O> argument passed to O's constructorJohn Firebaugh2016-09-161-6/+7
* [core] Use an actor model for tile worker concurrencyJohn Firebaugh2016-09-1633-784/+954
* [core] Correct evaluation of interval functionsclydebarrow2016-09-161-2/+2
* [core] Use consistent terms: "text" and "icon"John Firebaugh2016-09-163-15/+15
* [core] Use optional to represent possible absence, not empty stringsJohn Firebaugh2016-09-163-18/+16
* [core] Move SymbolInstance and SymbolFeature into their own filesJohn Firebaugh2016-09-167-59/+94
* [core] Move {clip,merge}_lines to layout directoryJohn Firebaugh2016-09-165-4/+4
* [core] [android] - public api configurable base endpoint (#6309)Tobrun2016-09-152-19/+17
* [core] upgrade RapidJSON to 1.1.0Konstantin Käfer2016-09-153-12/+12
* [core] add explicit std::hash<mbgl::style::ClassID> implementation to appease...Konstantin Käfer2016-09-151-0/+17
* [core] #3980 - Putting friend class SymbolLayout backBrad Leege2016-09-141-0/+1
* [core] #3980 - Switching Core GL instances of map to unordered_mapBrad Leege2016-09-149-23/+56
* [core] Avoid gratuitous SymbolBucket creationJohn Firebaugh2016-09-142-4/+5
* [core] Extract SymbolLayout from SymbolBucketJohn Firebaugh2016-09-1416-871/+903
* [core] Another band-aid (#6322) (#6333)John Firebaugh2016-09-141-1/+1
* [core] Band-aid to prevent GeometryTile::redoLayout race condition from causi...John Firebaugh2016-09-131-0/+6
* [core] OnlineFileSource - rate limitIvo van Dongen2016-09-136-2/+86
* [core] Separate transition options accessors from class APIBruno de Oliveira Abinader2016-09-133-19/+40
* [core] Check if style exists prior to accessing via Map functionsBruno de Oliveira Abinader2016-09-131-20/+58
* [core] Don't use std::move on forwarding referencesJohn Firebaugh2016-09-081-1/+1
* [core] Rework invokeWithCallback so that the callback is lastJohn Firebaugh2016-09-082-15/+18
* [core] change bool *AlongLine to SymbolPlacementTypeKonstantin Käfer2016-09-076-41/+44
* [core] change bool onRight to SideKonstantin Käfer2016-09-071-5/+10
* [core] change bool round to LinePatternCapKonstantin Käfer2016-09-073-10/+19
* [core] change bool overdraw to PaintMode::OverdrawKonstantin Käfer2016-09-0712-55/+83
* [core] change bool wrap/repeating to enum class SpritePatternModeKonstantin Käfer2016-09-076-21/+35
* [core] change bool to enum class bool TileLoadStateKonstantin Käfer2016-09-078-14/+21