Commit Graph

  • 8c42c8ff76 moving continiues line Konstantin8105 2020-05-05 18:14:49 +0300
  • 40d1b835f3 support cursor Konstantin8105 2020-05-05 16:51:49 +0300
  • bd2334dc32 cursor only inside text Konstantin8105 2020-05-05 16:45:20 +0300
  • a4f2eaa965 step Konstantin8105 2020-05-05 16:14:15 +0300
  • 6e35b8ca1c add struct for Offset Konstantin8105 2020-05-05 16:09:45 +0300
  • 582f27534f cursor movement Konstantin8105 2020-05-05 16:01:43 +0300
  • 4ee9a5d9ca Fix List not updating selected item before calling handlers Trevor Slocum 2020-04-29 14:56:23 -0700
  • 82dfff074c box: add test comment Konstantin8105 2020-05-03 01:35:50 +0300
  • 28f45a4914 box: add test Konstantin8105 2020-05-03 01:34:43 +0300
  • 591e235272 Also call node.selected on node click Chris Miller 2020-04-29 01:18:31 +0000
  • 9fa243b50d Add List.SetSelectedTextAttributes Trevor Slocum 2020-04-28 14:59:40 -0700
  • 27a8f95b4b Add scroll bar to List, DropDown, Table and TreeView Trevor Slocum 2020-01-31 21:21:59 -0800
  • b7bf77aa50 Add Application.SetAfterResizeFunc Trevor Slocum 2020-04-25 05:42:55 -0700
  • 382df71465 Add List.Transform and TreeView.Transform Trevor Slocum 2020-04-19 09:49:01 -0700
  • bcf768ac59 Add SetBeforeFocusFunc and SetAfterFocusFunc to Application Trevor Slocum 2020-04-24 15:05:21 -0700
  • 79804e290a
    Replace spacePattern in TextView word wrapping with strings.TrimRightFunc fox.cpp 2020-04-24 12:22:30 +0300
  • 089ac467f8 Allow changing focus in handler Chris Miller 2020-04-17 02:16:20 +0000
  • 7b79cb6347 Allow changing current node during handler Chris Miller 2020-04-17 02:15:53 +0000
  • 77ccc1ff41 Allow changing current node during handler Avoids wrong handler being called or even crash on nil Chris Miller 2020-04-17 02:12:37 +0000
  • 8e06c826b3 Merge branch 'master' of github.com:rivo/tview Oliver 2020-04-14 15:03:44 +0200
  • e352ec0156 Fixed mouse/keyboard input issues with input fields and forms. Fixes #363 Oliver 2020-04-14 15:03:31 +0200
  • ba71c7df7c
    Merge pull request #418 from abitrolly/patch-2 rivo 2020-04-14 13:53:51 +0200
  • 7e599fe9aa
    Merge pull request #403 from tslocum/scrolltable rivo 2020-04-14 13:51:03 +0200
  • 285468943b Added getters for common Box attributes. Resolves #427 Oliver 2020-04-14 13:29:54 +0200
  • dd43631461 Added Pages.GetPage(index) Chris Miller 2020-04-09 04:23:43 +0000
  • ca37f83cb2 TextView changed function is always called in a separate goroutine to avoid deadlocks. Fixes #416 Oliver 2020-04-04 22:46:04 +0200
  • cce7c98823 Don't forward mouse events to nil items in Flex/Grid. Fixes #425 Oliver 2020-04-04 22:19:02 +0200
  • 411d193e75 Make tview thread-safe Trevor Slocum 2020-03-25 14:32:57 +0000
  • b13187dcea
    implement modal_input - like js 'prompt' primitive Martin Holst Swende 2020-03-30 08:57:07 +0200
  • 7cc182c584
    Merge pull request #422 from rivo/mouse rivo 2020-03-29 21:43:46 +0200
  • f395cf6e33 Added mouse scrolling to List, Table, TextView, and TreeView. Oliver 2020-03-29 21:36:06 +0200
  • b3dc389cb4 Added mouse support to presentation demo. TextView "highlighted" callback also receives remaining highlights. Oliver 2020-03-29 20:53:28 +0200
  • 2505a942a1 Added mouse selection of regions in TextViews. Oliver 2020-03-29 20:20:05 +0200
  • 894dc0868e Add ProgressBar widget Trevor Slocum 2020-01-16 16:59:14 -0800
  • 5f5b79b00e Added mouse support for Table and TreeView. Oliver 2020-03-27 21:13:03 +0100
  • 9af6826328 Added/fixed comments, some structural changes/bugfixes for mouse support. Table, TextView, and TreeView still open. Closes #363 Oliver 2020-03-27 18:41:44 +0100
  • 160d8fda1d
    Merge pull request #363 from millerlogic/mouse-support rivo 2020-03-26 19:28:51 +0100
  • 37ec5d08a6
    Use List height for scrolling with PgUp/PgDn Anatoli Babenia 2020-03-11 22:22:05 +0300
  • 55c590d97f Refactor fireMouseActions Chris Miller 2020-03-03 18:07:39 +0000
  • 12f94f688a Document DoubleClickInterval Chris Miller 2020-03-03 17:45:32 +0000
  • 55cdc84e25 EnableMouse to take bool and enable/disable directly Chris Miller 2020-03-03 16:24:50 +0000
  • 15700e7129 Minor changes Chris Miller 2020-03-03 16:16:56 +0000
  • 1fb9862c00 Separate action events Chris Miller 2020-02-28 01:19:36 +0000
  • 03f7140650 Fix horizontal scrolling with wide characters in TexView widget Nojus Gudinavičius 2020-02-22 18:56:13 +0200
  • 5c7d71700b Fix scrolling table with PageDown and PageUp Trevor Slocum 2020-02-13 10:00:20 -0800
  • 87133799de Add Application.RingBell Trevor Slocum 2020-01-16 18:26:59 -0800
  • c613cc94ad
    Merge 023b522d35 into cd38d74324 Eric Wollesen 2020-02-20 08:21:39 +1100
  • 970d9412f9
    Merge 06a95af2a2 into cd38d74324 Mike Schinkel 2020-02-19 22:09:19 +0100
  • 1d9af934df
    Merge 733e0871e4 into cd38d74324 Mike Schinkel 2020-02-19 22:09:12 +0100
  • cd38d74324 Merge branch 'ajcarvajal-master' Oliver 2020-02-19 22:08:16 +0100
  • 0f2b919ef2 Resolved merge conflict Oliver 2020-02-19 22:08:05 +0100
  • a177a82b6c Clarifying the role of the Box class better. Resolves #373 Oliver 2020-02-19 21:46:40 +0100
  • 640e03d648
    Merge pull request #383 from tslocum/demo-append rivo 2020-02-19 21:40:39 +0100
  • 50771d8cae
    Merge pull request #390 from tslocum/deps rivo 2020-02-19 21:28:02 +0100
  • ba670d23ba The inner area of a Box does not clamp to screen borders anymore. Consequently added some drawing optimization to primitives. Resolves #405 Oliver 2020-02-19 18:31:32 +0100
  • fe30520195 Application.QueueUpdate() returns after its provided function has executed. Oliver 2020-02-19 16:59:33 +0100
  • 0ba8301b41
    Merge pull request #408 from tslocum/emptylist rivo 2020-02-19 14:50:20 +0100
  • babee1042c Fix panic when navigating empty list Trevor Slocum 2020-02-17 08:27:42 -0800
  • e7155e150b Clear screen when resizing Trevor Slocum 2020-02-13 15:42:55 -0800
  • b35aa046c4
    Merge 4c0a19f6a1 into ae3d8cac5e Trevor Slocum 2020-02-14 16:27:20 -0800
  • 0daf286122 Improve dropdown mouse handling Chris Miller 2020-02-14 03:06:14 +0000
  • 5ef51540da Double click interval Chris Miller 2020-02-14 02:45:13 +0000
  • 8abbf770ec Change mouse handler func Chris Miller 2020-02-14 02:09:09 +0000
  • f1e2d87625 Update dependencies colorful and runewidth Trevor Slocum 2020-01-16 22:48:15 -0800
  • 4c0a19f6a1 Add scroll bar to List, DropDown, Table and TreeView Trevor Slocum 2020-01-31 21:21:59 -0800
  • ae3d8cac5e Avoiding panics for empty tree views. Oliver 2020-02-04 12:03:23 +0100
  • 3a5c6317e4 Setting time of last redraw. Oliver 2020-01-29 07:55:29 +0100
  • c938a7cc44 Always fill Box background Trevor Slocum 2020-01-28 07:13:42 -0800
  • e8d1520774
    Merge pull request #392 from blefevre/master rivo 2020-01-27 15:38:56 +0100
  • 016b6bd9e3
    Update Flex.Clear() documentation Ben LeFevre 2020-01-27 14:37:07 +0000
  • f1ffa42918 Throttling resize events. Resolves #378 Oliver 2020-01-27 15:20:36 +0100
  • f15d087aa0 Added SetDoneFunc() to TreeView. Resolves #394 Oliver 2020-01-25 13:36:38 +0100
  • 080a8e624e Fix operator Chris Miller 2020-01-24 23:58:34 +0000
  • 9598ca2519 New mouse design capture bool not finalized Chris Miller 2020-01-24 20:40:34 +0000
  • 7e3eb050fe
    Refactor: make the correct processing of SGR code dzp 2019-09-13 02:26:54 +0800
  • 37b143d5fa Add Flex.Clear() method to remove all items Ben LeFevre 2020-01-21 13:13:47 -0500
  • 41dd8994a2
    update dep Alexander Skovpen 2020-01-19 11:45:13 +0300
  • 1316ea7a4b ANSI parser now also handles SGR 39 and 49. Fixes #347 Oliver 2020-01-08 17:16:08 +0100
  • 93e6a490c3 Revert "formatting fixes" ajcarvajal 2020-01-08 09:43:49 -0500
  • 5bbae91e1e Fixed off-by-one error in TextView which led to line-trailing tags be moved to the next line. Fixes #336 Oliver 2020-01-07 20:56:27 +0100
  • 99c1df4191 Fix presentation demo appending TextView indefinitely Trevor Slocum 2020-01-06 16:02:31 -0800
  • c6236f4421 Merge branch 'master' of github.com:rivo/tview Oliver 2019-12-31 11:07:00 +0100
  • c5f3e4f883 Added GetFocusedItemIndex() to Form. Resolves #293 Oliver 2019-12-31 11:06:47 +0100
  • 1ee8d9874d
    Merge pull request #292 from mikeschinkel/box_gettitle rivo 2019-12-29 17:56:09 +0100
  • 6e00e540f2 Added a wrap-around flag to the List. Resolves #380 Oliver 2019-12-29 17:47:05 +0100
  • f1d31d3b40 Change throttle interval and fix style per PR feedback Tony Homer 2019-12-11 09:23:05 -0800
  • 25df627573 Throttle resize handling. Fixes #377 Tony Homer 2019-12-10 17:18:24 -0800
  • 82b05c9fb3 Grid's background box is transparent again. Fixes #359 Oliver 2019-11-29 07:51:40 +0100
  • 8dc84e29c9
    Clarify that Box doesn't hold any content. Fixes #372 Anatoli Babenia 2019-11-28 11:52:54 +0300
  • 9c225ecd57 Added GetFormItemCount() to Form. Resolves #298 Oliver 2019-11-27 19:18:27 +0100
  • c1775d4e31 Added a clarifying note to the contributing guidelines. Oliver 2019-11-27 19:11:06 +0100
  • 0f6549646b Added SetFocus() to Modal, focuses on the provided button. Resolves #364 Oliver 2019-11-27 18:27:26 +0100
  • 2d957c4be0 Added an "evaluate all rows" flag to Table. Resolves #345 Oliver 2019-11-21 20:56:45 +0100
  • 023b522d35 Guards against a panic in dropdown.SetCurrentOption(-1) Eric Wollesen 2019-11-15 15:12:26 -0700
  • 13d70d82d9 Add function for form item counts. Stephen Wood 2019-11-11 10:47:58 -0800
  • 2d8e5590f3 Added SetFocus to Modal Tim Riddell 2019-11-05 13:49:51 -0700
  • cd3c60e6d1 Refactor EventMouse Chris Miller 2019-11-05 09:19:40 +0000
  • 93c0edc4a8 Get mouse actions rather than just mouse state Chris Miller 2019-11-05 06:03:04 +0000
  • e4d6f4f3ee Fix dropdown focus Chris Miller 2019-11-05 01:43:35 +0000
  • 1d496acc2b Dismiss dropdown by click Chris Miller 2019-11-05 01:38:47 +0000