summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [android] Move into platform subdirectoryJohn Firebaugh2015-12-16227-23/+28
|
* [android] Move includes to platform subdirectoryJohn Firebaugh2015-12-165-0/+6
|
* [android] Fix 2-finger rotation is off axisAntonio Zugaldia2015-12-161-2/+6
| | | | Fixes #3325
* Revert "[ios] Custom style layer"John Firebaugh2015-12-165-149/+0
| | | | ec9a4cd3285da280d43c7ddd0ca96fe37d9c5278
* node-v2.2.0node-v2.2.0Mike Morris2015-12-162-1/+5
|
* [ios] Custom style layerMinh Nguyễn2015-12-165-0/+149
| | | | | | Exposed Map::addCustomLayer() publicly as an undocumented, block-based API. This change avoids the terms “layer”, “initialize”, “render”, and “altitude” because they overload existing terminology in the SDK, UIKit, or MapKit. (“Layer” is qualified as “style layer”.) There are outstanding questions about ARC memory management, but this approach works in both Objective-C and Swift for pure OpenGL programming. Added a demo to iosapp that draws a green layer below any labels in Mapbox Streets.
* [android] Custom layer bindingsJohn Firebaugh2015-12-1612-1/+272
|
* [core] Fixed annotation icon replacementMinh Nguyễn2015-12-155-10/+28
| | | | Another pass at #3146, including a unit test.
* [core] Do not use std:: namespace for log2()Thiago Marcos P. Santos2015-12-151-1/+1
| | | | As some versions of libstdc++ don't have it.
* [android] Add scheduled build scriptJohn Firebaugh2015-12-151-4/+50
|
* [ios] Updated changelogMinh Nguyễn2015-12-151-0/+1
|
* code review updates: sprite_atlas brackets and nullable removed for ↵Romain Quidet2015-12-153-8/+5
| | | | reuseIdentifier of annotationImage
* 2210: Sprites can be removed / updated correctlyRomain Quidet2015-12-157-5/+24
|
* 2210: MGLAnnotationImage image can be updateRomain Quidet2015-12-155-8/+46
|
* [ios, android] Remove unnecessary portions of bitrise.ymlJohn Firebaugh2015-12-152-16/+0
|
* [ios, android] Remove version specifier to avoid Bitrise upgrade nagJohn Firebaugh2015-12-152-11/+11
|
* [android] Add bitrise.ymlJohn Firebaugh2015-12-151-0/+73
|
* [ios] Move bitrise.yml into platform/iosJohn Firebaugh2015-12-151-0/+0
|
* [ios, osx] Added flyToCamera: variation that uses default durationMinh Nguyễn2015-12-156-7/+29
|
* [ios] World tour on iOSMinh Nguyễn2015-12-151-0/+56
|
* [osx] World tourMinh Nguyễn2015-12-152-4/+76
| | | | A new Debug menu command takes you on a tour of the world by air.
* [ios, osx] Added flyTo to OS X; refactored camera settersMinh Nguyễn2015-12-154-46/+104
|
* [core] Corrected flying trajectory; pitched flightMinh Nguyễn2015-12-155-41/+69
| | | | | | Corrected some fairly opaque code that was incorrectly ported from GL JS the first time around in #3171, causing the trajectory to extend far into the Earth’s orbit. Also transition pitch while flying, call transition frame/finish callback functions, and recognize the same “speed” and “curve” parameters that GL JS does. Fixes #3296, fixes #3297.
* [android] #3311 fix unit test configurationTobrun2015-12-1510-20/+0
|
* [ios, osx] Corrected missing annotation tag assertion messageMinh Nguyễn2015-12-152-2/+2
| | | | ref #3284
* [osx] Restore debug maskMinh Nguyễn2015-12-151-1/+1
| | | | Fixes #3287.
* [core] fix font rendering at the top edge of the viewportKonstantin Käfer2015-12-153-14/+1
|
* [core] allow changing the orientationKonstantin Käfer2015-12-1512-7/+136
| | | | You can now change the orientation of north to be to the right, bottom, left in addition to the default of top
* [osx] Only build osxapp on TravisMinh Nguyễn2015-12-151-6/+0
| | | | | | Building osxapp means building the SDK, so building the SDK independently is wasteful. Fixes #3313.
* [node] code review cleanupMike Morris2015-12-155-26/+23
|
* [osx] 'make run-linux' should work on OSXBruno de Oliveira Abinader2015-12-151-2/+2
|
* [android] Add more documentation to Android bindings. Refs #2650Tom MacWright2015-12-155-4/+34
|
* Expand DEVELOP_ANDROID_OSX with more gotchas.Tom MacWright2015-12-151-3/+17
| | | | Fixes #3266
* [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
| | | | Fixes #3292
* [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
| | | build/pkg/osx/ probably won’t be used until #3183 lands.
* [osx] Corrected documentationMinh Nguyễn2015-12-132-5/+7
| | | | Corrected the path to the build output. Also added a missing inline comment.
* [osx] Sort candidate annotations by proximity to tapMinh Nguyễn2015-12-131-17/+30
| | | | Like 78a39c17fb6677442231945ddf8b73797080e2e1 for #3261 on iOS.
* [osx] PrintingMinh Nguyễn2015-12-131-1/+49
| | | | Copied some pixel-reading code from HeadlessView.
* [ios] Strip OS X–specific APIs from iOS documentationMinh Nguyễn2015-12-131-0/+4
| | | | appledoc can’t understand conditional compilation. This is the best we can do until we move to Jazzy.
* [osx] Remove All Pins commandMinh Nguyễn2015-12-133-3/+25
| | | | Also fixed an issue where removing a selected annotation failed to deselect it.
* [osx] Persist viewpoint across relaunchMinh Nguyễn2015-12-131-0/+8
|
* [osx] Map cameraMinh Nguyễn2015-12-1310-6/+197
| | | | Shared MGLMapCamera between iOS and OS X. Unfortunately -camera and -setCamera: implementations need to be copy-pasted for now.
* [osx] Don’t strip on copy in DebugMinh Nguyễn2015-12-131-0/+13
| | | | Stripping the framework means you can’t debug the framework.
* [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
| | | | Mapbox.framework needs to be embedded in the application bundle.