Commit Graph

780 Commits

Author SHA1 Message Date
Oliver c76f7879f5 Added GetWrappedLineCount to TextView. Resolves #1028 2024-11-03 18:47:30 +01:00
Oliver 8708192e56 Autocomplete list should not be drawn when input field does not have focus. Fixes #1048 2024-11-03 18:11:17 +01:00
Oliver 8aacdccd82 Added style setters and getters to TreeViews, for regular and for selected text. Resolves #1045 2024-11-03 15:47:32 +01:00
Oliver f34fb2a4b3 Added GetSelectedFunc and GetItremSelectedFunc to List. Resolves #1023, resolves #1024 2024-11-03 12:48:31 +01:00
Oliver ad9e2501de Tags can be turned off for List and Autocomplete; also added Unescape function. Fixes #1016 2024-11-03 12:33:52 +01:00
Oliver 65faf5cfc7 Added a style function for form element colours. 2024-11-02 16:24:10 +01:00
Oliver 3e06d118c3 Improved documentation. 2024-11-02 15:52:00 +01:00
Oliver e34b54cd4c ANSI reset bugfix and addition of missing attribute sequences. Fixes #1031, resolves #1032' 2024-10-30 23:30:20 +01:00
rivo c5e4fb24af
Merge pull request #1035 from markusressel/patch-2
Add zfs-file-history to README.md
2024-10-16 21:45:38 +02:00
rivo 330a2df891
Merge pull request #1036 from SamWhited/remove_unused_project
Remove abandoned project from readme
2024-10-16 21:45:12 +02:00
rivo 00a8f87a68
Merge branch 'master' into patch-2 2024-10-16 21:44:22 +02:00
rivo 7b80930e0d
Merge pull request #1034 from markusressel/patch-1
Add fan2go-tui to README.md
2024-10-16 21:42:32 +02:00
Sam Whited 5e1f9bd501
Remove abandoned project from readme 2024-10-14 07:00:14 -04:00
Markus Ressel a02b962ec6
Add zfs-file-history to README.md 2024-10-13 13:52:11 +02:00
Markus Ressel c06c918819
Add fan2go-tui to README.md 2024-10-13 13:49:34 +02:00
Oliver a64fc48d76 Temporary dropdown colour fix. Resolves #1026 2024-09-21 14:24:03 +02:00
Oliver 1ad6daede2 Text area has default size to avoid issues before first Draw. Fixes #1025 2024-09-21 13:32:33 +02:00
Oliver 520ccd71f0 Focus on text area in input field will trigger input field's focus callback. #1020 2024-09-21 13:12:17 +02:00
Oliver fd649dbf12 Added a note about standard streams while an application is running. Resolves #1017 2024-08-18 13:03:01 +02:00
Oliver e4c497cc59 Using styles instead of colours for drop-down lists. Fixes #993, fixes #990 2024-08-07 22:51:29 +02:00
rivo a8dd8799d6
Merge pull request #1015 from erdemkosk/master
Update README.md for adding new application
2024-08-07 11:57:14 +02:00
Erdem Köşk(MEK) 2502d5e846
Update README.md 2024-08-06 23:44:40 +03:00
rivo 08da3ea457
Merge pull request #1007 from alexey-savchuk/feat/1004-treeview-get-selected-func
Feat: add GetSelectedFunc method for TreeView component
2024-08-05 13:17:17 +02:00
Alexey Savchuk 799e99ce22
[#1004] fix: change the method doc comment 2024-08-04 17:02:24 +03:00
Alexey Savchuk 0f4bf9609c
[#1004] feat: add GetSelectedFunc method for TreeView component 2024-08-04 17:02:24 +03:00
Oliver 65571ae51e Removed one-cycle border removal for buttons as it does not work as intended. Fixes #1012 2024-07-28 13:49:35 +02:00
rivo b0a7293b81
Merge pull request #1002 from dos-2/add_oddshub
Add "oddshub" to "Projects using `tview` in README.md
2024-06-25 20:57:42 +02:00
Daniel Dos Santos ac5629a414 add oddshub to Projects using 2024-06-25 02:01:40 -04:00
rivo c38c796625
Merge pull request #998 from SeRj-ThuramS/patch-1
Update dropdown.go to compile to lib.so
2024-06-22 17:20:42 +02:00
Makarov Dreyar 1a723d123a
Update dropdown.go to compile to lib.so
Fixing a bug for compiling into a library

2024.06.17 10:13:00 go(build)(error): # /tmp/go-build4195759871/b113/librtl-tview.so
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x51de66]

goroutine 1 [running]:
cmd/link/internal/loader.(*Loader).SymSize(0x1?, 0x0?)
        cmd/link/internal/loader/loader.go:815 +0x46
cmd/link/internal/ld.(*pclntab).generatePctab.func1(0x0)
        cmd/link/internal/ld/pcln.go:467 +0x56
cmd/link/internal/ld.(*pclntab).generatePctab(0xc000c46f40, 0xc000124200, {0xc001724000, 0x4f3, 0x1?})
        cmd/link/internal/ld/pcln.go:490 +0x39f
cmd/link/internal/ld.(*Link).pclntab(0xc000124200, {0xc001720000?, 0xc0000126e0?, 0xf?})
        cmd/link/internal/ld/pcln.go:804 +0x1ad
cmd/link/internal/ld.Main(_, {0x20, 0x20, 0x1, 0x7, 0x10, 0x0, {0xc000012549, 0x1, 0x1}, ...})
        cmd/link/internal/ld/main.go:412 +0x175c
main.main()
        cmd/link/main.go:72 +0xdfb
2024-06-17 10:18:17 +03:00
rivo 23476fa0ba
Merge pull request #997 from murat-cileli/master
Added "DBee" to "Projects using `tview`" section.
2024-06-16 21:22:44 +02:00
Murat Çileli 9dbcaa2b64
Added "DBee" to "Projects using `tview`" section. 2024-06-15 23:00:25 +03:00
Oliver 037df494fb Fixed wrong handling of grid conflicts. Fixes #987, resolves #991 2024-05-24 08:30:12 +02:00
rivo a5d02328f1
Merge pull request #976 from Zhwt/patch-1
Fix app crash when clicking spaces after slide page items in presentation demo.
2024-05-24 08:00:14 +02:00
Oliver 0ac5f73025 Allowing mouse overrides to specify that an event was consumed. Resolves #972, resolves #967 2024-05-19 22:02:18 +02:00
Oliver a2885dd403 Fixed multiple items in grid. Fixes #987 2024-05-19 11:23:12 +02:00
Oliver fc5680eecb Fixed text area selection border cases. Fixes #988 2024-05-19 10:01:16 +02:00
rivo ed116790de
Merge pull request #983 from LinPr/readme
docs: update one project using tview project
2024-05-05 20:51:19 +02:00
LinPr 7915609961 docs: update one projects using tview project 2024-05-04 15:31:46 +08:00
rivo 1f4d5e8f88
Merge pull request #980 from LinPr/readme
docs: update two projects using tview project
2024-05-01 13:46:54 +02:00
rivo 7c0c4c26c3
Merge branch 'master' into readme 2024-05-01 13:46:43 +02:00
rivo 938794a11d
Merge pull request #981 from LinPr/screenshot
picture add a screenshot of autocomplete demo
2024-05-01 13:43:40 +02:00
rivo 27d9ef4386
Merge pull request #982 from kivattt/master
Update README.md
2024-05-01 13:43:00 +02:00
kivattt f689f83208 Update README.md 2024-05-01 12:12:01 +02:00
LinPr 80bc1f60b9 pigcure: add a screenshot of autocomplete demo 2024-05-01 15:15:05 +08:00
LinPr 53c95d1348 docs: update two projects using tview project 2024-05-01 10:30:00 +08:00
rivo 6e1e54f465
Merge pull request #978 from SHAPPY0/master
Update README.md
2024-04-29 20:59:30 +02:00
Saurabh Sharma b7a98345ef
Update README.md 2024-04-29 21:35:53 +05:30
Zhwt ab1a0c7324
Fix panic when clicking spaces after slide page items. 2024-04-29 09:50:12 +08:00
rivo c766eefb38
Merge pull request #974 from Egor3f/patch-1
Fix: FindItems returned wrong indices if mustContainBoth is false
2024-04-26 19:34:58 +02:00