| Commit message (Expand) | Author | Age | Files | Lines |
* | [core] Added Backend::{assume,set}ScissorTest | Bruno de Oliveira Abinader | 2017-06-13 | 1 | -0/+10 |
* | Fix undefined memory access in getCoveringRanges() (#9227) | Anand Thakker | 2017-06-09 | 1 | -0/+61 |
* | [core] Collection-level immutability | John Firebaugh | 2017-06-05 | 1 | -2/+2 |
* | [core] Fix several bugs in AnnotationManager | John Firebaugh | 2017-06-05 | 1 | -0/+6 |
* | [core] Split RenderStyle from Style | John Firebaugh | 2017-06-05 | 1 | -2/+2 |
* | [core] Simplify LayerObserver API | John Firebaugh | 2017-06-05 | 2 | -27/+19 |
* | [core] Refactor RenderSource updates | John Firebaugh | 2017-06-05 | 5 | -31/+114 |
* | [core] Thread Style parameter through queryRenderedFeatures | John Firebaugh | 2017-06-05 | 1 | -1/+1 |
* | [core] Reuse RasterBucket for ImageSource | Asheem Mamoowala | 2017-06-01 | 1 | -0/+16 |
* | [core] Use fixed-size std::array for ImageSource coordinates | Asheem Mamoowala | 2017-06-01 | 1 | -1/+1 |
* | [core] Offline support for Image Sources | Asheem Mamoowala | 2017-06-01 | 6 | -3/+29 |
* | [core] Add toDouble Conversion method for correctly parsing Lat Lng coordinates | Asheem Mamoowala | 2017-06-01 | 1 | -0/+9 |
* | [core] Add ImageSource support to style parsers | Asheem Mamoowala | 2017-06-01 | 7 | -0/+88 |
* | [core] Make TransformState LatLngBounds optional | Bruno de Oliveira Abinader | 2017-06-01 | 1 | -3/+7 |
* | [core] Replace inline SpriteAtlas updates with diffing | John Firebaugh | 2017-05-30 | 1 | -1/+1 |
* | [core] check source usage before remove | Ivo van Dongen | 2017-05-30 | 1 | -0/+32 |
* | [core] add test to demonstrate waiting threads in mailbox::receive won't cras... | Ivo van Dongen | 2017-05-27 | 1 | -0/+56 |
* | [core] allow self closing mailbox/actor | Ivo van Dongen | 2017-05-27 | 1 | -0/+32 |
* | [core] Don't use a separate SpriteAtlas for annotation images | John Firebaugh | 2017-05-26 | 2 | -45/+40 |
* | [test] Lower memory ceiling | John Firebaugh | 2017-05-26 | 1 | -1/+1 |
* | [core] Auto-growable SpriteAtlas using shelf-pack | John Firebaugh | 2017-05-26 | 11 | -28/+13 |
* | [tests] Add test for calling addAnnotationImage with an existing ID | John Firebaugh | 2017-05-26 | 2 | -2/+18 |
* | [core] Block in Mailbox::close() until neither receive nor push are in progress | John Firebaugh | 2017-05-24 | 1 | -1/+57 |
* | [core] Simplify and fix sprite atlas coordinate calculations | John Firebaugh | 2017-05-23 | 3 | -171/+142 |
* | [core] Remove unnecessary optionals in PositionedIcon | John Firebaugh | 2017-05-23 | 1 | -14/+12 |
* | [core] Make ExponentialStops behavior consistent; add tests | John Firebaugh | 2017-05-19 | 2 | -0/+40 |
* | [core] leave Image objects in a valid state after premultiply/unpremultiply | Konstantin Käfer | 2017-05-19 | 1 | -0/+4 |
* | [core] Remove redundant SpriteAtlasElement members | John Firebaugh | 2017-05-17 | 1 | -12/+12 |
* | [core] Remove ambiguous get{Width,Height} accessors from style::Image | John Firebaugh | 2017-05-17 | 2 | -14/+0 |
* | [core] Remove obsolete modular arithmetic on atlas coordinates | John Firebaugh | 2017-05-17 | 1 | -4/+4 |
* | [core] Remove WorkQueue | John Firebaugh | 2017-05-17 | 1 | -59/+0 |
* | [core, node, darwin, android, qt] Make image ID part of Image | John Firebaugh | 2017-05-16 | 9 | -70/+70 |
* | [core, node, darwin, qt] Remove support for paint classes | John Firebaugh | 2017-05-15 | 2 | -46/+2 |
* | [core] Unify {Paint,Layout,Light}Properties | John Firebaugh | 2017-05-15 | 3 | -27/+35 |
* | [core] *LayerImpl::cascading ⇢ paint | John Firebaugh | 2017-05-15 | 1 | -4/+4 |
* | [core] Immutable<Impl> for Image | John Firebaugh | 2017-05-15 | 2 | -12/+13 |
* | [core] Trim StyleObserver interface | John Firebaugh | 2017-05-13 | 3 | -24/+32 |
* | [core] Move renderer/* files into sub-folders (#8983) | Asheem Mamoowala | 2017-05-12 | 3 | -6/+6 |
* | [core] Split style image collection from SpriteAtlas | Ivo van Dongen | 2017-05-12 | 7 | -217/+239 |
* | [core] Replace createRender{Source,Layer} with Render{Source,Layer}::create | John Firebaugh | 2017-05-12 | 2 | -10/+10 |
* | [core] Immutable Impls | John Firebaugh | 2017-05-12 | 5 | -74/+55 |
* | [tidy] modernize-deprecated-headers | Bruno de Oliveira Abinader | 2017-05-12 | 2 | -2/+2 |
* | [tidy] modernize-raw-string-literal | Bruno de Oliveira Abinader | 2017-05-12 | 5 | -22/+22 |
* | [tidy] modernize-pass-by-value | Bruno de Oliveira Abinader | 2017-05-12 | 1 | -3/+4 |
* | [tidy] modernize-use-emplace | Bruno de Oliveira Abinader | 2017-05-12 | 1 | -1/+1 |
* | [tidy] modernize-use-nullptr | Bruno de Oliveira Abinader | 2017-05-12 | 1 | -2/+2 |
* | [tidy] modernize-use-default-member-init | Bruno de Oliveira Abinader | 2017-05-12 | 2 | -8/+5 |
* | [tidy] modernize-use-using | Bruno de Oliveira Abinader | 2017-05-12 | 1 | -2/+2 |
* | [tidy] llvm-namespace-comment | Bruno de Oliveira Abinader | 2017-05-12 | 1 | -2/+2 |
* | [tidy] Added test/.clang-tidy | Bruno de Oliveira Abinader | 2017-05-12 | 1 | -0/+2 |