summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* height not width, fixes #1038Ansis Brammanis2015-03-251-1/+1
* refs #894, fixes #1074: callout views for iOSJustin R. Miller2015-03-241-0/+6
* make 1.0 the default base for all typesAnsis Brammanis2015-03-241-4/+1
* clip fill antialiasing with depth buffer to avoid overlappingAnsis Brammanis2015-03-244-3/+10
* Compare correct fill/stroke variablesJohn Firebaugh2015-03-241-2/+2
* 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-2312-121/+394
|\
| * 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-209-32/+121
| * Delete the data buffer of LineAtlasThiago Marcos P. Santos2015-03-201-0/+1
* | 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-207-78/+154
|/
* Merge pull request #946 from friedbunny/931-fullwidth-blockMike Morris2015-03-181-1/+1
|\
| * #931: fix end of acceptable glyph/unicode rangeJason Wray2015-03-041-1/+1
* | Log the Environment ID and the Thread nameThiago Marcos P. Santos2015-03-181-1/+25
* | 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-176-6/+6
* | 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-1718-33/+541
* | fix sprites for pixel ratios that are not 1 and 2Konstantin Käfer2015-03-178-55/+312
* | Revert "Move atlas ownership to Style"John Firebaugh2015-03-138-136/+131
* | Index glyph use by tile pointer value, not tile IDJohn Firebaugh2015-03-136-18/+21
* | Remove unused declarationJohn Firebaugh2015-03-131-3/+0
* | Remove needless indirectionJohn Firebaugh2015-03-132-12/+1
* | Clean up GlyphAtlasJohn Firebaugh2015-03-132-40/+40
* | Move atlas ownership to StyleJohn Firebaugh2015-03-138-131/+136
* | fix rare issue that had the notify and cancel callbacks called in the wrong o...Konstantin Käfer2015-03-131-57/+44
* | Merge pull request #984 from mapbox/log_stderr_printfJohn Firebaugh2015-03-129-26/+35
|\ \
| * | Get rid of printf and cout by using Log::*Thiago Marcos P. Santos2015-03-129-26/+35
* | | tolerate missing spritesKonstantin Käfer2015-03-121-8/+4
|/ /
* | Merge pull request #972 from mapbox/log_cleanupThiago Marcos P. Santos2015-03-121-1/+37
|\ \
| * | Update the FixtureLogThiago Marcos P. Santos2015-03-121-0/+14
| * | Make the logging system staticThiago Marcos P. Santos2015-03-121-5/+7
| * | Simplify the logging mechanismThiago Marcos P. Santos2015-03-121-0/+20
* | | 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