| Commit message (Expand) | Author | Age | Files | Lines |
* | [core, ios, osx] Only constrain after adding to a window | Minh Nguyễn | 2016-02-10 | 5 | -2/+38 |
* | [core] #509 - Creating and using MIN_ZOOM and MAX_ZOOM constants | Brad Leege | 2016-02-03 | 1 | -2/+2 |
* | [core] #509 - Adding min / max checks to parameters and refactoring to utiliz... | Brad Leege | 2016-02-03 | 1 | -14/+4 |
* | [android][core] #509 - Setting Min and Max Zooms warning annotations in Andro... | Brad Leege | 2016-02-03 | 1 | -2/+16 |
* | [core] Improve LatLngBounds API | John Firebaugh | 2016-02-02 | 1 | -4/+4 |
* | [core] Remove unused | John Firebaugh | 2016-02-02 | 1 | -4/+0 |
* | [core] Remove unused | John Firebaugh | 2016-02-02 | 1 | -8/+0 |
* | [core] support tiles with non-4096 extents | Ansis Brammanis | 2016-02-02 | 4 | -1/+7 |
* | [core] Simplify latLngToCoordinate calculation | John Firebaugh | 2016-02-02 | 1 | -5/+3 |
* | [core] Remove unused | John Firebaugh | 2016-02-02 | 2 | -5/+0 |
* | [core] Remove TransformState::getNormalizedZoom | John Firebaugh | 2016-02-02 | 3 | -7/+2 |
* | [core] Remove unused declarations | John Firebaugh | 2016-02-02 | 1 | -3/+0 |
* | [core] Normalize only raster source tile URLs | John Firebaugh | 2016-02-01 | 1 | -1/+1 |
* | [core] Refactor TileJSON parsing for offline | John Firebaugh | 2016-02-01 | 1 | -20/+19 |
* | [core] Rationalize Resource initialization | John Firebaugh | 2016-01-29 | 4 | -29/+4 |
* | [core] Ensure that FileSource has access to tile URL, pixelRatio, x, y, z | John Firebaugh | 2016-01-29 | 5 | -29/+54 |
* | [core] Camel-case member names | John Firebaugh | 2016-01-29 | 2 | -9/+9 |
* | [core] fix redoPlacement blocking main thread, fix #3727 | Ansis Brammanis | 2016-01-29 | 1 | -6/+5 |
* | [core] add setMaxZoom, setMinZoom | Ansis Brammanis | 2016-01-28 | 5 | -1/+36 |
* | [core] destruct WorkTask data before calling the callback | Konstantin Käfer | 2016-01-28 | 2 | -3/+3 |
* | [core, ios, osx] Tilt around visual center point | Minh Nguyễn | 2016-01-26 | 3 | -1/+18 |
* | Cleanup std::chrono usage | Bruno de Oliveira Abinader | 2016-01-25 | 2 | -3/+3 |
* | [core] Use notModified to check for style change | John Firebaugh | 2016-01-22 | 1 | -5/+7 |
* | [core] trigger repaint after placement is redone | Ansis Brammanis | 2016-01-22 | 5 | -41/+33 |
* | [core] Use better types for modified / expires / etag | John Firebaugh | 2016-01-21 | 3 | -6/+7 |
* | [core] Use experimental optional instead of mapbox::util::optional | John Firebaugh | 2016-01-19 | 7 | -13/+12 |
* | [ios] Flip points, not edge insets | Minh Nguyễn | 2016-01-18 | 1 | -7/+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 | 3 | -8/+49 |
* | [core] tileSize is a source property, not a TileJSON property | John Firebaugh | 2016-01-15 | 3 | -2/+5 |
* | [core] don't store error state | Konstantin Käfer | 2016-01-15 | 8 | -36/+35 |
* | [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 | 1 | -9/+6 |
* | [core] place symbol layers in correct order | Ansis Brammanis | 2016-01-14 | 3 | -17/+43 |
* | [core] Use notModified rather than storing the previous response body | John Firebaugh | 2016-01-14 | 2 | -4/+2 |
* | [core] Fix crash on transitionFrameFn callback | Thiago Marcos P. Santos | 2016-01-14 | 1 | -1/+4 |
* | [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] move SourceInfo parsing to StyleParser | Konstantin Käfer | 2016-01-13 | 3 | -124/+48 |
* | [core] move invariant Source ID from SourceInfo to Source | Konstantin Käfer | 2016-01-13 | 3 | -5/+5 |