summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* make renderer symbol type as enumupstream/zmiao-sdf-icon-renderingzmiao2019-08-263-18/+21
|
* add one missing update for sdfIconzmiao2019-08-261-0/+1
|
* use MBGL_MBGL_CONSTEXPRzmiao2019-08-261-3/+4
|
* provide bitwise operator for SymbolContent enumzmiao2019-08-265-18/+27
|
* fix review findingszmiao2019-08-237-30/+47
|
* remove icon status getter from SymbolInstancezmiao2019-08-225-22/+12
|\
| * remove iconstatus getter in stymbol bucketupstream/fix-sdf-renderingzmiao2019-08-225-22/+12
| |
| * refine sdf icon flagzmiao2019-08-223-9/+12
| |
| * fix build errorzmiao2019-08-213-8/+9
| |
| * simplify codeszmiao2019-08-214-38/+27
| |
| * revert renderableSegment changezmiao2019-08-211-21/+14
| |
| * fix typozmiao2019-08-213-8/+10
| |
| * fix build errorzmiao2019-08-214-57/+44
| |
| * [core] fix icon symbol rendring when sdf and non-sdf icon in the same symbol ↵zmiao2019-08-2110-84/+165
| | | | | | | | layer
* | [core] fix mixed sdf + non-sdf icon rendering in one layerzmiao2019-08-2210-111/+167
|/
* [android][ios] Add change log entriesMikhail Pozdnyakov2019-08-212-2/+4
|
* Add unit test and fixtureAsheem Mamoowala2019-08-212-0/+51
|
* Correclty implement `canRasterizeGlyph` in unit test stubAsheem Mamoowala2019-08-211-1/+1
|
* [core] Don't overwrite locally renderable glyphs with remote glyphsAsheem Mamoowala2019-08-211-2/+4
|
* [ios] Update MGLTileSetTests.testTileSetFromTileURLTemplates for Xcode 11Jason Wray2019-08-211-5/+14
|
* [ios] Add threshold for triggering the rotate gesture recognizer (#14929)Jordan Kiley2019-08-206-30/+229
|
* [ios] Updates for offline pricingJason Wray2019-08-204-14/+31
|
* [ios] Fix bug where scale bar shows 0 mm instead of 0 (#15381)Jordan Kiley2019-08-201-2/+13
|
* [android] bump gestures library to v0.5.1Łukasz Paczos2019-08-203-1/+2
|
* [ios] Removes mismatched function declaration. (#15423)Julian Rex2019-08-201-1/+0
|
* [ios] Adds annotation selection tests with rotation & scaling of the map ↵Julian Rex2019-08-204-6/+278
| | | | (#15123)
* speed up fading when zooming even moreAnsis Brammanis2019-08-201-1/+1
| | | | And a linear adjustment seems to make more sense.
* [core] make symbols fade out faster while zooming outAnsis Brammanis2019-08-203-13/+24
| | | | | | | | | | | Zooming outcan make symbols overlap quickly. The area previously covered by the viewport is covered by a lot of colliding labels while the surrounding area has no labels. This difference produces an unwanted effect. This reduces that effect by: - reducing the fade duration while zooming out - doing placement more frequently while zooming out
* [android] update javadoc on style image missingtobrun2019-08-202-2/+9
|
* [ios][macos][android][node] Update changelog for icon-text-fit fixesAlexander Shalamov2019-08-204-0/+8
|
* [core] Unskip icon-text-fit render testsAlexander Shalamov2019-08-201-13/+1
|
* [core] Fix combination of icon-text-fit with text-variable-anchors and ↵Alexander Shalamov2019-08-2015-189/+349
| | | | text-writing-mode
* [android] provide default font list for pre lollipoptobrun2019-08-203-9/+25
|
* [core] also remove version info in ImageManager when removing an image (#15397)Konstantin Käfer2019-08-192-0/+13
|
* [ios, docs] Update CocoaPods installation instructionsJason Wray2019-08-191-5/+17
|
* [android] synchronize TextureView EGL context creationŁukasz Paczos2019-08-191-6/+10
|
* [ios,android] Added changelog entry for use after std::move fixThiago Marcos P. Santos2019-08-192-0/+2
|
* [core] Fix use after std::move detected by clang-tidyThiago Marcos P. Santos2019-08-193-3/+5
| | | | | Detected by the bot being setup at https://github.com/mapbox/mapbox-gl-native/pull/15385.
* [android] check if the CustomGeometrySource's java peer is valid when the ↵Łukasz Paczos2019-08-192-10/+15
| | | | thread is shutting down
* [android] move #15398 out of `v8.3.0-alpha.3` changelog (#15401)Łukasz Paczos2019-08-161-1/+2
|
* [android][ios] Add change log entryMikhail Pozdnyakov2019-08-162-0/+2
|
* [core] Fix layer impl cast in render layer implementationsMikhail Pozdnyakov2019-08-1610-0/+46
| | | | | | This PR puts `impl()` functions definitions into a nameless namespace to provide internal linkage and to make sure that appropriate cast function is invoked.
* [test runner] Expectations paths are represented with std::vectorMikhail Pozdnyakov2019-08-164-22/+40
|
* [test-runner] `UPDATE_GENERIC` variable updates results at mapbox-gl-js ↵Mikhail Pozdnyakov2019-08-161-0/+3
| | | | submodule
* Enable text-variable-anchor/{pitched-rotated-debug|rotated-offset} render testsMikhail Pozdnyakov2019-08-163-2/+0
|
* [test-runner] Introduce mapbox-gl-native test expectationsMikhail Pozdnyakov2019-08-166-17/+72
| | | | | | | | The `mapbox-gl-native`-specific render tests expected results will be stored at the `render-test/expected/` subfolder. Test runner will automatically put new expected results there if invoked with `UPDATE=true`.
* [core][test] fix leaks from sqlite usageDane Springmeyer2019-08-162-0/+2
|
* Indroduce clusterProperty option for aggregation (#15287)zmiao2019-08-1616-50/+204
| | | | | | | | | | * indroduce clusterProperty option for aggregation * remove unnecessary codes * update geojson_option conversion * fix reviewing findings
* [build] do not skip tag-initiated buildsŁukasz Paczos2019-08-161-1/+1
|
* [android] changelog for 8.3.0-alpha.3android-v8.3.0-alpha.3Łukasz Paczos2019-08-161-6/+14
|