| Commit message (Expand) | Author | Age | Files | Lines |
* | [core] Eliminate SpriteAtlas::updateDirty | John Firebaugh | 2017-02-14 | 1 | -2/+0 |
* | [core] remove trailing whitespace, add trailing newlines, add space after // | Konstantin Käfer | 2017-01-27 | 1 | -1/+1 |
* | [core] Get rid of user-specified refs | John Firebaugh | 2017-01-04 | 1 | -2/+2 |
* | [build] upgrade to variant 1.1.4 and dependencies | Konstantin Käfer | 2016-11-28 | 1 | -1/+1 |
* | [core] convert SpriteAtlas to use managed texture handling | Konstantin Käfer | 2016-11-01 | 1 | -1/+1 |
* | [core] change std::array<uint16_t, 2> to mbgl::Size | Konstantin Käfer | 2016-10-27 | 1 | -1/+1 |
* | [core] Fix SymbolAnnotation coordinate system conversions | Bruno de Oliveira Abinader | 2016-10-19 | 1 | -20/+5 |
* | [core] Ignore placement for symbol annotations | Bruno de Oliveira Abinader | 2016-10-11 | 1 | -0/+1 |
* | [android] - do not update marker while creating (#6314) | Tobrun | 2016-09-19 | 1 | -4/+24 |
* | [core] Convert uses of std::set to std::unordered_set (#6325) | Lucas Wojciechowski | 2016-09-19 | 1 | -3/+3 |
* | [core] Merge SpriteStore and SpriteAtlas | John Firebaugh | 2016-09-19 | 2 | -8/+18 |
* | [core] Use an actor model for tile worker concurrency | John Firebaugh | 2016-09-16 | 1 | -1/+1 |
* | [core] Avoid triggering re-layout of fill annotation source | John Firebaugh | 2016-09-06 | 2 | -13/+11 |
* | [core] Ensure that TileWorker can retain tileData after layout | John Firebaugh | 2016-09-06 | 2 | -0/+5 |
* | [core] Eliminate use of util::ptr in GeometryTile* interfaces | John Firebaugh | 2016-09-06 | 5 | -18/+13 |
* | [core] Source::update => Source::{load,parse}Tiles, Source::load => Source::l... | Konstantin Käfer | 2016-09-05 | 2 | -2/+2 |
* | [core] Fix updates of line and fill annotations | John Firebaugh | 2016-08-29 | 4 | -29/+38 |
* | [core] const consistency | John Firebaugh | 2016-08-26 | 2 | -2/+2 |
* | [core, android, ios, macos] Replaced getPointAnnotationsInBounds() w/ queryPo... | Minh Nguyễn | 2016-08-12 | 6 | -19/+12 |
* | [core] Revert annotation source maxZoom to 22 | Bruno de Oliveira Abinader | 2016-07-26 | 2 | -3/+2 |
* | [core] Restored shape annotation z-order | Minh Nguyễn | 2016-07-18 | 1 | -2/+4 |
* | [core] Add support for $id key to filters | John Firebaugh | 2016-07-18 | 1 | -1/+1 |
* | [core] geometry@0.8.0 / geojsonvt@6.0.0 (#5514) | Young Hahn | 2016-07-06 | 4 | -99/+44 |
* | [core] code style cleanups | Konstantin Käfer | 2016-07-01 | 1 | -1/+1 |
* | [core] Use the right types for zoom scale logic | Bruno de Oliveira Abinader | 2016-06-28 | 1 | -2/+2 |
* | [core] Set annotation max zoom to 18 | Bruno de Oliveira Abinader | 2016-06-28 | 1 | -1/+2 |
* | [core] Protect against invalid geometries | John Firebaugh | 2016-06-24 | 1 | -1/+2 |
* | [core] Adjust layer source properties to better reflect reality | John Firebaugh | 2016-06-24 | 4 | -11/+11 |
* | [core] Avoid redundant 'inline' usage | Bruno de Oliveira Abinader | 2016-06-18 | 1 | -1/+1 |
* | [core] Avoid unnecessary work when a symbol annotation is updated | John Firebaugh | 2016-06-17 | 2 | -6/+63 |
* | [core] Runtime source API: private impls | John Firebaugh | 2016-06-16 | 5 | -11/+23 |
* | [core] Add virtual Source::getTileSize() | John Firebaugh | 2016-06-14 | 2 | -1/+3 |
* | [core] Push Source::url down to subclasses | John Firebaugh | 2016-06-14 | 1 | -1/+1 |
* | [core] Push Source::tileset down to TileSource | John Firebaugh | 2016-06-14 | 1 | -1/+1 |
* | [core] Add virtual Source::getZoomRange() | John Firebaugh | 2016-06-14 | 2 | -0/+5 |
* | [core] Virtualize Source::load | John Firebaugh | 2016-06-14 | 2 | -0/+6 |
* | [core] Virtualize Source::createTile | John Firebaugh | 2016-06-14 | 2 | -0/+9 |
* | [core] Inline AnnotationSource constructor parameters | John Firebaugh | 2016-06-14 | 3 | -10/+5 |
* | [core] Pass geojsonvt only to GeoJSONSource | John Firebaugh | 2016-06-14 | 3 | -6/+4 |
* | [core] Introduce source subclasses | John Firebaugh | 2016-06-14 | 3 | -2/+31 |
* | [tidy] Check modernize-use-override | Bruno de Oliveira Abinader | 2016-06-13 | 1 | -1/+1 |
* | [tidy] Check modernize-pass-by-value | Bruno de Oliveira Abinader | 2016-06-13 | 10 | -15/+15 |
* | [tidy] Check llvm-namespace-comment | Bruno de Oliveira Abinader | 2016-06-13 | 3 | -3/+3 |
* | [core] Simplify GeometryTile::setData | John Firebaugh | 2016-06-13 | 1 | -2/+2 |
* | [core] *Tile ↔ *TileData | John Firebaugh | 2016-06-13 | 6 | -33/+33 |
* | [core] Merge annotation_tile_data.{hpp,cpp} into annotation_tile.{hpp,cpp} | John Firebaugh | 2016-06-13 | 3 | -1/+35 |
* | [core] Merge AnnotationTileSource into AnnotationTileData | John Firebaugh | 2016-06-10 | 2 | -12/+12 |
* | [core] *TileMonitor => *TileSource | Konstantin Käfer | 2016-06-10 | 5 | -47/+9 |
* | [core] Rationalize naming for style-related code | John Firebaugh | 2016-06-02 | 10 | -17/+26 |
* | [core] Runtime style layer API | John Firebaugh | 2016-06-02 | 4 | -36/+34 |