Oliver
|
1560f6b730
|
Added a note about TextView not being suitable for large texts.
|
2022-02-15 18:52:21 +01:00 |
|
Oliver
|
644955c6b5
|
Calling Table.Select() will also clamp the selection to the visible screen. Fixes #683
|
2022-02-15 18:19:27 +01:00 |
|
Oliver
|
944aeedb7d
|
Added methods to modify the styles of the autocomplete drop-down. Resolves #671, resolves #672
|
2022-02-15 18:00:49 +01:00 |
|
Oliver
|
3bcc8f325a
|
Added List methods to set styles in addition to colors. See #611
|
2022-02-15 17:59:36 +01:00 |
|
Oliver
|
5962c4c9a7
|
Added TextView.GetOriginalLineCount().
|
2022-02-15 15:59:26 +01:00 |
|
rivo
|
1f7581b67b
|
Merge pull request #689 from abdfnx/patch-1
adding `abdfnx/resto` to the list of projects that use tview
|
2022-01-29 14:14:35 +01:00 |
|
rivo
|
ca20010b0f
|
Merge branch 'master' into patch-1
|
2022-01-29 14:14:25 +01:00 |
|
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
|
2022-01-29 14:13:12 +01:00 |
|
rivo
|
f4a6d16251
|
Merge pull request #695 from zmnpl/master
Add twad to list of applications that use tview
|
2022-01-29 14:12:27 +01:00 |
|
Simon Paul
|
67e46cab7b
|
Add twad to list of applications that use tview
|
2022-01-28 22:33:23 +01:00 |
|
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
|
2022-01-22 18:18:47 +11:00 |
|
Abdfn
|
40281076cf
|
adding abdfnx/resto to the list of projects that use tview
|
2022-01-19 15:18:11 +03:00 |
|
rivo
|
90d72bc664
|
Merge pull request #685 from glendsoza/master
Added goaround to the list of projects using tview
|
2022-01-06 19:37:41 +01:00 |
|
glendsoza
|
4720241e14
|
Added goaround to the list of projects using tview
|
2022-01-06 22:24:22 +05:30 |
|
rivo
|
e3413f80f7
|
Merge pull request #680 from navidys/master
Adding podman-tui and tvxwidgets to the list of projects that use tview
|
2022-01-03 10:47:29 +01:00 |
|
rivo
|
ea641e3ebc
|
Merge branch 'master' into master
|
2022-01-03 10:47:20 +01:00 |
|
rivo
|
c6ef018622
|
Merge pull request #684 from gusti-andika/master
Adding domino-card to the list of projects that use tview
|
2022-01-03 10:45:34 +01:00 |
|
Navid Yaghoobi
|
0c436f5ef1
|
Adding tvxwidgets to the list of projects that use tview
|
2021-12-30 18:57:06 +11:00 |
|
bagus andika
|
4add6fba99
|
added domino-card
|
2021-12-30 12:34:45 +08:00 |
|
Navid Yaghoobi
|
5a9210cd9e
|
Adding podman-tui to the list of projects that use tview
|
2021-12-19 14:48:28 +11:00 |
|
rivo
|
2a6de950f7
|
Merge pull request #676 from togettoyou/patch-1
added kubectl-lazy
|
2021-12-02 17:29:23 +01:00 |
|
寻寻觅觅的Gopher
|
0040e5dcf1
|
added kubectl-lazy
|
2021-12-02 14:21:47 +08:00 |
|
rivo
|
821b2667c4
|
Merge pull request #675 from audstanley/master
added libgen-tui
|
2021-11-29 15:28:45 +01:00 |
|
Richard Stanley
|
1cd4712060
|
added libgen-tui
|
2021-11-28 09:40:58 -08:00 |
|
Oliver
|
badfa0f0b3
|
Merge branch 'master' of github.com:rivo/tview
|
2021-11-09 18:56:20 +01:00 |
|
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.
|
2021-11-09 18:56:15 +01:00 |
|
rivo
|
f8d4ce40c0
|
Merge pull request #669 from codesoap/master
Fix typo "SetPlaceholderStyle" in comment for GetPlaceholderStyle
|
2021-11-09 18:22:57 +01:00 |
|
codesoap
|
6fc9eae6db
|
Fix typo "SetPlaceholderStyle" in comment for GetPlaceholderStyle
|
2021-11-09 17:26:30 +01:00 |
|
Oliver
|
2c1d4e4d73
|
Replaced colors with styles in InputField, updates #611, #644
|
2021-11-09 15:42:28 +01:00 |
|
Oliver
|
1b3174ee3d
|
Added callback functions for focus and blur events.
|
2021-11-08 17:05:49 +01:00 |
|
Oliver
|
175cc7d7ce
|
Button.SetBlurFunc() should have been named Button.SetExitFunc().
|
2021-11-08 16:35:21 +01:00 |
|
Oliver
|
0c92c2a810
|
Added Flex.GetItem() and Flex.GetItemCount(). Resolves #385, resolves #657.
|
2021-11-08 16:13:18 +01:00 |
|
rivo
|
a4acb08f51
|
Merge pull request #665 from SamWhited/fix_crash
Fix deadlock in SetText
|
2021-10-29 16:29:23 +02:00 |
|
Sam Whited
|
d0d3379128
|
Fix deadlock in SetText
Signed-off-by: Sam Whited <sam@samwhited.com>
|
2021-10-29 07:27:24 -04:00 |
|
Oliver
|
1d641bd565
|
Clarified FlexRow and FlexColumn. Also introduced CSS variants. Fixes #658
|
2021-10-29 11:03:57 +02:00 |
|
Oliver
|
792841ab16
|
Very minor change.
|
2021-10-29 10:45:20 +02:00 |
|
Oliver
|
21d44f5cd1
|
Some cosmetic cleanup regarding the last merge.
|
2021-10-29 10:38:51 +02:00 |
|
rivo
|
d710b0beff
|
Merge pull request #652 from SamWhited/tview_writer
Add batch writer for TextView's
|
2021-10-29 07:15:55 +02:00 |
|
rivo
|
e0e4bba1c3
|
Merge pull request #663 from hirose31/add-s3surfer
Add s3surfer to README
|
2021-10-27 16:05:24 +02:00 |
|
HIROSE Masaaki
|
a869cfd4a0
|
Add s3surfer to README
|
2021-10-27 21:12:43 +09:00 |
|
Sam Whited
|
c0678d7aa9
|
Fix race condition with locking in SetText
Signed-off-by: Sam Whited <sam@samwhited.com>
|
2021-10-25 07:37:04 -04:00 |
|
Sam Whited
|
4385df9931
|
Add batch writer for TextView's
|
2021-10-25 07:26:09 -04:00 |
|
Oliver
|
5508f4b002
|
Added italics and strikethrough to style attributes. Resolves #457
|
2021-10-01 12:26:48 +02:00 |
|
Oliver
|
ee97a7ab39
|
Allowing users to determine whether a table selection should wrap. Defaults to false now. Resolves #656
|
2021-09-26 20:16:11 +02:00 |
|
Oliver
|
2cb20002bc
|
Removed accidental inclusion of Postgres driver.
|
2021-09-23 07:17:54 +02:00 |
|
Oliver
|
bb872b4b26
|
Added a reference go Golang's Code of Conduct instead of rolling our own.
|
2021-09-20 18:36:36 +02:00 |
|
Oliver
|
78cf54e830
|
Merge branch 'virtualtable'
|
2021-09-20 18:14:01 +02:00 |
|
rivo
|
f7430b878d
|
Merge pull request #626 from Wenshiqi222/master
A little comment error in dropdown.go
|
2021-09-09 17:49:44 +02:00 |
|
rivo
|
977fa2d906
|
Merge pull request #627 from infl00p/master
Add gobit project that uses tview to Readme
|
2021-09-09 17:49:19 +02:00 |
|
rivo
|
d882656547
|
Merge branch 'master' into master
|
2021-09-09 17:48:54 +02:00 |
|