Commit Graph

624 Commits (ead28d0e8f97808d00eb102ab0552c1e85d39c27)
 

Author SHA1 Message Date
Jeff Horwitz ead28d0e8f increment lastColumn when inserting columns 2 years ago
Oliver 7dfff1ce78 Don't focus text views in forms. Fixes #797 2 years ago
rivo c1eadf1b0b
Merge pull request #809 from glendsoza/master
Added piptui to the list of projects using tview
2 years ago
glendsoza 6bae21653d Added piptui to the list of projects using tview 2 years ago
rivo f0550c7918
Merge pull request #808 from vilmibm/patch-1
add gh to the readme project list
2 years ago
Nate Smith 34e74b9361
add gh to the readme project list 2 years ago
rivo 4a1b7a76c0
Merge pull request #804 from Dannflower/fix-grid-comment-references
Change Grid comment refrences from TextView to Grid
2 years ago
Eric Ostrowski d0468b2705 Change Grid comment refrences from TextView to Grid 2 years ago
Oliver 892d1a2eb0 Fixed offset adjustment for lists when they are temporarily of height 0, fixes #791 2 years ago
Oliver 807cb4dd91 Hiding autocomplete drop-down upon blur. Fixes #792 2 years ago
Oliver 1dc4a83aff Merge branch 'image', Happy New Year, everyone! 2 years ago
Oliver 062ee21d80 Merge branch 'master' into image 2 years ago
Oliver eae3e7388c Merge branch 'master' into image 2 years ago
Oliver c9f4e98e28 Adjusting offset in List.SetCurrentItem(), resolves #789 2 years ago
Oliver b86a50a512 Added more control to the input field's autocomplete functionality. Also fixed mouse handling bugs. 2 years ago
Oliver 326f2db68c More clarifications. 2 years ago
Oliver fe3a4b46b1 Improved documentation. 2 years ago
Oliver c5b1a7d818 Finished Image implementation. 2 years ago
Oliver 10a525d206 Changed dithering to 2x2 blocks. 2 years ago
Oliver cb9e0f7487 Implemented Floyd-Steinberg dithering on 8x8 matrix. 2 years ago
Oliver 8b56f225c5 First results for the new Image widget. 2 years ago
Oliver cdf60bc79f Started implementation of Image widget. 2 years ago
Oliver 9c04916f4e Enabling mouse on Autocomplete demos. 2 years ago
Oliver 02e38ea960 Upgraded to latest tcell version. 2 years ago
Oliver ccce554c38 Using tcell.Style for buttons, allowing us to control it better. Resolves #704 2 years ago
Oliver 5bc948d2ca Missed a call to process(). 2 years ago
Oliver bb3fea967d Merge branch 'master' of github.com:rivo/tview 2 years ago
Oliver 968b7463f7 Added a Move() function to the TreeView. Resolves #432 2 years ago
rivo 4802e03c38
Merge pull request #779 from peltho/readme_update
Update project list with tufw
2 years ago
Thomas Pellegatta 4392897958 Update project list with tufw 2 years ago
Oliver 19d943d595 Some clarifications. 2 years ago
Oliver 55d1ca9d33 Added own implementation of SetBackgroundColor() to TextView, to keep backwards compatibility. Fixes #777 2 years ago
Oliver e6cd7110ac Spelling and wording. 2 years ago
Oliver 3f246bda86 Text views can also become part of forms. 2 years ago
Oliver db36428c92 Updated README screencast. Also fixed Table rendering issue. 2 years ago
Oliver 1480dc5b05 Fixed mouse focus issue in List. Fixes #773 2 years ago
Oliver f5cddba6f0 Fixed out of bounds error in List. Fixes #480 2 years ago
Oliver 09f052e6ca Fixed finding of previous/next selectable cell in Table. Fixes #768 2 years ago
Oliver ed3ea789e9 Text area can now be added to forms. See #594 2 years ago
Oliver 0b2ae10823 Removed dump() function which was used for debugging only. 2 years ago
Oliver 04a46906d2 lastColumn of a table must also be adjusted when columns are deleted. Fixes #736 2 years ago
rivo 12a29444c8
Merge pull request #727 from dimonomid/dropdown-hor-alignment-fix
Fix the DropDown list when too close to the right screen edge
2 years ago
rivo c59dc10ace
Merge pull request #757 from tjhowse/Fix_Screen_init
Initialise Screen if SetScreen called before Run
2 years ago
rivo c4a7e50181
Merge pull request #766 from goyalmunish/readme_reminder
Update Readme with reminder tool
2 years ago
Munish Goyal e120e6a2f9 Update Readme with reminder tool 2 years ago
Oliver 2e69b7385a Fixed mouse handling bug for drop-downs. Removed 404s from readme. Fixed #761 2 years ago
Oliver 55965cf21d Replaced mattn/go-runewidth string width calculation with rivo/uniseg for improved character display. 2 years ago
Oliver 4664d8bf22 Only moving the cursor up or down in the text area will preserve the desired column position. 2 years ago
rivo 941f8605ec
Merge pull request #753 from sruehl/fix/textview_color_panic
fix: fixed GetRegionText when colors are active, fixes #751
2 years ago
Sebastian Rühl ac98385e86 fix: fixed GetRegionText when colors are active
When skipping color tags the currentTag is getting incremented and directly after that a index access with that happens. This always crashes on the last tag.
2 years ago