summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [android] #3192 - Updating ChangelogBrad Leege2015-12-141-1/+9
* [android] Add some JavaDocs, fix HTML formattingTom MacWright2015-12-1411-117/+240
* [core] Don't use glClear optimization for layers that aren't the bottommostJohn Firebaugh2015-12-143-6/+17
* [core] change RapidJSON usage to use CrtAllocator and bump GeoJSON VTKonstantin Käfer2015-12-1436-168/+165
* [core] Fix another place GL state was required but not setJohn Firebaugh2015-12-141-0/+1
* [osx] Corrected build documentationMinh Nguyễn2015-12-131-1/+1
* [osx] Corrected documentationMinh Nguyễn2015-12-132-5/+7
* [osx] Sort candidate annotations by proximity to tapMinh Nguyễn2015-12-131-17/+30
* [osx] PrintingMinh Nguyễn2015-12-131-1/+49
* [ios] Strip OS X–specific APIs from iOS documentationMinh Nguyễn2015-12-131-0/+4
* [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-1310-6/+197
* [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-133-4/+35
* [osx] Fixed standalone launch of osxapp (and run-xosx)Minh Nguyễn2015-12-134-21/+21
* [osx] Documentation comments for public classesMinh Nguyễn2015-12-1312-89/+732
* [osx] Commented private headers and implementation filesMinh Nguyễn2015-12-1314-6/+89
* [osx] Align build settings with Xcode framework project templateMinh Nguyễn2015-12-132-7/+31
* [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-136-32/+28
* [osx] Added inline comments to MGLMapViewMinh Nguyễn2015-12-134-21/+251
* [osx] Build framework based on static libraryMinh Nguyễn2015-12-1334-218/+174
* [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-134-24/+118
* [osx] Annotation tooltipsMinh Nguyễn2015-12-135-3/+86
* [osx] Drop Pin context menu itemMinh Nguyễn2015-12-134-57/+96
* [osx, ios] Improved annotation interactionMinh Nguyễn2015-12-131-36/+85
* [osx] Rewrote platform-osx and osxappMinh Nguyễn2015-12-1386-582/+4424
* [ios] Sort candidate annotations by proximity to tapMinh Nguyễn2015-12-132-4/+15
* [ios] Refined annotation selectionMinh Nguyễn2015-12-131-18/+22
* [ios] Refactored MGLMapView annotationsMinh Nguyễn2015-12-131-277/+473
* [ios] Silly rabbit, Cocoa bindings are for Mac developers!Minh Nguyễn2015-12-121-1/+1
* [android] #3262 stop listening to bearing when state switchesTobrun2015-12-121-5/+3
* [android] #3191 - remove double direction stateTobrun2015-12-121-2/+0
* [android] #3270 - add sample activity for animated coordinate changeTobrun2015-12-1210-3/+212
* [android] #3267 limit user input as an example to VisibleCoordinateBoundsTobrun2015-12-121-0/+5
* [core] Use global namespace on some <cmath> functionsThiago Marcos P. Santos2015-12-111-4/+4
* [test] update test suite to include more comprehensive GeoJSON testsKonstantin Käfer2015-12-119-18/+29
* [core] don't fail on invalid inline GeoJSON dataKonstantin Käfer2015-12-111-2/+9
* [build] make sure we're building the config file for node Xcode projectsKonstantin Käfer2015-12-111-1/+1
* [core] create GeoJSON tiles from inline GeoJSON in sourcesKonstantin Käfer2015-12-116-3/+231
* [core] parse GeoJSON source typeKonstantin Käfer2015-12-1111-14/+108
* [core] split Source parsing into separate functionsKonstantin Käfer2015-12-112-21/+65
* [core] move SourceInfo to its own fileKonstantin Käfer2015-12-114-116/+158
* [core] Reduce custom layer API to lowest common denominatorJohn Firebaugh2015-12-117-49/+139
* [android] #3245 Reverse Tilt GestureTobrun2015-12-111-1/+1
* [android] #3246 disable zoom controlsTobrun2015-12-111-1/+0