| Commit message (Expand) | Author | Age | Files | Lines |
* | [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 |
* | [core, android, ios, macos, qt] v10 default styles | Minh Nguyễn | 2017-05-11 | 1 | -2/+2 |
* | [core] Remove StyleSourcedAnnotation support | John Firebaugh | 2017-05-10 | 1 | -10/+0 |
* | [core, android] Factor JSON string conversions | John Firebaugh | 2017-05-08 | 4 | -53/+27 |
* | [core] generated accessor methods on light | Ivo van Dongen | 2017-05-08 | 1 | -19/+19 |
* | [core] Omnibus Style::update method | John Firebaugh | 2017-05-04 | 1 | -4/+8 |
* | [core] UpdateParameters ⇢ TileParameters | John Firebaugh | 2017-05-04 | 5 | -29/+29 |
* | [core] Move render-related sources out of style directory/namespace | John Firebaugh | 2017-05-03 | 7 | -13/+13 |
* | [core] Make Map.addImage tests pass (#8843) | Asheem Mamoowala | 2017-05-02 | 1 | -0/+15 |
* | [core] Refactor Source::*Impls into RenderSources and TilePyramid | John Firebaugh | 2017-05-02 | 4 | -137/+139 |
* | [core] Load source TileJSON immediately | John Firebaugh | 2017-05-02 | 4 | -76/+4 |
* | [all] Push querySourceFeatures back out to Map | John Firebaugh | 2017-05-02 | 2 | -8/+8 |
* | [core] Render fill-extrusion layers (#8431) | Lauren Budorick | 2017-04-27 | 5 | -22/+174 |
* | [core] split off render layers | Ivo van Dongen | 2017-04-25 | 5 | -12/+22 |
* | [all] Rationalize style::Image | John Firebaugh | 2017-04-24 | 8 | -184/+132 |