740 Commits (master)
 

Author SHA1 Message Date
rivo 1f4d5e8f88
Merge pull request #980 from LinPr/readme
docs: update two projects using tview project
4 days ago
rivo 7c0c4c26c3
Merge branch 'master' into readme 4 days ago
rivo 938794a11d
Merge pull request #981 from LinPr/screenshot
picture add a screenshot of autocomplete demo
4 days ago
rivo 27d9ef4386
Merge pull request #982 from kivattt/master
Update README.md
4 days ago
kivattt f689f83208 Update README.md 4 days ago
LinPr 80bc1f60b9 pigcure: add a screenshot of autocomplete demo 4 days ago
LinPr 53c95d1348 docs: update two projects using tview project 4 days ago
rivo 6e1e54f465
Merge pull request #978 from SHAPPY0/master
Update README.md
5 days ago
Saurabh Sharma b7a98345ef
Update README.md 5 days ago
rivo c766eefb38
Merge pull request #974 from Egor3f/patch-1
Fix: FindItems returned wrong indices if mustContainBoth is false
1 week ago
rivo 0d02bb7824
Merge pull request #975 from vergonha/patch-1
Added Garden TUI to Readme.
2 weeks ago
vergonha 47ad095e99
Added Garden TUI to Readme. 2 weeks ago
Egor b1d6673c9a
Fix: FindItems returned wrong indices if mustContainBoth is false 2 weeks ago
rivo e119d15762
Merge pull request #971 from carpii/page_names
Added Page.GetPageNames(visibleOnly bool) API.
2 weeks ago
carpii 74079f4570 Added Page.GetPageNames(visibleOnly bool) API. 2 weeks ago
rivo b0d41c484b
Merge pull request #966 from cuibuwei/master
chore: remove repetitive word
3 weeks ago
cuibuwei 943ecd8ba4 chore: remove repetitive word
Signed-off-by: cuibuwei <cuibuwei@gmail.com>
3 weeks ago
Oliver 79d4cc3212 Added individual styling for selected table cells. Resolves #934 4 weeks ago
Oliver dfc1d8680f Removed code that forced the last grid item to be aligned bottom right. Fixes #951 1 month ago
Oliver 13affe3057 Table.CellAt is now public. Resolves #948 1 month ago
Oliver a22293bda9 Clarifications on mouse handling, resolves #667 1 month ago
rivo 2245e5062d
Merge pull request #963 from digitallyserviced/mouse-oob
fixing #959 textview mouse out of bounds fix
1 month ago
Oliver 03bdc867be Fixed inconsistent selection styles in List, bugfixes in printWithStyle, removed reliance on ColorDefault. Fixes #954, resolves #960 1 month ago
Oliver fec4f00cf0 Handling end-of-text special case in TextArea.Select(). Fixes #958 1 month ago
DevHegemony e117f42adc update doc 1 month ago
DevHegemony 9d79348686 fixing #959 textview mouse out of bounds fix 1 month ago
Oliver e804876934 Drawing the Box in Modal, not in contained Frame. Fixes #946 2 months ago
Oliver 9c17885289 No mouse scrolling when scrolling is turned off. 2 months ago
Oliver e4a85fc779 Mouse scrolling to the end turns tracking on. Resolves #945 2 months ago
Oliver e350bef1f9 Fixed an infinite loop after clearing a selected cell. Fixes #944 2 months ago
rivo 5605142ca6
Merge pull request #952 from dundee/master
feat: update gdamore/tcell to 2.7.1
2 months ago
Daniel Milde 6d9f0d140e feat: update gdamore/tcell to 2.7.1
fixes #932
2 months ago
Oliver 861aa94d61 Updated go get instruction so users will get the latest version. 3 months ago
Oliver c9421b4bd9 Enabled bracketed pasting. 3 months ago
Oliver 007cbb1d13 Upgraded uniseg to latest version. 3 months ago
Oliver d179351a0a Fixed panic when Highlight is called before the first call to Draw. 3 months ago
rivo 8526c9fe1b
Merge pull request #942 from NathanFirmo/master
Add new link into list of projects using tview
3 months ago
Nathan Firmo 71a33a1d36
Update README.md 3 months ago
Oliver 7568c3f71c Fixed disappearing highlights. Fixes #941 4 months ago
Oliver 742cf08619 Handled a case where there could be highglights for non-existing regions. 4 months ago
Oliver d3aebefdd2 Ignoring unknown regions when highlighting. Fixes #939 4 months ago
Oliver bf8f1c43e4 Fixed index out of bounds for when a selected drop-down option is removed in its callback. Fixes #927 4 months ago
rivo ed5968603a
Merge pull request #938 from Macmod/master
Adding godap to applications list
4 months ago
Artur Marzano baa1b2849e
Adding godap to applications list 4 months ago
Oliver b3bd1aa5e9 Switched to using styles in Checkbox. More customization options. 4 months ago
Oliver 5f07813844 Upgraded to latest tcell version. 5 months ago
Oliver 33a1d271f2 Fixed incorrect resolution of overlapping grid items. Fixes #921 5 months ago
Oliver b11bfc7683 Reconciled Form.focusedElement with actual focus. Fixes #922 5 months ago
Oliver 7c9e464bac Cursor fix for empty text areas / input fields. Fixes #915 6 months ago
Oliver 05d01944a1 Don't attempt to find the cursor if the TextArea width is unknown. Fixes #915 6 months ago