summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* node-v4.0.0-pre.1node-v4.0.0-pre.1Mike Morris2016-07-131-1/+1
* [node] modern NAN style updatesMike Morris2016-07-137-57/+59
* [node] rework Respond -> HandleCallbackMike Morris2016-07-132-48/+37
* [node] drop Request from public APIMike Morris2016-07-133-9/+4
* [node] drop NodeRequest::Create, move MakeCallback to NodeRequest::ExecuteMike Morris2016-07-134-31/+41
* [node] NodeRequest inherits from Nan::AsyncWorkerMike Morris2016-07-132-26/+23
* [node] move memory growth test into separate npm scriptMike Morris2016-07-133-11/+15
* [node] enter new v8::Context to avoid leaking v8::FunctionTemplate in NodeMap...Mike Morris2016-07-131-1/+6
* [node] Added memory testThiago Marcos P. Santos2016-07-131-0/+106
* [android] #5613 - Limiting location event latitudes and longitudes to 7 digit...Brad Leege2016-07-121-2/+4
* Quadkey tokens in tile URL templates, limited WMS support (#5628)Minh Nguyễn2016-07-126-0/+122
* [qt] if `qmake` isn't available, try `qmake-qt5` (#5658)Aki Koskinen2016-07-121-1/+6
* [core] Report conversion errors using std::stringThiago Marcos P. Santos2016-07-125-18/+14
* [core] Fix matrix when panning around the worldBruno de Oliveira Abinader2016-07-121-1/+1
* [core] Remove unusedJohn Firebaugh2016-07-112-14/+0
* [core] Move translatedMatrix to RenderTileJohn Firebaugh2016-07-118-43/+51
* [core] Pass RenderTile rather than individual parametersJohn Firebaugh2016-07-1118-69/+59
* [core] Introduce PaintParametersJohn Firebaugh2016-07-1122-76/+105
* [core] Introduce non-anonymous Shaders classJohn Firebaugh2016-07-1111-114/+86
* [Qt] Bind 'L' on the example app to runtime style example1.3v81Thiago Marcos P. Santos2016-07-114-0/+290
* [Qt] Implement a GeoJSON coverter from QByteArrayThiago Marcos P. Santos2016-07-113-3/+48
* [Qt] Added add/remove style source methodThiago Marcos P. Santos2016-07-113-0/+38
* [Qt] Added add style layer methodThiago Marcos P. Santos2016-07-112-2/+17
* [Qt] Added set style filter methodThiago Marcos P. Santos2016-07-112-0/+42
* [Qt] Added set style paint properties methodThiago Marcos P. Santos2016-07-112-0/+24
* [Qt] Added set style layout properties methodThiago Marcos P. Santos2016-07-112-0/+23
* [Qt] Added conversion functions for the runtime style APIThiago Marcos P. Santos2016-07-112-0/+108
* [Qt] Avoid a deep copy on the network replyThiago Marcos P. Santos2016-07-111-1/+1
* [Qt] Fix build on Linux with clang-3.8Thiago Marcos P. Santos2016-07-111-1/+2
* [Qt] Janitor private headersBruno de Oliveira Abinader2016-07-118-31/+24
* [core] Added missing pragmas to style conversion headersBruno de Oliveira Abinader2016-07-113-0/+6
* [build] geojson@0.1.4-cxx11abiThiago Marcos P. Santos2016-07-112-1/+1
* [android] - remove duplicate bearing/direction API from MapViewTobrun2016-07-111-45/+21
* [core] Fix raster shader opacity in some casesBruno de Oliveira Abinader2016-07-111-1/+1
* [ios, macos] Updated MGLFeature ID documentationMinh Nguyễn2016-07-101-4/+14
* [ios, macos] Document adding new symbolsMinh Nguyễn2016-07-082-0/+30
* Merge branch 'boundsj-merge-3.3.0.rc.1'Jesse Bounds2016-07-0858-383/+1949
|\
| * Merge branch 'release-ios-v3.3.0' into masterJesse Bounds2016-07-0758-383/+1949
| |\
| | * Update podspecs for 3.3.0-rc.1ios-v3.3.0-rc.1Jesse Bounds2016-07-072-2/+2
| | * [ios] Move cache.db to a subdirectory (#5601)Jason Wray2016-07-073-50/+85
| | * [core] Re-close polygons after clipping with clipper (#5596)Jesse Bounds2016-07-061-0/+8
| | * [ios] omit podspec for static lib (#5595)Fredrik Karlsson2016-07-061-1/+0
| | * [ios] Add support for full Bitcode builds (#5586)Jesse Bounds2016-07-064-5/+18
| | * [ios] fixes #4536 include podspec in iOS releases (#5569)Fredrik Karlsson2016-07-061-0/+14
| | * [ios] fixes #5544 support canceling a drag operation and not by default (#5561)Fredrik Karlsson2016-07-054-34/+12
| | * [ios] #3979 compress telemetry events (#5490)Fredrik Karlsson2016-07-058-16/+138
| | * ios-v3.3.0-beta.3ios-v3.3.0-beta.3Minh Nguyễn2016-07-032-2/+2
| | * [ios] Split release notes into sections by topicMinh Nguyễn2016-07-032-23/+43
| | * [ios] Simplified MBXAnnotationViewMinh Nguyễn2016-07-023-25/+8
| | * [ios] Made annotation view position animatableMinh Nguyễn2016-07-023-4/+29