summaryrefslogtreecommitdiff
path: root/src/mbgl/map
Commit message (Expand)AuthorAgeFilesLines
* Disable all Sources when terminatingKonstantin Käfer2015-03-271-1/+8
* make sure the map terminatesKonstantin Käfer2015-03-271-1/+1
* dispatch all AnnotationManager calls to the map threadKonstantin Käfer2015-03-271-18/+69
* make sure that we always have a style object after prepar()Konstantin Käfer2015-03-261-1/+2
* refs #894, fixes #1074: callout views for iOSJustin R. Miller2015-03-241-0/+6
* Merge pull request #1073 from mapbox/debug_crashKonstantin Käfer2015-03-241-2/+3
|\
| * Fix crash on debug buildThiago Marcos P. Santos2015-03-241-2/+3
* | annotations perf improvements & iOS app testingJustin R. Miller2015-03-233-30/+45
|/
* Merge branch 'master' into 1022-annotations-thread-safetyJustin R. Miller2015-03-237-105/+380
|\
| * delete the workers in the correct threadKonstantin Käfer2015-03-231-0/+1
| * move style classes to MapData object and make thread safeKonstantin Käfer2015-03-233-25/+79
| * move accessToken to MapDataKonstantin Käfer2015-03-232-3/+13
| * move defaultTransitionDuration to MapDataKonstantin Käfer2015-03-232-6/+21
| * move animationTime to MapData storeKonstantin Käfer2015-03-232-8/+33
| * make the debug flag atomic and move to MapDataKonstantin Käfer2015-03-232-6/+15
| * make style updates a little more threadsafeKonstantin Käfer2015-03-232-49/+117
| * Cocoa annotations APIJustin R. Miller2015-03-221-1/+3
| * coalesce buffer deletions and run them in bulk during renderingKonstantin Käfer2015-03-204-15/+107
* | add comments to annotation manager; fix vector reserveJustin R. Miller2015-03-201-6/+32
* | remove now-unused operatorJustin R. Miller2015-03-201-1/+0
* | make more things const and refs, and add mutexesKonstantin Käfer2015-03-205-75/+152
|/
* Add an ID to EnvironmentThiago Marcos P. Santos2015-03-182-1/+14
* Scope the Tile worker thread to an EnvironmentThiago Marcos P. Santos2015-03-1813-46/+41
* Scope the Map thread to an EnvironmentThiago Marcos P. Santos2015-03-183-56/+35
* Introduce the ThreadInfoStore and Environment::ScopeThiago Marcos P. Santos2015-03-182-2/+113
* feature() -> getFeature() to clear up ambiguity / Linux compiler errorJustin R. Miller2015-03-175-5/+5
* properly clean up tile annotations on deleteJustin R. Miller2015-03-171-0/+6
* fix passing of annotation managerJustin R. Miller2015-03-173-5/+5
* refs #893 #992: point annotations APIJustin R. Miller2015-03-1715-32/+505
* fix sprites for pixel ratios that are not 1 and 2Konstantin Käfer2015-03-173-2/+9
* Revert "Move atlas ownership to Style"John Firebaugh2015-03-131-10/+91
* Index glyph use by tile pointer value, not tile IDJohn Firebaugh2015-03-132-2/+2
* Move atlas ownership to StyleJohn Firebaugh2015-03-131-91/+10
* Merge pull request #984 from mapbox/log_stderr_printfJohn Firebaugh2015-03-121-3/+5
|\
| * Get rid of printf and cout by using Log::*Thiago Marcos P. Santos2015-03-121-3/+5
* | tolerate missing spritesKonstantin Käfer2015-03-121-8/+4
|/
* fixes black flicker on rotating the deviceKonstantin Käfer2015-03-123-75/+94
* Don't copy VT keys / values into each featureJohn Firebaugh2015-03-102-18/+24
* More include fixesJohn Firebaugh2015-03-103-5/+3
* Move parseValue(pbf) to vector_tile.cppJohn Firebaugh2015-03-101-1/+30
* virtual ⇢ override in derived classJohn Firebaugh2015-03-101-6/+6
* Don't use const on value-type returnsJohn Firebaugh2015-03-103-6/+6
* Inline PBFGeometryJohn Firebaugh2015-03-101-22/+35
* Revert FeatureType renameJohn Firebaugh2015-03-093-5/+5
* Use single geometry formatJohn Firebaugh2015-03-092-48/+15
* Rework GeometryTile* interfaceJohn Firebaugh2015-03-096-275/+84
* unique -> shared ptrJustin R. Miller2015-03-094-6/+5
* reference cleanupsJustin R. Miller2015-03-092-10/+10
* move to shared pointers for queried layers passed to bucketsJustin R. Miller2015-03-095-39/+23
* move from range-based for loop to iterator for to be clearerJustin R. Miller2015-03-094-7/+19