summaryrefslogtreecommitdiff
path: root/include/mbgl/util
Commit message (Expand)AuthorAgeFilesLines
...
* [core] PrecisionPoint is now ScreenCoordinateBruno de Oliveira Abinader2016-03-011-3/+3
* [core] Get rid of mbgl/util/vec4 - use vec4 from vec.hpp insteadBruno de Oliveira Abinader2016-03-012-3/+7
* [core] Coordinate is now GeometryCoordinateBruno de Oliveira Abinader2016-03-011-2/+0
* [core] Enforce constants usageBruno de Oliveira Abinader2016-03-011-0/+1
* [core] Build fixThiago Marcos P. Santos2016-02-261-1/+1
* [core] Add timeout for clock skewThiago Marcos P. Santos2016-02-261-0/+4
* [core] Remove RunLoop::{ref,unref}John Firebaugh2016-02-161-3/+0
* [core] less slanted dashed lines near sharp cornersAnsis Brammanis2016-02-151-0/+5
* [core] Eliminate maximumCacheEntrySizeJohn Firebaugh2016-02-101-1/+0
* [core] Implement an eviction policy for OfflineDatabaseJohn Firebaugh2016-02-101-0/+3
* [core] move util/gl_helper.hpp to gl/gl_helper.hppKonstantin Käfer2016-02-081-90/+0
* [core] move platform/gl.hpp to gl/gl.hppKonstantin Käfer2016-02-081-1/+1
* [core] Comparison operators for LatLngBoundsJohn Firebaugh2016-02-031-0/+11
* [core] #509 - Creating and using MIN_ZOOM and MAX_ZOOM constantsBrad Leege2016-02-031-0/+2
* [core] Make bool conversions explicitJohn Firebaugh2016-02-031-4/+12
* [core] Improve LatLngBounds APIJohn Firebaugh2016-02-021-9/+47
* [core] Remove superflous inlinesJohn Firebaugh2016-02-021-18/+18
* [core] Remove unusedJohn Firebaugh2016-02-021-4/+0
* [core] Remove unusedJohn Firebaugh2016-02-021-10/+0
* [core] support tiles with non-4096 extentsAnsis Brammanis2016-02-021-0/+1
* [core] Don't use structJohn Firebaugh2016-02-011-5/+10
* [core] destruct WorkTask data before calling the callbackKonstantin Käfer2016-01-281-1/+1
* [core] Remove unused parts of chrono.hppJohn Firebaugh2016-01-221-25/+0
* [core] Polyfill std::chrono::absJohn Firebaugh2016-01-221-0/+8
* [core] Merge rfc1123, iso8601, and parse_date into chrono.hpp and fix their APIJohn Firebaugh2016-01-223-62/+13
* [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