| Commit message (Expand) | Author | Age | Files | Lines |
* | [core] Use better types for modified / expires / etag | John Firebaugh | 2016-01-21 | 10 | -25/+34 |
* | [core] Eliminate Response::stale and inline Response::isExpired() | John Firebaugh | 2016-01-21 | 1 | -6/+0 |
* | [core] Eliminate RequestBase | John Firebaugh | 2016-01-21 | 3 | -40/+17 |
* | [core] improve text-max-angle check | Ansis Brammanis | 2016-01-20 | 1 | -2/+2 |
* | [core] implement symbol-avoid-edges | Ansis Brammanis | 2016-01-20 | 3 | -41/+98 |
* | Revert "Revert WebP support due to broken builds" | Bruno de Oliveira Abinader | 2016-01-20 | 1 | -0/+6 |
* | [core][ios][osx][android] make SpriteImage accept PremultipliedImage | Ansis Brammanis | 2016-01-19 | 8 | -43/+37 |
* | [core][ios][osx][android] fix icons with non-integer width/height | Ansis Brammanis | 2016-01-19 | 2 | -21/+14 |
* | [core] Use experimental optional instead of mapbox::util::optional | John Firebaugh | 2016-01-19 | 26 | -64/+59 |
* | Revert WebP support due to broken builds | John Firebaugh | 2016-01-19 | 1 | -6/+0 |
* | [linux] Replace PNG with WebP on tile source URL | Bruno de Oliveira Abinader | 2016-01-19 | 1 | -0/+6 |
* | [ios] Flip points, not edge insets | Minh Nguyễn | 2016-01-18 | 2 | -12/+7 |
* | [core] Reformulated setLatLng() based on CameraOptions | Minh Nguyễn | 2016-01-18 | 1 | -15/+11 |
* | [core, ios, osx, android, glfw] Flipped origin of Map::latLngForPixel(), Map:... | Minh Nguyễn | 2016-01-18 | 3 | -4/+26 |
* | [core, osx] Added optional padding to convenience methods | Minh Nguyễn | 2016-01-18 | 3 | -18/+73 |
* | [core] Added padding option to CameraOptions | Minh Nguyễn | 2016-01-18 | 4 | -8/+61 |
* | [core] Add missing returns in error case | John Firebaugh | 2016-01-15 | 1 | -0/+2 |
* | [core] tileSize is a source property, not a TileJSON property | John Firebaugh | 2016-01-15 | 5 | -6/+21 |
* | [core] use stale glyphs | Konstantin Käfer | 2016-01-15 | 3 | -29/+31 |
* | [core] don't store error state | Konstantin Käfer | 2016-01-15 | 8 | -36/+35 |
* | [core] use stale sprite data | Konstantin Käfer | 2016-01-15 | 1 | -14/+16 |
* | [core] abort current parse when we get a new NotFound response | Konstantin Käfer | 2016-01-15 | 1 | -0/+1 |
* | [core] update the modified/expires debug info for unmodified responses as well | Konstantin Käfer | 2016-01-15 | 2 | -6/+6 |
* | [core] use stale raster tiles | Konstantin Käfer | 2016-01-15 | 1 | -7/+11 |
* | [core] don't mark tiles with failed requests as obsolete | Konstantin Käfer | 2016-01-15 | 3 | -2/+10 |
* | [core] use stale and refreshing TileJSON/GeoJSON data | Konstantin Käfer | 2016-01-15 | 1 | -5/+34 |
* | [core] use stale styles | Konstantin Käfer | 2016-01-15 | 2 | -9/+9 |
* | [core] Support multiple paths in SQLiteCache::getShared() | Konstantin Käfer | 2016-01-15 | 1 | -1/+0 |
* | [core] move SharedSQLiteCache::get to SQLiteCache::getShared | Konstantin Käfer | 2016-01-15 | 1 | -9/+2 |
* | [core] place symbol layers in correct order | Ansis Brammanis | 2016-01-14 | 9 | -37/+51 |
* | [core] Let SQLiteCache decide when store or refresh responses | John Firebaugh | 2016-01-14 | 1 | -2/+1 |
* | [core] Use notModified rather than storing the previous response body | John Firebaugh | 2016-01-14 | 2 | -4/+2 |
* | [core] Add an explicit "not modified" indicator to Response | John Firebaugh | 2016-01-14 | 1 | -0/+1 |
* | [core] std::shared_ptr<const Response> ⇢ const Response& | John Firebaugh | 2016-01-14 | 1 | -1/+1 |
* | [core] Eliminate FileCache interface | John Firebaugh | 2016-01-14 | 2 | -7/+15 |
* | [core] Fix crash on transitionFrameFn callback | Thiago Marcos P. Santos | 2016-01-14 | 1 | -1/+4 |
* | [core] Fixed build error in Xcode 7.3 | Minh Nguyễn | 2016-01-14 | 1 | -1/+1 |
* | [core] Consolidated easeTo and flyTo | Minh Nguyễn | 2016-01-14 | 2 | -163/+126 |
* | [core] Moved camera methods next to each other | Minh Nguyễn | 2016-01-14 | 2 | -96/+104 |
* | [core] Consolidated zoom and angle anchor logic | Minh Nguyễn | 2016-01-14 | 4 | -35/+61 |
* | [core] Standardize transform origin | Minh Nguyễn | 2016-01-14 | 3 | -44/+58 |
* | [core] Cleaned up Transform | Minh Nguyễn | 2016-01-14 | 4 | -176/+143 |
* | [core] Separated AnimationOptions from CameraOptions | Minh Nguyễn | 2016-01-14 | 3 | -88/+81 |
* | [core] fix overscaled line patterns and re-enable render tests | Ansis Brammanis | 2016-01-13 | 1 | -2/+2 |
* | [core] set u_texture uniform value | Ansis Brammanis | 2016-01-13 | 3 | -0/+4 |
* | [core] remove bilinear, nearest scaling, fix #3164 | Ansis Brammanis | 2016-01-13 | 4 | -182/+32 |
* | [core] match icon rendering with -js | Ansis Brammanis | 2016-01-13 | 8 | -35/+45 |
* | [core] Simplify asset:// implementation | John Firebaugh | 2016-01-13 | 4 | -30/+26 |
* | [core] move SourceInfo parsing to StyleParser | Konstantin Käfer | 2016-01-13 | 6 | -210/+200 |
* | [core] move invariant Source ID from SourceInfo to Source | Konstantin Käfer | 2016-01-13 | 6 | -13/+12 |