| Commit message (Expand) | Author | Age | Files | Lines |
* | [android, ios, macos] Generate symbol-placement: line-center wrappers | Chris Loer | 2018-07-23 | 1 | -0/+3 |
* | [core] Replace {Source,Camera,Composite}Function with PropertyExpression | John Firebaugh | 2018-07-20 | 3 | -62/+34 |
* | Rename `HeatmapColorPropertyValue` to `ColorRampPropertyValue` | Mikhail Pozdnyakov | 2018-07-05 | 1 | -5/+5 |
* | [core] add raster-resampling property (#12176)upstream/rclee | Molly Lloyd | 2018-06-21 | 4 | -0/+30 |
* | [core] Convert "legacy" filters directly into expressions (#11610) | Lucas Wojciechowski | 2018-05-10 | 1 | -7/+5 |
* | Rework expression conversion (#11490) | Tobrun | 2018-04-10 | 5 | -144/+20 |
* | Use a host interface for CustomLayer instead of function pointers (#11553) | Asheem Mamoowala | 2018-04-02 | 2 | -8/+4 |
* | Expression filters (#11429) | Tobrun | 2018-03-19 | 2 | -1/+39 |
* | [android] - add expression conversion, add getters (#11352) | Tobrun | 2018-03-08 | 13 | -405/+132 |
* | [android] expose ImageSource coordinates setter (#11262) | Łukasz Paczos | 2018-03-01 | 2 | -1/+9 |
* | [android] - add default heatmap color to getter | Tobrun | 2018-03-01 | 2 | -1/+18 |
* | [android] - add heatmap color property | Tobrun | 2018-03-01 | 3 | -0/+22 |
* | [core, ios, macos, android, node] Heatmap layer (#11046) | Vladimir Agafonkin | 2018-02-15 | 4 | -0/+189 |
* | Add options for Custom Geometry Source types to enable clipping and wrapping ... | Asheem Mamoowala | 2018-02-07 | 1 | -1/+1 |
* | [android] - add binding integration for RasterDEMSource, add example | Tobrun | 2018-01-25 | 3 | -0/+98 |
* | [core] update mapbox-gl-js submodule pin | Konstantin Käfer | 2018-01-24 | 2 | -17/+0 |
* | [core] add raster-dem source type and hillshade layer type (#10642) | Molly Lloyd | 2018-01-23 | 6 | -0/+265 |
* | [android] - fix code generation, remove lamda, fixup color conversion locale | tobrun | 2018-01-09 | 2 | -17/+0 |
* | [android] Use inherited javaPeer in CustomGeometrySource C++ peer | Asheem Mamoowala | 2017-11-22 | 2 | -18/+29 |
* | [android] Reuse Java Source objects by holding on to a strong reference in th... | Asheem Mamoowala | 2017-11-22 | 16 | -157/+166 |
* | [android] Bindings for Custom Geometry Sources | Asheem Mamoowala | 2017-11-22 | 3 | -0/+172 |
* | Replace compile-time polymorphism with runtime polymorphism in the conversion... | John Firebaugh | 2017-10-23 | 8 | -113/+111 |
* | [android] CustomLayer - optionally accept a context lost callback function | Ivo van Dongen | 2017-09-22 | 2 | -3/+4 |
* | Implement icon-anchor property | Lauren Budorick | 2017-08-28 | 4 | -32/+41 |
* | [android] rendering interface changes | Ivo van Dongen | 2017-07-18 | 14 | -51/+65 |
* | [core][ios][android][macos] Use premultiplied image directly for RasterTile a... | Asheem Mamoowala | 2017-07-17 | 1 | -2/+1 |
* | [core] Update shaders. | Chris Loer | 2017-07-12 | 2 | -0/+9 |
* | [core] Implement circle-pitch-alignment property | Chris Loer | 2017-07-06 | 2 | -0/+9 |
* | [all] Promote Style to public API | John Firebaugh | 2017-06-22 | 4 | -2/+6 |
* | [android] Add ImageSource bindings | Asheem Mamoowala | 2017-06-19 | 4 | -29/+55 |
* | [iOS][macOS] Add ImageSource bindings | Asheem Mamoowala | 2017-06-19 | 2 | -0/+114 |
* | Merge release-ios-v3.6.0-android-v5.1.0 to master (#9170) | Tobrun | 2017-06-02 | 9 | -0/+506 |
* | [core] Use fixed-size std::array for ImageSource coordinates | Asheem Mamoowala | 2017-06-01 | 1 | -2/+1 |
* | [core] Add toDouble Conversion method for correctly parsing Lat Lng coordinates | Asheem Mamoowala | 2017-06-01 | 1 | -0/+9 |
* | [android] replace branches on layer types with visitors | Ivo van Dongen | 2017-05-23 | 2 | -90/+83 |
* | [android] owning constructor for custom layer | Ivo van Dongen | 2017-05-23 | 2 | -0/+6 |
* | [core, node, darwin, qt] Remove support for paint classes | John Firebaugh | 2017-05-15 | 1 | -1/+1 |
* | [android] url getter on sources | Ivo van Dongen | 2017-05-11 | 6 | -2/+26 |
* | [core, android] Factor JSON string conversions | John Firebaugh | 2017-05-08 | 1 | -12/+2 |
* | [core] Throw exceptions by value | Konstantin Käfer | 2017-05-05 | 2 | -2/+2 |
* | [android] - add 3D buildings example (#8845) | Tobrun | 2017-05-03 | 1 | -0/+2 |
* | [all] Push querySourceFeatures back out to Map | John Firebaugh | 2017-05-02 | 2 | -5/+8 |
* | [core] Render fill-extrusion layers (#8431) | Lauren Budorick | 2017-04-27 | 4 | -0/+274 |
* | [android] - expose source layer identifier (#8709) | Tobrun | 2017-04-19 | 3 | -3/+24 |
* | [android] - derived source attribution (#8630) | Tobrun | 2017-04-13 | 2 | -1/+9 |
* | [android] - transition options for layer properties (#8509) | Tobrun | 2017-03-31 | 18 | -16/+883 |
* | [android] add option to set geometry and feature on geojson source | Ivo van Dongen | 2017-03-28 | 2 | -0/+27 |
* | [android] geojson conversion optimisation | Ivo van Dongen | 2017-03-28 | 7 | -41/+50 |
* | [core] Internalize rapidjson.hpp | Bruno de Oliveira Abinader | 2017-03-28 | 1 | -23/+1 |
* | [android] use more appropriate numeric types for filter conversion | Ivo van Dongen | 2017-03-28 | 3 | -5/+16 |