summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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
| * more metrics magic strings removalsJustin R. Miller2015-03-261-11/+19
* | convert metrics BOOLs to strings internallyJustin R. Miller2015-03-271-1/+1
|/
* fixes #1116: metrics stability & performance refactorJustin R. Miller2015-03-263-37/+41
* Merge branch 'ios-unused'Minh Nguyễn2015-03-266-68/+0
|\
| * Delete unused codeJohn Firebaugh2015-03-195-65/+0
* | closes #1082, refs #756: user dot on map in iOSJustin R. Miller2015-03-255-0/+89
* | refs #894, fixes #1074: callout views for iOSJustin R. Miller2015-03-243-8/+89
* | Merge branch 'master' of github.com:mapbox/mapbox-gl-native into 1033-metricsBrad Leege2015-03-244-46/+35
|\ \
| * | annotations perf improvements & iOS app testingJustin R. Miller2015-03-232-4/+12
| * | Merge branch 'master' into 1022-annotations-thread-safetyJustin R. Miller2015-03-235-20/+132
| |\ \
| * | | make more things const and refs, and add mutexesKonstantin Käfer2015-03-203-44/+25
* | | | #1033 - Flush all events to server when app enters backgroundBrad Leege2015-03-241-0/+2
* | | | Merge branch 'master' of github.com:mapbox/mapbox-gl-native into 1033-metricsBrad Leege2015-03-235-19/+131
|\ \ \ \ | | |/ / | |/| |
| * | | move style classes to MapData object and make thread safeKonstantin Käfer2015-03-231-2/+1
| * | | move accessToken to MapDataKonstantin Käfer2015-03-231-2/+1
| * | | move defaultTransitionDuration to MapDataKonstantin Käfer2015-03-231-5/+4
| * | | move animationTime to MapData storeKonstantin Käfer2015-03-231-3/+1
| * | | make the debug flag atomic and move to MapDataKonstantin Käfer2015-03-231-1/+1