summaryrefslogtreecommitdiff
path: root/platform/default
Commit message (Expand)AuthorAgeFilesLines
* drive map rendering from main threadKonstantin Käfer2015-06-262-4/+16
* Introduce the ThreadContextThiago Marcos P. Santos2015-06-251-1/+1
* Support shape annotations on GLFWViewThiago Marcos P. Santos2015-06-181-7/+66
* Revert "use array of structs rather than parallel arrays for annotations"Minh Nguyễn2015-06-151-4/+5
* use array of structs rather than parallel arrays for annotationsKonstantin Käfer2015-06-111-5/+4
* press 1 through 6 to add 10^(n-1) points in the current viewportKonstantin Käfer2015-06-091-2/+35
* Merge remote-tracking branch 'origin/master' into new-labellingAnsis Brammanis2015-05-287-30/+26
|\
| * Replace mbgl::util::make_unique<> with std::make_unique<>Konstantin Käfer2015-05-267-30/+26
* | make collision debug boxes toggleableAnsis Brammanis2015-05-281-0/+3
|/
* 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