Commit Graph

387 Commits (c3a49506be528456a0707dbb6e10db90dd680d25)
 

Author SHA1 Message Date
Oliver c3a49506be Merge branch 'master' of github.com:rivo/tview 4 years ago
Oliver 237e3862e0 Bugfix: TreeView mouse events need to consider scroll offset. Fixes #528 4 years ago
rivo d551c850a7
Merge pull request #487 from dhulihan/patch-1
Update README.md
4 years ago
Oliver 273cbf289d Typo fix. 4 years ago
Oliver e4d167311d Upgraded to latest tcell version. Results in a minor incompatibility in the Table class. 4 years ago
Oliver 42866ecf6c Selected autocomplete items should be used without colour tags. Fixes #472 4 years ago
Oliver 9b49eb3fef Added a "clicked" handler to TableCell. Resolves #470 4 years ago
Dave Hulihan 5f85090c27
Update README.md 4 years ago
Oliver 53d50e499b Bugfix in Flex which led to a panic. 4 years ago
Oliver 3acd674ec1 Minor fixes. Also added winman. 4 years ago
rivo 25aecd0c3a
Merge pull request #454 from wkoszek/feature/tview_apps
Add list of projects using tview.
4 years ago
Oliver 0a2427525a Removed size change check (apparently this led to problems on Windows). Fixes #401, closes #404 4 years ago
Oliver deb54e1422 Keyboard events are now propagated down the hierarchy, allowing users to intercept them. Closes #421 4 years ago
Oliver c65badfc3d TextView.GetText() and .GetRegionText() didn't filter out empty colour tags. Fixes #453 4 years ago
Wojciech Adam Koszek 309ad75eab Add descriptions to links 4 years ago
Wojciech Adam Koszek e730642e94 Add list of projects using tview. 4 years ago
rivo fe95322038
Merge pull request #444 from mjwhitta/master
Fixed terminal colors
4 years ago
Oliver d465381941 Bugfix in string decomposition: Escape sequences cannot be handled after the fact. Fixes #448 4 years ago
Oliver 8aa2912f24 Bugfixes in ANSI escape sequence handling as well as TextView, fixes #320, fixes #344 4 years ago
Miles Whittaker 9fa0388a74 Ran go fmt for consistency 4 years ago
Miles Whittaker 971141a5d9 Fixed 8-bit background colors 4 years ago
Miles Whittaker 1bab2394e4 Fixed terminal colors 4 years ago
rivo 823f280c54
Merge pull request #431 from millerlogic/treeview-handlers
Allow changing current node and changing focus in treeview handlers
4 years ago
Chris Miller 591e235272 Also call node.selected on node click 4 years ago
Chris Miller 089ac467f8 Allow changing focus in handler 4 years ago
Chris Miller 7b79cb6347 Allow changing current node during handler 4 years ago
Chris Miller 77ccc1ff41 Allow changing current node during handler
Avoids wrong handler being called or even crash on nil
4 years ago
Oliver 8e06c826b3 Merge branch 'master' of github.com:rivo/tview 4 years ago
Oliver e352ec0156 Fixed mouse/keyboard input issues with input fields and forms. Fixes #363 4 years ago
rivo ba71c7df7c
Merge pull request #418 from abitrolly/patch-2
Use List height for scrolling with PgUp/PgDn
4 years ago
rivo 7e599fe9aa
Merge pull request #403 from tslocum/scrolltable
Fix scrolling table with PageDown and PageUp
4 years ago
Oliver 285468943b Added getters for common Box attributes. Resolves #427 4 years ago
Oliver ca37f83cb2 TextView changed function is always called in a separate goroutine to avoid deadlocks. Fixes #416 4 years ago
Oliver cce7c98823 Don't forward mouse events to nil items in Flex/Grid. Fixes #425 4 years ago
rivo 7cc182c584
Merge pull request #422 from rivo/mouse
Added mouse support, closes #13
4 years ago
Oliver f395cf6e33 Added mouse scrolling to List, Table, TextView, and TreeView. 4 years ago
Oliver b3dc389cb4 Added mouse support to presentation demo. TextView "highlighted" callback also receives remaining highlights. 4 years ago
Oliver 2505a942a1 Added mouse selection of regions in TextViews. 4 years ago
Oliver 5f5b79b00e Added mouse support for Table and TreeView. 4 years ago
Oliver 9af6826328 Added/fixed comments, some structural changes/bugfixes for mouse support. Table, TextView, and TreeView still open. Closes #363 4 years ago
rivo 160d8fda1d
Merge pull request #363 from millerlogic/mouse-support
Mouse support
4 years ago
Anatoli Babenia 37ec5d08a6
Use List height for scrolling with PgUp/PgDn
Fixes #417.
4 years ago
Chris Miller 55c590d97f Refactor fireMouseActions 4 years ago
Chris Miller 12f94f688a Document DoubleClickInterval 4 years ago
Chris Miller 55cdc84e25 EnableMouse to take bool and enable/disable directly 4 years ago
Chris Miller 15700e7129 Minor changes 4 years ago
Chris Miller 1fb9862c00 Separate action events 4 years ago
Trevor Slocum 5c7d71700b Fix scrolling table with PageDown and PageUp
Resolves #402.
4 years ago
Oliver cd38d74324 Merge branch 'ajcarvajal-master' 4 years ago
Oliver 0f2b919ef2 Resolved merge conflict 4 years ago