| Commit message (Expand) | Author | Age | Files | Lines |
* | Support TileJSON bounds property (#10701) | Asheem Mamoowala | 2018-01-05 | 1 | -0/+1 |
* | [core] don't tie Annotation geometries to Map maxzoom | Konstantin Käfer | 2018-01-02 | 8 | -34/+34 |
* | [core] Update queryRenderedFeatures to use global CollisionIndex. | Chris Loer | 2017-11-17 | 2 | -3/+5 |
* | Merge branch 'release-agua' into tvn-merge-release | Tobrun | 2017-11-10 | 3 | -1/+4 |
|\ |
|
| * | [core] limit annotation tile source to z16 | Konstantin Käfer | 2017-10-19 | 1 | -1/+3 |
| * | [ios, macos] Add selection support to MGLMultiPoint annotations. (#9984) | Fabian Guerra Soto | 2017-10-18 | 3 | -1/+4 |
| * | [core] make forcing cache/network only more explicit | Konstantin Käfer | 2017-10-12 | 2 | -5/+0 |
* | | [core] limit annotation tile source to z16upstream/android-v5.1.4 | Konstantin Käfer | 2017-10-19 | 1 | -1/+3 |
* | | [core] Move SourceType to the 'style' namespace | Anand Thakker | 2017-10-16 | 1 | -1/+1 |
* | | [core] make forcing cache/network only more explicit | Konstantin Käfer | 2017-10-12 | 2 | -5/+0 |
|/ |
|
* | [core] annotation manager - manage dirty state internally | Ivo van Dongen | 2017-08-31 | 2 | -23/+26 |
* | [core] Avoid RenderStyle dependency in query code | John Firebaugh | 2017-08-24 | 2 | -3/+3 |
* | Set Default MaxZoom to 22 | Asheem Mamoowala | 2017-08-21 | 1 | -1/+1 |
* | [core] Fix issues with the std:: namespace and old compilers | Thiago Marcos P. Santos | 2017-07-26 | 1 | -0/+1 |
* | [core] Fix build; struct ⇢ class | John Firebaugh | 2017-07-19 | 1 | -1/+1 |
* | [core] Refactor Painter away | John Firebaugh | 2017-07-19 | 2 | -8/+8 |
* | [core] No need for default ctor in {Update,Tile}Parameters | Bruno de Oliveira Abinader | 2017-07-19 | 1 | -1/+1 |
* | [core] renderer interface | Ivo van Dongen | 2017-07-18 | 1 | -1/+0 |
* | [core] mutate style on annotation mutations immediately | Ivo van Dongen | 2017-07-18 | 2 | -56/+51 |
* | [core] GCC 4.9 bracket initialization issues | Bruno de Oliveira Abinader | 2017-07-12 | 2 | -2/+2 |
* | [build] Don't use maybe-uninitialized and misleading-indentation in Clang, si... | Konstantin Käfer | 2017-07-11 | 1 | -0/+2 |
* | [core] refactor ClipID generation | Konstantin Käfer | 2017-07-06 | 2 | -2/+2 |
* | [core] remove tile cache size setter | Ivo van Dongen | 2017-06-27 | 2 | -5/+0 |
* | [all] Promote Style to public API | John Firebaugh | 2017-06-22 | 7 | -19/+14 |
* | [core] always return owning pointers for GeometryTileData::getLayer() | Konstantin Käfer | 2017-06-21 | 4 | -27/+46 |
* | [core] shared data among AnnotationTileFeature objects | Konstantin Käfer | 2017-06-21 | 5 | -30/+82 |
* | Disable misleading indentation warnings where boost is included. | Aaron Muir Hamilton | 2017-06-16 | 1 | -0/+1 |
* | [core] Parallelism in {start,finish}Render parameters | John Firebaugh | 2017-06-13 | 2 | -7/+5 |
* | [core] mutex guard annotation manager for cross thread usage | Ivo van Dongen | 2017-06-13 | 2 | -10/+32 |
* | [core] Fix several bugs in AnnotationManager | John Firebaugh | 2017-06-05 | 1 | -6/+12 |
* | [core] Split RenderStyle from Style | John Firebaugh | 2017-06-05 | 2 | -2/+2 |
* | [core] Refactor RenderSource updates | John Firebaugh | 2017-06-05 | 3 | -37/+25 |
* | [core] Thread Style parameter through queryRenderedFeatures | John Firebaugh | 2017-06-05 | 2 | -3/+5 |
* | [core] Add templated RTTI for RenderSource classes | Asheem Mamoowala | 2017-06-01 | 1 | -0/+5 |
* | [core] Don't use a separate SpriteAtlas for annotation images | John Firebaugh | 2017-05-26 | 3 | -24/+35 |
* | [core] Auto-growable SpriteAtlas using shelf-pack | John Firebaugh | 2017-05-26 | 2 | -3/+2 |
* | [core, node, darwin, android, qt] Make image ID part of Image | John Firebaugh | 2017-05-16 | 2 | -4/+4 |
* | [core] Immutable<Impl> for Image | John Firebaugh | 2017-05-15 | 1 | -3/+4 |
* | [core] Split style image collection from SpriteAtlas | Ivo van Dongen | 2017-05-12 | 2 | -4/+12 |
* | [core] Replace createRender{Source,Layer} with Render{Source,Layer}::create | John Firebaugh | 2017-05-12 | 2 | -6/+0 |
* | [core] Immutable Impls | John Firebaugh | 2017-05-12 | 4 | -9/+25 |
* | [tidy] modernize-use-using | Bruno de Oliveira Abinader | 2017-05-12 | 1 | -8/+38 |
* | [tidy] modernize-use-auto | Bruno de Oliveira Abinader | 2017-05-12 | 2 | -2/+2 |
* | [core] Remove StyleSourcedAnnotation support | John Firebaugh | 2017-05-10 | 4 | -81/+0 |
* | [core] UpdateParameters ⇢ TileParameters | John Firebaugh | 2017-05-04 | 4 | -6/+6 |
* | [core] Move render-related sources out of style directory/namespace | John Firebaugh | 2017-05-03 | 3 | -7/+4 |
* | [core] Refactor Source::*Impls into RenderSources and TilePyramid | John Firebaugh | 2017-05-02 | 4 | -15/+136 |
* | [core] Tweak handling of annotation special case SpriteAtlas | John Firebaugh | 2017-04-26 | 3 | -3/+6 |
* | [all] Rationalize style::Image | John Firebaugh | 2017-04-24 | 2 | -10/+11 |
* | [core] Move Sprite parsing to thread pool | Konstantin Käfer | 2017-04-24 | 1 | -13/+3 |