summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [core] make symbols fade out faster while zooming outupstream/improve-symbol-fade-zoom-outAnsis Brammanis2019-08-193-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
* [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
|
* [core] Check type of a convertible value when constructing legacy filterupstream/node-releaseAlexander Shalamov2019-08-162-1/+13
|
* [android] execute quickzoom scale change based on the Y axis delta changeŁukasz Paczos2019-08-154-18/+68
| | | | | | Using finger's Y axis position allows for a linear zoom additions/deductions during the quick-zoom changes. This is in contrast to the previously used scale factor, which is based on the current span (distance from the origin) to previous span ratio and increases the closer the finger is to the origin of a gesture because the values are smaller. The scale ratio based changes are also reliant on series of motion events' values and because the Android framework can skip some events, going back and forth during a quick-zoom might not have resulted in the same transformation. This was reproduced by the round-tripping test introduced in this commit.
* add back test-memory target, removed in 692fe1f3f (#15383)Dane Springmeyer2019-08-151-0/+1
|
* [core] Ignore updated icon-text-fit render testsAlexander Shalamov2019-08-151-1/+13
|
* [core][node] Serialize formatted expression's text-color optionAlexander Shalamov2019-08-153-0/+14
| | | | This enables proper round-tripping for serialized format expression.
* [core] Bump gl-js versionAlexander Shalamov2019-08-151-0/+0
|
* [android] bring back scale delta span threshold when rotation is started firstŁukasz Paczos2019-08-154-6/+41
|
* [android] improve rotation inertia, adjust velocity ratios for screen densityŁukasz Paczos2019-08-153-32/+53
|
* [android] improve scale + rotation behaviorŁukasz Paczos2019-08-155-51/+103
|
* [android] improve scale inertiaŁukasz Paczos2019-08-153-3/+18
|
* [android] bump gestures library to v0.5.0Łukasz Paczos2019-08-153-2/+2
|
* [ios] Release v5.3.0-alpha.3 (#15379)ios-v5.3.0-alpha.3Jordan Kiley2019-08-144-10/+5
|
* [core] Clear collision text boxes between symbol placement iterationsAlexander Shalamov2019-08-141-0/+1
|
* [build] Look further back for branch merge baseJason Wray2019-08-131-1/+1
|
* [android] Test app tweaks from 8.3.0-alpha.2 QA (#15360)Langston Smith2019-08-132-5/+11
|
* [core] Unskip text-rotate/with-offset fixed by #14932Alexander Shalamov2019-08-131-1/+0
|
* [ios][Android] Add changelog entriesMikhail Pozdnyakov2019-08-132-0/+2
|
* Bump mapbox-gl-js versionMikhail Pozdnyakov2019-08-131-0/+0
|
* [core] Enable variable placement with allowed text overlapMikhail Pozdnyakov2019-08-131-2/+6
|
* [core] Simplifications to variable text placement code pathMikhail Pozdnyakov2019-08-132-12/+10
|
* Enable number format expression testsMikhail Pozdnyakov2019-08-131-4/+1
|
* [macos][ios][android][node] Add changelog entry for text-writing-mode layout ↵Alexander Shalamov2019-08-134-0/+11
| | | | property
* [core] Update shaping unit testAlexander Shalamov2019-08-131-1/+2
|
* [core] Render half-width glyphs in upright orientationAlexander Shalamov2019-08-136-8/+31
| | | | | | | | | | This change forces glyphs whose natural orientation in vertical writing mode is 'sideways' to be rendered in upright orientation (only for non complex text layouts). This is different compared to W3C / browser behavior that is by default, renders glyphs in their respective natural orientation. In the future, there might need to add a new layout property that would control glyph orientation separately (e.g., text-glyph-orientation: natural | upright).
* [core] Use constexpr map for verticalized punctiationAlexander Shalamov2019-08-131-2/+4
|
* [darwin] Update documentation text for enum array valueAlexander Shalamov2019-08-132-9/+9
|
* [darwin] Generate plural version of property name, yet, keep singular ↵Alexander Shalamov2019-08-138-67/+94
| | | | version of an enum
* [darwin] Add plural override for 'text-writing-mode' layout propertyAlexander Shalamov2019-08-137-46/+63
|
* [darwin] Bindings for new 'text-writing-mode' layout propertyAlexander Shalamov2019-08-136-5/+189
|
* [android] Android bindings for new 'text-writing-mode' layout propertyAlexander Shalamov2019-08-137-1/+88
|
* [core] Update unit testsAlexander Shalamov2019-08-132-13/+13
|
* [core] Break lines for vertical writing modeAlexander Shalamov2019-08-131-4/+3
|