Commit Graph

362 Commits (82dfff074c72e9f6ff9d21774beeac012ed7d0b5)
 

Author SHA1 Message Date
Oliver 1bfe98092c On Windows, tcell.Screen.Fini() sends a resize event before sending nil. Fixed resulting deadlock. Fixes #179 6 years ago
Delaney Gillilan a38d2cdc9b fix per @jr81 6 years ago
Oliver 8cf347b745 Added row/column removal functions to Table. Resolves #174 6 years ago
Oliver ebf651d1c0 Bugfix: nil return value in input capture should not stop the event loop. Fixes #179 6 years ago
Oliver ec12437564 InputField cursor position must also be adjusted when SetText() is called. Fixes #180 6 years ago
Oliver 61a4cf388a Another fix for InputField. Fixes #176, resolves #177 6 years ago
Oliver 1dd674a1b9 Simplified the queuing of Draw() calls, also introduced QueueUpdateDraw(). #172 6 years ago
Oliver 60a1c63fa9 Accepting non-alt-mod keys as characters in InputField if they don't have a function. Fixes #176 (hopefully) 6 years ago
Oliver 380278f41c Bugfix in TextView. 6 years ago
Oliver 5c44db199f Merge branch '3cb-add-synchronization-channels' 6 years ago
Oliver c22d5570be Bugfixes/improvements to PR #172. 6 years ago
Oliver d830c42f6b Merge branch 'add-synchronization-channels' of https://github.com/3cb/tview into 3cb-add-synchronization-channels 6 years ago
Oliver 6d988e2839 Minor typo fixes. 6 years ago
Oliver 028ad94730 Fixed semigraphics style in TreeView which ignored background color. Fixes #173 6 years ago
Oliver a7c1880d62 Updated readme. 6 years ago
Oliver 990bc2ebcf InputField can now be navigated freely. Resolves #103, resolves #171, resolves #162 6 years ago
Oliver 4a4db5c136 TextView also uses iterator function now. 6 years ago
Oliver d53a7c24fd WordWrap() also uses iterator function now. 6 years ago
Oliver d76484006e Another rewrite of the Print() function. Uses iterator callbacks now. 6 years ago
Marc CB 313fed77b2 make primitive updates thread-safe using channels 6 years ago
Oliver bc39bf8d24 Bugfixes related to zero-width joiners. 6 years ago
Oliver a677b985cc Allowing the use of arrow keys in modal buttons, too. Resolves #167 6 years ago
Oliver 29458dad3e Added support for zero-width joiners. Resolves #161 6 years ago
Oliver fed6446838 Added the possibility to provide your own tcell.Screen object to Application. Resolves #159 6 years ago
Oliver 2590cd6434 Added RemoveItem() function to List. Resolves #158 6 years ago
Oliver 00de4610ae Added custom higlight styles to Table. Resolves #154 6 years ago
rivo 77bcb6c6b9
Merge pull request #157 from UnquietCode/add-screenshot
add screenshot readme to tree view
6 years ago
Benjamin Fagin e94d415863
Create README.md 6 years ago
Oliver 21f50f5bc4 Fixed the docs of FormItem. Fixes #153 6 years ago
Oliver c325864561 Added style attributes to Box border. Resolves #152 6 years ago
rivo bc005edd52
Merge pull request #151 from SamWhited/modal_esc
Call modal done func on escape key
6 years ago
Oliver 85052babb2 Replaced license placeholders. Fixes #149 6 years ago
Sam Whited 65c5186a20 Call modal done func on escape key
Fixes #150
6 years ago
Oliver 6614b16d90 Added GetScrollOffset() to TextView. Resolves #124 6 years ago
Oliver 405e5fbb4f Separated TreeView's tree-building from Draw() function so changed events can be fired before drawing. Fixes #142 6 years ago
Oliver cc64ead1ed Made Application.Draw() thread-safe (for real this time). Fixes #136 6 years ago
Oliver 100f053ee1 ANSI RGB colors were missing hashtags in tags. Fixes #140 6 years ago
Oliver 768070ef7b Hitting Escape on a drop-down selection resets it. 6 years ago
Oliver c33dd0cf8e Added form item removal functions and more ways to find items. Resolves #137 6 years ago
Oliver 7338a21d35 Fixed ANSI spelling in README, too. See #138 6 years ago
rivo 4c25f440a5
Merge pull request #139 from ardnew/master
Replace all instances of ANSII; Resolves #138
6 years ago
ardnew 4b5dd0f8e1 replacing all instances of "ANSII" with "ANSI"
renaming unit ansii.go to ansi.go
resolves rivo/tview#138
6 years ago
Oliver 83483397e8 Cosmetic improvements. 6 years ago
rivo 6b270eb8e8
Merge pull request #135 from kvj/suspend-in-goroutine - fixes #134
Block main event loop with mutex during Suspend() call
6 years ago
Konstantin Vorobyev 01a39a486d Review feedback 6 years ago
Konstantin Vorobyev 2ac0e9e086 Block main event loop with mutex during Suspend() call 6 years ago
Oliver 306abd9cb9 Minor tweaks. This now also resolves #113 6 years ago
Oliver 4631cd7337 Added the tree view. 6 years ago
rivo e643d10b36
Merge pull request #126 from benweidig/fix_borders
Refactored semigraphics and configurable borders
6 years ago
Oliver 6ffb56ee2a TextView now reindexes only on width changes if wrapping is enabled. 6 years ago