| Commit message (Expand) | Author | Age | Files | Lines |
* | [core] always return owning pointers for GeometryTileData::getLayer() | Konstantin Käfer | 2017-06-21 | 1 | -2/+1 |
* | [core] add MBGL_CHECK_ERROR to some locations where it was missing | Konstantin Käfer | 2017-06-21 | 1 | -2/+2 |
* | [core] Rename ThreadedObject to Thread | Thiago Marcos P. Santos | 2017-06-21 | 3 | -38/+38 |
* | [core] Remove util::Thread | Thiago Marcos P. Santos | 2017-06-21 | 1 | -296/+0 |
* | [tests] Port the ThreadLocalStorage test to the actor model | Thiago Marcos P. Santos | 2017-06-21 | 1 | -16/+29 |
* | [tests] Port the AsyncTask test to the actor model | Thiago Marcos P. Santos | 2017-06-21 | 1 | -30/+29 |
* | [core] Convert AssetFileSource to ThreadedObject | Thiago Marcos P. Santos | 2017-06-21 | 1 | -16/+9 |
* | [tests] Added tests for ThreadedObject | Thiago Marcos P. Santos | 2017-06-21 | 1 | -0/+277 |
* | [core] Trigger repaint on source changes | Asheem Mamoowala | 2017-06-19 | 1 | -1/+1 |
* | [iOS][macOS] Export `MGLImageSource`, add and update documentation. Use anima... | Asheem Mamoowala | 2017-06-19 | 1 | -1/+1 |
* | [core] Fix composite function approximation for non-integer stops | John Firebaugh | 2017-06-16 | 1 | -0/+25 |
* | [core] Implement "smart setStyle" | John Firebaugh | 2017-06-15 | 1 | -28/+0 |
* | [core] Remove unused binpack.hppp | John Firebaugh | 2017-06-13 | 1 | -51/+0 |
* | [core] Per-tile glyph/icon atlases | John Firebaugh | 2017-06-13 | 3 | -24/+44 |
* | [core] Per-bucket icon atlases | John Firebaugh | 2017-06-13 | 15 | -204/+164 |
* | [core] Per-bucket glyph atlases | John Firebaugh | 2017-06-13 | 6 | -42/+42 |
* | [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 |