| Commit message (Expand) | Author | Age | Files | Lines |
* | Use a host interface for CustomLayer instead of function pointers (#11553) | Asheem Mamoowala | 2018-04-02 | 1 | -22/+16 |
* | [core] Convert GeometryTileWorker to "one-phase" loading | Chris Loer | 2018-04-02 | 1 | -33/+0 |
* | [core] Round-trip linear interpolators | Minh Nguyễn | 2018-03-30 | 1 | -1/+3 |
* | [test] Update Map.PrefetchTilesupstream/fb-11334-boba-cherry-pick | Bruno de Oliveira Abinader | 2018-03-30 | 6 | -61/+74 |
* | [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 |
* | [core] continue loading style even if we mutate it | Konstantin Käfer | 2018-02-23 | 1 | -5/+16 |
* | [core] Support a range of zooms in TileRange. Accounts for TilePyramid reques... | Asheem Mamoowala | 2018-02-20 | 1 | -1/+12 |
* | [core] add support for mapzen terrarium (#11154) | Molly Lloyd | 2018-02-14 | 2 | -16/+25 |
* | TileJSON Bounds allows values inclusive of world extents | Asheem Mamoowala | 2018-02-12 | 1 | -0/+10 |
* | [core] prioritize Thread::pause() calls | Konstantin Käfer | 2018-02-06 | 1 | -0/+14 |
* | [core] don't force downloading of Open Sans fonts | Konstantin Käfer | 2018-01-25 | 2 | -0/+24 |
* | [core] align implementations of local and asset file source | Konstantin Käfer | 2018-01-25 | 2 | -0/+52 |
* | [core] fix style parsing crash when a layer's paint property is not an object | Konstantin Käfer | 2018-01-23 | 2 | -0/+15 |
* | [core] add raster-dem source type and hillshade layer type (#10642) | Molly Lloyd | 2018-01-23 | 3 | -0/+427 |
* | [core] Prevent symbols at the same zoom from sharing a crossTileID. | Chris Loer | 2018-01-17 | 1 | -0/+74 |
* | [core] Add warning for invalid text-font values | John Firebaugh | 2018-01-10 | 2 | -0/+149 |
* | [core, ios, macos, android] Add data-driven-styling support for `text-font` | John Firebaugh | 2018-01-10 | 1 | -0/+75 |
* | [core] port minor collision changes from -js (#10764) | Ansis Brammanis | 2018-01-08 | 1 | -1/+45 |
* | [test] Only use our SQLite3 wrapper in tests | Bruno de Oliveira Abinader | 2018-01-08 | 1 | -44/+2 |
* | Support TileJSON bounds property (#10701) | Asheem Mamoowala | 2018-01-05 | 2 | -0/+128 |
* | [all] - update licenses to 2018 | Tobrun | 2018-01-03 | 1 | -1/+1 |
* | [core] don't tie Annotation geometries to Map maxzoom | Konstantin Käfer | 2018-01-02 | 1 | -0/+16 |
* | [macos,ios,android] Unit test fixups | Chris Loer | 2017-12-11 | 1 | -17/+17 |
* | [core, macos, ios] Unit tests for LocalGlyphRasterizer | Chris Loer | 2017-12-11 | 5 | -0/+282 |
* | [core] Enable local glyph generation using TinySDF. | Chris Loer | 2017-12-11 | 2 | -265/+341 |
* | [core] Support wrapped bounds in LatLngBounds::contains and LatLngBounds::int... | Asheem Mamoowala | 2017-12-07 | 1 | -3/+122 |
* | [core] move HeadlessBackend extension initialization code into Impl | Konstantin Käfer | 2017-11-29 | 1 | -7/+2 |
* | [core, ios, macos] Implement unique_any and remove linb::any | Asheem Mamoowala | 2017-11-22 | 1 | -0/+186 |
* | [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 | 4 | -0/+238 |
* | [core] Add unit test for CrossTileSymbolIndex | Ansis Brammanis | 2017-11-17 | 1 | -0/+85 |
* | [core] Split MapMode::Still into Static and Tile | Ansis Brammanis | 2017-11-17 | 12 | -16/+16 |
* | [core] Update unit tests for viewport collision. | Chris Loer | 2017-11-17 | 8 | -109/+70 |
* | Implement Expressions (#9439) | Anand Thakker | 2017-11-08 | 97 | -0/+1012 |
* | [test] Added GLContextMode.Shared utest | Bruno de Oliveira Abinader | 2017-11-01 | 2 | -0/+114 |
* | [core] Add LatLngBounds::contains(const LatLngBounds&) | Asheem Mamoowala | 2017-10-30 | 1 | -0/+6 |
* | [tests] Create a HeadlessBackend for tests using gl::Context | Thiago Marcos P. Santos | 2017-10-25 | 1 | -0/+17 |
* | Replace compile-time polymorphism with runtime polymorphism in the conversion... | John Firebaugh | 2017-10-23 | 1 | -124/+0 |
* | [core] correctly alter sprite URLs when attaching sprite.png/sprite.json file... | Konstantin Käfer | 2017-10-17 | 1 | -0/+8 |
* | [core] don't generate clip IDs for buckets/layers that don't need to be clipped | Konstantin Käfer | 2017-10-17 | 1 | -2/+5 |
* | [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 | 3 | -0/+3 |
* | [core] make forcing cache/network only more explicit | Konstantin Käfer | 2017-10-12 | 3 | -129/+129 |
* | [core] Add `cameraForLatLngs()` method with modified bearing | Asheem Mamoowala | 2017-10-09 | 1 | -0/+26 |
* | [test] Added GlyphManager.ImmediateFileSource | Bruno de Oliveira Abinader | 2017-10-09 | 3 | -3/+70 |
* | [core] Add minzoom to GeoJSONOptions | Konstantin Käfer | 2017-09-28 | 1 | -0/+2 |
* | [core] fix loading of stale must-revalidate resources | Konstantin Käfer | 2017-09-25 | 1 | -0/+78 |
* | [core] Actor/ActorRef - ask calls to void methods | Ivo van Dongen | 2017-09-22 | 2 | -0/+44 |