summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [core] Removed time param from Painter::renderBruno de Oliveira Abinader2015-10-213-5/+4
* [core] Moved Painter::setup() to Painter ctorBruno de Oliveira Abinader2015-10-213-7/+3
* [core] Remove redundant setDebug() from PainterBruno de Oliveira Abinader2015-10-214-10/+1
* [core] Added more transform state gettersBruno de Oliveira Abinader2015-10-214-23/+62
* [core] only check for mapbox:// at the start of the failed request's URLJason Wray2015-10-211-1/+1
* [core] Improve error message when style is not found or is incompatibleJason Wray2015-10-211-0/+2
* [core] Remove shape layers from the style (fixes #2405)John Firebaugh2015-10-205-11/+31
* [core] Annotation refactorJohn Firebaugh2015-10-2018-651/+456
* [core] Pull annotation typedefs to own header; add AnnotationIDJohn Firebaugh2015-10-202-7/+7
* [core] Fix swapped lat/lon in geo.cppJohn Firebaugh2015-10-201-2/+2
* [core] MapContext setStyle{URL,JSON} should ignore redundant callsBruno de Oliveira Abinader2015-10-161-0/+8
* [core] [android] Fix InfoWindow topOffsetPixels adjustment when switching stylesLeith Bade2015-10-163-8/+12
* [core] MapContext setStyle{URL,JSON} should ignore redundant callsBruno de Oliveira Abinader2015-10-141-0/+8
* [core] Set fade/transition duration to 0 if map mode is stillBruno de Oliveira Abinader2015-10-142-6/+22
* [core] bump libuv to 1.7.5 across all platformsMike Morris2015-10-141-11/+11
* Break lines on com­mon­ly un­spaced punc­tu­a­tionMinh Nguyễn2015-10-131-2/+20
* [core] only show parent XOR child tilesKonstantin Käfer2015-10-121-0/+19
* [core] Protect MapData.pause with a lockLeith Bade2015-10-081-1/+2
* [core] Look the other way when placing icon at start of lineMinh Nguyễn2015-10-071-1/+7
* VAO and extension tracking code.Adam Hunter2015-10-061-3/+38
* Fix for style properties transition updatesBruno de Oliveira Abinader2015-10-063-2/+15
* fix layer minZoom being ignored if not less than source maxZoomVladimir Agafonkin2015-10-064-7/+1
* Correctly handle spurious wake-ups in Map::pause()Leith Bade2015-10-063-10/+10
* refs #2527, fixes #774: properly unbind VAOJustin R. Miller2015-10-051-0/+1
* give every bucket its own set of buffersKonstantin Käfer2015-10-028-77/+33
* [iOS] fix benchmarking app and update to style v8Konstantin Käfer2015-10-021-1/+1
* Install RapidJSON from masonJohn Firebaugh2015-10-0114-2694/+8
* mason variant@1.0Mike Morris2015-09-309-8/+14
* [node] Handle tiles which 404 betterbsudekum2015-09-292-0/+12
* Fix up of some naming issues, etc.Adam Hunter2015-09-292-58/+56
* Added GL logging utilityAdam Hunter2015-09-292-0/+143
* Rewrite annotation invalidation strategyJohn Firebaugh2015-09-2810-190/+128
* Move updateAnnotationTiles[IfNeeded] to AnnotationManagerJohn Firebaugh2015-09-284-130/+97
* map/annotation.* ⇢ annotation/annotation_manager.*John Firebaugh2015-09-286-5/+3
* Move Annotation class to cpp fileJohn Firebaugh2015-09-282-22/+15
* Move entire loop body to helper functionJohn Firebaugh2015-09-282-90/+57
* Inline AnnotationManager::addTileFeatureJohn Firebaugh2015-09-282-45/+14
* Ensure that LiveTileData can be reparsedJohn Firebaugh2015-09-285-8/+26
* [core] include api.mapbox.com in canonicalizationKonstantin Käfer2015-09-282-0/+57
* Fix freezing on Android when rotatingLeith Bade2015-09-221-0/+4
* [core] Annotation cleanupHenry Dooley2015-09-162-136/+101
* Revert "[node] Enable npm to build mapbox-gl-native package from source"Lucas Wojciechowski2015-09-163-4/+2
* fix circle clipping bugAnsis Brammanis2015-09-161-0/+4
* Don't leak GlyphAtlas textures (fixes #2338)John Firebaugh2015-09-162-0/+12
* [node] Enable npm to build mapbox-gl-native package from sourceLucas Wojciechowski2015-09-153-2/+4
* [core] convert remaining types to use OpenGL header defined variantsBruno de Oliveira Abinader2015-09-1513-31/+32
* [core] GL types for buckets, textures, buffersBruno de Oliveira Abinader2015-09-1515-53/+56
* [core] GLObjectStore now uses GLuintBruno de Oliveira Abinader2015-09-152-9/+10
* [shader] GL types for all Shader attributesBruno de Oliveira Abinader2015-09-1516-126/+126
* [shader] Shaders vertex and fragments are now GLchar*Bruno de Oliveira Abinader2015-09-152-13/+14