| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'release-ios-v3.1.0' | Minh Nguyễn | 2016-02-24 | 2 | -0/+5 |
|\ |
|
| * | [core, ios, osx] Only constrain after adding to a window | Minh Nguyễn | 2016-02-10 | 2 | -0/+5 |
* | | [gl] Moved VAO helpers to common header | Bruno de Oliveira Abinader | 2016-02-18 | 1 | -0/+26 |
* | | [core] Remove RunLoop::{ref,unref} | John Firebaugh | 2016-02-16 | 1 | -3/+0 |
* | | [core] less slanted dashed lines near sharp corners | Ansis Brammanis | 2016-02-15 | 1 | -0/+5 |
* | | [core] Add support for updating point annotations | Gabriel Miklós | 2016-02-12 | 1 | -0/+2 |
* | | [ios, osx] Consolidate remaining files in platform/{ios,osx} | John Firebaugh | 2016-02-12 | 24 | -3024/+0 |
* | | [core] use std::move() to prevent copies | Konstantin Käfer | 2016-02-11 | 1 | -1/+1 |
* | | [core] Eliminate maximumCacheEntrySize | John Firebaugh | 2016-02-10 | 2 | -3/+1 |
* | | [core] Implement an eviction policy for OfflineDatabase | John Firebaugh | 2016-02-10 | 2 | -20/+12 |
* | | [core] Make {Default,Online}FileSource::Impl more similar | John Firebaugh | 2016-02-10 | 1 | -3/+0 |
* | | Add binary for smoke-testing offline downloads | John Firebaugh | 2016-02-10 | 1 | -0/+2 |
* | | [core] Interface and implementation for offline | John Firebaugh | 2016-02-10 | 2 | -0/+258 |
* | | [all] Don't interpret 404s on non-tile resources as "no content" | John Firebaugh | 2016-02-10 | 1 | -0/+4 |
* | | [all] Do not set Response data for 404s | John Firebaugh | 2016-02-10 | 1 | -1/+1 |
* | | [core] Reimplement existing caching within an offline-capable database schema | John Firebaugh | 2016-02-10 | 1 | -6/+9 |
* | | [core] Moving caching logic to DefaultFileSource | John Firebaugh | 2016-02-10 | 3 | -5/+10 |
* | | [glfw] add "C" button to show stencil clip masks | Konstantin Käfer | 2016-02-10 | 1 | -0/+5 |
* | | [core] move GL value objects from gl_config.hpp to gl_values.hpp | Konstantin Käfer | 2016-02-08 | 3 | -76/+287 |
* | | [core] move util/gl_helper.hpp to gl/gl_helper.hpp | Konstantin Käfer | 2016-02-08 | 1 | -2/+2 |
* | | [core] move platform/gl.hpp to gl/gl.hpp | Konstantin Käfer | 2016-02-08 | 3 | -4/+4 |
|/ |
|
* | [core] Remove Response::Error::Reason::Canceled | John Firebaugh | 2016-02-04 | 1 | -1/+0 |
* | [core] Comparison operators for LatLngBounds | John Firebaugh | 2016-02-03 | 1 | -0/+11 |
* | [core] #509 - Creating and using MIN_ZOOM and MAX_ZOOM constants | Brad Leege | 2016-02-03 | 1 | -0/+2 |
* | [core] Make bool conversions explicit | John Firebaugh | 2016-02-03 | 1 | -4/+12 |
* | [core] Improve LatLngBounds API | John Firebaugh | 2016-02-02 | 1 | -9/+47 |
* | [core] Remove unused | John Firebaugh | 2016-02-02 | 1 | -1/+0 |
* | [core] Remove superflous inlines | John Firebaugh | 2016-02-02 | 1 | -18/+18 |
* | [core] Remove unused | John Firebaugh | 2016-02-02 | 1 | -4/+0 |
* | [core] Remove unused | John Firebaugh | 2016-02-02 | 2 | -13/+0 |
* | [core] support tiles with non-4096 extents | Ansis Brammanis | 2016-02-02 | 1 | -0/+1 |
* | [ios] Renamed -showAnnotations:withEdgeInsets:animated: | Minh Nguyễn | 2016-02-01 | 1 | -10/+9 |
* | Custom edgeInsets for fitting in showAnnotations | Jordan Moncharmont | 2016-02-01 | 1 | -3/+21 |
* | [core] Don't use struct | John Firebaugh | 2016-02-01 | 1 | -5/+10 |
* | [core] Change TileData pixelRatio to an integer | John Firebaugh | 2016-01-29 | 1 | -1/+1 |
* | [core] Rationalize Resource initialization | John Firebaugh | 2016-01-29 | 1 | -14/+27 |
* | [core] Ensure that FileSource has access to tile URL, pixelRatio, x, y, z | John Firebaugh | 2016-01-29 | 1 | -0/+12 |
* | [ios] Restored toggleDebug | Minh Nguyễn | 2016-01-28 | 1 | -1/+1 |
* | [ios] Debug mask | Minh Nguyễn | 2016-01-28 | 1 | -12/+22 |
* | [osx] setMaximumZoomLevel, setMinimumZoomLevel | Ansis Brammanis | 2016-01-28 | 1 | -7/+23 |
* | [ios] getters, setters for minZoom, maxZoom | Ansis Brammanis | 2016-01-28 | 1 | -0/+24 |
* | [core] add setMaxZoom, setMinZoom | Ansis Brammanis | 2016-01-28 | 1 | -0/+2 |
* | [core] destruct WorkTask data before calling the callback | Konstantin Käfer | 2016-01-28 | 1 | -1/+1 |
* | [core, ios, osx] Tilt around visual center point | Minh Nguyễn | 2016-01-26 | 1 | -0/+1 |
* | [ios] Bifocal viewport in course tracking mode | Minh Nguyễn | 2016-01-26 | 1 | -0/+40 |
* | [ios] Various user tracking mode fixes | Minh Nguyễn | 2016-01-26 | 1 | -1/+21 |
* | Cleanup std::chrono usage | Bruno de Oliveira Abinader | 2016-01-25 | 1 | -2/+2 |
* | [core] Include prior values of caching headers in Resource | John Firebaugh | 2016-01-22 | 2 | -14/+15 |
* | [core] Remove unused parts of chrono.hpp | John Firebaugh | 2016-01-22 | 1 | -25/+0 |
* | [core] Polyfill std::chrono::abs | John Firebaugh | 2016-01-22 | 1 | -0/+8 |