summaryrefslogtreecommitdiff
path: root/include/mbgl/util
Commit message (Expand)AuthorAgeFilesLines
* [core] Add ref counting to the main loopThiago Marcos P. Santos2016-01-201-0/+3
* Revert "Revert WebP support due to broken builds"Bruno de Oliveira Abinader2016-01-201-0/+5
* [core] Use experimental optional instead of mapbox::util::optionalJohn Firebaugh2016-01-191-0/+13
* Revert WebP support due to broken buildsJohn Firebaugh2016-01-191-5/+0
* [linux] Added WebP tile supportBruno de Oliveira Abinader2016-01-191-0/+5
* [ios] Flip points, not edge insetsMinh Nguyễn2016-01-181-2/+0
* [core] Added padding option to CameraOptionsMinh Nguyễn2016-01-181-0/+34
* [core] Rationalize error handling for resource loadingJohn Firebaugh2015-12-231-20/+0
* [tests] Rewrite resource loading testJohn Firebaugh2015-12-221-0/+9
* [core] Clamp pitch in easeTo(), flyTo()Minh Nguyễn2015-12-191-0/+1
* [core] allow changing the orientationKonstantin Käfer2015-12-152-0/+9
* [core] use `default` instead of empty function bodyKonstantin Käfer2015-12-032-5/+5
* [core] add std::move to constructorsKonstantin Käfer2015-12-031-1/+1
* [core] add namespace comment to closing braceKonstantin Käfer2015-12-0321-34/+36
* [core] Removed libuv dependency from HTTPCurl*Thiago Marcos P. Santos2015-12-011-0/+14
* [core] Privatize internal headersJohn Firebaugh2015-12-013-359/+0
* [core] Expose fewer RunLoop implementation details in headerJohn Firebaugh2015-12-011-16/+7
* [core] Merge uv_detail.hpp into uv.hppJohn Firebaugh2015-12-013-231/+207
* [core] Introduce Timer abstractionThiago Marcos P. Santos2015-12-011-0/+30
* [core] Abstract main loop inside RunLoop classThiago Marcos P. Santos2015-12-011-12/+33
* [core] Use AsyncTask on the MapContextThiago Marcos P. Santos2015-12-011-0/+28
* [core] Display modify, expires debug informationBruno de Oliveira Abinader2015-11-271-0/+5
* [core] Replace time_t with std::chrono::secondsBruno de Oliveira Abinader2015-11-271-0/+31
* [core] Fix image type of Map::renderStillJohn Firebaugh2015-11-251-1/+1
* [core] Rewrite image handlingJohn Firebaugh2015-11-251-14/+21
* [core] For binary image data use uint8_t, not charJohn Firebaugh2015-11-231-4/+4
* [core] Fix LatLngBounds default coordinatesBruno de Oliveira Abinader2015-11-181-3/+10
* [core] Do not pass uv_loop_t aroundThiago Marcos P. Santos2015-11-164-0/+424
* [core] PrecisionPoint is now a vec2<double>Bruno de Oliveira Abinader2015-11-122-21/+20
* [core] Fix mbgl::projection function signaturesBruno de Oliveira Abinader2015-11-111-4/+4
* [core] Added MetersBoundsBruno de Oliveira Abinader2015-11-112-16/+18
* [core] Added PrecisionPoint to represent pixel pointsBruno de Oliveira Abinader2015-11-111-1/+15
* [core] Added isValid to geo helper structsBruno de Oliveira Abinader2015-11-111-0/+12
* [core][iOS] Source iOS styles from default_stylesMinh Nguyễn2015-10-301-0/+32
* [core] Annotation refactorJohn Firebaugh2015-10-201-0/+4
* mason variant@1.0Mike Morris2015-09-304-1030/+0
* CameraOptionsMinh Nguyễn2015-09-072-0/+190
* load correct covering tiles in perspective viewAnsis Brammanis2015-08-241-0/+1
* fix earthquakes in perspective viewAnsis Brammanis2015-08-241-7/+7
* port mat4.perspective and mat4.rotate_xAnsis Brammanis2015-08-241-0/+2
* add MBGL_USE_GLES2 defineKonstantin Käfer2015-08-041-9/+12
* don't use certain STL functionsKonstantin Käfer2015-08-041-4/+4
* Remove unused function: cwd()Thiago Marcos P. Santos2015-07-111-2/+0
* mark Image constructor as explicit to avoid accidental implicit argument conv...Konstantin Käfer2015-07-081-1/+1
* compress_png: void* => const void*Konstantin Käfer2015-07-081-1/+1
* Sprite store APIKonstantin Käfer2015-07-081-0/+5
* [wrap)Minh Nguyễn2015-07-061-1/+3
* squash of #1655: shape annotations support for core & iOSJustin R. Miller2015-06-151-1/+13
* allow constructing LatLng/LatLngBounds objects from TileIDsKonstantin Käfer2015-06-081-0/+8
* Replace mbgl::util::make_unique<> with std::make_unique<>Konstantin Käfer2015-05-261-23/+0