Commit Graph

362 Commits (82dfff074c72e9f6ff9d21774beeac012ed7d0b5)
 

Author SHA1 Message Date
Konstantin8105 82dfff074c box: add test comment 4 years ago
Konstantin8105 28f45a4914 box: add test 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
Oliver a177a82b6c Clarifying the role of the Box class better. Resolves #373 4 years ago
rivo 640e03d648
Merge pull request #383 from tslocum/demo-append
Fix presentation demo appending TextView indefinitely
4 years ago
rivo 50771d8cae
Merge pull request #390 from tslocum/deps
Update dependencies colorful and runewidth
4 years ago
Oliver ba670d23ba The inner area of a Box does not clamp to screen borders anymore. Consequently added some drawing optimization to primitives. Resolves #405 4 years ago
Oliver fe30520195 Application.QueueUpdate() returns after its provided function has executed. 4 years ago
rivo 0ba8301b41
Merge pull request #408 from tslocum/emptylist
Fix panic when navigating empty list
4 years ago
Trevor Slocum babee1042c Fix panic when navigating empty list
Resolves #407.
4 years ago
Chris Miller 0daf286122 Improve dropdown mouse handling 4 years ago
Chris Miller 5ef51540da Double click interval 4 years ago
Chris Miller 8abbf770ec Change mouse handler func 4 years ago
Trevor Slocum f1e2d87625 Update dependencies colorful and runewidth 4 years ago
Oliver ae3d8cac5e Avoiding panics for empty tree views. 4 years ago
Oliver 3a5c6317e4 Setting time of last redraw. 4 years ago
rivo e8d1520774
Merge pull request #392 from blefevre/master
Add Flex.Clear() method to remove all items in flexbox
4 years ago
Ben LeFevre 016b6bd9e3
Update Flex.Clear() documentation 4 years ago
Oliver f1ffa42918 Throttling resize events. Resolves #378 4 years ago
Oliver f15d087aa0 Added SetDoneFunc() to TreeView. Resolves #394 4 years ago
Chris Miller 080a8e624e Fix operator 4 years ago
Chris Miller 9598ca2519 New mouse design
capture bool not finalized
4 years ago
Ben LeFevre 37b143d5fa Add Flex.Clear() method to remove all items 5 years ago
Oliver 1316ea7a4b ANSI parser now also handles SGR 39 and 49. Fixes #347 5 years ago
ajcarvajal 93e6a490c3 Revert "formatting fixes"
This reverts commit e4b4b7fe82.
5 years ago
Oliver 5bbae91e1e Fixed off-by-one error in TextView which led to line-trailing tags be moved to the next line. Fixes #336 5 years ago
Trevor Slocum 99c1df4191 Fix presentation demo appending TextView indefinitely 5 years ago
Oliver c6236f4421 Merge branch 'master' of github.com:rivo/tview 5 years ago