| Commit message (Expand) | Author | Age | Files | Lines |
* | [core] Convert "legacy" filters directly into expressions (#11610) | Lucas Wojciechowski | 2018-05-10 | 3 | -5/+71 |
* | Don't enforce ["zoom"] constraints for filters (#11672) | Anand Thakker | 2018-04-12 | 2 | -3/+13 |
* | [core] Round-trip linear interpolators | Minh Nguyễn | 2018-03-30 | 1 | -1/+3 |
* | [core] Stringify expression syntax, not function syntax | John Firebaugh | 2018-03-14 | 1 | -12/+13 |
* | [core] TileJSON conversion clamps bounds longitude to [-180,180], per spec | Asheem Mamoowala | 2018-03-09 | 1 | -0/+10 |
* | [core] Add expression filter support (#11251) | Lucas Wojciechowski | 2018-03-09 | 1 | -76/+64 |
* | TileJSON Bounds allows values inclusive of world extents | Asheem Mamoowala | 2018-02-12 | 1 | -0/+10 |
* | [core] don't force downloading of Open Sans fonts | Konstantin Käfer | 2018-01-25 | 1 | -0/+21 |
* | [core] add raster-dem source type and hillshade layer type (#10642) | Molly Lloyd | 2018-01-23 | 1 | -0/+194 |
* | [core, ios, macos, android] Add data-driven-styling support for `text-font` | John Firebaugh | 2018-01-10 | 1 | -0/+75 |
* | Support TileJSON bounds property (#10701) | Asheem Mamoowala | 2018-01-05 | 1 | -0/+72 |
* | [core] Use Actors for CustomTileLoader invocation from bindings. | Asheem Mamoowala | 2017-11-22 | 1 | -2/+2 |
* | [core] Custom Geometry Sources | Asheem Mamoowala | 2017-11-22 | 1 | -0/+37 |
* | Implement Expressions (#9439) | Anand Thakker | 2017-11-08 | 3 | -0/+142 |
* | [core] Use convertJSON instead of RapidJSON directly | John Firebaugh | 2017-10-16 | 5 | -50/+23 |
* | [core] Move SourceType to the 'style' namespace | Anand Thakker | 2017-10-16 | 1 | -0/+1 |
* | [core] Add minzoom to GeoJSONOptions | Konstantin Käfer | 2017-09-28 | 1 | -0/+2 |
* | [core] Added Style::getDefaultCamera() | Bruno de Oliveira Abinader | 2017-08-11 | 1 | -9/+9 |
* | [core] mutate style on annotation mutations immediately | Ivo van Dongen | 2017-07-18 | 1 | -1/+3 |
* | [core][ios][android][macos] Use premultiplied image directly for RasterTile a... | Asheem Mamoowala | 2017-07-17 | 1 | -1/+1 |
* | [core] Use shared pointer to manage Image source raster data and speed up cha... | Asheem Mamoowala | 2017-07-17 | 1 | -1/+1 |
* | [core] GCC 4.9 bracket initialization issues | Bruno de Oliveira Abinader | 2017-07-12 | 1 | -3/+6 |
* | [core] GCC 4.9 is unable to deduce ctors when using bracket init | Bruno de Oliveira Abinader | 2017-07-12 | 1 | -1/+2 |
* | [core] Move setStyleJSON/URL to Style; add Map::setStyle | John Firebaugh | 2017-06-22 | 2 | -9/+9 |
* | [all] Promote Style to public API | John Firebaugh | 2017-06-22 | 2 | -6/+6 |
* | [core] Trigger repaint on source changes | Asheem Mamoowala | 2017-06-19 | 1 | -1/+1 |
* | [iOS][macOS] Export `MGLImageSource`, add and update documentation. Use anima... | Asheem Mamoowala | 2017-06-19 | 1 | -1/+1 |
* | [core] Fix composite function approximation for non-integer stops | John Firebaugh | 2017-06-16 | 1 | -0/+25 |
* | [core] Per-bucket icon atlases | John Firebaugh | 2017-06-13 | 1 | -3/+3 |
* | [core] Per-bucket glyph atlases | John Firebaugh | 2017-06-13 | 1 | -3/+3 |
* | [core] Simplify LayerObserver API | John Firebaugh | 2017-06-05 | 1 | -4/+16 |
* | [core] Refactor RenderSource updates | John Firebaugh | 2017-06-05 | 1 | -19/+87 |
* | [core] Use fixed-size std::array for ImageSource coordinates | Asheem Mamoowala | 2017-06-01 | 1 | -1/+1 |
* | [core] Add ImageSource support to style parsers | Asheem Mamoowala | 2017-06-01 | 1 | -0/+40 |
* | [core] check source usage before remove | Ivo van Dongen | 2017-05-30 | 1 | -0/+32 |
* | [core] Auto-growable SpriteAtlas using shelf-pack | John Firebaugh | 2017-05-26 | 1 | -1/+1 |
* | [core] Make ExponentialStops behavior consistent; add tests | John Firebaugh | 2017-05-19 | 2 | -0/+40 |
* | [core] Remove ambiguous get{Width,Height} accessors from style::Image | John Firebaugh | 2017-05-17 | 1 | -4/+0 |
* | [core, node, darwin, android, qt] Make image ID part of Image | John Firebaugh | 2017-05-16 | 1 | -5/+5 |
* | [core, node, darwin, qt] Remove support for paint classes | John Firebaugh | 2017-05-15 | 1 | -12/+2 |
* | [core] Unify {Paint,Layout,Light}Properties | John Firebaugh | 2017-05-15 | 2 | -26/+34 |
* | [core] *LayerImpl::cascading ⇢ paint | John Firebaugh | 2017-05-15 | 1 | -4/+4 |
* | [core] Split style image collection from SpriteAtlas | Ivo van Dongen | 2017-05-12 | 1 | -6/+6 |
* | [core] Replace createRender{Source,Layer} with Render{Source,Layer}::create | John Firebaugh | 2017-05-12 | 1 | -9/+9 |
* | [core] Immutable Impls | John Firebaugh | 2017-05-12 | 3 | -72/+53 |
* | [tidy] modernize-raw-string-literal | Bruno de Oliveira Abinader | 2017-05-12 | 4 | -19/+19 |
* | [tidy] modernize-use-using | Bruno de Oliveira Abinader | 2017-05-12 | 1 | -2/+2 |
* | [core, android] Factor JSON string conversions | John Firebaugh | 2017-05-08 | 1 | -37/+0 |
* | [core] generated accessor methods on light | Ivo van Dongen | 2017-05-08 | 1 | -19/+19 |
* | [core] Omnibus Style::update method | John Firebaugh | 2017-05-04 | 1 | -4/+8 |