summaryrefslogtreecommitdiff
path: root/platform/default
Commit message (Expand)AuthorAgeFilesLines
* Speculative fix for PNG alpha/gamma handlingJohn Firebaugh2015-05-141-1/+1
* Ensure call-once semantics inside InitializeExtensionsJohn Firebaugh2015-05-132-23/+14
* Extensible GL extension supportJohn Firebaugh2015-05-132-122/+16
* Remove unused GL feature flagsJohn Firebaugh2015-05-132-8/+0
* Remove currently unsupported styles from defaultStylesJohn Firebaugh2015-05-121-5/+1
* change the window title to indicate the current styleKonstantin Käfer2015-05-071-0/+4
* Make all GLFWView attributes privateThiago Marcos P. Santos2015-05-071-0/+5
* Add style change functionality to the Linux test appThiago Marcos P. Santos2015-05-073-0/+43
* decode URLS when loading from file systemKonstantin Käfer2015-05-051-2/+3
* lower thread priority of worker threadsKonstantin Käfer2015-05-042-1/+12
* only update GL state when it actually changedKonstantin Käfer2015-05-041-11/+25
* Fix CURL handle leak (fixes #1394)John Firebaugh2015-05-011-0/+5
* More bandaids to avoid #1309John Firebaugh2015-05-011-1/+1
* Restructure *Request and ContextJohn Firebaugh2015-04-283-232/+163
* Remove unused includesJohn Firebaugh2015-04-281-0/+1
* Resize view from map threadJohn Firebaugh2015-04-281-4/+4
* Remove Map::start/stopJohn Firebaugh2015-04-281-26/+18
* Following kkaefer's view changesJohn Firebaugh2015-04-282-21/+9
* Provide Thread objects with access to loopJohn Firebaugh2015-04-282-2/+4
* remove some unused includesKonstantin Käfer2015-04-281-0/+2
* move most private Map code to MapContextKonstantin Käfer2015-04-282-9/+4
* Remove RequestBase::startJohn Firebaugh2015-04-283-65/+39
* Separate RequestBase from DefaultFileSource internalsJohn Firebaugh2015-04-283-27/+10
* Privatize SharedRequestBase::sourceJohn Firebaugh2015-04-282-6/+8
* pointer ⇢ referenceJohn Firebaugh2015-04-283-6/+5
* Remove unnecessary moves / castsJohn Firebaugh2015-04-281-2/+2
* build on Travis' sudo: false infrastructureKonstantin Käfer2015-04-282-2/+2
* align static render mode and still image render modeKonstantin Käfer2015-04-171-40/+74
* Shorten method namesJohn Firebaugh2015-04-152-9/+9
* Stricter Thread<> interfaceJohn Firebaugh2015-04-152-19/+11
* separate SQLiteCache::Impl header from implementation fileKonstantin Käfer2015-04-132-28/+45
* rename SQLiteCache::Thread to SQLiteCache::ImplKonstantin Käfer2015-04-131-12/+12
* make implementation files private headersKonstantin Käfer2015-04-134-7/+7
* hide Thread<> and separate the Implementation objectKonstantin Käfer2015-04-134-13/+47
* convert DefaultFileSource to use util::Thread<>Konstantin Käfer2015-04-103-14/+14
* add Thread<T> and RunLoopKonstantin Käfer2015-04-101-107/+50
* guard against invalid database filesKonstantin Käfer2015-04-081-3/+16
* make sqlite storage more resilient to sporadic errorsKonstantin Käfer2015-04-072-100/+141
* Rework easing transition codeJohn Firebaugh2015-04-021-7/+2
* Add typedefs for std::chrono::steady_clock typesJohn Firebaugh2015-04-021-1/+2
* Delete the GLFWView object at exitThiago Marcos P. Santos2015-03-201-0/+1
* Log the Environment ID and the Thread nameThiago Marcos P. Santos2015-03-181-2/+2
* fix sprites for pixel ratios that are not 1 and 2Konstantin Käfer2015-03-173-112/+1
* Get rid of printf and cout by using Log::*Thiago Marcos P. Santos2015-03-124-10/+10
* Merge pull request #972 from mapbox/log_cleanupThiago Marcos P. Santos2015-03-121-21/+2
|\
| * Make the logging system staticThiago Marcos P. Santos2015-03-121-2/+2
| * Simplify the logging mechanismThiago Marcos P. Santos2015-03-121-19/+0
* | fixes black flicker on rotating the deviceKonstantin Käfer2015-03-122-11/+7
|/
* Relax sqlite version check to major version onlyJohn Firebaugh2015-03-111-8/+1
* fix handling around unique_ptr releasesKonstantin Käfer2015-03-061-1/+1