2
0
mirror of https://github.com/rivo/tview.git synced 2024-11-17 03:26:09 +00:00
Commit Graph

732 Commits

Author SHA1 Message Date
Saurabh Sharma
b7a98345ef
Update README.md 2024-04-29 21:35:53 +05:30
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
rivo
0d02bb7824
Merge pull request #975 from vergonha/patch-1
Added Garden TUI to Readme.
2024-04-24 15:31:05 +02:00
vergonha
47ad095e99
Added Garden TUI to Readme. 2024-04-24 07:36:43 -03:00
Egor
b1d6673c9a
Fix: FindItems returned wrong indices if mustContainBoth is false 2024-04-21 18:03:25 +03:00
rivo
e119d15762
Merge pull request #971 from carpii/page_names
Added Page.GetPageNames(visibleOnly bool) API.
2024-04-20 15:46:18 +02:00
carpii
74079f4570 Added Page.GetPageNames(visibleOnly bool) API. 2024-04-19 20:34:33 +01:00
rivo
b0d41c484b
Merge pull request #966 from cuibuwei/master
chore: remove repetitive word
2024-04-13 13:55:34 +02:00
cuibuwei
943ecd8ba4 chore: remove repetitive word
Signed-off-by: cuibuwei <cuibuwei@gmail.com>
2024-04-13 19:54:14 +08:00
Oliver
79d4cc3212 Added individual styling for selected table cells. Resolves #934 2024-04-06 16:14:10 +02:00
Oliver
dfc1d8680f Removed code that forced the last grid item to be aligned bottom right. Fixes #951 2024-04-04 18:11:34 +02:00
Oliver
13affe3057 Table.CellAt is now public. Resolves #948 2024-04-04 12:48:00 +02:00
Oliver
a22293bda9 Clarifications on mouse handling, resolves #667 2024-04-03 16:26:47 +02:00
rivo
2245e5062d
Merge pull request #963 from digitallyserviced/mouse-oob
fixing #959 textview mouse out of bounds fix
2024-04-03 16:15:42 +02:00
Oliver
03bdc867be Fixed inconsistent selection styles in List, bugfixes in printWithStyle, removed reliance on ColorDefault. Fixes #954, resolves #960 2024-04-03 15:46:31 +02:00
Oliver
fec4f00cf0 Handling end-of-text special case in TextArea.Select(). Fixes #958 2024-04-02 22:13:23 +02:00
DevHegemony
e117f42adc update doc 2024-03-28 20:28:09 -04:00
DevHegemony
9d79348686 fixing #959 textview mouse out of bounds fix 2024-03-28 20:08:59 -04:00
Oliver
e804876934 Drawing the Box in Modal, not in contained Frame. Fixes #946 2024-03-07 18:33:18 +01:00
Oliver
9c17885289 No mouse scrolling when scrolling is turned off. 2024-03-07 18:21:37 +01:00
Oliver
e4a85fc779 Mouse scrolling to the end turns tracking on. Resolves #945 2024-03-07 18:14:13 +01:00
Oliver
e350bef1f9 Fixed an infinite loop after clearing a selected cell. Fixes #944 2024-03-07 17:23:12 +01:00
rivo
5605142ca6
Merge pull request #952 from dundee/master
feat: update gdamore/tcell to 2.7.1
2024-02-25 13:02:00 +01:00
Daniel Milde
6d9f0d140e feat: update gdamore/tcell to 2.7.1
fixes #932
2024-02-23 17:13:52 +01:00
Oliver
861aa94d61 Updated go get instruction so users will get the latest version. 2024-02-04 16:12:37 +01:00
Oliver
c9421b4bd9 Enabled bracketed pasting. 2024-02-04 16:11:39 +01:00
Oliver
007cbb1d13 Upgraded uniseg to latest version. 2024-02-01 20:17:47 +01:00
Oliver
d179351a0a Fixed panic when Highlight is called before the first call to Draw. 2024-02-01 20:14:08 +01:00
rivo
8526c9fe1b
Merge pull request #942 from NathanFirmo/master
Add new link into list of projects using tview
2024-01-22 07:32:36 +01:00
Nathan Firmo
71a33a1d36
Update README.md 2024-01-21 23:51:46 -03:00
Oliver
7568c3f71c Fixed disappearing highlights. Fixes #941 2024-01-20 10:50:12 +01:00
Oliver
742cf08619 Handled a case where there could be highglights for non-existing regions. 2024-01-18 10:39:11 +01:00
Oliver
d3aebefdd2 Ignoring unknown regions when highlighting. Fixes #939 2024-01-18 09:59:32 +01:00
Oliver
bf8f1c43e4 Fixed index out of bounds for when a selected drop-down option is removed in its callback. Fixes #927 2024-01-16 08:08:45 +01:00
rivo
ed5968603a
Merge pull request #938 from Macmod/master
Adding godap to applications list
2024-01-15 07:13:30 +01:00
Artur Marzano
baa1b2849e
Adding godap to applications list 2024-01-14 21:08:21 -03:00
Oliver
b3bd1aa5e9 Switched to using styles in Checkbox. More customization options. 2024-01-01 15:48:52 +01:00
Oliver
5f07813844 Upgraded to latest tcell version. 2023-12-06 13:44:40 +01:00
Oliver
33a1d271f2 Fixed incorrect resolution of overlapping grid items. Fixes #921 2023-11-26 16:24:17 +01:00
Oliver
b11bfc7683 Reconciled Form.focusedElement with actual focus. Fixes #922 2023-11-26 13:35:32 +01:00
Oliver
7c9e464bac Cursor fix for empty text areas / input fields. Fixes #915 2023-11-15 19:32:40 +01:00
Oliver
05d01944a1 Don't attempt to find the cursor if the TextArea width is unknown. Fixes #915 2023-11-13 07:38:14 +01:00
Oliver
1b91b8131c Fixed excess calls to the "changed" callback in InputField and TextArea. Fixes #908 2023-11-02 19:32:19 +01:00
Oliver
9360b0f727 Fixed the text view's maximum line offset. Fixes #907 2023-11-02 19:25:00 +01:00
rivo
4a0d5ff005
Merge pull request #910 from kianmeng/fix-typos
Fix typos
2023-11-02 09:08:20 +01:00
rivo
5e92c55cf1
Merge pull request #911 from szepeviktor/fix-graphix
Fix graphics UNICODE names
2023-11-02 09:07:27 +01:00
Viktor Szépe
1c2bae0764 Fix graphics UNICODE names 2023-11-02 07:33:17 +00:00
Kian-Meng Ang
5d85e6a030 Fix typos
Found via `codespell -H -S .git -L rightt,wth,bu`
2023-11-02 13:24:14 +08:00
rivo
2dfe060117
Merge pull request #906 from paololazzari/master
Add play
2023-10-31 18:25:08 +01:00
Paolo Lazzari
6618c921db add play 2023-10-31 14:55:13 +01:00