summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* node-v2.0.1node-v2.0.1Mike Morris2015-11-252-1/+5
* [node] test and publish binaries for Node.js v5.xMike Morris2015-11-251-0/+10
* [android] #3008 - upgrade android grade plugin to 1.5.0Tobrun2015-11-25133-62/+247
* Merge branch 'android-quickzoom-fix' of git://github.com/brewin/mapbox-gl-nat...Tobrun2015-11-251-10/+25
|\
| * Don't double-tap zoom when quickzooming on AndroidBraden Ewing2015-11-251-10/+25
* | Fix GCC5 complaining about -Wunused-variable.Thomas Voß2015-11-254-1/+12
* | Corrected changelogMinh Nguyễn2015-11-241-1/+1
* | Demonstrate show annotations in iosappMinh Nguyễn2015-11-241-6/+1
* | Attach compass gesture recognizer to compass viewMinh Nguyễn2015-11-242-1/+6
* | [node] update package.json depsnode-v2.0.0Mike Morris2015-11-241-6/+6
* | Updated guide URLMinh Nguyễn2015-11-231-1/+1
* | [core] Remove unusedJohn Firebaugh2015-11-236-63/+42
* | [core] For binary image data use uint8_t, not charJohn Firebaugh2015-11-2313-34/+31
* | change iOS Bitrise Slack roomJustin R. Miller2015-11-231-1/+1
|/
* reduce framework binary size with more strippingJustin R. Miller2015-11-231-0/+1
* node-v2.0.0-pre.16node-v2.0.0-pre.16Mike Morris2015-11-231-1/+1
* [node] Allow GC in spite of reference loops through the request methodJohn Firebaugh2015-11-206-73/+35
* Discourage code usage of styleURL__ propertyMinh Nguyễn2015-11-201-0/+3
* [iOS] Set application root as asset rootMinh Nguyễn2015-11-203-14/+4
* [android] - #2658 improve window background PopupWindowViewTobrun2015-11-207-42/+79
* [core] more robust max-age parsingKonstantin Käfer2015-11-205-5/+128
* [iOS] Added missing documentation commentMinh Nguyễn2015-11-201-1/+6
* [core] Force style-sourced annotations to be visibleJohn Firebaugh2015-11-192-0/+4
* [core] Followup fix to #3037John Firebaugh2015-11-192-2/+2
* Fixed Linux builds; code styleMinh Nguyễn2015-11-191-10/+10
* Ported replaceTokens() tests from GL JSMinh Nguyễn2015-11-182-0/+51
* refs #2380: plop Settings.bundle inside of framework distributionJustin R. Miller2015-11-183-0/+36
* refs #2922: update display link in all common modes (inc. scrolling)Justin R. Miller2015-11-181-1/+1
* [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