summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* node-v3.1.3-pre.1node-v3.1.3-pre.1Mike Morris2016-05-261-1/+1
|
* [core] s/operator bool/created()/ in {GL,TexturePool}HolderBruno de Oliveira Abinader2016-05-2610-27/+29
| | | | Prevents confusing usage of GL holder objects.
* [core] Move objectStore in {GL,TexturePool}Holder::reset()Bruno de Oliveira Abinader2016-05-262-11/+10
| | | | | | | Fixes an issue where a moved {GL,TexturePool}Holder would use an invalid pointer when accessing 'objectStore'. Fixes #5136.
* [Qt] QMapboxGLPrivate::getPixelRatio() cleanupBruno de Oliveira Abinader2016-05-263-17/+17
|
* overide canBecomeFirstResponder to return YES to be able to use ↵Tore Halset2016-05-261-0/+4
| | | | UIMenuController on the map (#5156)
* [android] #3629 - smooth animation for non location trackingTobrun Van Nuland2016-05-261-6/+2
|
* [android] #3629 - smooth MyLocationView animation when tracking the user ↵Tobrun Van Nuland2016-05-265-15/+27
| | | | location, introducing a new easeTo method with a linear interpolator
* Revert "[build] Use 'npm update --dev' to install devDependencies"Bruno de Oliveira Abinader2016-05-261-1/+1
| | | | This reverts commit f4ebda09bea82146a0754d319b031cf62c0023e1.
* [docker] upgrade docker scripts [skip ci]Konstantin Käfer2016-05-262-9/+8
|
* [build] Use 'npm update --dev' to install devDependenciesBruno de Oliveira Abinader2016-05-261-1/+1
|
* [android] #5034 - calculate correct padding for left, top, right and bottomTobrun Van Nuland2016-05-262-8/+8
|
* [android] #5034 - LatLngBounds Camera update not taking map padding in accountTobrun2016-05-264-7/+23
| | | | [android] #5034 - padding not being included in getVisibleBounds
* [ios] KIF tests require submodulesMinh Nguyễn2016-05-251-2/+9
| | | Documented the submodule step for running KIF-based SDK UI tests. This happened as part of installing core dependencies until #5122.
* [core] Port "combine line-width and line-gap-width in shader"John Firebaugh2016-05-255-27/+19
| | | | | https://github.com/mapbox/mapbox-gl-shaders/commit/a9559e911b11a155135888f733a96e5110f8cef6 https://github.com/mapbox/mapbox-gl-js/commit/fcb9bcebae6e00f24ebfde8d7ec09adb95f6b1a3
* [core] Port "separate u_opacity from u_color"John Firebaugh2016-05-2512-53/+25
| | | | | https://github.com/mapbox/mapbox-gl-shaders/commit/0d3412519618a3a1672db9fa21f96f90070cf84c https://github.com/mapbox/mapbox-gl-js/commit/1f5afa7db08a2bdcc492a46e500ff5d020e6f4a2
* [core] Update mapbox-gl-shadersJohn Firebaugh2016-05-251-1/+1
|
* [docs] Update INSTALL.mdJohn Firebaugh2016-05-251-8/+1
| | | | | | * git submodules are init'd automatically by the build script * styles are no longer bundled * Don't list libtool and automake: if mason fails to find a prebuilt binary, it's a bug and we want to fix it
* [docs] Add Node.js to INSTALL.mdJohn Firebaugh2016-05-251-0/+1
|
* [core] Share shaders with gl-jsJohn Firebaugh2016-05-2531-686/+18
|
* [android] Install node in CIJohn Firebaugh2016-05-251-1/+2
|
* [core] box_shader ⇢ collision_box_shaderJohn Firebaugh2016-05-255-4/+4
|
* [core] Remove unused dot shaderJohn Firebaugh2016-05-257-60/+0
|
* [build] Move express dependency to package.jsonJohn Firebaugh2016-05-252-7/+5
|
* [android] #5075 - Setting MapboxAccountManager as preferred source for ↵Brad Leege2016-05-252-2/+14
| | | | access token
* [android] #5075 - Removing options.accessToken() usage in ↵Brad Leege2016-05-252-2/+0
| | | | MapFragmentActivity and SupportMapFragmentActivity
* [android] #5075 - Adding deprecation noticesBrad Leege2016-05-253-3/+9
|
* [ios] Fix points/shapes typo that caused crash (#5142)Jason Wray2016-05-251-1/+1
| | | https://github.com/mapbox/mapbox-gl-native/pull/5097 introduced different arrays for points and shapes, but only ever attempted to use the points array. Adding a shape would crash.
* [core] rename TileData::State to DataAvailability and make it privateKonstantin Käfer2016-05-2510-60/+55
|
* [core] split TileData::State::obsolete into its own thingKonstantin Käfer2016-05-258-28/+23
|
* [core] normalize TileData::State::obsolete handlingKonstantin Käfer2016-05-252-12/+5
|
* [core] remove TileData::State::loadedKonstantin Käfer2016-05-255-28/+11
|
* [core] remove unused TileData::hasData()Konstantin Käfer2016-05-255-14/+0
|
* [core] remove unused TileData::State::invalidKonstantin Käfer2016-05-253-11/+1
|
* [core] TileData::isReady() => TileData::isRenderable()Konstantin Käfer2016-05-256-15/+11
|
* [core] use #pragma once instead of ifdef include guardsKonstantin Käfer2016-05-25206-829/+211
|
* [android] #5126 - Setting per commit and nightly builds to BUILDTYPE=ReleaseBrad Leege2016-05-251-0/+2
|
* [android] - add unit test for MarkerViewTobrun Van Nuland2016-05-252-0/+215
|
* [android] #5131 - update okhttp dependencyTobrun Van Nuland2016-05-251-1/+1
|
* [android] #5079 - add anchor and InfoWindowAnchor to MarkerViewTobrun Van Nuland2016-05-257-88/+111
|
* [android] #5115 - add visible integration to MarkerViewTobrun Van Nuland2016-05-254-6/+38
|
* [android] #5102 - update marker view position correctly by comparing markers ↵Tobrun Van Nuland2016-05-252-19/+2
| | | | based on id instead of location
* [ios] Set backup exclusion flag after initializing DefaultFileSource (#5124)Jason Wray2016-05-243-7/+31
| | | Speculatively fixes #511, where apps mistakenly backup the offline/ambient cache.
* [android] #5058 - Deprecating get/set Access Token In OfflineManager and ↵Brad Leege2016-05-242-6/+17
| | | | automatically setting it if MapboxAccountManager is in use
* Revert "[android] update NDK to r11c"Brad Leege2016-05-241-0/+0
| | | | This reverts commit 25c4436d37d84cb8eb800385b412e784a0789087.
* [osx] Added stencil buffer optionMinh Nguyễn2016-05-245-1/+41
| | | | Added an option to display the stencil buffer instead of the color buffer in osxapp.
* [Qt] Cycle debug options in Qt example appBruno de Oliveira Abinader2016-05-241-1/+8
|
* [Qt] Consider pixel ratio in View::getFramebufferSize()Bruno de Oliveira Abinader2016-05-241-0/+5
|
* [core] Move GLFW stencil clip debug to coreBruno de Oliveira Abinader2016-05-247-56/+57
| | | | | | This makes the stencil clip debug available to all platforms. Fixes #4669.
* [core] Added PixelZoom, RasterPos to GL configBruno de Oliveira Abinader2016-05-243-0/+21
|
* [build] Switch default BUILDTYPE to DebugJohn Firebaugh2016-05-241-1/+1
|