Fix/handle unhover error - #615
Closed
smarttv-androme wants to merge 34 commits into
Closed
Conversation
… based on the capital height
Font rendering: QoL improvements, avoid NaN calculations
…t-centering Feature androme-better-text-centering
document.fonts.check takes a significant amount of time, and doing this frequently has a noticable performance impact, even when not using dynamic font loading. We've therefore decided to remove it for the time being.
Removed dynamic font loading due to the significant performance impact
…o-default-font-for-metrics Fallback to default font metrics if a font face is not specified
…ions Reduce allocations in render loop
Implemented options to toggle clipping on the horizontal and/or vertical axis separately, as well as specifying a custom clipping rect.
Check whether clipping is enabled using the getter, as this._clipping > 0 could cause problems with signed numbers
Removed them as they caused erros when typechecking consumers of this library
This reverts commit 6d56de2.
Implemented more granular control over clipping
…e-keyup-when-long-press-triggered-2.11 Don't handle key up when long press has triggered
|
I have read the CLA Document and I hereby sign the CLA 1 out of 6 committers have signed the CLA. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.