summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* kick travisupstream/fewer-apt-installsDane Springmeyer2016-11-110-0/+0
|
* back to trusty for qt packagesDane Springmeyer2016-11-111-4/+6
|
* attempt to build against alt mesa packagesDane Springmeyer2016-11-114-9/+9
|
* attempt to build sudo:falseDane Springmeyer2016-11-112-30/+50
|
* [core] Return source and layer ownership (#7014)Jesse Bounds2016-11-116-17/+43
| | | | | | | | When a source or layer is removed transfer ownership back to the caller so it can (optionally) take it. Preserve the behavior that removing a CustomLayer triggers deinitialization. Deinitialize all custom layers when a style is destroyed in case those layers are not explicitly removed.
* [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
| | | [core] Bump standard library to libstdc++5-dev and clang version to 3.8.
* [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
| | | | | | * [core] - do not set camera mutated to true when calling Map::getLatLng * [android] - correctly check if a Map is created without a camera position
* [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 ↵Tobrun2016-11-101-4/+1
| | | | from a CameraUpdate (#7002)
* [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
| | | | | | | | | | | | This ports changes in https://github.com/mapbox/mapbox-gl-native/pull/6972 to this version of the map.
| * Revert "[core] Band-aid for crash triggered by unbound element buffer (#6844)"Jesse Bounds2016-11-091-3/+0
| | | | | | | | This reverts commit 057b7b75cec08a2d65e714bb52655cf3960c20f1.
* | [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
| | | | | | | | This is to test that continuous mode stops rerendering once no further changes are needed, i.e. to test the absence of "busy rendering".
* | [core] don't initialize with Duration::min() to avoid arithmetic overflowsKonstantin Käfer2016-11-091-2/+2
| | | | | | | | | | In FrameHistory::needsAnimation, we are computing "time - previousTime", but since previousTime was initialized to Duration::min(), we got a integer overflow, which produced invalid values.
* | [android] test activity for runtime changes to symbolsIvo van Dongen2016-11-095-1/+263
| |
* | [android] - instrumentation tests upgrade, move view checking to utility ↵Tobrun2016-11-0962-1342/+2241
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | class, remove inheritance in runtime style test (#6803) update gitignore for generated tests add camera move test add realtime geojson to be excluded when generating Activity sanity tests by default show workaround for showing a MapView in a dialog add annotation tests remove older camera tests, introduce tests for move, ease and animate, bring back setLatLng and getLatLng on MapView, add tests for internal camera API. compass view tests add tests for attribution and logo. fix annotation tests Rename Actiivity test class, split up annotation tests, added MarkerView tests, added infowindow tests, added MyLocationView tests fix addRemoveLayer test by integrating map interactions inside a ViewAction
* | [build] don't rewrite style code for every buildKonstantin Käfer2016-11-095-68/+68
| | | | | | | | | | | | revert of 93166aef482ea5835d87231f88d369449398ccdf On Android, we always rewrote the style code files, which lead to gratuitous recompiles
* | [android] - fix inconsistency of float usage in CameraPosition and ↵Tobrun2016-11-094-24/+24
| | | | | | | | CameraUpdateFactory (#6941)
* | Cherry pick release v4.2.0 (#6944)Tobrun2016-11-0912-93/+144
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [android] - MyLocationView should facing above when location and compass bearing tracking are enabled. (#6829) * [android] - use current animated rotation value for calculating animated marker rotation difference (#6826) fix unit tests, input limiting is not handled by animateRotationBy instead of MarkerView. Changed test to validate if method was called with correct value. * [android] - only calculated offset margins for InfoWindow if View is found in current viewport, added example to the test app to test for regressions (#6877) * upgraded okhttp dependency to latest version (#6880) * Cancelable callback invocation (#6891) * [android] - allow onCancel to be invoked from camera cancel callbacks * set to null after finish * [android] - using bearing clockwise versus counterclockwise (#6917) * [android] - using bearing clockwise versus counterclockwise * fixup brackets * [android] - convert bearing values from core to Android SDK equivalent.
* | update to mapbox-gl-shaders with vertex/fragment preludes (#6971)Vladimir Agafonkin2016-11-083-20/+25
| |
* | [android] - update make targets (#6958)Tobrun2016-11-083-13/+29
| |
* | [core] don't assign clip IDs to tiles that aren't renderedKonstantin Käfer2016-11-089-3/+44
| |
* | [core] Require point size / line width for DrawMode constructorsJohn Firebaugh2016-11-081-0/+12
| |
* | [core] Put ignore in util namespaceJohn Firebaugh2016-11-085-9/+11
| |
* | [core] Introduce and use IndexedTupleJohn Firebaugh2016-11-083-19/+62
| |
* | [core] Use gl::Program to resolve some rough edges in the GL binding typesJohn Firebaugh2016-11-0842-359/+472
| | | | | | | | | | | | | | | | | | * Extract `ignore` util to separate header. * `Segment` now tracks offset and length of indices, rather than primitives. This is more natural. * Introduce `VertexVector` and `IndexVector` types. These types carry information about the intended draw mode (`Triangles`, `LineStrip`, etc.), and ensure that elements are always appended in a group size appropriate for that draw mode, for both indexed and unindexed rendering. * `Program`, rather than `Drawable`, is now the unifying object for draw calls. `Program` is the best place to type check the draw call, because it is typed to carry information about the intended primitive, vertex type, attributes, and uniforms. * Use the debug shaders for debug tile rendering, like gl-js. * Fix the draw mode for background. It was drawing triangle strips with a triangles array. Surprised this didn’t cause issues. Now it’s type checked.
* | [core] Introduce gl::Program templateJohn Firebaugh2016-11-0890-1451/+984
| |
* | [core] Make attribute binding more similar to uniform bindingJohn Firebaugh2016-11-0860-523/+543
| |
* | [build] Remove unused gl/implementation.hppBruno de Oliveira Abinader2016-11-085-22/+3
| |
* | [build] Use mesa-13.0.0-glx in CI buildsBruno de Oliveira Abinader2016-11-089-44/+126
| |
* | [core] Refactor HeadlessBackendBruno de Oliveira Abinader2016-11-087-158/+213
| |
* | [core] Refactor HeadlessDisplayBruno de Oliveira Abinader2016-11-088-90/+148
| |
* | [ios, macos] override style spec documentationFredrik Karlsson2016-11-087-15/+71
| |
* | [ios] specify plist-file for settings bundleFredrik Karlsson2016-11-081-0/+2
| |
* | added attribution tint color check (#6950)Cameron Mace2016-11-071-1/+7
| |
* | [tests] Update test-suiteJohn Firebaugh2016-11-071-1/+1
| |
* | [core] Separate pathway for notifying workers of new images/glyphsJohn Firebaugh2016-11-0710-13/+75
| |
* | [core] move Value class outside of Uniform to enforce explicit constructionKonstantin Käfer2016-11-071-4/+8
| |