summaryrefslogtreecommitdiff
path: root/platform/default
Commit message (Expand)AuthorAgeFilesLines
...
* [glfw] Workaround for OS X (#4666)Bruno de Oliveira Abinader2016-04-151-0/+4
* [core] Clean up ThreadContext vestigesJohn Firebaugh2016-04-152-2/+2
* [all] Replace HTTPContextBase/HTTPRequestBase with FileSourceJohn Firebaugh2016-04-142-208/+62
* [core] Remove internal threading from OnlineFileRequestJohn Firebaugh2016-04-141-70/+59
* [core] Render from the main threadJohn Firebaugh2016-04-143-62/+25
* [core] Demote "Unable to make space for entry" message from Warning to Debug ...John Firebaugh2016-04-141-1/+1
* [test] Fix use of uninitialized `dimensions` value (#4697)John Firebaugh2016-04-131-4/+8
* [core] Fix race condition that could lead to a UNIQUE constraint failure (#4677)John Firebaugh2016-04-113-0/+73
* [core] fix various compilation issuesKonstantin Käfer2016-04-042-4/+4
* [node] Run rendering tests on Bitrise OS XJohn Firebaugh2016-04-011-1/+0
* [glfw] Fix random point generationBruno de Oliveira Abinader2016-04-011-7/+3
* [ios, osx, linux] Remove unused "applicationRoot" functionJohn Firebaugh2016-03-311-28/+0
* Merge branch 'release-ios-3.2.0-android-4.0.0'John Firebaugh2016-03-305-31/+66
|\
| * [core] Set schema version to 3 after upgradingJohn Firebaugh2016-03-281-0/+1
| * [core] Stop any OfflineDownload before deleting a regionJohn Firebaugh2016-03-211-0/+1
| * [core] Add additional logging for exceptions during database connection / cre...John Firebaugh2016-03-181-10/+23
| * [core] Fix regression of prior expiration time not being respectedThiago Marcos P. Santos2016-03-181-1/+5
| * [core] Stop download when tile limit is reachedJesse Bounds2016-03-172-7/+20
| * [core] Implement a vacuum strategy for the offline databaseJohn Firebaugh2016-03-172-17/+24
* | [core] Unify FileRequest and WorkRequestJohn Firebaugh2016-03-245-43/+31
* | [core] split headless_view.cpp into implementation-specific filesKonstantin Käfer2016-03-222-196/+150
* | [glfw] Main loop integrationThiago Marcos P. Santos2016-03-211-3/+14
* | [core] Fix regression of prior expiration time not being respectedThiago Marcos P. Santos2016-03-171-1/+5
* | [core] Added user-defined transition properties when modifying classesBruno de Oliveira Abinader2016-03-181-3/+4
* | [linux] Added world tour to GLFW test appBruno de Oliveira Abinader2016-03-141-0/+22
* | [core] Harden Transform anchor & padding usageBruno de Oliveira Abinader2016-03-131-3/+3
|/
* [core] Deactivate offline region upon completionMinh Nguyễn2016-03-111-0/+8
* [core] Deactivate OfflineDownload when the tile count limit is hitJohn Firebaugh2016-03-091-0/+1
* [core] Fix offline status reporting regressionsJohn Firebaugh2016-03-082-29/+38
* [core] Fix RunLoop::run() behavior when called a second timeJohn Firebaugh2016-03-081-0/+1
* [core] Make OnlineFileSource respect the NetworkStatusThiago Marcos P. Santos2016-03-082-7/+13
* [core] Remove goOffline() from DefaultFileSourceThiago Marcos P. Santos2016-03-081-10/+2
* [core] Ensure OfflineRegionStatus::downloadState is accurately reportedJohn Firebaugh2016-03-071-0/+4
* [core] Fix offline status reporting with pre-existing tiles (#4147)John Firebaugh2016-03-043-18/+28
* [core] PrecisionPoint is now ScreenCoordinateBruno de Oliveira Abinader2016-03-011-2/+2
* [core] Build fixThiago Marcos P. Santos2016-02-261-1/+1
* [core] Add timeout for clock skewThiago Marcos P. Santos2016-02-261-13/+49
* [core] Add retry delay on expired tilesThiago Marcos P. Santos2016-02-261-3/+16
* [core] Limit total number of offline Mapbox tilesJohn Firebaugh2016-02-244-15/+128
* [core] Enforce foreign key constraints in the offline databaseJohn Firebaugh2016-02-244-14/+16
* [core] Fix subtle bug in OfflineDatabase with updated resourcesJohn Firebaugh2016-02-243-74/+172
* [core] status.requiredResourceCountIsIndeterminate ⇢ status.requiredResourc...John Firebaugh2016-02-241-5/+5
* Revert "[core] libuv unref() not really needed"Thiago Marcos P. Santos2016-02-243-1/+30
* [core] libuv unref() not really neededThiago Marcos P. Santos2016-02-203-30/+1
* [core] Use RVO in PremultipliedImage::decodeJPEGBruno de Oliveira Abinader2016-02-181-1/+1
* [core] Faster access with unordered_setThiago Marcos P. Santos2016-02-161-2/+2
* [core] Remove requests from the pending queue on cancelThiago Marcos P. Santos2016-02-161-13/+21
* [core] Remove RunLoop::{ref,unref}John Firebaugh2016-02-161-25/+1
* [tests] Fix buildJohn Firebaugh2016-02-111-1/+1
* Allow using tileSize: 512 as a switch to trade retina support for 512px raste...Young Hahn2016-02-111-2/+2