Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/dahliaOS/xterm

A fork of https://github.com/TerminalStudio/xterm.dart
https://github.com/dahliaOS/xterm

run dart format

6cbabce5e2968758d9b635dfcda5fe3879f53b13 authored almost 4 years ago
upgrade dependencies

ce43bc6d76779c3e6a50af3f4a8039839980ed19 authored almost 4 years ago
Code cleanup

7d6d22bd1c482cb5a25a62198fd11642330b4139 authored almost 4 years ago
Fixes alternative buffer (clear removed all lines but the initial behaviour changed to having $viewHeight lines available

226f2986813ea2860ef611d68a8bc94550f99c83 authored almost 4 years ago
Running dartfmt

1fdee9494a10ff2a104b40d32db528d964cd6987 authored almost 4 years ago
Removes comment left-overs

417adab6d77d3c5cc0220690e2ad0bc5f2b5b94c authored almost 4 years ago
Code cleanup

a9df5f581410f6f2c4cf654c4141921244f14cbd authored almost 4 years ago
re-adds resize method comment

9488b17a60f82d2827063dcc782e32b33a99ff41 authored almost 4 years ago
adds "doReflow" to the resize method of the buffer

c5cd93843096911d87cd67739de094e599a51767 authored almost 4 years ago
resolves merge conflicts

e86045642080b41983e7c508dfbbb458401e04b4 authored almost 4 years ago
Merge remote-tracking branch 'origin/master' into feature/reflow

# Conflicts:
# lib/buffer/buffer.dart
# lib/terminal/terminal.dart

37994a7b94dc9896bff6bf9cc14cf115af8ed1d2 authored almost 4 years ago
adds some clear line + wrapped logic

47e2d5cf76bd7d93f1a0d3293928687f2d95405e authored almost 4 years ago
optimize resize logic

102b4e5d8b9e1099d4018f1b7358c9b1d0258af4 authored almost 4 years ago
add docs

d4cad4bd26e217270252ea9bb71c9d4c60dfe723 authored almost 4 years ago
add user scroll behavior

740aa878d13a9bc32ecb49cf5dc9c4004ff7796a authored almost 4 years ago
add isUserScrolling

6905ecc4a7303504b6910691acd6f13c15f42945 authored almost 4 years ago
add docs

a7b9d0c5cc8f087e6f1b320ac7fdb8481ccb9f8a authored almost 4 years ago
Merge remote-tracking branch 'origin/master' into feature/reflow

59056001d3d2bcc2f42fc43d762b23f4126ce5a1 authored almost 4 years ago
Fixes a couple of Reflow bugs.

Works a tiny bit better now. Still far from finished

4326fd221fdf135e469f0bfe478ef80491a27015 authored almost 4 years ago
sbcMaxCodepoint -> sbcMaxCodePoint

68d0c3f056507832de65ec60b5d0e86849a76a5f authored almost 4 years ago
further optimize sbc handling

74765b298cc73fa8a00021686a66f448f7734f04 authored almost 4 years ago
use array to speed up sbc lookup

e1fda2a52efebb2556c4587122fd372d7bcb693f authored almost 4 years ago
add doc for SCS

b3d7662c40141c5d0b635e6af669f1aeb8822f87 authored almost 4 years ago
add doc for bracketedPasteMode

f8139b0467a0b63353dfd962b8b02e968646bb9c authored almost 4 years ago
add doc for applicationCursorKeys

30cbe1b7385d3aea8f8b3c1ac015296105c23603 authored almost 4 years ago
rename ResizeHandler to TerminalResizeHandler

446095e7d109d7416068e7de6b7680ccedb1266d authored almost 4 years ago
scroll finally works fine #6

755d5bea62c615a934af282d79737e2dfab35604 authored almost 4 years ago
add docs

aa167f787dfd725859e0419b6b03c5589331886a authored almost 4 years ago
add comments

22ece52e53a11452e0c4ff39d8fd8e83c8e12342 authored almost 4 years ago
Merge remote-tracking branch 'origin/master' into feature/reflow

6f1c93bf681148240749a8fc03b957503a2dbe05 authored almost 4 years ago
Improves things a bit

* Performance got better (not yet ideal)
* Cell resizing based on the current terminal width got...

d825a6329db8f22267f2ae3e8801cc80b7900e95 authored almost 4 years ago
performance tuning

d6ab6026f2a03ac0963a78a4f0857ee950665f67 authored almost 4 years ago
performance optimization

bb1ade595320b17bdbabb4e9adb8b33d936671ae authored almost 4 years ago
add benchmark util

d20fbd84006831c525306feda7c46308f1c959af authored almost 4 years ago
Ported rest of the reflow logic

doesn't.work.at.all.

* Very poor performance. Reflow is happening directly in the UI thread and...

fed3a10b36aeb1da962150104b0ab61e44ddd6d3 authored almost 4 years ago
First untested "blind port" of reflow larger logic

9e3992545e4f2aae8d51e605a2f341c786b1a1ab authored almost 4 years ago
update lock file

da62799984bc2ad0f053e267224c0d94e1c9c894 authored almost 4 years ago
update version

c06012a9906f016f4de5eaa60c2d7606c12b0ee1 authored almost 4 years ago
run dart format

650e80cd496350e891b429f161a9d04bfda96c71 authored almost 4 years ago
clean up

d6d8cdea1d807a45633f1dcf90b8680f168672ec authored almost 4 years ago
2.0.0-pre

d23f2504c6cbb52486f251711240340d88a1cbcc authored almost 4 years ago
2.0.0

05bcc8bf3abb9585a907ac35b60b9a6cb7616cb4 authored almost 4 years ago
update font fallback sequence

0430698b8a9a5ba67ecf3e8ea9f47c637c150070 authored almost 4 years ago
migrate to nnbd

a6e36ffc52e02e2b1cfbaffe522fee3847945263 authored almost 4 years ago
update version

79a19c7bfd8b6a58b84f813838268a047c177efd authored almost 4 years ago
Merge branch 'master' of https://github.com/TerminalStudio/xterm.dart

eee60d02c06a7fdcb5f2976a77f156ee3860d336 authored almost 4 years ago
performance tweak

cc802c339bd1e652427b47288074e79965aac54d authored almost 4 years ago
Merge branch 'master' of github.com:TerminalStudio/xterm.dart

e5e3c43e614d2281bc350f5c4a62f491492c6950 authored almost 4 years ago
1.2.0

49712a04e13ebc56dbdf3807f4f840ff3883ce42 authored almost 4 years ago
Merge pull request #10 from timburks/autofocus, thanks @timburks

Pass TerminalView's autofocus to the InputListener that it creates.

4d2bf3f42a217a95de9f8e4ae481ce1d2697f765 authored almost 4 years ago
Pass TerminalView's autofocus to the InputListener that it creates.

10f0935f12caff0a74e93d6aa7d135817b03f75c authored almost 4 years ago
update version

064fdeeb14a75c6de70e9a26cfb84f4fd1ddcfcd authored about 4 years ago
Merge pull request #9 from timburks/google_fonts

add the ability to use fonts from the google_fonts package, thanks @timburks

ef6fb4aa1cbc6af2e6874bcbc3a0974ee7d3e30a authored about 4 years ago
add the ability to use fonts from the google_fonts package

db2d768a5f21f44be27f730ae72e479263b99de5 authored about 4 years ago
rm unused paintTextFast

e038d63dfbf9a25151bc880d200b14a2adb1397f authored over 4 years ago
rename initTextEditingValue to initEditingState

72175e1f719252d9884a46dd13e052cceb7553c1 authored over 4 years ago
add initTextEditingValue

368dc835c6a63c6ce25f9d5b0c6b2044fb0e4928 authored over 4 years ago
move static fields to PlatformBehaviors

05e94ee706e0cf4e855cc86effeaa0769c3cd36f authored over 4 years ago
➕Update version

0b29012ccdb022a120b4b3050b4b297ac5c440e7 authored over 4 years ago
➕ update readme

dc8b4439f9f99b97410972a084504e3557c7026e authored over 4 years ago
➕Update version

bb911044b043387d41bfdb7731d5e3074590dcb9 authored over 4 years ago
➕add another color test script

cf4b264a39f1e87a4127abea649c3f087530329c authored over 4 years ago
➕add color test script

42389acec79daf2bde16706947f31ea6510aca58 authored over 4 years ago
➖ remove unused import

88c0605875d8eb0ad2174aa4b1e55a0924c52a6b authored over 4 years ago
➕Add brightWhite to TerminalTheme

02fd9a8f2f28f21b51d693d2c3ba02faeb6b735c authored over 4 years ago
➕update readme

c7ecc1311560c94342c25b8bcc547d16a3cf8993 authored over 4 years ago
🔧fix web support

b89cfd22245af457c52ae21a2e76aadd60177939 authored over 4 years ago
🔧update preset

235c76ca660488d5a88571d5b6e7482ec1a5e409 authored over 4 years ago
update link

8cd487ceaea1b82f8858bd9163656e1063fb531d authored over 4 years ago
➕ update version

5193222dcdb78701b52fc9e2da56a5a743d4852c authored over 4 years ago
➕ add ssh example

ca3f642864fbaad8369d9c902205cb649f81bd2b authored over 4 years ago
➖ remove debug print

23e4c7236edae0ca1c1bf6d7119e832c4b44d69b authored over 4 years ago
➕update version

b12bfcd44fea6c0f9ffdfc07ef9805b9110d85d0 authored over 4 years ago
update readme

2453238845e4e2c444db9e20dcc92a35faf5c2a1 authored over 4 years ago
🔧fix scroll issue

2800cfba0e1a945b3588e5658cf0801684c91027 authored over 4 years ago
🔧add Monaco to font family

9edac179645fc2dfbcef24cf63bd8219c978ea19 authored over 4 years ago
🔧fix macos keyboard input

c9a89b4cf4fe72d0c112f319bdc7f2e2d709a5cc authored over 4 years ago
Merge branch 'master' of https://github.com/TerminalStudio/xterm.dart into HEAD

bdbe81bed0e341e2bb08ee7ab636d4931bbe2974 authored over 4 years ago
run pub get

df82569a8be04692a6cf8e84ae6bb257debaa701 authored over 4 years ago
➕add mobile keyboard arrow key support

626462f89311481074c59e4054e4be0e1e3628b5 authored over 4 years ago
➕add new theme

18f4c05967660b093e397d1ac600e402851dad63 authored over 4 years ago
➕ theme customization support

e042f1f21964bc4378dcc4ffa481d4bbb5db0808 authored over 4 years ago
✂️run code format

2a3a1afba839a7466a7c211de8ec8916e7c75b96 authored over 4 years ago
➕support input behavior customization

19198d2f5cba184e66adf1f7a3e3c703dfa78543 authored over 4 years ago
➕ fix mobile platform focus

7cc0491cfd2d99b04447e5419c9ebfc152e909cf authored over 4 years ago
✂️ rename CharSize ot CellSize

575d594ee963ac175e7999c1fb6ebf5f2abbb7d7 authored over 4 years ago
🖱️ enhanced scroll support

0896bc6ea4f97d9fd55f4ac7892003ae81bcc3ab authored over 4 years ago
🚀 performance improvement

b43c71212de21c22ed5110b5b7c7740fce6f88ae authored over 4 years ago
update cache

66af1b15b773483bb644197cda92810cdc616648 authored over 4 years ago
add platform behavior support

f2856b7da027e788be59b904f33fea5e84fb566c authored over 4 years ago
update flutter version

2c49a4db394cef98e39252470b6394faba382bb8 authored over 4 years ago
paste support

9c9852d3f8a821a9b2c9acf6df1c57c477ce9322 authored over 4 years ago
bug fixes

372bee252fb44cafd46f73628714d54e73c8f7d6 authored over 4 years ago
➖ revert engine version constrain

2df7c76b37ca90772e2eb94c3e25b4b511d9c441 authored over 4 years ago
➕ update engine version constrain

044ca9d92766eff97f1ffcdcf360bd8874e21a41 authored over 4 years ago
➕ update readme

c681de340df9b8b5c45510f002f3b78294dfc4e6 authored over 4 years ago
➕ add SafeArea in example

d90b9555dc365520957e5b14c3829fb9ec4dcb93 authored over 4 years ago
➕ update description

f068c2139affa45e2405f7330294726f878f2dc0 authored over 4 years ago
➖ comment test out

ed672de21767b5d0bd032ef8b76645a21c8a4f33 authored over 4 years ago
➕ update description

184f964d94661f89d91b0d71bc8c9c133d3f9011 authored over 4 years ago