Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ios, build] Remove unnecessary clean step from release packaging | Jason Wray | 2019-03-12 | 1 | -1/+0 |
| | |||||
* | [node] Change Map/FileSource relationship to composition | Bruno de Oliveira Abinader | 2019-03-12 | 2 | -12/+27 |
| | |||||
* | [darwin] Fix MGLMapView.direction wrapping | Jason Wray | 2019-03-12 | 5 | -13/+113 |
| | | | Re-adds the 0-to-360° wrapping for MGLMapView.direction. Without this wrapping, we’d get ±180° from core, which results in invalid CLLocationDirection for the negative half of the rotational spectrum. | ||||
* | [android] set a blank style when an empty builder is provided | Łukasz Paczos | 2019-03-12 | 2 | -15/+17 |
| | |||||
* | [android] explicitly declare MapboxIssueRegistry's lint version | Łukasz Paczos | 2019-03-12 | 1 | -0/+4 |
| | |||||
* | [android] fix quick-zoom + double-tap gestures combo regression | Łukasz Paczos | 2019-03-12 | 1 | -4/+18 |
| | |||||
* | [core] add texture bindings to draw call instead of Context member fn | Konstantin Käfer | 2019-03-12 | 50 | -237/+374 |
| | |||||
* | [core] add texture bindings to draw call invocations | Konstantin Käfer | 2019-03-12 | 17 | -26/+127 |
| | |||||
* | [core] add place for specifying textures/samplers separately from uniforms | Konstantin Käfer | 2019-03-12 | 16 | -0/+28 |
| | |||||
* | [core] use abstract Context interface where possible | Konstantin Käfer | 2019-03-12 | 31 | -48/+43 |
| | |||||
* | [core] move Texture to the gfx namespace | Konstantin Käfer | 2019-03-12 | 21 | -137/+182 |
| | |||||
* | [core] move Texture related enums to gfx namespace | Konstantin Käfer | 2019-03-12 | 20 | -117/+167 |
| | |||||
* | [iOS] Enable developers to change position of ornaments (#13911) | Lloyd Sheng | 2019-03-11 | 13 | -229/+558 |
| | | | | | | | * APIs for change position of ornaments * Use anchors APIs and emove iOS8 layout code * Add ornaments layout tests | ||||
* | [android] throw an exception if the component is accessed before the activation | Łukasz Paczos | 2019-03-11 | 3 | -4/+50 |
| | |||||
* | [android] remove unnecessary JSON style declaration in the gradient line example | Łukasz Paczos | 2019-03-11 | 1 | -1/+0 |
| | |||||
* | [core, node] Use es5 syntax for imports in expressions tests | Alexander Shalamov | 2019-03-11 | 1 | -3/+3 |
| | | | | | Instead of forcing ES6 module syntax, at this point, it is less distruptive to fix expression tests to use ES5 import syntax. | ||||
* | Revert "[core] Use ES6 import / export syntax for node test harness" | Alexander Shalamov | 2019-03-11 | 5 | -13/+13 |
| | | | | This reverts commit c6598fc5da063f9b60204639cd619647cbbc89da. | ||||
* | [Qt] Fix race when locking a FileSource | Thiago Marcos P. Santos | 2019-03-08 | 1 | -2/+5 |
| | | | | | | We were returning the FileSource, it could have expired already. We _need_ to check if the lock() on the weak pointer worked before returning. | ||||
* | [core] Add MapOptions to define properties of Map | Sudarsana Babu Nagineni | 2019-03-08 | 26 | -50/+326 |
| | | | | | | To simplify the Map constructor, introduce MapOptions interface to define the properties that can be set on a Map. | ||||
* | [android] publish SNAPSHOTs to oss.jfrog.org | Łukasz Paczos | 2019-03-08 | 6 | -3/+28 |
| | |||||
* | [core] consolidate Axonometric rendering API | Sudarsana Babu Nagineni | 2019-03-08 | 9 | -68/+89 |
| | | | | | | | Instead of having individual APIs for setting axonometric and skew options, create ProjectionMode struct that holds all the relevant options for Axonometric rendering and introduce setter/getter on the Map for those options. | ||||
* | [core] Use ES6 import / export syntax for node test harness | Alexander Shalamov | 2019-03-08 | 5 | -13/+13 |
| | |||||
* | [ios, macos] Fix a bug with multiple format expressions. (#14064) | Fabian Guerra Soto | 2019-03-07 | 4 | -1/+32 |
| | | | | Fixed a bug where `format` expressions using the generic `MGL_FUNCTION` binding ignored multiple formatting parameters. | ||||
* | [ios] Reset access token state after running tests | Jason Wray | 2019-03-07 | 5 | -1/+13 |
| | |||||
* | [ios] Enable test run-order randomization | Jason Wray | 2019-03-07 | 1 | -1/+2 |
| | |||||
* | [ios] Trigger mobile metrics tests (#14061) | Julian Rex | 2019-03-07 | 1 | -0/+10 |
| | |||||
* | [android] changelog for 7.3.0-alpha.1android-v7.3.0-alpha.1 | Łukasz Paczos | 2019-03-07 | 1 | -0/+19 |
| | |||||
* | [android] get vector drawables using AppCompatResources and set vector ↵ | Łukasz Paczos | 2019-03-07 | 9 | -58/+63 |
| | | | | drawables programmatically | ||||
* | [android] ignore SNAPSHOT builds | Łukasz Paczos | 2019-03-07 | 1 | -1/+4 |
| | |||||
* | [android] build correct POM when publishing to maven | Łukasz Paczos | 2019-03-07 | 9 | -286/+89 |
| | |||||
* | [android] initial additions for bintray plugin setup | Langston Smith | 2019-03-07 | 9 | -5/+172 |
| | |||||
* | [ios] Release ios-v4.10.0-alpha.1 (#14056)ios-v4.10.0-alpha.1 | Jordan Kiley | 2019-03-06 | 4 | -4/+4 |
| | |||||
* | Removed hybrid library table from readme | Minh Nguyễn | 2019-03-06 | 1 | -8/+1 |
| | | | Most of the hybrid libraries have already been removed. The OSM Wiki has a fuller listing of GL-based libraries enjoying varying levels of maintenance. | ||||
* | [darwin, build] Explicitly specify number of jobs for CLI builds | Jason Wray | 2019-03-06 | 1 | -2/+4 |
| | |||||
* | [build] Adjust CircleCI resource classes and job counts | Jason Wray | 2019-03-06 | 1 | -18/+22 |
| | |||||
* | [core] util::wrap(): std::fmod is not lossless | Bruno de Oliveira Abinader | 2019-03-06 | 2 | -82/+93 |
| | |||||
* | Update mapbox-gl-js submodule to v0.53.0 | Mikhail Pozdnyakov | 2019-03-06 | 27 | -863/+920 |
| | |||||
* | [core] introduce gfx::Context and move Buffer creation/update methods to it | Konstantin Käfer | 2019-03-06 | 5 | -50/+83 |
| | |||||
* | [core] move BufferUsage enum to gfx namespace | Konstantin Käfer | 2019-03-06 | 6 | -26/+42 |
| | |||||
* | [core] rename gl/*_buffer.hpp to gl/*_buffer_resource.hpp | Konstantin Käfer | 2019-03-06 | 6 | -6/+6 |
| | |||||
* | [core] move VertexBuffer<> to gfx namespace | Konstantin Käfer | 2019-03-06 | 23 | -68/+100 |
| | |||||
* | [core] move IndexBuffer to gfx namespace | Konstantin Käfer | 2019-03-06 | 21 | -49/+85 |
| | |||||
* | [core] unify *Buffer/Vector naming | Konstantin Käfer | 2019-03-06 | 17 | -52/+52 |
| | |||||
* | [core] make vertex descriptors constexpr | Konstantin Käfer | 2019-03-06 | 9 | -152/+310 |
| | |||||
* | [core] remove unused template parameter from gl::IndexBuffer | Konstantin Käfer | 2019-03-06 | 16 | -24/+23 |
| | |||||
* | [core] move VertexVector/IndexVector to gfx namespace | Konstantin Käfer | 2019-03-06 | 20 | -107/+158 |
| | |||||
* | [android] - fix dialog fragment setup, add regression test | tobrun | 2019-03-06 | 2 | -9/+52 |
| | |||||
* | [android] - clear callbacks as part of OnDestroy not as part of OnDestroyView | tobrun | 2019-03-06 | 8 | -7/+94 |
| | |||||
* | Add option to prefetch low-resolution tiles (#14031) | m-stephen | 2019-03-06 | 3 | -0/+21 |
| | | | * Add option to prefetch low-resolution tiles | ||||
* | [build, ios] Replace 'nightly' build with snapshot | Jason Wray | 2019-03-05 | 7 | -52/+55 |
| |