Commit Graph

456 Commits (2cef1c04ba634f95572d551824f63e0a013386ed)
 

Author SHA1 Message Date
Oliver 2cef1c04ba Rewrote Table to accommodate virtual tables. 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 4 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>
4 years ago
Oliver ae9464cc35 Upgraded printing and style handling to the new definition of tcell.ColorDefault. 4 years ago
Oliver ae065beb93 Fixed Box border background colour. 4 years ago
Oliver b2dec96e1a Upgraded to tcell v2.2.0 and rewrote the Application.Suspend() function to use tcell's new methods. 4 years ago
Oliver d2371c651b Added more clarification for the use of Application.Draw(). 4 years ago
rivo 046ce97f77
Merge pull request #574 from dundee/patch-1
add gdu to projects
4 years ago
Oliver eaef439da5 Removed a project that 404'ed from the README file. 4 years ago
Daniel Milde 9888d6fcca
add gdu to projects 4 years ago
Oliver 8a8f78a6dd Added RemoveChild() to TreeNode. Resolves #561 4 years ago
rivo 8d551670db
Merge pull request #567 from millerlogic/mouse-buttons-fix
Update mouse buttons for tcell v2
4 years ago
Oliver 73a23207d2 Added more bash-like key bindings to InputField. Resolves #549 4 years ago
Oliver c3311ba972 Fixed format for reinserted region tag. 4 years ago
Oliver 09f1384966 Added SetMaxLines() to TextView. Resolves #451, fixes #452 4 years ago
rivo b1efc6d8c1
Merge pull request #522 from jubalh/typo1
Fix typo in SetColumns() documentation
4 years ago
Oliver 7e1574f46c Merge branch 'master' of github.com:rivo/tview 4 years ago
Oliver dfabe788d4 Allowing list items to shift horizontally. Resolves #512, fixes #513 4 years ago
Chris Miller 38e7206af9 Update mouse buttons for tcell v2 4 years ago
rivo dbc1f32bb1
Merge pull request #552 from ajaxray/master
Added geek-life to the list of projects using tview
4 years ago