Commit Graph

522 Commits (a13d901d33867f425fa4c6da5f6fb16ed0f959bf)
 

Author SHA1 Message Date
Oliver a13d901d33 Simplified funding button. 2 years ago
Oliver 112783a97c Added a funding button to the repo. 2 years ago
Oliver 691f46d6f5 Minor clarification. 2 years ago
Oliver 9994674d60 Bugfix: Movement on empty tables could lead to infinite loops. Fixes #705, resolves #706 2 years ago
Oliver 96063d6082 Updated documentation about intercepting keyboard events. Resolves #699 2 years ago
Oliver 8e58f395ad Fixed multiline text modals. Fixes #696 2 years ago
Oliver f0544de1f2 Added RemoveOption() and GetOptionCount() to DropDown. Resolves #682 2 years ago
Oliver 1560f6b730 Added a note about TextView not being suitable for large texts. 2 years ago
Oliver 644955c6b5 Calling Table.Select() will also clamp the selection to the visible screen. Fixes #683 2 years ago
Oliver 944aeedb7d Added methods to modify the styles of the autocomplete drop-down. Resolves #671, resolves #672 2 years ago
Oliver 3bcc8f325a Added List methods to set styles in addition to colors. See #611 2 years ago
Oliver 5962c4c9a7 Added TextView.GetOriginalLineCount(). 2 years ago
rivo 1f7581b67b
Merge pull request #689 from abdfnx/patch-1
adding `abdfnx/resto` to the list of projects that use tview
2 years ago
rivo ca20010b0f
Merge branch 'master' into patch-1 2 years ago
rivo cf05927069
Merge pull request #691 from navidys/master
update podman-tui link (https://github.com/containers/podman-tui) in list of projects using tview
2 years ago
rivo f4a6d16251
Merge pull request #695 from zmnpl/master
Add twad to list of applications that use tview
2 years ago
Simon Paul 67e46cab7b Add twad to list of applications that use tview 2 years ago
Navid Yaghoobi 742ef3b54c update podman-tui link (https://github.com/containers/podman-tui) in list of projects that use tview - project migrated to containers repository 2 years ago
Abdfn 40281076cf
adding `abdfnx/resto` to the list of projects that use tview 2 years ago
rivo 90d72bc664
Merge pull request #685 from glendsoza/master
Added goaround to the list of projects using tview
2 years ago
glendsoza 4720241e14
Added goaround to the list of projects using tview 2 years ago
rivo e3413f80f7
Merge pull request #680 from navidys/master
Adding podman-tui and tvxwidgets to the list of projects that use tview
2 years ago
rivo ea641e3ebc
Merge branch 'master' into master 2 years ago
rivo c6ef018622
Merge pull request #684 from gusti-andika/master
Adding domino-card to the list of projects that use tview
2 years ago
Navid Yaghoobi 0c436f5ef1 Adding tvxwidgets to the list of projects that use tview 2 years ago
bagus andika 4add6fba99 added domino-card 2 years ago
Navid Yaghoobi 5a9210cd9e Adding podman-tui to the list of projects that use tview 2 years ago
rivo 2a6de950f7
Merge pull request #676 from togettoyou/patch-1
added kubectl-lazy
3 years ago
寻寻觅觅的Gopher 0040e5dcf1
added kubectl-lazy 3 years ago
rivo 821b2667c4
Merge pull request #675 from audstanley/master
added libgen-tui
3 years ago
Richard Stanley 1cd4712060 added libgen-tui 3 years ago
Oliver badfa0f0b3 Merge branch 'master' of github.com:rivo/tview 3 years ago
Oliver b76656416e Ignoring background colors of styles in InputField when set to ColorDefault. This makes it work when the primitive's background colour is not the default. 3 years ago
rivo f8d4ce40c0
Merge pull request #669 from codesoap/master
Fix typo "SetPlaceholderStyle" in comment for GetPlaceholderStyle
3 years ago
codesoap 6fc9eae6db Fix typo "SetPlaceholderStyle" in comment for GetPlaceholderStyle 3 years ago
Oliver 2c1d4e4d73 Replaced colors with styles in InputField, updates #611, #644 3 years ago
Oliver 1b3174ee3d Added callback functions for focus and blur events. 3 years ago
Oliver 175cc7d7ce Button.SetBlurFunc() should have been named Button.SetExitFunc(). 3 years ago
Oliver 0c92c2a810 Added Flex.GetItem() and Flex.GetItemCount(). Resolves #385, resolves #657. 3 years ago
rivo a4acb08f51
Merge pull request #665 from SamWhited/fix_crash
Fix deadlock in SetText
3 years ago
Sam Whited d0d3379128 Fix deadlock in SetText
Signed-off-by: Sam Whited <sam@samwhited.com>
3 years ago
Oliver 1d641bd565 Clarified FlexRow and FlexColumn. Also introduced CSS variants. Fixes #658 3 years ago
Oliver 792841ab16 Very minor change. 3 years ago
Oliver 21d44f5cd1 Some cosmetic cleanup regarding the last merge. 3 years ago
rivo d710b0beff
Merge pull request #652 from SamWhited/tview_writer
Add batch writer for TextView's
3 years ago
rivo e0e4bba1c3
Merge pull request #663 from hirose31/add-s3surfer
Add s3surfer to README
3 years ago
HIROSE Masaaki a869cfd4a0 Add s3surfer to README 3 years ago
Sam Whited c0678d7aa9 Fix race condition with locking in SetText
Signed-off-by: Sam Whited <sam@samwhited.com>
3 years ago
Sam Whited 4385df9931 Add batch writer for TextView's 3 years ago
Oliver 5508f4b002 Added italics and strikethrough to style attributes. Resolves #457 3 years ago