| Commit message (Expand) | Author | Age | Files | Lines |
* | [ios, macos] Allow -convertCoordinateBounds to span antimeridian | Nadia Barbosa | 2018-09-04 | 2 | -5/+26 |
* | Add enabled property to MGLShape (#12352) | Jordan Kiley | 2018-08-20 | 2 | -1/+17 |
* | [darwin] arbitrary offline region geometries | Ivo van Dongen | 2018-08-20 | 1 | -0/+1 |
* | [macos] Canonicalized another exception name | Minh Nguyễn | 2018-08-15 | 1 | -1/+3 |
* | Add pitch argument to cameraThatFits functions (#12213) | Bobby Sudekum | 2018-07-02 | 2 | -0/+57 |
* | Merge branch 'release-boba' into masterupstream/fabian-merge-release-4.0.1-master | Fabian Guerra | 2018-05-17 | 3 | -4/+21 |
|\ |
|
| * | [ios, macos] Add to-rgba expression operator. (#11725) | Fabian Guerra Soto | 2018-05-07 | 1 | -2/+8 |
| * | [ios, macos] Make NSPredicate+MGLAdditions public. (#11810)android-v6.1.0 | Fabian Guerra Soto | 2018-05-04 | 2 | -1/+2 |
| * | [ios, macos] Fix for camera movement when selecting visible annotations (#11731) | Julian Rex | 2018-04-24 | 1 | -1/+11 |
* | | [ios, macos] Update minimum deployment versions to iOS 9, macOS 10.11 (#11776) | Jason Wray | 2018-04-27 | 3 | -49/+49 |
|/ |
|
* | [ios, macos] Eliminated MGLAbstractShapeSource | Minh Nguyễn | 2018-04-02 | 1 | -1/+0 |
* | [ios, macos] Renamed MGLVectorSource to MGLVectorTileSource | Minh Nguyễn | 2018-04-02 | 2 | -9/+9 |
* | [ios, macos] Renamed MGLRasterSource to MGLRasterTileSource | Minh Nguyễn | 2018-04-02 | 2 | -5/+5 |
* | Eviscerate mbgl expression to Foundation JSON object conversion (#11389) | Minh Nguyễn | 2018-03-30 | 2 | -0/+71 |
* | [ios,macos] Selecting offscreen annotation pans map to fit annotation & callo... | Julian Rex | 2018-03-21 | 2 | -8/+106 |
* | [ios, macos] Fix an issue where a wrong annotation may selected if annotation... | Lloyd Sheng | 2018-03-13 | 1 | -25/+22 |
* | [macos] Assume sRGB for mbgl expressions, CSS in attribution | Minh Nguyễn | 2018-03-07 | 2 | -9/+19 |
* | [ios, macos] Unwrap coordinate bounds | Minh Nguyễn | 2018-02-21 | 2 | -36/+29 |
* | [core, ios, macos, android, node] Heatmap layer (#11046) | Vladimir Agafonkin | 2018-02-15 | 1 | -0/+1 |
* | [ios, macos] Hook up hillshade style layers, raster DEM sources to iOS/macOS ... | Minh Nguyễn | 2018-01-25 | 1 | -0/+2 |
* | Reimplement style values atop NSExpression (#10726) | Minh Nguyễn | 2018-01-24 | 1 | -0/+1 |
* | Merge branch 'release-agua' into masterupstream/fabian-merge-release-agua | Fabian Guerra | 2018-01-04 | 2 | -2/+14 |
|\ |
|
| * | [darwin, macos] Rename Info.plist key for consistency | Andrew Kitchen | 2018-01-03 | 1 | -8/+0 |
| * | [darwin, ios, macos] Introduces an MGLRendererConfiguration class | Andrew Kitchen | 2018-01-03 | 1 | -4/+4 |
| * | [ios, macos] Adds support for specifying an ideographic font family name | Andrew Kitchen | 2018-01-03 | 1 | -6/+14 |
| * | [ios,macos] Darwin implementation of a CoreText-based LocalGlyphRasterizer. | Chris Loer | 2018-01-03 | 1 | -5/+5 |
| * | [macos] Update visible coordinates documentation to reflect antimeridian usage. | Fabian Guerra | 2017-12-21 | 1 | -0/+12 |
| * | [macos] Fixed logo view distortion on macOS High Sierra | Minh Nguyễn | 2017-11-30 | 1 | -1/+1 |
| * | [ios, macos] Fix an issue that triggers didSelectAnnotations for MGLAnnotatio... | Fabian Guerra | 2017-11-30 | 1 | -1/+1 |
* | | [darwin, macos] Rename Info.plist key for consistency | Andrew Kitchen | 2017-12-11 | 1 | -8/+0 |
* | | [darwin, ios, macos] Introduces an MGLRendererConfiguration class | Andrew Kitchen | 2017-12-11 | 1 | -4/+4 |
* | | [ios, macos] Adds support for specifying an ideographic font family name | Andrew Kitchen | 2017-12-11 | 1 | -6/+14 |
* | | [ios,macos] Darwin implementation of a CoreText-based LocalGlyphRasterizer. | Chris Loer | 2017-12-11 | 1 | -5/+5 |
* | | [core] move HeadlessBackend extension initialization code into Impl | Konstantin Käfer | 2017-11-29 | 1 | -1/+1 |
* | | [darwin, macos, ios] Renames CGImage creation function to imply +1 retain cou... | Andrew Kitchen | 2017-11-27 | 1 | -2/+2 |
* | | [ios, macos] Implement MGLComputedShapeSource binding for CustomGeometrySource | Asheem Mamoowala | 2017-11-22 | 1 | -0/+1 |
* | | [darwin] Abstract ShapeSource interface | Jesse Crocker | 2017-11-22 | 1 | -0/+1 |
|/ |
|
* | [ios, macos] Center shape annotation's callout when offscreen. (#10255) | Fabian Guerra Soto | 2017-11-01 | 1 | -7/+7 |
* | [ios, macos] Iterate over point and shape annotations. (#10262) | Fabian Guerra Soto | 2017-10-27 | 1 | -28/+30 |
* | [ios, macos] Add selection support to MGLMultiPoint annotations. (#9984) | Fabian Guerra Soto | 2017-10-18 | 1 | -23/+52 |
* | [android][ios][macOS] Implement bindings for `Map::cameraForGeometry`. On mac... | Asheem Mamoowala | 2017-10-09 | 2 | -4/+51 |
* | Merge branch 'release-ios-v3.6.0-android-v5.1.0' into master.upstream/fabian-merge-release-ios-v3.6.0-final | Fabian Guerra | 2017-09-27 | 1 | -2/+2 |
|\ |
|
| * | [ios, macos] Make minimumZoomLevel and maximumZoomLevel IBInspectable. (#9729) | Fabian Guerra Soto | 2017-08-30 | 1 | -2/+2 |
* | | Preserve depth buffer between 3D layers + optimize render order (#9931) | Lauren Budorick | 2017-09-21 | 1 | -0/+4 |
* | | [macos] snapshotter | Ivo van Dongen | 2017-09-05 | 1 | -0/+1 |
* | | Set Default MaxZoom to 22 | Asheem Mamoowala | 2017-08-21 | 1 | -1/+2 |
* | | [all] Merge View into RendererBackend | John Firebaugh | 2017-07-26 | 1 | -3/+2 |
* | | [ios][macos] manage backendscope in renderer frontend | Ivo van Dongen | 2017-07-25 | 1 | -5/+1 |
* | | [android][glfw][ios][macos][node][qt] rename backend to renderer backend | Ivo van Dongen | 2017-07-18 | 1 | -3/+3 |
* | | [ios][macos] rendering interface changes | Ivo van Dongen | 2017-07-18 | 2 | -15/+24 |