-
Notifications
You must be signed in to change notification settings - Fork 61
refactor(dom): removes double buffering from DomBackend
#138
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
9cc84b0
wip: fix missalignement and glitch with fullwidth char for DOM back
benoitlx a07b2c1
fix: multiple width glyph support for DomBackend
benoitlx 57003c2
feat: get buffer size from utils
benoitlx 202de01
fix: fix resize for DomBackend
benoitlx 026aaf9
fix: cursor for DomBackend
benoitlx c46f010
feat(examples): add fullwidth glyph in demo2 emails
benoitlx 94af383
feat: unicode example from #121
benoitlx a8aec5c
chore: don't mind hyperlinks - expand unicode example
benoitlx 84f34ec
fix: avoiding vertical flickering
benoitlx 34b9f54
fix: unicode example name and removing external css
benoitlx cf57427
fix: removing unecessary cursor attribute
benoitlx 2a85786
refactor: custom type for css attribute
benoitlx d3efe9c
perf: avoid calling width method for ascii char
benoitlx 5e360bf
fix: prevent OOB access
benoitlx d22b6b7
style: update rustdoc comment
benoitlx aeec0fe
refactor: remove unecessary temp vector
benoitlx f5404df
refactor: simplify the update_css_field function
benoitlx 5b2802d
test: update_css_field util function
benoitlx 6a9658f
ops: test targetting wasm32 using wasm-pack
benoitlx af532bf
Merge branch 'main' into main
benoitlx ed9b721
fix build for unicode example
benoitlx cee37bf
style: style test
benoitlx 9456213
ops: install wasm-pack from source
benoitlx 6567fa5
refactor: remove unnecessary import
benoitlx 05b1fa2
ops: install wasm-pack with taiki-e install action
benoitlx 5a72c7c
style: import to the top, docstrings
benoitlx a2fda8b
build: don't specify a version range for unicode-width
benoitlx 0ccf953
refactor: get cells by reference instead of cloning them
benoitlx File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.