summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* [ios, osx] Consolidate remaining files in platform/{ios,osx}John Firebaugh2016-02-1224-3024/+0
* [core] use std::move() to prevent copiesKonstantin Käfer2016-02-111-1/+1
* [core] Eliminate maximumCacheEntrySizeJohn Firebaugh2016-02-102-3/+1
* [core] Implement an eviction policy for OfflineDatabaseJohn Firebaugh2016-02-102-20/+12
* [core] Make {Default,Online}FileSource::Impl more similarJohn Firebaugh2016-02-101-3/+0
* Add binary for smoke-testing offline downloadsJohn Firebaugh2016-02-101-0/+2
* [core] Interface and implementation for offlineJohn Firebaugh2016-02-102-0/+258
* [all] Don't interpret 404s on non-tile resources as "no content"John Firebaugh2016-02-101-0/+4
* [all] Do not set Response data for 404sJohn Firebaugh2016-02-101-1/+1
* [core] Reimplement existing caching within an offline-capable database schemaJohn Firebaugh2016-02-101-6/+9
* [core] Moving caching logic to DefaultFileSourceJohn Firebaugh2016-02-103-5/+10
* [glfw] add "C" button to show stencil clip masksKonstantin Käfer2016-02-101-0/+5
* [core] move GL value objects from gl_config.hpp to gl_values.hppKonstantin Käfer2016-02-083-76/+287
* [core] move util/gl_helper.hpp to gl/gl_helper.hppKonstantin Käfer2016-02-081-2/+2
* [core] move platform/gl.hpp to gl/gl.hppKonstantin Käfer2016-02-083-4/+4
* [core] Remove Response::Error::Reason::CanceledJohn Firebaugh2016-02-041-1/+0
* [core] Comparison operators for LatLngBoundsJohn Firebaugh2016-02-031-0/+11
* [core] #509 - Creating and using MIN_ZOOM and MAX_ZOOM constantsBrad Leege2016-02-031-0/+2
* [core] Make bool conversions explicitJohn Firebaugh2016-02-031-4/+12
* [core] Improve LatLngBounds APIJohn Firebaugh2016-02-021-9/+47
* [core] Remove unusedJohn Firebaugh2016-02-021-1/+0
* [core] Remove superflous inlinesJohn Firebaugh2016-02-021-18/+18
* [core] Remove unusedJohn Firebaugh2016-02-021-4/+0
* [core] Remove unusedJohn Firebaugh2016-02-022-13/+0
* [core] support tiles with non-4096 extentsAnsis Brammanis2016-02-021-0/+1
* [ios] Renamed -showAnnotations:withEdgeInsets:animated:Minh Nguyễn2016-02-011-10/+9
* Custom edgeInsets for fitting in showAnnotationsJordan Moncharmont2016-02-011-3/+21
* [core] Don't use structJohn Firebaugh2016-02-011-5/+10
* [core] Change TileData pixelRatio to an integerJohn Firebaugh2016-01-291-1/+1
* [core] Rationalize Resource initializationJohn Firebaugh2016-01-291-14/+27
* [core] Ensure that FileSource has access to tile URL, pixelRatio, x, y, zJohn Firebaugh2016-01-291-0/+12
* [ios] Restored toggleDebugMinh Nguyễn2016-01-281-1/+1
* [ios] Debug maskMinh Nguyễn2016-01-281-12/+22
* [osx] setMaximumZoomLevel, setMinimumZoomLevelAnsis Brammanis2016-01-281-7/+23
* [ios] getters, setters for minZoom, maxZoomAnsis Brammanis2016-01-281-0/+24
* [core] add setMaxZoom, setMinZoomAnsis Brammanis2016-01-281-0/+2
* [core] destruct WorkTask data before calling the callbackKonstantin Käfer2016-01-281-1/+1
* [core, ios, osx] Tilt around visual center pointMinh Nguyễn2016-01-261-0/+1
* [ios] Bifocal viewport in course tracking modeMinh Nguyễn2016-01-261-0/+40
* [ios] Various user tracking mode fixesMinh Nguyễn2016-01-261-1/+21
* Cleanup std::chrono usageBruno de Oliveira Abinader2016-01-251-2/+2
* [core] Include prior values of caching headers in ResourceJohn Firebaugh2016-01-222-14/+15
* [core] Remove unused parts of chrono.hppJohn Firebaugh2016-01-221-25/+0
* [core] Polyfill std::chrono::absJohn Firebaugh2016-01-221-0/+8
* [core] Merge rfc1123, iso8601, and parse_date into chrono.hpp and fix their APIJohn Firebaugh2016-01-223-62/+13
* [core] Use better types for modified / expires / etagJohn Firebaugh2016-01-211-3/+4
* [core] Eliminate Response::stale and inline Response::isExpired()John Firebaugh2016-01-211-5/+0
* [ios, osx] Optionally animate content insets changeMinh Nguyễn2016-01-202-1/+48
* [ios] Made user dot position configurableMinh Nguyễn2016-01-201-0/+28
* [core] Add ref counting to the main loopThiago Marcos P. Santos2016-01-201-0/+3