summaryrefslogtreecommitdiff
path: root/platform/default
Commit message (Expand)AuthorAgeFilesLines
* [core] Add ref counting to the main loopThiago Marcos P. Santos2016-01-201-1/+25
* Revert "Revert WebP support due to broken builds"Bruno de Oliveira Abinader2016-01-202-3/+44
* [core][ios][osx][android] make SpriteImage accept PremultipliedImageAnsis Brammanis2016-01-191-3/+3
* [core] Eliminate macros in sqlite3.cppJohn Firebaugh2016-01-192-26/+22
* Revert WebP support due to broken buildsJohn Firebaugh2016-01-192-44/+3
* [linux] Added WebP tile supportBruno de Oliveira Abinader2016-01-192-3/+44
* [glfw] Fix panning directionThiago Marcos P. Santos2016-01-191-1/+1
* [core, ios, osx, android, glfw] Flipped origin of Map::latLngForPixel(), Map:...Minh Nguyễn2016-01-181-7/+6
* [core] Support multiple paths in SQLiteCache::getShared()Konstantin Käfer2016-01-151-7/+25
* [core] move SharedSQLiteCache::get to SQLiteCache::getSharedKonstantin Käfer2016-01-152-3/+3
* [core] Restore existing response bodyJohn Firebaugh2016-01-141-0/+2
* [core] Let SQLiteCache decide when store or refresh responsesJohn Firebaugh2016-01-142-16/+11
* [core] Add an explicit "not modified" indicator to ResponseJohn Firebaugh2016-01-142-15/+13
* [core] std::shared_ptr<const Response> ⇢ const Response&John Firebaugh2016-01-143-18/+18
* [core] Eliminate FileCache interfaceJohn Firebaugh2016-01-141-6/+7
* [core] Remove request coalescing in OnlineFileSourceJohn Firebaugh2016-01-131-102/+25
* [core] Inline a temporary variable which is now used only onceJohn Firebaugh2016-01-131-5/+2
* [core] Eliminate platform::assetRoot()John Firebaugh2016-01-133-31/+3
* [core] Simplify asset:// implementationJohn Firebaugh2016-01-135-576/+110
* [core] Further clarify timeout calculationsJohn Firebaugh2016-01-131-37/+30
* [core] Use Seconds::max() rather than -1 for simpler logicJohn Firebaugh2016-01-131-6/+5
* [core] Inline OnlineFileRequestImpl::setResponseJohn Firebaugh2016-01-131-29/+24
* [core] Refactor down to two methods for scheduling a cache or real requestJohn Firebaugh2016-01-131-57/+50
* [core] Inline OnlineFileRequestImpl::getRetryTimeoutJohn Firebaugh2016-01-131-50/+33
* [core] Inline OnlineFileRequestImpl::checkResponseFreshnessJohn Firebaugh2016-01-131-19/+11
* [core] Refactor to instance methods on OnlineFileRequestImplJohn Firebaugh2016-01-131-106/+105
* [core] Simplify logic for notification with pre-existing responseJohn Firebaugh2016-01-131-7/+1
* [core] Inline sole use of OnlineFileSource::Impl::updateJohn Firebaugh2016-01-131-10/+4
* [core] Simplify OnlineFileSource::Impl::rescheduleJohn Firebaugh2016-01-131-3/+1
* Merge branch 'hotfix/android_x86_64' of git://github.com/Malinskiy/mapbox-gl-...Brad Leege2016-01-131-8/+8
|\
| * [android] Fixed x86_64 crash on startup: no implementation previously for cac...Anton Malinskiy2016-01-071-8/+8
* | [core] Get rid of ::unref() for Timer and AsyncTaskThiago Marcos P. Santos2016-01-094-18/+31
* | [core] Privatize SQLiteCacheJohn Firebaugh2016-01-081-4/+15
* | [core] Merge OnlineFileRequestImpl::notify into OnlineFileRequestImpl::setRes...John Firebaugh2016-01-081-17/+8
* | [core] Simplify OnlineFileSource's Timer useJohn Firebaugh2016-01-081-11/+5
* | [core] only cache successful or NotFound responsesKonstantin Käfer2016-01-081-1/+6
* | [core] don't consult cache for asset resourcesKonstantin Käfer2016-01-081-2/+2
* | [core] unify URL prefix detection (asset:// and mapbox://)Konstantin Käfer2016-01-081-10/+2
|/
* [core] Added versioning to the cache databaseThiago Marcos P. Santos2016-01-052-2/+39
* [core] Make it possible to limit the size of the SQLite cacheThiago Marcos P. Santos2015-12-272-37/+263
* [tests] Test with OnlineFileSourceJohn Firebaugh2015-12-233-37/+2
* [core] Remove `Resource` dependency from low-level classesJohn Firebaugh2015-12-234-24/+20
* [core] Move OnlineFileSource to platformJohn Firebaugh2015-12-223-0/+523
* [osx] Use framebuffer width/height in GLFW portBruno de Oliveira Abinader2015-12-181-1/+1
* [glfw] Set viewport size from the Map threadThiago Marcos P. Santos2015-12-161-5/+5
* [core] allow changing the orientationKonstantin Käfer2015-12-151-0/+14
* [node] code review cleanupMike Morris2015-12-152-4/+1
* [core] viewport is handled by embedding applicationsKonstantin Käfer2015-12-102-0/+6
* [core] Better C++ usage on RunLoopThiago Marcos P. Santos2015-12-081-4/+2
* [core] throw values, catch referencesKonstantin Käfer2015-12-032-5/+6