summaryrefslogtreecommitdiff
path: root/platform
Commit message (Collapse)AuthorAgeFilesLines
* Install RapidJSON from masonJohn Firebaugh2015-10-011-1/+1
|
* [node] add support for Node.js v4.1.x and update changelogMike Morris2015-09-301-1/+2
|
* mason variant@1.0Mike Morris2015-09-301-0/+1
|
* [skip-ci] [node] update changelognode-v2.0.0-pre.8bsudekum2015-09-301-1/+2
|
* [ios] [android] Use Response::NotFound in other HTTP implementations tooJohn Firebaugh2015-09-293-0/+9
|
* [node] Handle tiles which 404 betterbsudekum2015-09-291-1/+3
|
* Removed couts from headless view.Adam Hunter2015-09-291-14/+0
|
* Added GL logging utilityAdam Hunter2015-09-291-1/+19
|
* [core] include api.mapbox.com in canonicalizationKonstantin Käfer2015-09-281-53/+7
| | | | and move the canonicalization to mapbox.cpp since it's not specific to the SQLiteCache
* Make quickzoom zoom slightly more quicklyJason Wray2015-09-251-1/+1
|
* Quicken quick zoom gestureJason Wray2015-09-251-1/+2
| | | | Double tapping and holding, then moving up/down will now immediately zoom out/in.
* Reverse quickzoom up/down zooming to be out/inJason Wray2015-09-251-1/+1
|
* fixes #2350: remove iOS-specific SQLite cache wrapperJustin R. Miller2015-09-233-106/+19
|
* Merge branch 'android-curl'Brad Leege2015-09-231-0/+109
|\
| * Restore libcurl HTTP on AndroidLeith Bade2015-09-221-0/+109
| |
* | Improve handling of cancelled HTTP requestsLeith Bade2015-09-231-16/+21
|/ | | | Fix a memory leak of NativeMapView Java object
* Renderbuffer create should be paired with renderbuffer delete.Adam Hunter2015-09-171-1/+1
|
* Create SharedSQLiteCacheLeith Bade2015-09-161-0/+12
|
* [node] throw if a render is already pending, fixes #2247Mike Morris2015-09-152-6/+6
|
* [iOS] Remove unneccessary pitch checkJason Wray2015-09-111-1/+1
| | | | Fix case where moving the tilted dot off-screen, changing the pitch to 0, and then moving the dot back on screen would not reset the pitch of the dot.
* [iOS] Pitch the dot, add faux 3D effect to tilted dot and puckJason Wray2015-09-111-16/+72
| | | | This exposes the naïveté of the current pitch transform: accuracy ring sizing stays constant, despite vertical screen movement. Still, it looks better pitched than not.
* [iOS] Move radians/degrees conversion functions to MGLGeometry.hJason Wray2015-09-112-20/+0
|
* [iOS] Initial user location puckJason Wray2015-09-111-183/+295
|
* [node] update platform/node/CHANGELOG.md [skip ci]Mike Morris2015-09-111-1/+1
|
* [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] change request semanticsMike Morris2015-09-106-23/+26
| | | | | Passes a second, callback argument to the request implementation instead of needing to call req.respond.
* Add anonymous lambda for HandleScopeJohn Firebaugh2015-09-091-1/+4
|
* add io.js v3.x supportMike Morris2015-09-093-2/+3
|
* Use nan with https://github.com/nodejs/nan/pull/443 fixedMike Morris2015-09-091-1/+1
|
* Nan 2.0John Firebaugh2015-09-099-240/+237
|
* Corrected roundtripping altitude with rotationMinh Nguyễn2015-09-071-6/+6
|
* CameraOptionsMinh Nguyễn2015-09-072-54/+334
| | | | | | | | | | | | Plumbed camera options all the way through to MGLMapView. Added a method that lets you specify a direction in addition to center point and zoom level. Added Map::jumpTo() for parity with mapbox-gl-js. Replaced usage of Map::setLatLng() and Map::setLatLngZoom() with Map::jumpTo() or Map::easeTo() within MGLMapView. Replaced MGLMapView.pitch with MGLMapCamera for setting all supported degrees of freedom simultaneously. Simultaneously move and rotate with course. Support customizable timing functions on iOS. iosapp now persists an archived MGLMapCamera instead of separate viewpoint properties and also synchronizes user defaults on termination. This change implements persistence entirely in Objective-C, eliminating the use of the Objective-C++ implementation. Fixes #1643, fixes #1834. Ref #1581.
* Add more tests to check for bufferbsudekum2015-09-041-2/+2
|
* Return raw image buffer instead of an objectbsudekum2015-09-043-13/+5
|
* Consolidate test-suite rendering harnesses (#2236)John Firebaugh2015-09-049-430/+59
|
* `assert() -> NSAssert()` for user-facing annotation APIJustin R. Miller2015-09-041-5/+5
|
* refs #2039: add passthroughs for adding/removing overlaysJustin R. Miller2015-09-041-0/+30
|
* Merge pull request #2241 from mapbox/node-changelog-v2.0.0Mike Morris2015-09-031-0/+12
|\ | | | | Update node changelog
| * update node changelogMike Morris2015-09-021-0/+12
| |
* | Get rid of MapData::{get,set}NeedsRepaintBruno de Oliveira Abinader2015-09-021-1/+1
| |
* | Substitute nudgeTransitions with async view invalidationBruno de Oliveira Abinader2015-09-022-3/+0
|/
* Merge pull request #2179 from mapbox/nodeMike Morris2015-09-0225-7/+2039
|\ | | | | Node bindings
| * Merge branch 'node' of github.com:mapbox/mapbox-gl-native into nodeMike Morris2015-09-011-54/+48
| |\
| | * Update README.mdMike Morris2015-09-011-54/+48
| | |
| * | drop ratio from RenderOptionsMike Morris2015-09-011-2/+0
| | |
| * | drop platform/node/examples, this is covered in READMEMike Morris2015-09-011-38/+0
| |/
| * fix example, clean up duplicate filesMike Morris2015-09-016-132/+4
| |
| * move package.json and binding.gyp to root, drop tiles.tilejsonMike Morris2015-09-018-162/+14
| |