742 Commits (master)
 

Author SHA1 Message Date
rivo 4a1f85bb22
Merge pull request #852 from tit/patch-1
Fix typo
12 months ago
TIT 5c01f5dd26
Fix typo 12 months ago
rivo 822bd067b1
Merge pull request #848 from ViRb3/patch-1
Fix TreeView CollapseAll
1 year ago
ViRb3 c2e0525ec0
Fix TreeView CollapseAll 1 year ago
rivo 51ba3688bc
Merge pull request #845 from ayn2op/focusable-image
fix: set focus on internal Box for Image widget
1 year ago
ayn2op 692925c4b4 fix: set focus on internal Box for Image widget 1 year ago
Oliver e22ce9588b Added clarification on method chaining. Resolves #831 1 year ago
Oliver 5796b0cd5c Fixed scrolling issue in TreeView. Fixes #796 1 year ago
Oliver 281d14d896 Invoking "changed" when a Checkbox.SetChecked() is called. Resolves #825 1 year ago
Oliver 87723e5081 Fixed the logic for triggering a TreeView's "changed" callback, allowing it to be triggered for calls to SetCurrentNode(), too. 1 year ago
Oliver becbc92f00 Clarified the "changed" callback trigger mechanism of a TreeView. 1 year ago
Oliver 646df2bd7e Added more documentation for the List primitive. 1 year ago
Oliver f38d14c988 Added IsOpen() to DropDown. Resolves #810 1 year ago
Oliver 84f9c0ff9d Clicking on a form outside a form item will focus it. Fixes #793 1 year ago
Oliver 47b3275db4 Form elements can now also be disabled. Resolves #192 1 year ago
rivo cc10b288e3
Merge pull request #821 from ntsd/master
docs: add cross-clipboard to projects using list
1 year ago
Jirawat Boonkumnerd 2dc43e7c2d
docs: add cross-clipboard to projects using
- add cross-clipboard to projects using list
1 year ago
Oliver 47e7db7885 Provided a way to forward Ctrl-C to primites. Resolves #816 1 year ago
Oliver c8e57d57c6 Upgraded to latest tcell. Fixes #815 and #817 1 year ago
Oliver 7dfff1ce78 Don't focus text views in forms. Fixes #797 1 year ago
rivo c1eadf1b0b
Merge pull request #809 from glendsoza/master
Added piptui to the list of projects using tview
1 year ago
glendsoza 6bae21653d Added piptui to the list of projects using tview 1 year ago
rivo f0550c7918
Merge pull request #808 from vilmibm/patch-1
add gh to the readme project list
1 year ago
Nate Smith 34e74b9361
add gh to the readme project list 1 year ago
rivo 4a1b7a76c0
Merge pull request #804 from Dannflower/fix-grid-comment-references
Change Grid comment refrences from TextView to Grid
1 year ago
Eric Ostrowski d0468b2705 Change Grid comment refrences from TextView to Grid 1 year ago
Oliver 892d1a2eb0 Fixed offset adjustment for lists when they are temporarily of height 0, fixes #791 1 year ago
Oliver 807cb4dd91 Hiding autocomplete drop-down upon blur. Fixes #792 1 year ago
Oliver 1dc4a83aff Merge branch 'image', Happy New Year, everyone! 1 year ago
Oliver 062ee21d80 Merge branch 'master' into image 1 year ago
Oliver eae3e7388c Merge branch 'master' into image 1 year ago
Oliver c9f4e98e28 Adjusting offset in List.SetCurrentItem(), resolves #789 1 year ago
Oliver b86a50a512 Added more control to the input field's autocomplete functionality. Also fixed mouse handling bugs. 1 year ago
Oliver 326f2db68c More clarifications. 1 year ago
Oliver fe3a4b46b1 Improved documentation. 1 year ago
Oliver c5b1a7d818 Finished Image implementation. 1 year ago
Oliver 10a525d206 Changed dithering to 2x2 blocks. 1 year ago
Oliver cb9e0f7487 Implemented Floyd-Steinberg dithering on 8x8 matrix. 1 year ago
Oliver 8b56f225c5 First results for the new Image widget. 1 year ago
Oliver cdf60bc79f Started implementation of Image widget. 1 year ago
Oliver 9c04916f4e Enabling mouse on Autocomplete demos. 1 year ago
Oliver 02e38ea960 Upgraded to latest tcell version. 1 year ago
Oliver ccce554c38 Using tcell.Style for buttons, allowing us to control it better. Resolves #704 1 year ago
Oliver 5bc948d2ca Missed a call to process(). 1 year ago
Oliver bb3fea967d Merge branch 'master' of github.com:rivo/tview 1 year ago
Oliver 968b7463f7 Added a Move() function to the TreeView. Resolves #432 1 year ago
rivo 4802e03c38
Merge pull request #779 from peltho/readme_update
Update project list with tufw
1 year ago
Thomas Pellegatta 4392897958 Update project list with tufw 1 year ago
Oliver 19d943d595 Some clarifications. 1 year ago
Oliver 55d1ca9d33 Added own implementation of SetBackgroundColor() to TextView, to keep backwards compatibility. Fixes #777 1 year ago