Commit Graph

720 Commits (a22293bda94443b8e287d94957beab835e45187b)
 

Author SHA1 Message Date
Oliver bb872b4b26 Added a reference go Golang's Code of Conduct instead of rolling our own. 3 years ago
Oliver 78cf54e830 Merge branch 'virtualtable' 3 years ago
rivo f7430b878d
Merge pull request #626 from Wenshiqi222/master
A little comment error  in dropdown.go
3 years ago
rivo 977fa2d906
Merge pull request #627 from infl00p/master
Add gobit project that uses tview to Readme
3 years ago
rivo d882656547
Merge branch 'master' into master 3 years ago
rivo 7dc913c835
Merge pull request #642 from sachaos/feature/add-viddy
Add viddy: a modern watch command to README
3 years ago
rivo 9a8868add0
Merge pull request #643 from amorenoz/fix_tcell_ref
go.mod: fix wrong reference to tcell dependency
3 years ago
Adrian Moreno 6e31eb2925 go.mod: fix wrong reference to tcell dependency
Signed-off-by: Adrian Moreno <amorenoz@redhat.com>
3 years ago
Takumasa Sakao 173e0b7775 Add viddy: a modern watch command to README 3 years ago
Oliver 2f13f81dcb Upgraded to latest tcell commit. Fixes #624 3 years ago
Oliver 9b6f0f012d Navigation bugfix and improved comments. 3 years ago
Oliver 2cef1c04ba Rewrote Table to accommodate virtual tables. 3 years ago
infl00pLabs e0e3674477
Add gobit project that uses tview to Readme 3 years ago
Wenshiqi222 6bc094860b
Merge pull request #1 from Wenshiqi222/Wenshiqi222-patch-1
A   word spelling error in comment dropdown.go
3 years ago
Wenshiqi222 bcb1cef989
Update dropdown.go
A little comment error
3 years ago
Oliver 29d673af0c Added SetListStyles() to DropDown. Resolves #621 3 years ago
Oliver 36f5c190ea Handling tcell.ErrorEvent now. Fixes #617 3 years ago
rivo 5f84306246
Merge pull request #623 from bnaydenov/add_ssmbrowse_into_referenace_projects
update README.md - add ssmbrowse as reference projects using tview
3 years ago
Bogdan Naydenov 452d977252 update README.md - add ssmbrowse as reference projects using tview 3 years ago
rivo d4fb034822
Merge pull request #616 from KenanBek/patch-1
Add project DBUI into README tview
3 years ago
Kanan Rahimov 407245b401
Add project DBUI into README tview 3 years ago
Oliver 25fe827270 TreeView scrolling now allows current selection to go out of view. Resolves #613 3 years ago
Oliver 807e706f86 Forms cannot rely purely on a rect check for mouse clicks as drop-downs may extend beyond it. Fixes #602 3 years ago
Oliver 2003bc0698 Removed an unnecessary call to Focus() in Form. Fixes #612 3 years ago
Oliver 435b99e1df Mouse scrolling on TreeView scrolls instead of selecting nodes. Fixes #607 3 years ago
Oliver c24a22db24 Added Application.Sync(), a function to re-sync the screen when its corrupted. Resolves #603 3 years ago
Oliver 9e4ad35cfc Merge branch 'master' of github.com:rivo/tview 3 years ago
Oliver 21d1a2de10 Fixed wrong mouse click test on drop-downs. Fixes #600 3 years ago
rivo 1fd4a5b7aa
Merge pull request #605 from ledongthuc/patch-1
Add project GoHowMuch into README tview
3 years ago
Thuc Le 8702cf71d3
Add project GoHowMuch into README tview 3 years ago
Oliver c723ed0769 Upgraded to latest tcell version. Fixes #70 3 years ago
rivo 22dbf8415b
Merge pull request #599 from darylhjd/master
Add MangaDesk to list of projects
3 years ago
darylhjd 84ec33078a
Update README.md 3 years ago
Oliver 09cec83b17 Merge branch 'master' of github.com:rivo/tview 3 years ago
Oliver b610d436f3 Minor improvements. 3 years ago
rivo 00fa626732
Merge pull request #587 from qnkhuat/master
Add GoChess to README.md #Projects
3 years ago
rivo ddd302a95b
Merge branch 'master' into master 3 years ago
rivo 08e0e45635
Merge pull request #590 from issadarkthing/gomu
Add gomu to the list of projects
3 years ago
Oliver ba9f3a6fa1 Fixed missed tag at EOL in TextView. Fixes #531 3 years ago
Oliver 3ac88670dd TreeView.process() fires the changed callback and therefore needs to remain in input handler. Fixes #579 3 years ago
rivo 9f215ef4fd
Merge pull request #581 from berrange/pg-keys
Fix inverted handling of KeyPgDn/KeyPgUp in List widget
3 years ago
Oliver a74431711b Minor clarification. 3 years ago
Oliver ea0971753c Upgrade tcell to v2.2.1. 3 years ago
Oliver 7df0389ccc Cleaned up modules. 3 years ago
raziman ef11d63b76 Add gomu 3 years ago
Quang Ngoc f68e023e7c
Add GoChess to README.md #Projects 3 years ago
Daniel P. Berrangé 0bca6dadb3 Fix inverted handling of KeyPgDn/KeyPgUp in List widget
Consider a list with 5 items, and the currentItem index is 2, and
all items fit on the screen without scrolling.

KeyPgDn will set currentItem to 7 which is out of bounds, and
gets wrapped around to 0.

KeyPgUp will set currentItem to -3 which is out of bounds, and
gets wrapped around to 4.

Thus PgDn selects the first item, while PgUp selects the last item,
which is the opposite of expected behaviour for these keys. Fix
this by clamping currentItem to the boundaries in the key handler.

Fixes: https://github.com/rivo/tview/issues/580
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
3 years ago
Oliver ae9464cc35 Upgraded printing and style handling to the new definition of tcell.ColorDefault. 3 years ago
Oliver ae065beb93 Fixed Box border background colour. 3 years ago
Oliver b2dec96e1a Upgraded to tcell v2.2.0 and rewrote the Application.Suspend() function to use tcell's new methods. 3 years ago