Commit Graph

676 Commits

Author SHA1 Message Date
Jirawat Boonkumnerd 2dc43e7c2d
docs: add cross-clipboard to projects using
- add cross-clipboard to projects using list
2023-03-07 04:57:24 +07:00
Oliver 47e7db7885 Provided a way to forward Ctrl-C to primites. Resolves #816 2023-02-26 20:52:29 +01:00
Oliver c8e57d57c6 Upgraded to latest tcell. Fixes #815 and #817 2023-02-25 12:01:21 +01:00
Oliver 7dfff1ce78 Don't focus text views in forms. Fixes #797 2023-02-08 22:13:50 +01:00
rivo c1eadf1b0b
Merge pull request #809 from glendsoza/master
Added piptui to the list of projects using tview
2023-02-06 07:30:56 +01:00
glendsoza 6bae21653d Added piptui to the list of projects using tview 2023-02-05 18:53:46 +05:30
rivo f0550c7918
Merge pull request #808 from vilmibm/patch-1
add gh to the readme project list
2023-02-03 13:28:38 +01:00
Nate Smith 34e74b9361
add gh to the readme project list 2023-02-02 20:45:52 -08:00
rivo 4a1b7a76c0
Merge pull request #804 from Dannflower/fix-grid-comment-references
Change Grid comment refrences from TextView to Grid
2023-01-30 14:00:22 +01:00
Eric Ostrowski d0468b2705 Change Grid comment refrences from TextView to Grid 2023-01-29 17:42:27 -06:00
Oliver 892d1a2eb0 Fixed offset adjustment for lists when they are temporarily of height 0, fixes #791 2023-01-04 16:33:04 +01:00
Oliver 807cb4dd91 Hiding autocomplete drop-down upon blur. Fixes #792 2023-01-04 13:54:15 +01:00
Oliver 1dc4a83aff Merge branch 'image', Happy New Year, everyone! 2023-01-01 15:12:02 +01:00
Oliver 062ee21d80 Merge branch 'master' into image 2023-01-01 15:11:50 +01:00
Oliver eae3e7388c Merge branch 'master' into image 2023-01-01 15:10:13 +01:00
Oliver c9f4e98e28 Adjusting offset in List.SetCurrentItem(), resolves #789 2023-01-01 15:08:11 +01:00
Oliver b86a50a512 Added more control to the input field's autocomplete functionality. Also fixed mouse handling bugs. 2022-12-29 19:07:33 +01:00
Oliver 326f2db68c More clarifications. 2022-12-26 23:39:02 +01:00
Oliver fe3a4b46b1 Improved documentation. 2022-12-26 22:09:07 +01:00
Oliver c5b1a7d818 Finished Image implementation. 2022-12-26 21:55:31 +01:00
Oliver 10a525d206 Changed dithering to 2x2 blocks. 2022-12-26 19:55:37 +01:00
Oliver cb9e0f7487 Implemented Floyd-Steinberg dithering on 8x8 matrix. 2022-12-26 19:18:11 +01:00
Oliver 8b56f225c5 First results for the new Image widget. 2022-12-25 23:21:11 +01:00
Oliver cdf60bc79f Started implementation of Image widget. 2022-12-25 11:54:49 +01:00
Oliver 9c04916f4e Enabling mouse on Autocomplete demos. 2022-12-21 18:28:51 +01:00
Oliver 02e38ea960 Upgraded to latest tcell version. 2022-12-21 18:28:20 +01:00
Oliver ccce554c38 Using tcell.Style for buttons, allowing us to control it better. Resolves #704 2022-12-17 19:20:43 +01:00
Oliver 5bc948d2ca Missed a call to process(). 2022-12-17 15:00:28 +01:00
Oliver bb3fea967d Merge branch 'master' of github.com:rivo/tview 2022-12-17 14:41:36 +01:00
Oliver 968b7463f7 Added a Move() function to the TreeView. Resolves #432 2022-12-17 14:39:28 +01:00
rivo 4802e03c38
Merge pull request #779 from peltho/readme_update
Update project list with tufw
2022-12-14 15:27:45 +01:00
Thomas Pellegatta 4392897958 Update project list with tufw 2022-12-14 08:40:49 +01:00
Oliver 19d943d595 Some clarifications. 2022-12-12 16:08:47 +01:00
Oliver 55d1ca9d33 Added own implementation of SetBackgroundColor() to TextView, to keep backwards compatibility. Fixes #777 2022-12-11 17:09:34 +01:00
Oliver e6cd7110ac Spelling and wording. 2022-12-11 00:56:52 +01:00
Oliver 3f246bda86 Text views can also become part of forms. 2022-12-11 00:46:02 +01:00
Oliver db36428c92 Updated README screencast. Also fixed Table rendering issue. 2022-11-28 17:58:37 +01:00
Oliver 1480dc5b05 Fixed mouse focus issue in List. Fixes #773 2022-11-28 09:29:18 +01:00
Oliver f5cddba6f0 Fixed out of bounds error in List. Fixes #480 2022-11-27 22:21:15 +01:00
Oliver 09f052e6ca Fixed finding of previous/next selectable cell in Table. Fixes #768 2022-11-17 07:52:07 +01:00
Oliver ed3ea789e9 Text area can now be added to forms. See #594 2022-11-15 15:33:49 +01:00
Oliver 0b2ae10823 Removed dump() function which was used for debugging only. 2022-11-14 16:11:12 +01:00
Oliver 04a46906d2 lastColumn of a table must also be adjusted when columns are deleted. Fixes #736 2022-11-13 19:07:20 +01:00
rivo 12a29444c8
Merge pull request #727 from dimonomid/dropdown-hor-alignment-fix
Fix the DropDown list when too close to the right screen edge
2022-11-13 18:35:39 +01:00
rivo c59dc10ace
Merge pull request #757 from tjhowse/Fix_Screen_init
Initialise Screen if SetScreen called before Run
2022-11-13 17:08:30 +01:00
rivo c4a7e50181
Merge pull request #766 from goyalmunish/readme_reminder
Update Readme with reminder tool
2022-10-29 12:09:20 +02:00
Munish Goyal e120e6a2f9 Update Readme with reminder tool 2022-10-29 14:01:18 +11:00
Oliver 2e69b7385a Fixed mouse handling bug for drop-downs. Removed 404s from readme. Fixed #761 2022-09-16 10:15:18 +02:00
Oliver 55965cf21d Replaced mattn/go-runewidth string width calculation with rivo/uniseg for improved character display. 2022-09-11 21:02:40 +02:00
Oliver 4664d8bf22 Only moving the cursor up or down in the text area will preserve the desired column position. 2022-09-06 21:45:28 +02:00