| Commit message (Expand) | Author | Age | Files | Lines |
* | [core] Add number-format expression | Juha Alanen | 2019-06-27 | 3 | -1/+45 |
* | [core] DefaultFileSource dynamic support for cache-only requests | Bruno de Oliveira Abinader | 2019-06-25 | 2 | -12/+20 |
* | [core] Add method for setting a maximum size for the ambient cache | Thiago Marcos P. Santos | 2019-06-18 | 1 | -6/+24 |
* | [core] Clear/Invalidate should also work on non-tile resources | Thiago Marcos P. Santos | 2019-06-18 | 1 | -7/+13 |
* | [core] Rename resetCache to resetDatabase | Thiago Marcos P. Santos | 2019-06-18 | 1 | -1/+1 |
* | [core] Surface cache management APIs | Thiago Marcos P. Santos | 2019-06-13 | 1 | -0/+28 |
* | [build] remove roundtrip through <experimental/optional> when using optional | Konstantin Käfer | 2019-06-12 | 1 | -1/+1 |
* | [core] Make tile id unwrapTo() const | Mikhail Pozdnyakov | 2019-06-10 | 1 | -4/+4 |
* | [core] remove platform::show(Color)?DebugImage | Konstantin Käfer | 2019-05-28 | 1 | -6/+0 |
* | [core] refactor program object creation | Konstantin Käfer | 2019-05-28 | 3 | -3/+49 |
* | [core] Remove priority from the constructor | Thiago Marcos P. Santos | 2019-05-28 | 1 | -11/+7 |
* | [core] Introduce usage tag for resources | Thiago Marcos P. Santos | 2019-05-28 | 1 | -0/+7 |
* | [core] Offset viewport center when edge insets are specified | Aleksandar Stojiljkovic | 2019-05-28 | 1 | -2/+2 |
* | [core] invoke optional resource path change completion listener | Łukasz Paczos | 2019-05-24 | 1 | -1/+4 |
* | [core] limit thread's scope to release the Object before detaching the thread | Łukasz Paczos | 2019-05-24 | 1 | -11/+15 |
* | [core] option to perform platform specific operations when creating/destroyin... | Łukasz Paczos | 2019-05-22 | 2 | -0/+16 |
* | [core] RenderLayer::render(PaintParameters, RenderSource*) -> render(PaintPar... | Mikhail Pozdnyakov | 2019-05-22 | 1 | -0/+2 |
* | [core] Forward ImageManagerObserver::onRemoveUnusedStyleImages to MapObserver... | Alexander Shalamov | 2019-05-21 | 2 | -0/+4 |
* | [core] Define max cache size for ImageManager | Alexander Shalamov | 2019-05-21 | 1 | -0/+4 |
* | [core] Don't use optional unique_ptr in function coversion code | Ander Conselvan de Oliveira | 2019-05-21 | 1 | -7/+7 |
* | [core] Fix most identity function with default legacy expression tests | Ander Conselvan de Oliveira | 2019-05-21 | 1 | -8/+15 |
* | [core] Remove RenderLayerSymbolInterface | Mikhail Pozdnyakov | 2019-05-19 | 1 | -0/+6 |
* | [core] add gfx::UploadPass, split startRender into prepare and upload | Konstantin Käfer | 2019-05-15 | 1 | -0/+3 |
* | [core] add gfx::CommandEncoder::present() | Konstantin Käfer | 2019-05-15 | 1 | -0/+7 |
* | [core] use unique IDs for DrawScopes | Konstantin Käfer | 2019-05-15 | 1 | -1/+2 |
* | [core] Make FileSource API clearer | Mikhail Pozdnyakov | 2019-05-14 | 1 | -6/+8 |
* | [core] Make the BackgroundScheduler a singleton | Thiago Marcos P. Santos | 2019-05-10 | 5 | -6/+12 |
* | [core] Make ActorRef methods const | Mikhail Pozdnyakov | 2019-05-10 | 1 | -2/+2 |
* | [core] Remove clipping option from RenderTile and style::Layer | Mikhail Pozdnyakov | 2019-05-08 | 1 | -6/+0 |
* | [core] Keep shared_ptr to thread pool in CustomGeometrySource | Alexander Shalamov | 2019-05-03 | 1 | -0/+2 |
* | [build] change style code generator to sort properties alphabetically | Konstantin Käfer | 2019-05-02 | 10 | -301/+301 |
* | [core] Introduce resetCache API | Sudarsana Babu Nagineni | 2019-04-29 | 1 | -0/+9 |
* | [core] Render layers use synchronized buckets and paint properties | Mikhail Pozdnyakov | 2019-04-17 | 1 | -0/+5 |
* | [core] Add `FadingTiles` layer type property | Mikhail Pozdnyakov | 2019-04-17 | 1 | -0/+6 |
* | [core] Use `style::LayerProperties` in render layers, buckets and layouts. | Mikhail Pozdnyakov | 2019-04-17 | 8 | -10/+17 |
* | [core] Introduce `style::LayerProperties` interface and its implementations | Mikhail Pozdnyakov | 2019-04-17 | 1 | -0/+29 |
* | [core] Enable 'symbol-sort-key' layout property and generate style code | Alexander Shalamov | 2019-04-17 | 1 | -0/+4 |
* | [core] Add 'auto' enum value to symbol-z-order layout property | Alexander Shalamov | 2019-04-17 | 1 | -0/+1 |
* | [core] Move should not call destructors | Alexander Shalamov | 2019-04-05 | 1 | -18/+7 |
* | [core] clang-tidy fixes | Konstantin Käfer | 2019-04-05 | 10 | -236/+236 |
* | [core] move depth/stencil buffer debug viz to gfx::Context | Konstantin Käfer | 2019-04-05 | 1 | -3/+0 |
* | [core] remove Renderer::flush | Konstantin Käfer | 2019-04-05 | 1 | -2/+0 |
* | [core] move GLContextMode to RendererBackend | Konstantin Käfer | 2019-04-05 | 4 | -23/+13 |
* | [core] refactor RendererBackend | Konstantin Käfer | 2019-04-05 | 5 | -96/+122 |
* | [core] move BackendScope to gfx namespace | Konstantin Käfer | 2019-04-05 | 2 | -2/+5 |
* | [core] add gfx::Renderable and gfx::OffscreenTexture | Konstantin Käfer | 2019-04-05 | 2 | -0/+61 |
* | add onStyleImageMissing to allow dynamically loaded or generated images (#14253) | Ansis Brammanis | 2019-04-02 | 2 | -0/+6 |
* | [core] Introduce variable text placement for point labels - Layout part | Mikhail Pozdnyakov | 2019-03-29 | 1 | -0/+3 |
* | [core] auto value for 'text-justify' field | Mikhail Pozdnyakov | 2019-03-29 | 1 | -0/+1 |
* | [core] Enable 'text-radial-offset' property | Mikhail Pozdnyakov | 2019-03-29 | 1 | -0/+4 |