| Commit message (Expand) | Author | Age | Files | Lines |
* | [core] Replace {Source,Camera,Composite}Function with PropertyExpression | John Firebaugh | 2018-07-20 | 7 | -104/+72 |
* | [core] Convert legacy functions directly to expressions | John Firebaugh | 2018-07-13 | 2 | -40/+0 |
* | [core] Introduce "collator" expressions | Chris Loer | 2018-07-03 | 1 | -1/+1 |
* | [core] Add assertions to expression constructors | John Firebaugh | 2018-06-29 | 1 | -1/+1 |
* | [core] Replace use of *Stops with expressions DSL | John Firebaugh | 2018-06-29 | 5 | -191/+97 |
* | [core] fix crash when trying to parse legacy filters | Konstantin Käfer | 2018-06-29 | 1 | -0/+4 |
* | [core] Fix GCC8's new -Wcatch-value warnings | Zsolt Bölöny | 2018-06-25 | 2 | -2/+2 |
* | [core] Fix crash due to mixing legacy filters and expressions (#12065) | Anand Thakker | 2018-06-06 | 1 | -0/+12 |
* | Accept constant expressions in non-dds properties (#11960) | Anand Thakker | 2018-05-23 | 1 | -0/+21 |
* | Clamp TileJSON.bounds latitudes to [-90, 90] (#11964) | Asheem Mamoowala | 2018-05-21 | 1 | -1/+1 |
* | Merge branch 'release-boba' into masterupstream/fabian-merge-release-4.0.1-master | Fabian Guerra | 2018-05-17 | 3 | -5/+71 |
|\ |
|
| * | [core] Convert "legacy" filters directly into expressions (#11610) | Lucas Wojciechowski | 2018-05-10 | 3 | -5/+71 |
* | | [core] Rework spec function/expression taxonomy | Lauren Budorick | 2018-05-14 | 1 | -3/+3 |
* | | [core] Port is-supported-script to native. | Chris Loer | 2018-04-27 | 1 | -1/+1 |
* | | Bump GL JS pin to get tests for global symbol querying. | Chris Loer | 2018-04-25 | 1 | -0/+4 |
|/ |
|
* | 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 |