| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | [android] do not overwrite user-set focal point when tracking location (#10910) | Łukasz Paczos | 2018-01-12 | 1 | -3/+0 |
* | | [android] - move gradle files to dedicated folder | Tobrun | 2018-01-11 | 15 | -57/+40 |
* | | [core] Remove two obsolete ignores | John Firebaugh | 2018-01-11 | 1 | -2/+0 |
* | | [core] fix symbol flickering after data updates | Ansis Brammanis | 2018-01-11 | 5 | -29/+34 |
* | | [glfw] add animated annotations to glfw app for debugging | Ansis Brammanis | 2018-01-11 | 2 | -0/+32 |
* | | [core] fix updating CrossTileSymbolIndex after bucket update | Ansis Brammanis | 2018-01-11 | 1 | -0/+2 |
* | | [android] - retain configuration for user provided focal point and deselect m... | Tobrun | 2018-01-11 | 2 | -0/+26 |
* | | [android] - Firebase configuration update, change device under test to Pixel ... | Tobrun | 2018-01-11 | 1 | -1/+1 |
* | | [android] - add filesource activation/deactivation to OfflineRegion status an... | Tobrun | 2018-01-11 | 2 | -65/+34 |
* | | [android] - check if the render surface has been correctly created before des... | Tobrun | 2018-01-11 | 1 | -1/+3 |
* | | [core] update vector-tile dependency to 1.0.1 | Konstantin Käfer | 2018-01-10 | 1 | -1/+1 |
* | | [core] Add warning for invalid text-font values | John Firebaugh | 2018-01-10 | 3 | -0/+155 |
* | | [core, ios, macos, android] Add data-driven-styling support for `text-font` | John Firebaugh | 2018-01-10 | 44 | -68/+379 |
* | | [build] Update to Xcode 9.2 on CircleCI (#10893) | Jason Wray | 2018-01-10 | 1 | -7/+7 |
* | | [ios] Fix and expand accessibility feature transliteration | Jason Wray | 2018-01-10 | 10 | -17/+168 |
* | | [core] Account for circle-stroke-width in queryRenderedFeatures | John Firebaugh | 2018-01-10 | 3 | -7/+6 |
* | | [core] Handle NaN input to interpolate and step | John Firebaugh | 2018-01-10 | 4 | -12/+20 |
* | | [qt][build] Use ninja for compiling Qt for Windows | Thiago Marcos P. Santos | 2018-01-10 | 2 | -5/+9 |
* | | [qt] Make example app build on Windows | Thiago Marcos P. Santos | 2018-01-10 | 1 | -12/+36 |
* | | [qt] Fix import/export symbols declarations | Thiago Marcos P. Santos | 2018-01-10 | 5 | -16/+26 |
* | | [build] Make the appveyor build less verbose | Thiago Marcos P. Santos | 2018-01-10 | 1 | -1/+0 |
* | | [build] Do not override CMake build configuration flags | Thiago Marcos P. Santos | 2018-01-10 | 1 | -3/+3 |
* | | [ios, macos, android] Commit accumulated `make style-code` updates | John Firebaugh | 2018-01-10 | 9 | -73/+47 |
* | | [ios, macos] Add documentation overrides for icon-image and text-field | John Firebaugh | 2018-01-10 | 1 | -0/+6 |
* | | [build] Special case heatmap-color so it doesn't crash `make style-code` | John Firebaugh | 2018-01-10 | 2 | -1/+9 |
* | | [ios, macos] Fixed inconsistent indentation | Minh Nguyễn | 2018-01-10 | 1 | -11/+11 |
* | | [ios, macos] Qualify references to properties in enum docs | Minh Nguyễn | 2018-01-10 | 1 | -0/+7 |
* | | [ios, macos] Update cross-refs to properties in doc comments | Minh Nguyễn | 2018-01-10 | 1 | -4/+6 |
* | | [ios] Make all headers members of both dynamic and static targets (#10851) | Jason Wray | 2018-01-10 | 1 | -7/+89 |
* | | [android] - update changelog for 5.3.1 release | Tobrun | 2018-01-10 | 1 | -0/+12 |
* | | [android] - use the correct cancelable callback after posting the cancelation | tobrun | 2018-01-10 | 3 | -24/+16 |
* | | [core] Omit inferred type annotations for 'coalesce' arguments | John Firebaugh | 2018-01-09 | 4 | -35/+60 |
* | | [core] Fix alpha handling in rgba and to-rgba operators | John Firebaugh | 2018-01-09 | 4 | -10/+10 |
* | | [core] Enable implicit type assertions for array types | John Firebaugh | 2018-01-09 | 2 | -3/+2 |
* | | [core] Improve typing for !=, == expressions | John Firebaugh | 2018-01-09 | 6 | -30/+119 |
* | | [core] Use separate shaders for background and clipping | Lauren Budorick | 2018-01-09 | 20 | -40/+387 |
* | | [core] Update debug collision circle shader. | Chris Loer | 2018-01-09 | 3 | -1/+2 |
* | | [core] blacklist binary program loading for Vivante GC4000 GPUs | Konstantin Käfer | 2018-01-09 | 1 | -1/+4 |
* | | [android] - include request urls when logging out failed http requests | Tobrun | 2018-01-09 | 4 | -23/+59 |
* | | [android] - fix code generation, remove lamda, fixup color conversion locale | tobrun | 2018-01-09 | 19 | -6433/+7585 |
* | | [ios, macos] Removed redundant typedef | Minh Nguyễn | 2018-01-08 | 1 | -5/+0 |
* | | [qt] Refreshed build documentation | Thiago Marcos P. Santos | 2018-01-08 | 2 | -17/+60 |
* | | [windows] Build on AppVeyor CI | Thiago Marcos P. Santos | 2018-01-08 | 2 | -0/+64 |
* | | [windows][core] Add std::tuple replacement for Windows | Thiago Marcos P. Santos | 2018-01-08 | 2 | -5/+24 |
* | | [windows][qt] Add build defines to build Mapbox GL + Qt on Windows | Thiago Marcos P. Santos | 2018-01-08 | 2 | -0/+29 |
* | | [windows][build] Make nodejs/npm optional | Thiago Marcos P. Santos | 2018-01-08 | 3 | -82/+88 |
* | | [windows][core] Define S_ISDIR when not defined | Thiago Marcos P. Santos | 2018-01-08 | 1 | -1/+4 |
* | | [windows][core] Use Qt's own zlib on Windows | Thiago Marcos P. Santos | 2018-01-08 | 1 | -0/+4 |
* | | [windows][core] Add missing != operator to Tileset | Thiago Marcos P. Santos | 2018-01-08 | 1 | -0/+4 |
* | | [windows][core] Include what you use | Thiago Marcos P. Santos | 2018-01-08 | 3 | -0/+3 |