| Commit message (Expand) | Author | Age | Files | Lines |
* | [core] Add templated RTTI for RenderSource classes | Asheem Mamoowala | 2017-06-01 | 7 | -4/+44 |
* | [core] Reuse RasterBucket for ImageSource | Asheem Mamoowala | 2017-06-01 | 5 | -7/+13 |
* | [core] Use fixed-size std::array for ImageSource coordinates | Asheem Mamoowala | 2017-06-01 | 8 | -48/+31 |
* | [core] Render Image Source | Asheem Mamoowala | 2017-06-01 | 13 | -15/+365 |
* | [core] Offline support for Image Sources | Asheem Mamoowala | 2017-06-01 | 2 | -1/+8 |
* | [core] Add toDouble Conversion method for correctly parsing Lat Lng coordinates | Asheem Mamoowala | 2017-06-01 | 1 | -0/+7 |
* | [core] Add ImageSource support to style parsers | Asheem Mamoowala | 2017-06-01 | 5 | -4/+166 |
* | [core] Make TransformState LatLngBounds optional | Bruno de Oliveira Abinader | 2017-06-01 | 5 | -15/+22 |
* | [core] Replace inline SpriteAtlas updates with diffing | John Firebaugh | 2017-05-30 | 6 | -31/+76 |
* | [core] check source usage before remove | Ivo van Dongen | 2017-05-30 | 1 | -0/+23 |
* | Revert "[core] Factor timePoint initialization" | Bruno de Oliveira Abinader | 2017-05-30 | 2 | -5/+3 |
* | [core] allow self closing mailbox/actor | Ivo van Dongen | 2017-05-27 | 1 | -2/+3 |
* | Refactor RenderLayer and RenderSource to be more friendly for Non-tiled sourc... | Asheem Mamoowala | 2017-05-26 | 6 | -35/+66 |
* | [core] Don't need unique_ptr for AnnotationManager | John Firebaugh | 2017-05-26 | 1 | -12/+10 |
* | [core] Don't use a separate SpriteAtlas for annotation images | John Firebaugh | 2017-05-26 | 16 | -129/+80 |
* | [core] Auto-growable SpriteAtlas using shelf-pack | John Firebaugh | 2017-05-26 | 6 | -51/+59 |
* | [core] Block in Mailbox::close() until neither receive nor push are in progress | John Firebaugh | 2017-05-24 | 1 | -9/+18 |
* | [core] cleanup debug logging | Ivo van Dongen | 2017-05-24 | 1 | -2/+0 |
* | [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 |