summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | [node] Fix race condition in testsJohn Firebaugh2015-11-181-8/+0
* | Rewrite CustomSpriteImages testJohn Firebaugh2015-11-184-88/+14
* | [core] Avoid calling AnnotationManager::updateStyle until the style is loadedJohn Firebaugh2015-11-183-1/+8
* | Ensure proper will/is/didChange for resetNorthMinh Nguyễn2015-11-181-3/+11
* | [ios] update changelog for willStart/didFinishLoadingJason Wray2015-11-181-0/+1
* | [ios] document willStart/didFinish map loading delegate methodsJason Wray2015-11-181-4/+10
* | [core] Added ConstrainMode::{HeightOnly,WidthAndHeight}Bruno de Oliveira Abinader2015-11-189-33/+93
* | [core] Fix LatLngBounds default coordinatesBruno de Oliveira Abinader2015-11-186-12/+20
* | [core] Avoid extra copy of TransformState in Painter::renderBruno de Oliveira Abinader2015-11-188-21/+20
* | more clearly indicate Foundation imports to avoid recursionJustin R. Miller2015-11-1719-10/+47
* | clarify how to run individual testsJustin R. Miller2015-11-171-1/+1
* | add IB additions to umbrella header to avoid framework warningsJustin R. Miller2015-11-171-0/+1
* | fixes #3054: move desktop test app keybindings output to startup logJustin R. Miller2015-11-173-14/+27
* | [core] allow changing pitch in GLFW based appsKonstantin Käfer2015-11-176-1/+24
* | refs #3045: implicitly link dependencies for frameworkJustin R. Miller2015-11-162-0/+9
* | refs #3045: correct bundle identifier for iOS framework targetJustin R. Miller2015-11-161-1/+1
* | bump version to ios-v3.0.0-pre.7Justin R. Miller2015-11-162-2/+2
* | refs #3045: fix up targetJustin R. Miller2015-11-161-1/+1
* | [android] Bring back OkHTTPLeith Bade2015-11-175-117/+83
* | [node] Need to have a singleton RunLoop instanceJohn Firebaugh2015-11-164-11/+27
* | [core] Use std::unique_ptr for FileSource requestJohn Firebaugh2015-11-1642-617/+298
* | [core] Pass a value to response callback, not a referenceJohn Firebaugh2015-11-1622-56/+45
* | [core] Do not pass uv_loop_t aroundThiago Marcos P. Santos2015-11-1632-91/+193
* | [core] Cancelled flag needs to be atomic; it is read from multiple threadsJohn Firebaugh2015-11-161-4/+5
* | [core] Fix a subtle and currently unexposed bug in RunLoop::invokeWithCallbackJohn Firebaugh2015-11-161-12/+12
* | [core] Use std::mutex on RunLoopThiago Marcos P. Santos2015-11-162-2/+2
* | static framework target for iOSJustin R. Miller2015-11-165-0/+67
* | provide resource bundle search for premade frameworksJustin R. Miller2015-11-161-1/+14
* | Add creds for bitrise. Fixes #3028Jeff Miccolis2015-11-131-0/+44
* | Merge pull request #2991 from mapbox/2931-adams-playgroundAdam Hunter2015-11-1311-0/+131
|\ \
| * | [android] #2931 - Adding Zoom button to UIBrad Leege2015-11-132-0/+9
| * | [android] #2931 - Making Manual Zoom Navigation Drawer Item Open Manual Zoom ...Brad Leege2015-11-133-0/+8
| * | [android] #2931 - Creating basic Activity for Manual ZoomBrad Leege2015-11-132-0/+107
| * | [android] #2931 - Adding Manual Zoom As Drawer OptionBrad Leege2015-11-137-0/+7
|/ /
* | [android] #3029 - Adding removeMarker() convenience methodBrad Leege2015-11-131-0/+12
* | also look in commit bodies for CI skipping commandsJustin R. Miller2015-11-131-2/+4
|/
* bump iOS version to 3.0.0-pre.6ios-v3.0.0-pre.6Justin R. Miller2015-11-132-2/+2
* re-add OS X desktop usage hotkeys (refs #2800 @tmcw)Justin R. Miller2015-11-131-0/+10
* [android] #3023 - reactive token generationTobrun2015-11-133-2/+21
* [android] #3019 - optimise visible coordinateboundsTobrun2015-11-132-1/+3
* [android] #3001 add config changes example to test appTobrun2015-11-131-0/+1
* [android] #2989 - moved access token to test appTobrun2015-11-135-44/+14
* [core] Merge Sprite into SpriteStoreJohn Firebaugh2015-11-1219-436/+364
* [core] Reorganize sprite related filesJohn Firebaugh2015-11-1230-84/+80
* Set refresh interval to 60fpsMinh Nguyễn2015-11-121-1/+1
* [android] Fixing Android API TargetBrad Leege2015-11-121-1/+1
* [iOS] Removed unnecessary castsMinh Nguyễn2015-11-121-13/+13
* [core] Cleanup Transform::rotateByBruno de Oliveira Abinader2015-11-121-17/+12
* [core] PrecisionPoint is now a vec2<double>Bruno de Oliveira Abinader2015-11-127-43/+41
* [core] Fixed bit-shifting error in exponential backoffMinh Nguyễn2015-11-121-2/+2