summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [ios, macos, android] Commit accumulated `make style-code` updatesupstream/make-style-codeJohn Firebaugh2018-01-099-73/+47
| | | | Manually ignoring all heatmap and hillshade related changes.
* [ios, macos] Add documentation overrides for icon-image and text-fieldJohn Firebaugh2018-01-091-0/+6
|
* [build] Special case heatmap-color so it doesn't crash `make style-code`John Firebaugh2018-01-092-1/+9
|
* [ios, macos] Fixed inconsistent indentationMinh Nguyễn2018-01-091-11/+11
|
* [ios, macos] Qualify references to properties in enum docsMinh Nguyễn2018-01-091-0/+7
| | | | jazzy requires these property references to be qualified by class names in order to auto link them.
* [ios, macos] Update cross-refs to properties in doc commentsMinh Nguyễn2018-01-091-4/+6
|
* [core] Update debug collision circle shader.Chris Loer2018-01-093-1/+2
| | | | Fixes issue #10876.
* [core] blacklist binary program loading for Vivante GC4000 GPUsKonstantin Käfer2018-01-091-1/+4
|
* [android] - include request urls when logging out failed http requestsTobrun2018-01-094-23/+59
|
* [android] - fix code generation, remove lamda, fixup color conversion localetobrun2018-01-0919-6433/+7585
|
* [ios, macos] Removed redundant typedefMinh Nguyễn2018-01-081-5/+0
| | | Fixed a jazzy warning.
* [qt] Refreshed build documentationThiago Marcos P. Santos2018-01-082-17/+60
|
* [windows] Build on AppVeyor CIThiago Marcos P. Santos2018-01-082-0/+64
|
* [windows][core] Add std::tuple replacement for WindowsThiago Marcos P. Santos2018-01-082-5/+24
| | | | Windows STL + Clang can't build our IndexedTuple class.
* [windows][qt] Add build defines to build Mapbox GL + Qt on WindowsThiago Marcos P. Santos2018-01-082-0/+29
|
* [windows][build] Make nodejs/npm optionalThiago Marcos P. Santos2018-01-083-82/+88
|
* [windows][core] Define S_ISDIR when not definedThiago Marcos P. Santos2018-01-081-1/+4
|
* [windows][core] Use Qt's own zlib on WindowsThiago Marcos P. Santos2018-01-081-0/+4
|
* [windows][core] Add missing != operator to TilesetThiago Marcos P. Santos2018-01-081-0/+4
|
* [windows][core] Include what you useThiago Marcos P. Santos2018-01-083-0/+3
|
* [windows][qt] Remove std:: namespace of some functionsThiago Marcos P. Santos2018-01-082-3/+3
| | | | Not available on Windows.
* [ios] Ignore Boost's 'implicit conversion loses integer precision' warningBruno de Oliveira Abinader2018-01-081-0/+3
|
* [core] Bump Boost version to 1.65.1Thiago Marcos P. Santos2018-01-081-1/+1
| | | | Fixes a build error when building for Windows with clang.
* [qt] Removed unused headersThiago Marcos P. Santos2018-01-082-2/+0
|
* [qt] Use add_definitions instead of resetting CXXFLAGSThiago Marcos P. Santos2018-01-081-2/+1
|
* [core] port minor collision changes from -js (#10764)Ansis Brammanis2018-01-088-66/+80
|
* [test] Only use our SQLite3 wrapper in testsBruno de Oliveira Abinader2018-01-082-47/+2
|
* [android] fix sending more than once double tap event on a single double tap ↵Pablo Guardiola2018-01-081-4/+3
| | | | gesture (#10854) (#10855)
* [ios, macos] Updated changelogsMinh Nguyễn2018-01-052-12/+22
|
* Support TileJSON bounds property (#10701)Asheem Mamoowala2018-01-0520-84/+339
| | | | | | | | * [core] Parse TileJSON bounds property * [core] Add TileRange and LatLngBounds::contains(CanonicalTileID) Move LatLngBounds::contains impl to cpp file * [core] Skip tile creation outside of tileset bounds * [core] Fix TileRange for wrapped bounds and use for CustomTileLoader instead of LatLngBounds comparisons for tiles.
* [android] - detect genymotion virtual machines when determening attributes ↵Tobrun2018-01-051-2/+10
| | | | for eglConfig
* added parameter validation LatLngBounds.from() (#10831)Osana Babayan2018-01-052-1/+109
| | | closes #10730
* [android] - RTL supportTobrun2018-01-053-4/+12
|
* [core] fix #10833 loading overscaled tilesAnsis Brammanis2018-01-051-3/+7
| | | | | | | | This reverts a regression in ed5438fc21672e838947c06669dd44051ce24c81 which set `tileZoom = idealZoom` for all types of tiles. The second change makes it so that panTiles get loaded only if they have a lower *data zoom* (only if they cover a larger area).
* Merge branch 'release-agua' back to master.Fabian Guerra2018-01-04125-655/+3945
|\
| * Merge branch 'release-agua' into masterupstream/fabian-merge-release-aguaFabian Guerra2018-01-04125-655/+3945
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # circle.yml # cmake/core-files.cmake # platform/android/CHANGELOG.md # platform/android/MapboxGLAndroidSDK/build.gradle # platform/android/MapboxGLAndroidSDK/gradle.properties # platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/maps/CameraChangeDispatcher.java # platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/maps/MapView.java # platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/maps/MapboxMapOptions.java # platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/text/LocalGlyphRasterizer.java # platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/utils/BitmapUtils.java # platform/android/MapboxGLAndroidSDKTestApp/src/main/AndroidManifest.xml # platform/android/MapboxGLAndroidSDKTestApp/src/main/java/com/mapbox/mapboxsdk/testapp/activity/maplayout/DebugModeActivity.java # platform/android/MapboxGLAndroidSDKTestApp/src/main/java/com/mapbox/mapboxsdk/testapp/activity/maplayout/LocalGlyphActivity.java # platform/android/MapboxGLAndroidSDKTestApp/src/main/java/com/mapbox/mapboxsdk/testapp/activity/userlocation/MyLocationTintActivity.java # platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/activity_local_glyph.xml # platform/android/MapboxGLAndroidSDKTestApp/src/main/res/values/descriptions.xml # platform/darwin/src/MGLMapSnapshotter.mm # platform/darwin/src/MGLRendererConfiguration.h # platform/ios/CHANGELOG.md # platform/ios/DEVELOPING.md # platform/ios/INSTALL.md # platform/ios/README.md # platform/ios/resources/bg.lproj/Localizable.strings # platform/ios/resources/es.lproj/Localizable.strings # platform/ios/resources/vi.lproj/Localizable.strings # platform/ios/src/MGLMapView.mm # platform/macos/macos.xcodeproj/project.pbxproj # src/mbgl/text/glyph_manager.cpp
| | * [ios, macos] Updates documentation with default CJK font recommendationsAndrew Kitchen2018-01-034-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | Also updates the font to use for rendering CJK ideographs in our sample apps to `PingFang TC`, as simply specifying `PingFang` was always triggering iOS's font fallback behavior. [Fixes #10675]
| | * [ios, macos] Update mode.hpp file pathFabian Guerra2018-01-031-1/+1
| | |
| | * [ios,macos] Revert ideographic->ideograph name change.Chris Loer2018-01-035-6/+6
| | | | | | | | | | | | Original GL JS name was meant to represent "font family to use for locally generating ideographs", but "ideographic font family" communicates a similar intent more concisely.
| | * [ios,macos] Update docs to use Apple-friendly "PingFang" font example.Chris Loer2018-01-034-4/+4
| | |
| | * [ios,macos] Remove dead/non-functioning font-weight and glyph metric code.Chris Loer2018-01-032-79/+23
| | | | | | | | | | | | Add local font family to default iosapp configuration.
| | * [macos, ios] Adds documentation for the MGLIdeographFontFamilyName keyAndrew Kitchen2018-01-032-0/+8
| | |
| | * [darwin, macos] Rename Info.plist key for consistencyAndrew Kitchen2018-01-033-11/+3
| | | | | | | | | | | | Also removes related dead code in macos MGLMapView.mm
| | * [darwin, ios, macos] Introduces an MGLRendererConfiguration classAndrew Kitchen2018-01-036-18/+113
| | | | | | | | | | | | | | | | | | Instructions for enabling client-side rendering of CJK glyphs live in this header, and this class provides the rest of the values needed for instantiating the renderer on iOS and macOS.
| | * [ios, macos] Adds support for specifying an ideographic font family nameAndrew Kitchen2018-01-032-8/+30
| | | | | | | | | | | | | | | Adding a MGLIdeographicFontFamilyName to the containing app's Info.plist will result in CJK glyphs being rasterized on demand (#10522)
| | * [ios,macos] Darwin implementation of a CoreText-based LocalGlyphRasterizer.Chris Loer2018-01-036-20/+276
| | | | | | | | | | | | | | | - Changing font weight does not currently appear to be working. - Glyph metric extraction code not working; currently unused.
| | * [core] don't tie Annotation geometries to Map maxzoomKonstantin Käfer2018-01-0210-36/+52
| | | | | | | | | | | | Instead, geometry generation via GeoJSONVT is now bound to the hardcoded limit of the annotation tile source.
| | * [macos] Renamed Mapbox macOS SDK to Mapbox Maps SDK for macOSMinh Nguyễn2017-12-225-22/+20
| | |
| | * macos-v0.6.0macos-v0.6.0Minh Nguyễn2017-12-222-2/+2
| | |
| | * [macos] Update changelog entries.Fabian Guerra2017-12-221-0/+3
| | |