| Commit message (Expand) | Author | Age | Files | Lines |
* | [core] Simplify and fix sprite atlas coordinate calculations | John Firebaugh | 2017-05-23 | 19 | -89/+129 |
* | [core] Move pattern coordinate division by texture size into shader | John Firebaugh | 2017-05-23 | 20 | -18/+36 |
* | [core] Remove unnecessary optionals in PositionedIcon | John Firebaugh | 2017-05-23 | 3 | -11/+6 |
* | [core] Disable letter-spacing for Arabic labels (issue #9057) | Chris Loer | 2017-05-22 | 3 | -6/+19 |
* | [core] leave Image objects in a valid state after premultiply/unpremultiply | Konstantin Käfer | 2017-05-19 | 1 | -0/+2 |
* | [core] Don't unnecessarily request glyphs for verticalized punctuation. | Chris Loer | 2017-05-18 | 1 | -2/+7 |
* | [core] add error for non-virtual destructor deletes + add virtual dtors | Konstantin Käfer | 2017-05-18 | 3 | -3/+7 |
* | [core] Make destructor virtual to avoid object splicing during destruction | Konstantin Käfer | 2017-05-18 | 1 | -0/+1 |
* | [core] Throttle tiles to redo symbol placement at most once every 300ms. | Chris Loer | 2017-05-17 | 4 | -2/+72 |
* | [core] Remove redundant SpriteAtlasElement members | John Firebaugh | 2017-05-17 | 3 | -10/+6 |
* | [core] Remove ambiguous get{Width,Height} accessors from style::Image | John Firebaugh | 2017-05-17 | 3 | -16/+5 |
* | [core] Remove obsolete modular arithmetic on atlas coordinates | John Firebaugh | 2017-05-17 | 4 | -23/+10 |
* | [core] Remove WorkQueue | John Firebaugh | 2017-05-17 | 3 | -79/+0 |
* | [core, node, darwin, android, qt] Make image ID part of Image | John Firebaugh | 2017-05-16 | 17 | -87/+69 |
* | [core, node, darwin, qt] Remove support for paint classes | John Firebaugh | 2017-05-15 | 18 | -775/+536 |
* | [core] cascade ⇢ transition / cascading ⇢ transitionable | John Firebaugh | 2017-05-15 | 42 | -84/+85 |
* | [core] Unify {Paint,Layout,Light}Properties | John Firebaugh | 2017-05-15 | 59 | -544/+455 |
* | [core] *LayerImpl::cascading ⇢ paint | John Firebaugh | 2017-05-15 | 22 | -258/+258 |
* | [core] Merge light_properties.hpp into light_impl.hpp | John Firebaugh | 2017-05-15 | 5 | -55/+43 |
* | [core] Immutable<Impl> for Image | John Firebaugh | 2017-05-15 | 5 | -22/+24 |
* | [core] Trim StyleObserver interface | John Firebaugh | 2017-05-13 | 3 | -14/+2 |
* | [core] Move renderer/* files into sub-folders (#8983) | Asheem Mamoowala | 2017-05-12 | 50 | -72/+72 |
* | [core] Split style image collection from SpriteAtlas | Ivo van Dongen | 2017-05-12 | 21 | -184/+410 |
* | [linux] loop-uv depends on mbgl-core for linking | John Firebaugh | 2017-05-12 | 2 | -2/+3 |
* | [core] Replace createRender{Source,Layer} with Render{Source,Layer}::create | John Firebaugh | 2017-05-12 | 40 | -98/+81 |
* | [core] Return {Source,Layer}::getID by value | John Firebaugh | 2017-05-12 | 2 | -2/+2 |
* | [core] Remove unused RenderLayer::clone | John Firebaugh | 2017-05-12 | 17 | -51/+0 |
* | [core] Immutable Impls | John Firebaugh | 2017-05-12 | 98 | -1308/+2160 |
* | [tidy] modernize-loop-convert | Bruno de Oliveira Abinader | 2017-05-12 | 3 | -9/+9 |
* | [tidy] modernize-pass-by-value | Bruno de Oliveira Abinader | 2017-05-12 | 4 | -8/+11 |
* | [tidy] modernize-use-equals-default | Bruno de Oliveira Abinader | 2017-05-12 | 2 | -3/+2 |
* | [tidy] modernize-use-bool-literals | Bruno de Oliveira Abinader | 2017-05-12 | 1 | -1/+1 |
* | [tidy] modernize-use-override | Bruno de Oliveira Abinader | 2017-05-12 | 2 | -2/+2 |
* | [tidy] modernize-use-default-member-init | Bruno de Oliveira Abinader | 2017-05-12 | 1 | -5/+5 |
* | [tidy] modernize-use-using | Bruno de Oliveira Abinader | 2017-05-12 | 10 | -34/+63 |
* | [tidy] modernize-use-auto | Bruno de Oliveira Abinader | 2017-05-12 | 14 | -23/+23 |
* | [tidy] llvm-namespace-comment | Bruno de Oliveira Abinader | 2017-05-12 | 10 | -10/+10 |
* | [core] Removed unused namedColorCount | Bruno de Oliveira Abinader | 2017-05-12 | 1 | -3/+0 |
* | [core] Make deleted members public | Bruno de Oliveira Abinader | 2017-05-12 | 1 | -5/+5 |
* | [core] Explicitly use mbgl::optional in IdentityStops::evaluate | Bruno de Oliveira Abinader | 2017-05-12 | 1 | -2/+3 |
* | [core] Avoid calling virtual GeometryTile::cancel() on dtor | Bruno de Oliveira Abinader | 2017-05-12 | 2 | -1/+7 |
* | [core] When a layer is added, reload its source's tiles | John Firebaugh | 2017-05-11 | 1 | -15/+16 |
* | [core] Remove StyleSourcedAnnotation support | John Firebaugh | 2017-05-10 | 6 | -94/+0 |
* | [core, android] Factor JSON string conversions | John Firebaugh | 2017-05-08 | 7 | -98/+66 |
* | [core] delegate light changes to render light | Ivo van Dongen | 2017-05-08 | 10 | -59/+138 |
* | [core] generated accessor methods on light | Ivo van Dongen | 2017-05-08 | 5 | -3/+209 |
* | [core] render light | Ivo van Dongen | 2017-05-08 | 6 | -12/+72 |
* | [core] Reuse fill-extrusion textures between frames (#8896) | Lauren Budorick | 2017-05-08 | 4 | -34/+43 |
* | [core] Reset observers of removed Sources and Layers | John Firebaugh | 2017-05-05 | 3 | -2/+4 |
* | [core] Remove unused declaration | John Firebaugh | 2017-05-05 | 1 | -1/+0 |