summaryrefslogtreecommitdiff
path: root/platform/macos
Commit message (Collapse)AuthorAgeFilesLines
* [ios, macos] Changelog entry for network request priority change (#15950)Juha Alanen2019-11-211-0/+1
|
* [darwin] Update changelogAlexander Shalamov2019-11-111-1/+1
|
* [render-test] Implement fps benchmarking tests (#15803)Mikko Pulkki2019-10-221-0/+1
|
* [core][android][darwin] Move number format to i18nAlexander Shalamov2019-09-261-0/+1
|
* Add layer_manager.cpp to mbgl-offline on macOSMark Grimes2019-09-201-0/+4
| | | | This is to fix #15358
* [build] Move compression to platformThiago Marcos P. Santos2019-09-201-0/+1
| | | | It depends on platform specific compression library.
* [ios, macos] Fix MGLOfflinePack invalidate crash (#15582)Julian Rex2019-09-182-4/+11
|
* [Core] Fix wrong `maxzoom` setting of tileSet when using URL source (#15581)zmiao2019-09-171-0/+1
| | | | | | | | | | | | * [core] Take max/min zoom option from style if they are set * [core] std::move input value * [Core] Add changelogs * [Core] Fix clang-format reported error * [Core] fix clang-tidy reported error
* [build] Fix iOS nitsThiago Marcos P. Santos2019-09-171-1/+1
| | | | | | - Hardcoded the bundle identifier on Info.plist, CMake is not picking it up. - Do not use installed headers when building the framework.
* [build] Cosmetics on vendor packagesThiago Marcos P. Santos2019-09-171-4/+4
| | | | | | - Add include guards on all the files - Add a vendor package for sqlite and gtest - Use relative paths to all the files
* [ios, macos] Introduce custom drawing overlays for MGLMapSnapshotterNadia Barbosa2019-09-161-0/+1
|
* [core] Update MapObserver::onDidFinishRenderingFrame() APIMikhail Pozdnyakov2019-09-122-3/+3
|
* [core, ios, macos] SDK objects should hold weak pointers to the core style ↵Mikhail Pozdnyakov2019-09-093-5/+6
| | | | objects (#15539)
* [darwin] Use en_US as default test locale/languageJason Wray2019-09-093-44/+37
|
* [Core] Update ChangeLog of Integer Overflow fix of pr #15560 (#15586)zmiao2019-09-091-1/+1
| | | | | | * Update ChangeLog * Fix extra space
* [core] Fix Integer overflow when converting tileCoordinates to LatLon (#15560)zmiao2019-09-051-0/+1
| | | | | | * [core] fix integer overflow * [core] Add change log
* [ios, macos] Fix content inset documentation. (#15552)Fabian Guerra Soto2019-09-041-2/+2
|
* [core] fix collisionBox alignment when Icon/text translation is enabled (#15467)zmiao2019-08-301-0/+1
| | | | | | | | | | | | | | | | | | * add initial fix * fix bug for collision circle * refind code structure * fix indentation * update test * refind code structure * Add changelog * Add comment for boolean
* [core] Remove programCacheDir parameter from ProgramParametersAnder Conselvan de Oliveira2019-08-271-1/+1
| | | | | | Binary shader support has been removed in commit c2f974f2a573 ([core] Remove binary shader support). This left-over parameter is not used anywhere anymore.
* Add changelog for fix of mixed SDF+non-SDF icon rendering in one layer (#15492)zmiao2019-08-271-3/+4
| | | | | | | | * Add changelog for fix of mixed SDF+non-SDF icon rendering in one layer * Add bracket for ios changelog number * Add more brackets
* [core] Export symbol placement update status from MapObserverMikhail Pozdnyakov2019-08-232-2/+2
|
* [core] add missing changelog for symbol fading issue (#15443)Ansis Brammanis2019-08-211-0/+1
|
* [ios][macos][android][node] Update changelog for icon-text-fit fixesAlexander Shalamov2019-08-201-0/+1
|
* [macos][ios][android][node] Add changelog entry for text-writing-mode layout ↵Alexander Shalamov2019-08-131-0/+1
| | | | property
* [darwin] Add plural override for 'text-writing-mode' layout propertyAlexander Shalamov2019-08-131-0/+1
|
* Changelog entries and a nit for #15281Aleksandar Stojiljkovic2019-08-081-0/+1
|
* [core] Changelog entry for #15195Aleksandar Stojiljkovic2019-08-011-0/+1
|
* [ios, macos]MGLLoggingConfiguration can filter logs from core (#15120)m-stephen2019-07-253-5/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [ios, macos] update proj config * [ios, macos] implement the logging logic * [ios, macos] update comments * [ios, macos] update mac os config * [ios, macos] re-generate sdk files * [ios, macos] re-generate sdk files json * [ios, macos]re-generate json files * [ios, macos] re-generate ios json files * [ios] change conditions to bit mask * [ios, macos]send messages to platform * [ios, macos] add changelogs * [ios, macos] revert `logging_nslog` * [ios, macos] add event name and code into log msg * [ios, macos] update changlog * [ios, macos] fix a nit * [ios, macos]Fix nits.
* [ios, macos] Update Jazzy theme (#15125)Nadia Barbosa2019-07-171-4/+3
| | | | | | | | * [ios, macos] Update Jazzy theme module_version -> module-version * Update platform/macos/scripts/document.sh
* [ios, macos] Change "map ID" to "tileset ID" (#15116)upstream/15022_memory_consumptionHeather Stenson2019-07-163-5/+6
| | | | | | | | * map id --> tileset id * styles map id -> style url * update changelog
* [ios , macos] Exclude CJK resources from offline download by default (#14952)m-stephen2019-07-162-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [iOS, macOS] exclude CJK glyphs resources download by default. * [iOS, macOS] update iosapp * [iOS, macOS] update macOS * [iOS, macOS] update iOS change log * [iOS, macOS] update macOS change log * [iOS, macOS] update comment & add test cases * Update platform/darwin/test/MGLOfflineRegionTests.m Co-Authored-By: Jason Wray <friedbunny@users.noreply.github.com> * Update platform/darwin/test/MGLOfflineRegionTests.m Co-Authored-By: Jason Wray <friedbunny@users.noreply.github.com> * Update platform/darwin/test/MGLOfflineRegionTests.m Co-Authored-By: Jason Wray <friedbunny@users.noreply.github.com> * Update platform/ios/CHANGELOG.md Co-Authored-By: Jason Wray <friedbunny@users.noreply.github.com> * Update platform/macos/CHANGELOG.md Co-Authored-By: Jason Wray <friedbunny@users.noreply.github.com> * Update platform/darwin/test/MGLOfflineRegionTests.m Co-Authored-By: Jason Wray <friedbunny@users.noreply.github.com>
* [ios, macos] Default to local rendering of CJK characters, using system font ↵m-stephen2019-07-103-5/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (#14862) * Change default CJK font from "PingFang" to "Helvetica" * Add CHANGELOG. * Update CHANGELOG. * [ios] Enable client-side rendering and use `Helvetica` by default. Set `MGLIdeographicFontFamilyName` to `NULL` for using your custom remote font. * [ios] Update change log * [ios] Change default CJK configuration in `iosapp` project * [ios] Update comment * [ios] return local font name using default system font. * [ios] Update changelog * [ios] update changelogs & comments * [iOS, macOS]Support mac os * [iOS, macOS] fix bug * [iOS, macOS] update change log * [iOS, macOS] fix nit. * [iOS, macOS] Ability to specify an array of fonts for fallbacks for `localIdeographicFontFamily` * [iOS, macOS] Update comments * [iOS, macOS] Update change log * [iOS, macOS] update for mac OS font family names * Fix nit. * Update platform/ios/CHANGELOG.md Co-Authored-By: Minh Nguyễn <mxn@1ec5.org> * [iOS, macOS] Set `MGLIdeographicFontFamilyName` to a Boolean value `NO` for using your custom remote font. * [iOS, macOS] remove `MGLIdeographicFontFamilyName` from info.plist & update Info.plist Keys.md * [iOS, macOS] remove `MGLIdeographicFontFamilyName` from macOS demo app project and update info.plist Keys.md * [iOS, macOS] update macOS changelog * [iOS, macOS] Change docs * Update Change log * [iOS, macOS] Test case * Update platform/macos/docs/guides/Info.plist Keys.md Co-Authored-By: Jason Wray <friedbunny@users.noreply.github.com> * Update platform/macos/docs/guides/Info.plist Keys.md Co-Authored-By: Jason Wray <friedbunny@users.noreply.github.com> * Update platform/ios/CHANGELOG.md Co-Authored-By: Jason Wray <friedbunny@users.noreply.github.com> * Update platform/darwin/src/MGLRendererConfiguration.mm Co-Authored-By: Jason Wray <friedbunny@users.noreply.github.com> * Update platform/darwin/test/MGLRendererConfigurationTests.mm Co-Authored-By: Jason Wray <friedbunny@users.noreply.github.com> * Update platform/macos/docs/guides/Info.plist Keys.md Co-Authored-By: Jason Wray <friedbunny@users.noreply.github.com> * Update platform/macos/docs/guides/Info.plist Keys.md Co-Authored-By: Jason Wray <friedbunny@users.noreply.github.com> * Update platform/macos/docs/guides/Info.plist Keys.md Co-Authored-By: Jason Wray <friedbunny@users.noreply.github.com> * [iOS, macOS] update comments * [iOS, macOS] add plist value test && filter for invalid string * [iOS, macOS] fix nit * Update platform/ios/docs/guides/Info.plist Keys.md Co-Authored-By: Jason Wray <friedbunny@users.noreply.github.com> * Update platform/ios/docs/guides/Info.plist Keys.md Co-Authored-By: Jason Wray <friedbunny@users.noreply.github.com> * Update platform/ios/docs/guides/Info.plist Keys.md Co-Authored-By: Jason Wray <friedbunny@users.noreply.github.com> * Update platform/macos/CHANGELOG.md Co-Authored-By: Jason Wray <friedbunny@users.noreply.github.com> * Update platform/ios/docs/guides/Info.plist Keys.md Co-Authored-By: Jason Wray <friedbunny@users.noreply.github.com> * Update platform/ios/docs/guides/Info.plist Keys.md Co-Authored-By: Jason Wray <friedbunny@users.noreply.github.com> * [iOS, macOS] add invalid value type test * Apply own suggestions from code review
* Issue #15065 changelogs and nit fix.Aleksandar Stojiljkovic2019-07-091-0/+1
|
* [android][ios][macos] Update changelog for #14930Alexander Shalamov2019-07-091-0/+1
|
* [ios] Add removeStyleImage to MGLMapView (#14769)Fabian Guerra Soto2019-07-027-0/+31
| | | | | | | | * [ios] Add shoulRremoveStyleImage to MGLMapViewDelegate. * [ios] Changelog update. * [ios, macos] Update shouldRemoveStyle method documentation.
* [ios, macos] Deprecate methods in favor of new completion handler versionsJason Wray2019-06-262-5/+4
|
* [ios, macos] Added completion handlers to animated MGLMapView methodsMinh Nguyễn2019-06-213-32/+144
|
* [ios, macos] Optionally include a developer xcconfig file in generated ↵Julian Rex2019-06-141-0/+4
| | | | | | config.xcconfig file. (#14766)
* [build, darwin] Enable aggressive API usage warningsJason Wray2019-06-141-0/+2
|
* [android][mac][ios] Update changelogsMikhail Pozdnyakov2019-06-121-0/+1
|
* [ios] Added offline query parameter (#14857)Julian Rex2019-06-111-8/+12
|
* [macos]Added an `MGLMapView.prefetchesTiles` property to configure lo… ↵m-stephen2019-06-043-0/+20
| | | | | | | | (#14816) * [macos]Added an `MGLMapView.prefetchesTiles` property to configure lower-resolution tile prefetching behavior * [macos]Update changelog
* [ios] Fix content insets with custom edge padding. (#14813)Fabian Guerra Soto2019-06-033-2/+8
| | | | | | | | | | | | * [ios] Fix content insets with custom edge padding. * [ios, macos] Consolidated edge insets math * [macos] Add content insets to edge padding when setting camera * [ios, macos] Updated changelogs * [ios, macos] Clarify setCamera:withDuration:animationTimingFunction:edgePadding method documentation.
* [ios] Bump podspec to v5.1.0-alpha.1 (#14800)ios-v5.1.0-alpha.1Fabian Guerra Soto2019-05-291-1/+1
| | | | | | * [ios] Podspec bump to v5.1.0-alpha.1 * [ios] Update changelog.
* [ios,macos] refactor MGLMapViewImplKonstantin Käfer2019-05-2911-200/+339
|
* Asymmetric viewport changelog entryAleksandar Stojiljkovic2019-05-281-0/+6
| | | | Check edge insets difference, in addition to isEqualToMapCamera in all the places in MGLMapView before map.easeTo/map.flyTo.
* macos-v0.14.0Minh Nguyễn2019-05-223-3/+3
|
* [core] Refactor HeadlessFrontend/Backend: GL separation and factory (#14692)Aleksandar Stojiljkovic2019-05-211-2/+4
| | | | | Refactor out HeadlessFrontend and HeadlessBackend gl independent code to gfx. Define gl::HeadlessBackend as subclass, instantiated by gfx::HeadlessBackend static factory method. GL dependent tests are still using gl::HeadlessBackend directly (not through gfx).
* [macos] Copyedited changelogMinh Nguyễn2019-05-101-14/+10
| | | | Synchronized the changelog with the iOS changelog. Removed some entries about internal changes or iOS-only changes. Recategorized entries.
* [core] Make the BackgroundScheduler a singletonThiago Marcos P. Santos2019-05-102-11/+3
| | | | | | | | | | - Do not carry it over everywhere as parameter, it is a shared instance anyway and the lifecycle is pretty much the app lifecycle from the moment we instantiate a map. - Rename to BackgroundScheduler because it is a Scheduler that will do tasks in the background, we don't make assumptions if it is a thread pool or a single thread. - Most importantly, remove the dependency from `core` on `platform`.