Commit Graph

387 Commits (c3a49506be528456a0707dbb6e10db90dd680d25)
 

Author SHA1 Message Date
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 5 years ago
Chris Miller 080a8e624e Fix operator 5 years ago
Chris Miller 9598ca2519 New mouse design
capture bool not finalized
5 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
Oliver c5f3e4f883 Added GetFocusedItemIndex() to Form. Resolves #293 5 years ago
rivo 1ee8d9874d
Merge pull request #292 from mikeschinkel/box_gettitle
Added a GetTitle() method to Box
5 years ago
Oliver 6e00e540f2 Added a wrap-around flag to the List. Resolves #380 5 years ago
Oliver 82b05c9fb3 Grid's background box is transparent again. Fixes #359 5 years ago
Oliver 9c225ecd57 Added GetFormItemCount() to Form. Resolves #298 5 years ago
Oliver c1775d4e31 Added a clarifying note to the contributing guidelines. 5 years ago
Oliver 0f6549646b Added SetFocus() to Modal, focuses on the provided button. Resolves #364 5 years ago
Oliver 2d957c4be0 Added an "evaluate all rows" flag to Table. Resolves #345 5 years ago
Chris Miller cd3c60e6d1 Refactor EventMouse 5 years ago
Chris Miller 93c0edc4a8 Get mouse actions rather than just mouse state 5 years ago
Chris Miller e4d6f4f3ee Fix dropdown focus 5 years ago
Chris Miller 1d496acc2b Dismiss dropdown by click 5 years ago
Chris Miller 871ddc57d7 DropDown mouse support 5 years ago
Chris Miller d891191b78 Fire Selected on list item click 5 years ago
Chris Miller d7250288e2 More mouse handling for primitives 5 years ago
Chris Miller 2f4b6ad748 Return self 5 years ago
Chris Miller 96875c75b9 Added mouse handling 5 years ago
Oliver 685bf6da76 Added GetFrontPage() to Pages. Resolves #355 5 years ago
Oliver 731cb7162a Updated dependencies. Resolves #354 5 years ago
Oliver bacbf5155b Wrong comparator led to wrong scrolling behaviour. Fixes #341, resolves #342 5 years ago
Oliver c35e6b2b4c Avoiding infinite loop on narrow TextViews. Fixes #333 5 years ago
Oliver de7ae86b5b Avoid div-by-0 in case Flex item sizes are all 0. Resolves #332, resolves #334 5 years ago
Oliver f8bc69b903 Every redraw of a Form re-evaluates the focus index. Fixes #144 5 years ago
Oliver 23dc8a0944 Table.Select() also triggers "selection changed" event. Fixes #323 5 years ago
Oliver b8bb0f928f Grid offset handling was buggy. Fixes #279 5 years ago