summaryrefslogtreecommitdiff
path: root/platform/default
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* [core] use `default` instead of empty function bodyKonstantin Käfer2015-12-032-4/+2
* [core] add std::move to constructorsKonstantin Käfer2015-12-031-1/+2
* [core] add namespace comment to closing braceKonstantin Käfer2015-12-0310-17/+17
* [core] Fix std::move() misuse that disables copy elisionKonstantin Käfer2015-12-033-4/+4
* [core] Map::setSprite ⇢ Map::addAnnotationIconJohn Firebaugh2015-12-011-2/+2
* [glfw] No longer necessary to wait for style load to add default markerJohn Firebaugh2015-12-011-7/+1
* [core] Remove mbgl/util/uv.hppThiago Marcos P. Santos2015-12-013-19/+95
* [core] Removed libuv dependency from AssetZipContextThiago Marcos P. Santos2015-12-013-435/+217
* [core] Removed libuv dependency from AssetFSContextThiago Marcos P. Santos2015-12-011-146/+159
* [core] Removed libuv dependency from HTTPCurl*Thiago Marcos P. Santos2015-12-012-68/+125
* [core] Port uv::tls to pthreadsThiago Marcos P. Santos2015-12-011-2/+8
* [core] Expose fewer RunLoop implementation details in headerJohn Firebaugh2015-12-012-7/+17
* [core] Merge uv_detail.hpp into uv.hppJohn Firebaugh2015-12-013-4/+2
* [curl] Make curl request less dependent on libuvThiago Marcos P. Santos2015-12-011-27/+18
* [core] Introduce Timer abstractionThiago Marcos P. Santos2015-12-011-0/+40
* [core] Removed dependency on uv_loop from the file sourceThiago Marcos P. Santos2015-12-012-11/+11
* [core] Abstract main loop inside RunLoop classThiago Marcos P. Santos2015-12-012-1/+84
* [core] Introduce the AsyncTaskThiago Marcos P. Santos2015-12-011-0/+53
* [tests] Don't use icons from the style for annotationsJohn Firebaugh2015-11-301-1/+8
* [core] Collision debug is now MapDebugOptions::CollisionBruno de Oliveira Abinader2015-11-271-4/+0
* [core] Added MapDebugOptionsBruno de Oliveira Abinader2015-11-272-3/+3
* [core] Replace time_t with std::chrono::secondsBruno de Oliveira Abinader2015-11-275-15/+17
* [core] Fix image type of Map::renderStillJohn Firebaugh2015-11-252-3/+9
* [core] Always manually premultiply libpng outputJohn Firebaugh2015-11-251-23/+3
* [core] Rewrite image handlingJohn Firebaugh2015-11-255-358/+180
* Fix GCC5 complaining about -Wunused-variable.Thomas Voß2015-11-252-1/+6
* [core] Remove unusedJohn Firebaugh2015-11-233-54/+39
* [core] For binary image data use uint8_t, not charJohn Firebaugh2015-11-235-14/+14
* fixes #3054: move desktop test app keybindings output to startup logJustin R. Miller2015-11-171-0/+25
* [core] allow changing pitch in GLFW based appsKonstantin Käfer2015-11-172-0/+11
* [core] Use std::unique_ptr for FileSource requestJohn Firebaugh2015-11-161-1/+1
* [core] Reorganize sprite related filesJohn Firebaugh2015-11-121-1/+1
* [core] Use PrecisionPoint in zoom and angle functionsBruno de Oliveira Abinader2015-11-111-4/+4
* [core] Use PrecisionPoint in coordinate functionsBruno de Oliveira Abinader2015-11-111-2/+2
* [core] Eliminate use of ClassProperties for paintJohn Firebaugh2015-11-101-1/+1
* [core] fix logging so we don't use strings as a formatterKonstantin Käfer2015-11-062-3/+3
* [core] Include Linux-specific scheduling headerKonstantin Käfer2015-11-051-0/+5
* [core] catch compression/decompression errors and report themKonstantin Käfer2015-11-041-0/+5
* [core] move retry logic to DefaultFileSourceKonstantin Käfer2015-11-024-147/+75
* [core][iOS] Source iOS styles from default_stylesMinh Nguyễn2015-10-302-33/+0
* Fixed build issues and typosMinh Nguyễn2015-10-301-2/+2
* [core] Remove bundled styles.Leith Bade2015-10-301-6/+6
* [core] Set names to threads on LinuxThiago Marcos P. Santos2015-10-291-1/+1
* [android] Update test app iconLeith Bade2015-10-281-0/+84