summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Typo fix in README.mdBruno de Oliveira Abinader2015-09-141-1/+1
* [shader] bind() is now a pure virtualBruno de Oliveira Abinader2015-09-1436-62/+65
* [shader] Moved 'a_pos' GL attribute to ShaderBruno de Oliveira Abinader2015-09-1426-37/+8
* [iOS] Fix MGLPolyline documentation typoJason Wray2015-09-111-1/+1
* Increased precision of coordinate conversion methodsMinh Nguyễn2015-09-112-10/+10
* increase precision for coordinate conversionsAnsis Brammanis2015-09-115-28/+27
* [iOS] Remove unneccessary pitch checkJason Wray2015-09-111-1/+1
* [iOS] Pitch the dot, add faux 3D effect to tilted dot and puckJason Wray2015-09-111-16/+72
* [iOS] Move radians/degrees conversion functions to MGLGeometry.hJason Wray2015-09-113-20/+11
* [iOS] Initial user location puckJason Wray2015-09-111-183/+295
* [node] update platform/node/CHANGELOG.md [skip ci]Mike Morris2015-09-111-1/+1
* Add missing support libsLeith Bade2015-09-112-3/+1
* Update to Android build tools 23.0.1Leith Bade2015-09-113-6/+6
* Call cancelTransitions when setting map position, zoom level, or direction.Leith Bade2015-09-111-0/+6
* [node] fix links in CHANGELOG.md [skip ci]Mike Morris2015-09-101-6/+6
* [node] update platform/node/CHANGELOG.md [skip ci]Mike Morris2015-09-101-2/+2
* [node] update CHANGELOG.md [skip ci]Mike Morris2015-09-101-4/+6
* node-v2.0.0-pre.4 [publish binary]Mike Morris2015-09-101-1/+1
* Merge pull request #2299 from mapbox/node-request-callbackMike Morris2015-09-107-24/+27
|\
| * [node] change request semanticsMike Morris2015-09-107-24/+27
|/
* Add anonymous lambda for HandleScopeJohn Firebaugh2015-09-091-1/+4
* add io.js v3.x supportMike Morris2015-09-094-4/+5
* Use nan with https://github.com/nodejs/nan/pull/443 fixedMike Morris2015-09-092-2/+2
* Nan 2.0John Firebaugh2015-09-0910-241/+238
* #2293 - Removing DrawableBrad Leege2015-09-091-1/+0
* Merge branch 'master' of github.com:mapbox/mapbox-gl-nativeBrad Leege2015-09-0927-10/+337
|\
| * Changed title dialogtobrun2015-09-091-3/+3
| * Moved icon to the right of Mapbox logotobrun2015-09-091-9/+15
| * Using AlertDialog from AppCompat instead of SDKs versiontobrun2015-09-091-1/+1
| * Added "Improve this map" functionality, current zoom level, center latitude a...tobrun2015-09-092-6/+18
| * Added styling to the Attribution AlertDialogtobrun2015-09-095-3/+24
| * Refactored ColorStateList of attribution control to a Drawable selector, adde...tobrun2015-09-0917-7/+6
| * Added save/restore state for CompassView, LogoView and AttributionViewtobrunvannuland2015-09-091-3/+63
| * Added info icon and map box logotobrunvannuland2015-09-0911-4/+215
| * fixes #1675: abstract annotation tile refresh check/render; trigger post-spri...Justin R. Miller2015-09-086-2/+20
* | Merge branch 'master' into 2244-texture-viewBrad Leege2015-09-0930-256/+1170
|\ \ | |/
| * Merge branch '2283-custom-infowindow-handling'Brad Leege2015-09-083-10/+46
| |\
| | * #2283 - Supporting custom InfoWindow touch listeners via Marker.setInfoWindow...Brad Leege2015-09-083-10/+46
| * | Fix build, only ask for location permission on user's instigationJason Wray2015-09-081-7/+0
| |/
| * Use MapView as parent for InfoWindowLeith Bade2015-09-081-2/+1
| * #894 - only select/deselect markers on true single-tapJustin R. Miller2015-09-071-7/+4
| * #894 - remove debug logJustin R. Miller2015-09-071-3/+0
| * #894 - add lat/lon to marker snippetsJustin R. Miller2015-09-071-1/+3
| * #894 - remove debug polylineJustin R. Miller2015-09-071-2/+0
| * #894 - flip marker tap bounds to be top-biasedJustin R. Miller2015-09-071-2/+2
| * #894 - properly extend tap bounds for marker selectionJustin R. Miller2015-09-071-9/+14
| * #894 - Resetting height tolerance to 80Brad Leege2015-09-071-2/+1
| * #894 - Flipping the Y value to make screen touch event locations line up with...Brad Leege2015-09-071-6/+22
| * #894 - Moving annotation selection determination to onSingleTapUp() to only r...Brad Leege2015-09-071-80/+80
| * #894 - Initial port of selectAnnotation and removing auto display of InfoWind...Brad Leege2015-09-072-3/+15