summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
Commit message (Collapse)AuthorAgeFilesLines
* Update changelogMikko Pulkki2020-05-021-0/+4
|
* Update changelog for the maps-1.6.0 releasemaps-v1.6.0upstream/release-v1.6.0Gali Nelle2020-04-301-0/+2
|
* Update changelogzmiao2020-04-301-0/+4
|
* Add change log entryMikhail Pozdnyakov2020-04-281-0/+12
|
* maps-v1.6.0-rc.2 (#16435)maps-v1.6.0-rc.2Minh Nguyễn2020-04-241-1/+1
|
* [ios, macos] Get glyph metrics from fontMinh Nguyễn2020-04-241-0/+4
| | | | | | Get glyph metrics from the font in the process of drawing each glyph into a bitmap context. These metrics result in more accurate kerning and better aligned baselines than the previous hard-coded values. Align iOS/macOS local glyph rasterization test fixture to Qt.
* [ios, macos] Choose fonts from font stack that match local fontsMinh Nguyễn2020-04-241-1/+1
| | | | | | Prefer local fonts that match the names specified in the font stack (from the text-font layout property), except for the last resort fonts that mbgl hard-codes. Fall back to the list of fallback CJK fonts in user defaults, then the fonts passed in through the platform-agnostic interface (that come from Info.plist). Explicitly use the first font descriptor in the cascade list instead of the system default of Helvetica. Since the font stack can vary from one rasterization operation to the next, avoid caching the resolved font for now. Removed null checks that are unrealistic given the Core Text API contract.
* [ios, macos] Allow specifying multiple fonts or font families for local font ↵Minh Nguyễn2020-04-241-2/+5
| | | | | | rendering mbgl::Renderer and mbgl::MapSnapshotter can now contain a list of font family names, font display names, and font PostScript names, each name separated by a newline.
* [ios, macos] Fixed receiving local file URL responseMinh Nguyễn2020-04-241-0/+4
|
* Add change log entryMikhail Pozdnyakov2020-04-221-0/+8
|
* Update changelogzmiao2020-04-221-0/+6
|
* [macos] Fixed minimum deployment targetMinh Nguyễn2020-04-201-0/+2
|
* Add change log entryMikhail Pozdnyakov2020-04-201-0/+10
|
* Update changelog for the maps-1.6.0-rc.1 releasemaps-v1.6.0-rc.1Gali Nelle2020-04-201-12/+16
|
* Add change log entryGali Nelle2020-04-201-0/+4
|
* Update changelogAlexander Shalamov2020-04-161-0/+2
|
* Add change log entryMikhail Pozdnyakov2020-04-141-0/+6
|
* when removing an image use the correct list ptr for presence verificationŁukasz Paczos2020-04-101-0/+2
| | | | This fixes an issues where calling `removeImage` would crash if the image was not present and the original list was not empty.
* Add change log entryMikhail Pozdnyakov2020-04-081-9/+15
|
* Add change log entryMikhail Pozdnyakov2020-04-081-0/+9
|
* Update change log for the maps-v1.5.1 releaseJuha Alanen2020-04-031-0/+2
|
* Add change log entryMikhail Pozdnyakov2020-04-021-0/+9
|
* Update changelogAlexander Shalamov2020-04-011-4/+8
|
* Update changelogAlexander Shalamov2020-04-011-0/+6
|
* Update changelogJuha Alanen2020-04-011-0/+4
|
* Update changelogMikko Pulkki2020-03-301-0/+4
|
* Update change log for the maps-v1.5.0 releasemaps-v1.5.0Alexander Shalamov2020-03-261-0/+2
|
* Add changelogzmiao2020-03-261-1/+3
|
* Add change log entryMikhail Pozdnyakov2020-03-251-0/+6
|
* Update changelogAlexander Shalamov2020-03-251-0/+2
|
* Add change log entryMikhail Pozdnyakov2020-03-241-0/+9
|
* [android] Add jni binding for styleable snapshotter (#16286)Kevin Li2020-03-241-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [android] Add jni binding for styleable snapshotter * Remove Map parameter from factories - remove unused map from factory interfaces. Map is only needed for repaint. * implement addlayer function * Implement addsource function for snapshotter * Implement addImages function * format codes * Apply baseline * Update CHANGELOG.md * Update map_snapshotter.cpp * Destroy snapshotter on the thread it was created * Activate file sources in start * Use custom deleter for snapshotter * format codes * Release snapshotter pointer to deleting lambda * Clang format * Update CHANGELOG.md * Fix review comments * FIx review comments Co-authored-by: Alexander Shalamov <alexander.shalamov@mapbox.com>
* Add Changelogzmiao2020-03-231-0/+6
|
* [core] Render::clearData clears fontsMikhail Pozdnyakov2020-03-201-1/+1
|
* Update changelogMikhail Pozdnyakov2020-03-201-14/+2
|
* Change log entryMikhail Pozdnyakov2020-03-181-0/+18
|
* Update change log for the maps-v1.4.1 releaseAlexander Shalamov2020-03-161-0/+2
|
* Update CHANGELOG.md (#16313)Kevin Li2020-03-161-0/+8
|
* Merge pull request #16305 from mapbox/mikhail_change_log_for_maps-v1.3.0maps_v1.4.0maps-v1.4.0upstream/maps_v1.4.0Mikhail Pozdnyakov2020-03-131-5/+9
| | | Update change log for the maps-v1.4.0 release
* Update Changelogzmiao2020-03-131-0/+5
|
* Add change log entryMikhail Pozdnyakov2020-03-121-0/+4
|
* Add change log entryMikhail Pozdnyakov2020-03-101-0/+4
|
* [core] Update changelogAlexander Shalamov2020-03-071-0/+5
|
* Add change log entryMikhail Pozdnyakov2020-03-061-1/+7
|
* Update changelogzmiao2020-03-051-0/+4
|
* [core] Update changelogAlexander Shalamov2020-03-051-5/+20
|
* [android] Add sort key jni binding for fill_layer and line_layer (#16256)Kevin Li2020-03-041-0/+6
|
* [android] Update toGeoJSON in android_conversion.hpp (#16243)Kevin Li2020-03-041-0/+6
| | | | | | | | * [android] Update toGeoJSON in android_conversion.hpp * Fix review comments * Update android_conversion.hpp
* Add change log entryMikhail Pozdnyakov2020-03-021-0/+2
|
* Add change log entryMikhail Pozdnyakov2020-02-281-0/+6
|