| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactor util::fontStacks() | Mikhail Pozdnyakov | 2018-11-19 | 2 | -0/+28 |
* | [core] Add static layer properties to mbgl::style::LayerTypeInfo | Alexander Shalamov | 2018-11-19 | 11 | -16/+114 |
* | [core][android] Introduce mbgl::style::LayerTypeInfo | Mikhail Pozdnyakov | 2018-11-15 | 22 | -187/+114 |
* | noexcept specifier for layer factory methods | Mikhail Pozdnyakov | 2018-11-07 | 22 | -43/+43 |
* | Refer corresponding LayerFactory instance from the Layer::Impl | Mikhail Pozdnyakov | 2018-11-07 | 22 | -20/+228 |
* | Introduce the style::Layer factory classes | Mikhail Pozdnyakov | 2018-10-31 | 10 | -0/+183 |
* | Remove style::Layer::is()/as() | Mikhail Pozdnyakov | 2018-10-31 | 1 | -5/+0 |
* | Consolidate `style::Layer` properties API | Mikhail Pozdnyakov | 2018-10-25 | 11 | -517/+44 |
* | [core] Initial implementation of 'format' expression | Chris Loer | 2018-10-15 | 2 | -15/+20 |
* | Port symbol-z-order symbol layout style-spec property to Nativeupstream/sort-by-y | ryanhamley | 2018-09-07 | 2 | -0/+41 |
* | [core] Implement CrossFadedDataDrivenProperty to add support for feature expr... | Molly Lloyd | 2018-08-31 | 8 | -6/+8 |
* | [core] Add `line-gradient` property | Mikhail Pozdnyakov | 2018-08-23 | 2 | -1/+61 |
* | [core] make style/conversion.hpp implementation private | Konstantin Käfer | 2018-08-19 | 10 | -10/+10 |
* | [core] Factor out setVisibility conversion | John Firebaugh | 2018-08-13 | 10 | -130/+10 |
* | [core] Optimize generated set{Paint,Layout}Property code | John Firebaugh | 2018-08-13 | 12 | -1292/+2249 |
* | [core] Eliminate setProperty & co. | John Firebaugh | 2018-08-13 | 11 | -4/+2309 |
* | [core] Replace remaining dynamic_cast with static_cast | Bruno de Oliveira Abinader | 2018-08-08 | 6 | -6/+6 |
* | [core] Merge DataDrivenPropertyValue into PropertyValue (#12513) | John Firebaugh | 2018-07-31 | 6 | -141/+141 |
* | Rename `HeatmapColorPropertyValue` to `ColorRampPropertyValue` | Mikhail Pozdnyakov | 2018-07-05 | 4 | -7/+12 |
* | [core] add raster-resampling property (#12176)upstream/rclee | Molly Lloyd | 2018-06-21 | 2 | -0/+32 |
* | Update layer immediately when changing its max/min zoom level (#11399) | Łukasz Paczos | 2018-04-12 | 10 | -0/+20 |
* | Use a host interface for CustomLayer instead of function pointers (#11553) | Asheem Mamoowala | 2018-04-02 | 3 | -34/+8 |
* | [core, ios, macos, android, node] Heatmap layer (#11046) | Vladimir Agafonkin | 2018-02-15 | 7 | -0/+337 |
* | [core] add raster-dem source type and hillshade layer type (#10642) | Molly Lloyd | 2018-01-23 | 6 | -1/+329 |
* | [core, ios, macos, android] Add data-driven-styling support for `text-font` | John Firebaugh | 2018-01-10 | 2 | -4/+4 |
* | [core] custom layer - add contextLost callback | Ivo van Dongen | 2017-09-22 | 3 | -1/+14 |
* | [core][ios][macos][android]DDS-ify `text-letter-spacing` and `text-max-width` | Asheem Mamoowala | 2017-08-30 | 2 | -8/+8 |
* | Implement icon-anchor property | Lauren Budorick | 2017-08-28 | 2 | -5/+27 |
* | [core][android][macos][ios] Implement property functions for line-join, text-... | Lauren Budorick | 2017-07-26 | 4 | -12/+12 |
* | [core] Update shaders. | Chris Loer | 2017-07-12 | 2 | -0/+22 |
* | [core] Implement circle-pitch-alignment property | Chris Loer | 2017-07-06 | 2 | -0/+32 |
* | [core] Refactor CustomLayer internals | John Firebaugh | 2017-06-22 | 2 | -34/+0 |
* | [core] Enable property functions for line-width (#9250) | Lauren Budorick | 2017-06-19 | 2 | -4/+4 |
* | [core] add DataDrivenPaintProperty uniform template class to generation scrip... | Lauren Budorick | 2017-06-16 | 3 | -0/+3 |
* | [core] rename a_gap_width => a_gapwidth, u_gap_width => u_gapwidth to reflect... | Konstantin Käfer | 2017-06-14 | 1 | -1/+1 |
* | [core] add uniforms to DataDrivenPaintPropertys | Konstantin Käfer | 2017-06-13 | 5 | -28/+33 |
* | [core] Simplify LayerObserver API | John Firebaugh | 2017-06-05 | 9 | -233/+113 |
* | [core] Refactor RenderSource updates | John Firebaugh | 2017-06-05 | 16 | -0/+62 |
* | [core] cleanup debug logging | Ivo van Dongen | 2017-05-24 | 1 | -2/+0 |
* | [core, node, darwin, qt] Remove support for paint classes | John Firebaugh | 2017-05-15 | 8 | -531/+531 |
* | [core] cascade ⇢ transition / cascading ⇢ transitionable | John Firebaugh | 2017-05-15 | 15 | -15/+15 |
* | [core] Unify {Paint,Layout,Light}Properties | John Firebaugh | 2017-05-15 | 18 | -102/+102 |
* | [core] *LayerImpl::cascading ⇢ paint | John Firebaugh | 2017-05-15 | 15 | -251/+251 |
* | [core] Split style image collection from SpriteAtlas | Ivo van Dongen | 2017-05-12 | 1 | -1/+0 |
* | [core] Replace createRender{Source,Layer} with Render{Source,Layer}::create | John Firebaugh | 2017-05-12 | 16 | -56/+0 |
* | [core] Immutable Impls | John Firebaugh | 2017-05-12 | 25 | -653/+1207 |
* | [core] Render fill-extrusion layers (#8431) | Lauren Budorick | 2017-04-27 | 1 | -2/+0 |
* | [core] Tweak handling of annotation special case SpriteAtlas | John Firebaugh | 2017-04-26 | 1 | -2/+0 |
* | [core] split off render layers | Ivo van Dongen | 2017-04-25 | 25 | -722/+312 |
* | [core] account for property functions in query rendered features | Ivo van Dongen | 2017-04-19 | 6 | -53/+49 |