| Commit message (Expand) | Author | Age | Files | Lines |
* | [core] Render Image Source | Asheem Mamoowala | 2017-06-01 | 1 | -1/+1 |
* | [core] Add toDouble Conversion method for correctly parsing Lat Lng coordinates | Asheem Mamoowala | 2017-06-01 | 2 | -5/+6 |
* | [core] Add ImageSource support to style parsers | Asheem Mamoowala | 2017-06-01 | 4 | -1/+128 |
* | [core] ensure layer::accept works with non-void return values on gcc | Ivo van Dongen | 2017-05-30 | 1 | -0/+7 |
* | [core] Don't use a separate SpriteAtlas for annotation images | John Firebaugh | 2017-05-26 | 1 | -0/+1 |
* | [core] forward visitor in layer::accept | Ivo van Dongen | 2017-05-23 | 1 | -8/+8 |
* | [core] Make ExponentialStops behavior consistent; add tests | John Firebaugh | 2017-05-19 | 2 | -4/+2 |
* | [core] Eliminate round-trip through Value in CameraFunction::evaluate | John Firebaugh | 2017-05-19 | 3 | -16/+22 |
* | [core] Remove ambiguous get{Width,Height} accessors from style::Image | John Firebaugh | 2017-05-17 | 1 | -3/+0 |
* | [core, node, darwin, android, qt] Make image ID part of Image | John Firebaugh | 2017-05-16 | 1 | -1/+5 |
* | [core, node, darwin, qt] Remove support for paint classes | John Firebaugh | 2017-05-15 | 12 | -379/+352 |
* | [core] Unify {Paint,Layout,Light}Properties | John Firebaugh | 2017-05-15 | 2 | -2/+2 |
* | [core] Immutable<Impl> for Image | John Firebaugh | 2017-05-15 | 1 | -6/+3 |
* | [core] Split style image collection from SpriteAtlas | Ivo van Dongen | 2017-05-12 | 1 | -5/+12 |
* | [core] Return {Source,Layer}::getID by value | John Firebaugh | 2017-05-12 | 2 | -2/+2 |
* | [core] Immutable Impls | John Firebaugh | 2017-05-12 | 16 | -79/+204 |
* | [tidy] modernize-raw-string-literal | Bruno de Oliveira Abinader | 2017-05-12 | 2 | -2/+2 |
* | [tidy] modernize-use-auto | Bruno de Oliveira Abinader | 2017-05-12 | 1 | -3/+3 |
* | [core, android] Factor JSON string conversions | John Firebaugh | 2017-05-08 | 2 | -4/+12 |
* | [core] delegate light changes to render light | Ivo van Dongen | 2017-05-08 | 3 | -15/+17 |
* | [core] generated accessor methods on light | Ivo van Dongen | 2017-05-08 | 3 | -46/+77 |
* | [core] Remove unused declaration | John Firebaugh | 2017-05-05 | 1 | -5/+0 |
* | [core] Refactor Source::*Impls into RenderSources and TilePyramid | John Firebaugh | 2017-05-02 | 2 | -19/+1 |
* | [all] Push querySourceFeatures back out to Map | John Firebaugh | 2017-05-02 | 2 | -27/+0 |
* | [core] Render fill-extrusion layers (#8431) | Lauren Budorick | 2017-04-27 | 8 | -35/+295 |
* | [core] split off render layers | Ivo van Dongen | 2017-04-25 | 10 | -31/+41 |
* | [all] Rationalize style::Image | John Firebaugh | 2017-04-24 | 1 | -0/+25 |
* | [core] More complete fix for composite function interpolation edge case | John Firebaugh | 2017-04-20 | 1 | -3/+0 |
* | [core] TransitionOptions s/operator bool/isDefined/ | Bruno de Oliveira Abinader | 2017-04-14 | 1 | -1/+1 |
* | [core] Remove unused bool() functions | Bruno de Oliveira Abinader | 2017-04-14 | 1 | -2/+0 |
* | [core, darwin] Object identity for MGLSource*, MGLStyleLayer* | John Firebaugh | 2017-04-13 | 2 | -0/+12 |
* | [core] Add DDS support for {text,icon}-size (#8593) | Anand Thakker | 2017-04-06 | 4 | -9/+18 |
* | Fix edge case in composite function interpolation (#8613) | Anand Thakker | 2017-04-03 | 1 | -1/+8 |
* | [core] Add DDS support for icon-image | John Firebaugh | 2017-03-31 | 2 | -4/+4 |
* | [core] Add DDS support for text-rotate | John Firebaugh | 2017-03-31 | 2 | -4/+4 |
* | [core] implement dds for text-offset | Molly Lloyd | 2017-03-28 | 2 | -4/+4 |
* | [core] Avoid public geometry_tile_data.hpp include | John Firebaugh | 2017-03-28 | 2 | -3/+4 |
* | [all] Replace Result<T> with optional<T> plus out Error parameter | John Firebaugh | 2017-03-23 | 13 | -317/+391 |
* | Merge branch 'release-ios-v3.5.0-android-v5.0.0' | John Firebaugh | 2017-03-21 | 8 | -0/+59 |
|\ |
|
| * | Per-attribute transition properties on MGLStyleLayer (#8225) | Fabian Guerra Soto | 2017-03-10 | 8 | -0/+59 |
| * | [core] query source features | Ivo van Dongen | 2017-03-10 | 2 | -0/+29 |
* | | Make Source::getZoomRange return an optional range | Bruno de Oliveira Abinader | 2017-03-21 | 1 | -2/+1 |
* | | [core] Expose Source::getZoomRange | Bruno de Oliveira Abinader | 2017-03-20 | 1 | -1/+4 |
* | | [node] Work around a link error on macOS release builds (#8409) | John Firebaugh | 2017-03-15 | 1 | -3/+1 |
* | | [core] query source features | Ivo van Dongen | 2017-03-09 | 2 | -0/+29 |
|/ |
|
* | [core] Avoid using std::function in property_setter.hpp | John Firebaugh | 2017-03-08 | 3 | -198/+209 |
* | For data-driven paint setters, transition immediately to target value (#8306) | Anand Thakker | 2017-03-08 | 1 | -0/+1 |
* | [core] Add support for queryRenderedFeatures filter | Asheem Mamoowala | 2017-03-04 | 2 | -0/+8 |
* | [core] Implement data-driven styling for {text,icon}-{color,opacity,halo-colo... | Anand Thakker | 2017-02-28 | 1 | -30/+30 |
* | [core] Enable property functions for text-{field,transform} (#7944) | Anand Thakker | 2017-02-17 | 1 | -6/+6 |