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 |
|
rivo
|
ee8616ef64
|
Merge pull request #905 from adrianbrad/add-adrianbrad-privatebtc
add github.com/adrianbrad/privatebtc
|
2023-10-30 19:08:21 +01:00 |
|
adrianbrad
|
0bd254956a
|
add github.com/adrianbrad/privatebtc
|
2023-10-30 12:30:15 +02:00 |
|
Oliver
|
8b7bcf9883
|
InputField is now based on TextArea.
|
2023-10-24 23:15:18 +02:00 |
|
Oliver
|
6416d6b23c
|
Merge branch 'master' of github.com:rivo/tview
|
2023-10-24 14:27:35 +02:00 |
|
Oliver
|
57d9e5e19f
|
Clearing screen before each draw. Fixes #899
|
2023-10-24 14:27:21 +02:00 |
|
rivo
|
f7f32ad281
|
Merge pull request #902 from costa86/patch-1
new project using tview
|
2023-10-22 19:53:32 +02:00 |
|
Lourenço Costa
|
965ecb2b34
|
new project using tview
A project to manage all the current CLIs, with SQLite persistence. The path to the CLI is set to the user's clipboard
|
2023-10-22 14:14:17 +01:00 |
|
Oliver
|
6c844bdc5f
|
Fixed calculation of widest line.
|
2023-10-07 20:37:32 +02:00 |
|
Oliver
|
57ac381f74
|
Added TreeView.GetPath method. Resolves #897
|
2023-10-05 22:26:32 +02:00 |
|
Oliver
|
9bc1d28d88
|
Merge branch 'master' of github.com:rivo/tview
|
2023-09-28 07:31:39 +02:00 |
|
Oliver
|
d7e1e3802f
|
Checking line index before attempting purge. Fixes #891
|
2023-09-28 07:31:30 +02:00 |
|
rivo
|
c961b0f0b9
|
Merge pull request #889 from paololazzari/master
Fix grammar in description of SetColumns method
|
2023-09-27 11:13:30 +02:00 |
|
Paolo Lazzari
|
7a95b02d86
|
Ensure lines have a maximum of 80 characters
|
2023-09-27 08:44:22 +02:00 |
|
Paolo Lazzari
|
646f2fcfce
|
Fix grammar in description of SetColumns method
|
2023-09-26 17:36:57 +02:00 |
|
Oliver
|
0ad06c2ea3
|
Merge branch 'master' of github.com:rivo/tview
|
2023-09-16 11:21:15 +02:00 |
|
Oliver
|
8a0aeb0aa3
|
Fixed string position for escaped sequences. Fixes #886
|
2023-09-16 11:21:02 +02:00 |
|
rivo
|
ba6a2a3454
|
Merge pull request #879 from pehlicd/patch-1
add amtui to applications list
|
2023-09-09 15:02:59 +02:00 |
|