| Commit message (Expand) | Author | Age | Files | Lines |
* | [core] Restore support for *-transition properties | John Firebaugh | 2017-02-09 | 1 | -0/+46 |
* | [core, ios, macos] Refactor composite stop types and conversions | John Firebaugh | 2017-02-09 | 1 | -3/+6 |
* | [core] default value support in categorical function conversion | Ivo van Dongen | 2017-02-02 | 2 | -2/+98 |
* | [core] Add support for data-driven styling | John Firebaugh | 2017-02-02 | 5 | -110/+131 |
* | [core] remove trailing whitespace, add trailing newlines, add space after // | Konstantin Käfer | 2017-01-27 | 4 | -20/+20 |
* | [core] Fix calculation of delayed transitions | John Firebaugh | 2017-01-17 | 1 | -0/+94 |
* | [core] add tests for function parsing | Konstantin Käfer | 2017-01-16 | 1 | -0/+54 |
* | [tests] Sidestep a gcc or gtest bug | John Firebaugh | 2017-01-11 | 1 | -5/+5 |
* | [core] Fix flickering caused by regression in #7586 | John Firebaugh | 2017-01-10 | 1 | -4/+4 |
* | [core] Get rid of user-specified refs | John Firebaugh | 2017-01-04 | 2 | -0/+142 |
* | [core] Correct boolean function interpolation | John Firebaugh | 2016-12-22 | 1 | -10/+20 |
* | [core] guard against duplicate layer ids | Ivo van Dongen | 2016-12-12 | 1 | -0/+28 |
* | [core] Functions must have at least one stop | John Firebaugh | 2016-12-01 | 1 | -6/+0 |
* | [core] guard against duplicate source id’s | Ivo van Dongen | 2016-11-30 | 1 | -0/+21 |
* | [build] upgrade to variant 1.1.4 and dependencies | Konstantin Käfer | 2016-11-28 | 2 | -9/+9 |
* | [build] move logging to util | Konstantin Käfer | 2016-11-22 | 2 | -2/+2 |
* | [build] move default ThreadPool implementation to platform/default | Konstantin Käfer | 2016-11-22 | 1 | -1/+1 |
* | [core] Convert style properties to a tuple-based approach | John Firebaugh | 2016-11-17 | 1 | -3/+3 |
* | [core] symbol layer - recalculate style on icon/text size changes | Ivo van Dongen | 2016-11-11 | 1 | -1/+1 |
* | [core] change std::array<uint16_t, 2> to mbgl::Size | Konstantin Käfer | 2016-10-27 | 1 | -1/+1 |
* | [core] fixup formatting | Ivo van Dongen | 2016-10-21 | 1 | -11/+11 |
* | [core] [node] pass thread pool impl to Map constructor | Mike Morris | 2016-10-20 | 1 | -1/+1 |
* | [core] reload geojson source on url change | Ivo van Dongen | 2016-10-20 | 1 | -0/+34 |
* | [test] add .test.cpp suffix to test case files | Konstantin Käfer | 2016-09-28 | 8 | -0/+0 |
* | [core] Source-driven attribution | Minh Nguyễn | 2016-09-26 | 1 | -0/+39 |
* | [core] Trigger Update::RecalculateStyle when toggling layer visibility | Bruno de Oliveira Abinader | 2016-09-26 | 1 | -2/+15 |
* | [core] Merge GlyphStore and GlyphAtlas | John Firebaugh | 2016-09-19 | 1 | -144/+0 |
* | [core] Merge SpriteStore and SpriteAtlas | John Firebaugh | 2016-09-19 | 1 | -0/+0 |
* | [core] Use an actor model for tile worker concurrency | John Firebaugh | 2016-09-16 | 2 | -16/+16 |
* | [core] Correct evaluation of interval functions | clydebarrow | 2016-09-16 | 1 | -0/+11 |
* | [core] upgrade RapidJSON to 1.1.0 | Konstantin Käfer | 2016-09-15 | 1 | -5/+6 |
* | [core] change bool to enum class bool TileLoadState | Konstantin Käfer | 2016-09-07 | 1 | -4/+4 |
* | [core] Observe visibility changes | John Firebaugh | 2016-09-06 | 1 | -0/+14 |
* | [core] Initial state of Source::Impl::enabled must be true | John Firebaugh | 2016-09-06 | 1 | -0/+4 |
* | [core, ios, android, qt] Observe style layer mutations rather than requiring ... | John Firebaugh | 2016-09-06 | 1 | -0/+44 |
* | [core] remove unused TimePoint during Source update | Konstantin Käfer | 2016-09-05 | 1 | -1/+0 |
* | [core] Source::update => Source::{load,parse}Tiles, Source::load => Source::l... | Konstantin Käfer | 2016-09-05 | 1 | -18/+18 |
* | [core] Emit MapChangeDidFailLoadingMap when the style cannot be loaded or parsed | Thiago Marcos P. Santos | 2016-08-24 | 1 | -1/+6 |
* | [core] #6071 - extract GeoJSONOptions conversion from GeoJSONSource conversion | Ivo van Dongen | 2016-08-23 | 1 | -0/+68 |
* | [core] parse more Style JSON properties | Konstantin Käfer | 2016-08-19 | 1 | -0/+34 |
* | [core] Add support for $id key to filters | John Firebaugh | 2016-07-18 | 1 | -62/+74 |
* | [core] geometry@0.8.0 / geojsonvt@6.0.0 (#5514) | Young Hahn | 2016-07-06 | 1 | -5/+2 |
* | [core] Adjust layer source properties to better reflect reality | John Firebaugh | 2016-06-24 | 2 | -11/+11 |
* | [core] Split up and clean up conversion.hpp | John Firebaugh | 2016-06-24 | 1 | -1/+2 |
* | [core] Remove TexturePool from style::UpdateParameters (#5442) | John Firebaugh | 2016-06-22 | 1 | -3/+0 |
* | [core, node] Node bindings for setFilter | John Firebaugh | 2016-06-21 | 1 | -2/+3 |
* | [core] Runtime source API: private impls | John Firebaugh | 2016-06-16 | 3 | -46/+47 |
* | [core] Prepare Filter and FilterEvaluator for extraction (#5366) | John Firebaugh | 2016-06-15 | 1 | -31/+6 |
* | [core] Use variant<std::string, Tileset> in TileSource | John Firebaugh | 2016-06-15 | 3 | -56/+63 |
* | Color class (#5361) | Young Hahn | 2016-06-15 | 1 | -1/+2 |