Commit Graph

754 Commits (b0a7293b81308ab0e44c2757f8922683a3d659df)
 

Author SHA1 Message Date
rivo b0a7293b81
Merge pull request #1002 from dos-2/add_oddshub
Add "oddshub" to "Projects using `tview` in README.md
1 week ago
Daniel Dos Santos ac5629a414 add oddshub to Projects using 1 week ago
rivo c38c796625
Merge pull request #998 from SeRj-ThuramS/patch-1
Update dropdown.go to compile to lib.so
2 weeks ago
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
2 weeks ago
rivo 23476fa0ba
Merge pull request #997 from murat-cileli/master
Added "DBee" to "Projects using `tview`" section.
2 weeks ago
Murat Çileli 9dbcaa2b64
Added "DBee" to "Projects using `tview`" section. 3 weeks ago
Oliver 037df494fb Fixed wrong handling of grid conflicts. Fixes #987, resolves #991 1 month ago
rivo a5d02328f1
Merge pull request #976 from Zhwt/patch-1
Fix app crash when clicking spaces after slide page items in presentation demo.
1 month ago
Oliver 0ac5f73025 Allowing mouse overrides to specify that an event was consumed. Resolves #972, resolves #967 1 month ago
Oliver a2885dd403 Fixed multiple items in grid. Fixes #987 2 months ago
Oliver fc5680eecb Fixed text area selection border cases. Fixes #988 2 months ago
rivo ed116790de
Merge pull request #983 from LinPr/readme
docs: update one project using tview project
2 months ago
LinPr 7915609961 docs: update one projects using tview project 2 months ago
rivo 1f4d5e8f88
Merge pull request #980 from LinPr/readme
docs: update two projects using tview project
2 months ago
rivo 7c0c4c26c3
Merge branch 'master' into readme 2 months ago
rivo 938794a11d
Merge pull request #981 from LinPr/screenshot
picture add a screenshot of autocomplete demo
2 months ago
rivo 27d9ef4386
Merge pull request #982 from kivattt/master
Update README.md
2 months ago
kivattt f689f83208 Update README.md 2 months ago
LinPr 80bc1f60b9 pigcure: add a screenshot of autocomplete demo 2 months ago
LinPr 53c95d1348 docs: update two projects using tview project 2 months ago
rivo 6e1e54f465
Merge pull request #978 from SHAPPY0/master
Update README.md
2 months ago
Saurabh Sharma b7a98345ef
Update README.md 2 months ago
Zhwt ab1a0c7324
Fix panic when clicking spaces after slide page items. 2 months ago
rivo c766eefb38
Merge pull request #974 from Egor3f/patch-1
Fix: FindItems returned wrong indices if mustContainBoth is false
2 months ago
rivo 0d02bb7824
Merge pull request #975 from vergonha/patch-1
Added Garden TUI to Readme.
2 months ago
vergonha 47ad095e99
Added Garden TUI to Readme. 2 months ago
Egor b1d6673c9a
Fix: FindItems returned wrong indices if mustContainBoth is false 2 months ago
rivo e119d15762
Merge pull request #971 from carpii/page_names
Added Page.GetPageNames(visibleOnly bool) API.
2 months ago
carpii 74079f4570 Added Page.GetPageNames(visibleOnly bool) API. 2 months ago
rivo b0d41c484b
Merge pull request #966 from cuibuwei/master
chore: remove repetitive word
3 months ago
cuibuwei 943ecd8ba4 chore: remove repetitive word
Signed-off-by: cuibuwei <cuibuwei@gmail.com>
3 months ago
Oliver 79d4cc3212 Added individual styling for selected table cells. Resolves #934 3 months ago
Oliver dfc1d8680f Removed code that forced the last grid item to be aligned bottom right. Fixes #951 3 months ago
Oliver 13affe3057 Table.CellAt is now public. Resolves #948 3 months ago
Oliver a22293bda9 Clarifications on mouse handling, resolves #667 3 months ago
rivo 2245e5062d
Merge pull request #963 from digitallyserviced/mouse-oob
fixing #959 textview mouse out of bounds fix
3 months ago
Oliver 03bdc867be Fixed inconsistent selection styles in List, bugfixes in printWithStyle, removed reliance on ColorDefault. Fixes #954, resolves #960 3 months ago
Oliver fec4f00cf0 Handling end-of-text special case in TextArea.Select(). Fixes #958 3 months ago
DevHegemony e117f42adc update doc 3 months ago
DevHegemony 9d79348686 fixing #959 textview mouse out of bounds fix 3 months ago
Oliver e804876934 Drawing the Box in Modal, not in contained Frame. Fixes #946 4 months ago
Oliver 9c17885289 No mouse scrolling when scrolling is turned off. 4 months ago
Oliver e4a85fc779 Mouse scrolling to the end turns tracking on. Resolves #945 4 months ago
Oliver e350bef1f9 Fixed an infinite loop after clearing a selected cell. Fixes #944 4 months ago
rivo 5605142ca6
Merge pull request #952 from dundee/master
feat: update gdamore/tcell to 2.7.1
4 months ago
Daniel Milde 6d9f0d140e feat: update gdamore/tcell to 2.7.1
fixes #932
4 months ago
Oliver 861aa94d61 Updated go get instruction so users will get the latest version. 5 months ago
Oliver c9421b4bd9 Enabled bracketed pasting. 5 months ago
Oliver 007cbb1d13 Upgraded uniseg to latest version. 5 months ago
Oliver d179351a0a Fixed panic when Highlight is called before the first call to Draw. 5 months ago