summaryrefslogtreecommitdiff
path: root/platform/default
Commit message (Expand)AuthorAgeFilesLines
* [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
* improve gestures in perspective viewAnsis Brammanis2015-10-261-1/+4
* [core] Move parseCacheControl() up in the class hierarchyThiago Marcos P. Santos2015-10-261-16/+0
* [core] always reparse with the freshest possible placement configKonstantin Käfer2015-10-261-1/+1
* [core] Make response data shared to avoid excessive copyingKonstantin Käfer2015-10-264-13/+26
* Fixed typo in default stylesBruno de Oliveira Abinader2015-10-231-1/+1
* [android] Use new GPS markers.Leith Bade2015-10-241-0/+1
* [android] Fix JNI local ref overflowLeith Bade2015-10-231-1/+1
* [android] Add missing satellite streets style to Android and iOS.Leith Bade2015-10-231-0/+1
* [core] Introduce StyleLayer subclassesJohn Firebaugh2015-10-221-5/+2
* [core] Rationalize style property classes: <type>{Paint,Layout}PropertiesJohn Firebaugh2015-10-221-2/+2