summaryrefslogtreecommitdiff
path: root/platform
Commit message (Expand)AuthorAgeFilesLines
* [osx] Corrected documentationMinh Nguyễn2015-12-131-4/+6
* [osx] Sort candidate annotations by proximity to tapMinh Nguyễn2015-12-131-17/+30
* [osx] PrintingMinh Nguyễn2015-12-131-1/+49
* [osx] Remove All Pins commandMinh Nguyễn2015-12-133-3/+25
* [osx] Persist viewpoint across relaunchMinh Nguyễn2015-12-131-0/+8
* [osx] Map cameraMinh Nguyễn2015-12-136-4/+168
* [osx] Don’t strip on copy in DebugMinh Nguyễn2015-12-131-0/+13
* [osx] Fixed IB latitude/longitude inspectablesMinh Nguyễn2015-12-134-1/+29
* [osx] Default callout view controllerMinh Nguyễn2015-12-131-3/+15
* [osx] Fixed standalone launch of osxapp (and run-xosx)Minh Nguyễn2015-12-132-5/+18
* [osx] Documentation comments for public classesMinh Nguyễn2015-12-135-44/+93
* [osx] Commented private headers and implementation filesMinh Nguyễn2015-12-1312-4/+45
* [osx] Align build settings with Xcode framework project templateMinh Nguyễn2015-12-131-5/+27
* [osx] Renamed annotation IDs to annotation tagsMinh Nguyễn2015-12-131-97/+97
* [osx] Moved Mapbox.{h,m} into framework proper; set version variablesMinh Nguyễn2015-12-133-1/+26
* [osx] Added inline comments to MGLMapViewMinh Nguyễn2015-12-133-20/+249
* [osx] Build framework based on static libraryMinh Nguyễn2015-12-1326-48/+121
* [osx] Fixed KVO compliance for selectedAnnotationMinh Nguyễn2015-12-131-0/+2
* [osx] Blanket the map with pinsMinh Nguyễn2015-12-132-2/+50
* [osx] Annotation cursorsMinh Nguyễn2015-12-133-24/+115
* [osx] Annotation tooltipsMinh Nguyễn2015-12-133-3/+71
* [osx] Drop Pin context menu itemMinh Nguyễn2015-12-133-57/+94
* [osx, ios] Improved annotation interactionMinh Nguyễn2015-12-131-36/+85
* [osx] Rewrote platform-osx and osxappMinh Nguyễn2015-12-1355-486/+3827
* [ios] Sort candidate annotations by proximity to tapMinh Nguyễn2015-12-131-4/+13
* [ios] Refined annotation selectionMinh Nguyễn2015-12-131-18/+22
* [ios] Refactored MGLMapView annotationsMinh Nguyễn2015-12-131-277/+473
* [core] Move linux and osx to platform subdirectoryJohn Firebaugh2015-12-106-0/+560
* [core] viewport is handled by embedding applicationsKonstantin Käfer2015-12-102-0/+6
* Implementation of flyTo.Adam Hunter2015-12-091-1/+15
* [test] Update test suiteJohn Firebaugh2015-12-092-3/+11
* [node] document EventEmitter interface [skip ci]Mike Morris2015-12-081-8/+52
* node-v2.1.0node-v2.1.0Mike Morris2015-12-081-0/+4
* [core] Better C++ usage on RunLoopThiago Marcos P. Santos2015-12-081-4/+2
* Merge branch 'release-ios-v3.0.1'Justin R. Miller2015-12-071-1/+1
|\
| * bump build for ios-v3.0.1 (no symbols)ios-v3.0.1Justin R. Miller2015-12-071-1/+1
| * fixes #3113: bring in MGLMapView via +load for Interface BuilderJustin R. Miller2015-12-032-3/+10
| * bump iOS version to 3.0.1-pre.1ios-v3.0.1-pre.1Justin R. Miller2015-12-031-1/+1
| * [ios] fix CoreTelephony crash (by removing it)Jason Wray2015-12-031-45/+0
| * refs #3112: cleanups around Core Telephony runtimeJustin R. Miller2015-12-031-6/+7
| * Attach compass gesture recognizer to compass viewMinh Nguyễn2015-11-241-1/+2
* | record app fg/bg/inactive state in telemetryJustin R. Miller2015-12-041-1/+38
* | fixes #3113: bring in MGLMapView via +load for Interface BuilderJustin R. Miller2015-12-032-3/+10
* | [android] #2805 - Updating Tilt API to support animation duration timeBrad Leege2015-12-031-3/+3
* | [android] #2805 - Basic wiring up of Android Tilt methods to Core GL Pitch me...Brad Leege2015-12-031-0/+16
* | [core] throw values, catch referencesKonstantin Käfer2015-12-032-5/+6
* | [core] use `default` instead of empty function bodyKonstantin Käfer2015-12-032-4/+2
* | [core] add std::move to constructorsKonstantin Käfer2015-12-031-1/+2
* | [core] add namespace comment to closing braceKonstantin Käfer2015-12-0310-17/+17
* | [core] Fix std::move() misuse that disables copy elisionKonstantin Käfer2015-12-033-4/+4