summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [android] - migrate to GLSurfaceViewupstream/5766-gl-surfaceviewTobrun2016-11-167-435/+154
* [build] Use npm install --ignore-scriptsJohn Firebaugh2016-11-151-1/+1
* [tests] Disable "ContinuousRendering" test; causing spurious CI failuresJohn Firebaugh2016-11-151-1/+1
* [core] Return to static, per-segment approach to VAOsJohn Firebaugh2016-11-153-42/+10
* [core] Introduce SegmentVectorJohn Firebaugh2016-11-1518-36/+86
* [core] Assign attribute locations sequentiallyJohn Firebaugh2016-11-155-11/+21
* [build] Explicitly state required node versionJohn Firebaugh2016-11-151-1/+1
* [core] Use indexed rendering for collision boxesJohn Firebaugh2016-11-154-12/+33
* node-v3.4.2node-v3.4.2Mike Morris2016-11-152-1/+5
* [node] publish Node.js Linux binaries with GLXMike Morris2016-11-154-21/+42
* [build] add binary size logging to macOS nightliesKonstantin Käfer2016-11-152-0/+37
* [build] add binary size logging to iOS nightliesKonstantin Käfer2016-11-152-0/+51
* [build] add binary size logging to Android nightliesKonstantin Käfer2016-11-152-0/+22
* [build] add binary size logging to Linux Release buildsKonstantin Käfer2016-11-155-36/+97
* [ios, macos] refs #7060: properly check removed layers & sources (#7062)Justin R. Miller2016-11-151-0/+14
* [build] Added nan@2.4.0 dependencyBruno de Oliveira Abinader2016-11-151-1/+2
* [ios, macos] fixes #7059: raise exception for abstract sources on add (#7060)Justin R. Miller2016-11-141-0/+7
* [core] Line-break ideographic text by character (#6828)Minh Nguyễn2016-11-148-19/+409
* [android] Update GLSL + ensure binding to OpenGL ES 2.0Bruno de Oliveira Abinader2016-11-143-21/+29
* [Qt] Copy headers to build path in 'qt-lib' targetBruno de Oliveira Abinader2016-11-141-0/+8
* [android] return source ownership on removeIvo van Dongen2016-11-146-5/+99
* [android] return layer ownership on removeIvo van Dongen2016-11-146-5/+77
* [android] - getMarkerViews in rect should return in bound views (#7015)Tobrun2016-11-146-7/+193
* [android] - allow using rotate gesture when not tracking user location, corr...Tobrun2016-11-142-9/+14
* [core] don't run symbol placement more often than necessaryKonstantin Käfer2016-11-143-5/+3
* [core] don't show OpenGL debug information on startupKonstantin Käfer2016-11-141-24/+2
* [core] Return source and layer ownership (#7014)Jesse Bounds2016-11-116-17/+43
* [core] symbol layer - recalculate style on icon/text size changesIvo van Dongen2016-11-119-48/+56
* [core] Bump standard library to libstdc++5-dev and clang version to 3.8. (#6991)Chris Loer2016-11-111-18/+18
* [android] - update make clean for Android Wear module (#7018)Tobrun2016-11-111-0/+1
* Default Style Camera on Android (#7019)Tobrun2016-11-113-2/+3
* [android] updated test activities for refactored layer/source ownershipIvo van Dongen2016-11-113-15/+12
* [android] source/layer java docIvo van Dongen2016-11-111-0/+28
* [android] fix source ownershipIvo van Dongen2016-11-114-3/+39
* [android] fix layer ownershipIvo van Dongen2016-11-1114-148/+45
* node-v3.4.1node-v3.4.1Mike Morris2016-11-102-1/+6
* [android] - check for default values when constructing a camera position from...Tobrun2016-11-101-4/+1
* [android] update viewport size when framebuffer size changedKonstantin Käfer2016-11-102-0/+7
* Merge branch 'release-ios-v3.3.6' into merge-release-ios-v3.3.6Jesse Bounds2016-11-091-0/+4
|\
| * ios-v3.3.6Jesse Bounds2016-11-093-2/+6
| * [core] Back port changes for correct GL context in Map::onLowMemory()Jesse Bounds2016-11-091-0/+2
| * Revert "[core] Band-aid for crash triggered by unbound element buffer (#6844)"Jesse Bounds2016-11-091-3/+0
* | [node] Initial camera will be set automatically by styleJohn Firebaugh2016-11-091-4/+0
* | [node] Don't needlessly reset map stateJohn Firebaugh2016-11-091-19/+41
* | [core] Default camera position to that specified by the styleJohn Firebaugh2016-11-092-7/+44
* | [core] Ensure correct GL context in Map::onLowMemory()John Firebaugh2016-11-091-0/+2
* | [core] add continuous rendering test that terminates once it settles downKonstantin Käfer2016-11-091-0/+59
* | [core] don't initialize with Duration::min() to avoid arithmetic overflowsKonstantin Käfer2016-11-091-2/+2
* | [android] test activity for runtime changes to symbolsIvo van Dongen2016-11-095-1/+263
* | [android] - instrumentation tests upgrade, move view checking to utility clas...Tobrun2016-11-0962-1342/+2241