summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* #1166 - Initial conversion from NSURLConnection to NSURLSessionBrad Leege2015-04-211-1/+1
* #1306 - Adding api_mapbox_com.der (public key) and nsurlconnection checking i...Brad Leege2015-04-201-1/+1
* Merge pull request #1295 from mapbox/1199-wheeKonstantin Käfer2015-04-201-0/+6
|\
| * Ensure correct spin directionMinh Nguyễn2015-04-181-0/+6
* | rename Mode::Static => Mode::StillKonstantin Käfer2015-04-171-1/+1
|/
* make the request header public as the node module requires itKonstantin Käfer2015-04-171-0/+60
* align static render mode and still image render modeKonstantin Käfer2015-04-175-22/+80
* Merge pull request #1250 from mapbox/1250-separate-thread-objectJohn Firebaugh2015-04-1611-467/+39
|\
| * rename SQLiteCache::Thread to SQLiteCache::ImplKonstantin Käfer2015-04-131-2/+2
| * make implementation files private headersKonstantin Käfer2015-04-1311-515/+5
| * hide Thread<> and separate the Implementation objectKonstantin Käfer2015-04-136-55/+19
| * use std::tuple<> to forward parameters into the Thread<> objectKonstantin Käfer2015-04-131-6/+30
| * convert DefaultFileSource to use util::Thread<>Konstantin Käfer2015-04-106-38/+26
| * guarantee that Object stays aroundKonstantin Käfer2015-04-102-1/+12
| * add Thread<T> and RunLoopKonstantin Käfer2015-04-105-29/+124
* | fixes #1157, #1255: cache parsed tiles in memoryJustin R. Miller2015-04-162-0/+10
* | make environment.hpp header publicMike Morris2015-04-151-0/+86
* | #1268 - Adding horizontalAccuracy to location eventBrad Leege2015-04-141-0/+1
|/
* Merge pull request #1249 from mapbox/1247-altitudeBrad Leege2015-04-091-0/+2
|\
| * #1247 - Adding Altitude and Vertical Accuracy attributes to location eventsBrad Leege2015-04-091-0/+2
* | Remove some uv.hpp includesJohn Firebaugh2015-04-092-3/+2
* | Replace uv_messenger with AsyncQueue; rewrite remaining uv_* in C++John Firebaugh2015-04-093-36/+3
|/
* Merge pull request #1071 from mapbox/1071-sqlite-avoid-crashKonstantin Käfer2015-04-082-1/+5
|\
| * make sqlite storage more resilient to sporadic errorsKonstantin Käfer2015-04-072-1/+5
* | #1216 - Adding start and stop location manager update to pause and resume fun...Brad Leege2015-04-061-1/+3
* | #1216 - Add pause and resume methods with corresponding isPaused boolean flag...Brad Leege2015-04-061-0/+2
|/
* Merge pull request #1200 from mapbox/sourceJohn Firebaugh2015-04-064-153/+5
|\
| * Tile::ID ⇢ TileIDJohn Firebaugh2015-04-064-149/+5
| * Eliminate StyleSourceJohn Firebaugh2015-04-061-4/+0
* | Expose style class API publiclyMinh Nguyễn2015-04-061-0/+12
|/
* Inspectable togglesMinh Nguyễn2015-04-031-1/+10
* allow setting nil mapID for default styleJustin R. Miller2015-04-031-1/+3
* formatting & docs changesJustin R. Miller2015-04-032-17/+11
* Made lat/lon/zoom inspectableMinh Nguyễn2015-04-032-7/+36
* Made MGLMapView designable in IBMinh Nguyễn2015-04-031-5/+6
* Removed redundant initializers and settersMinh Nguyễn2015-04-031-32/+11
* Fixed race condition after setting access tokenMinh Nguyễn2015-04-032-3/+4
* #1195 - Adding speed and course attributes to location eventBrad Leege2015-04-031-0/+2
* Merge pull request #1192 from mapbox/location-and-docs-tweaksJustin R. Miller2015-04-023-26/+52
|\
| * reverting to title/subtitle setters for user locationJustin R. Miller2015-04-021-0/+8
| * Improvements to docs & user location framework.Justin R. Miller2015-04-023-30/+48
* | Rework easing transition codeJohn Firebaugh2015-04-024-21/+16
* | Move Update to its own header fileJohn Firebaugh2015-04-022-8/+19
|/
* Add typedefs for std::chrono::steady_clock typesJohn Firebaugh2015-04-025-29/+45
* Eliminate StyleLayerGroupJohn Firebaugh2015-04-011-2/+0
* expose style URL settingJustin R. Miller2015-03-301-0/+4
* refs #892: Cocoa support for map ID style URLsJustin R. Miller2015-03-301-0/+7
* #1134 - Removing enabled.email metric and supporting infrastructureBrad Leege2015-03-271-1/+0
* Merge remote-tracking branch 'origin/master' into 1128-convert-booleansJustin R. Miller2015-03-272-13/+32
|\
| * dispatch all AnnotationManager calls to the map threadKonstantin Käfer2015-03-271-2/+13