Commit Graph

  • 4810fa9397 TextArea bugfixes. Also started definining the cursor. Oliver 2022-07-30 20:26:39 +0100
  • ac1f564949 Implemented basic text area printing. Oliver 2022-07-30 15:59:31 +0100
  • dc607a67b0 Add project tuihub to readme Ashis Paul 2022-07-30 11:50:54 +0530
  • 6537221da8 Merge conflict resolved. Oliver 2022-07-29 16:43:17 +0100
  • c6cff75ed5 Adapted to slight change in rivo/uniseg. Oliver 2022-07-28 10:46:20 +0100
  • 1e4803bade Updated TextArea specification with more keyboard events. Oliver 2022-07-28 10:44:00 +0100
  • 4b7fb7ecd6 Upgraded to new rivo/uniseg version. Oliver 2022-07-27 20:09:10 +0100
  • 566470eb7a Some basic TextArea code. Oliver 2022-07-27 12:48:38 +0100
  • 2eafd407a1
    Add another word wrap function allowing own pattern moson-mo 2022-07-26 15:23:59 +0200
  • 3c48cde752 refactor Brendan Bosman 2022-07-25 00:12:18 +0200
  • b8be29df3e refactor Brendan Bosman 2022-07-24 23:39:17 +0200
  • e534e4f3f6 fix comments deadc0de6 2022-07-17 21:34:32 +0200
  • ad88118bc1 add list with style demo deadc0de6 2022-07-17 21:11:59 +0200
  • 768b641cd1 adding ability to style items deadc0de6 2022-07-17 21:11:49 +0200
  • 73bf2902b5 Merge conflict resolved. Oliver 2022-07-09 20:16:31 +0200
  • 19aa92479a Merge branch 'moson-mo-add-pacseek' Oliver 2022-07-09 20:16:03 +0200
  • b1fb8367b4 Merge branch 'add-pacseek' of https://github.com/moson-mo/tview into moson-mo-add-pacseek Oliver 2022-07-09 20:15:44 +0200
  • 52308776f5 Added a link to the sponsoring page. Oliver 2022-07-09 20:15:24 +0200
  • 6fadc68647
    Merge pull request #742 from letientai299/master rivo 2022-07-09 19:31:22 +0200
  • 2c9275b8e5 Add demo implementation of 7GUIs tasks Tai 2022-07-09 15:54:24 +0700
  • 8c43f7c856 Merge remote-tracking branch 'rivo/master' Brendan Bosman 2022-07-07 22:16:34 +0200
  • 15ca0060cb remove some guards Brendan Bosman 2022-07-07 22:15:12 +0200
  • a13d901d33 Simplified funding button. Oliver 2022-07-03 20:23:58 +0200
  • 112783a97c Added a funding button to the repo. Oliver 2022-07-03 20:22:45 +0200
  • 2fd72c5654 refactor Brendan Bosman 2022-06-30 11:40:22 +0200
  • fc1e4b9f8f Add logic to flush channels, and to safeguard adding of events, after main loop in Application.Run exited Brendan Bosman 2022-06-29 09:24:37 +0200
  • 691f46d6f5 Minor clarification. Oliver 2022-06-10 18:30:03 +0200
  • 14200b58af Fix the DropDown list when too close to the right screen edge Dmitry Frank 2022-04-24 11:25:17 +0300
  • e40df1e22d Add project "pacseek" to README moson-mo 2022-04-15 22:17:43 +0200
  • 53cae823c2 Add pacseek project in README moson-mo 2022-04-03 11:05:57 +0200
  • 613db90549 Fix AddDropDown moson-mo 2022-04-03 10:52:31 +0200
  • 6b5f3c91b9
    Merge b7bf77aa50 into 9994674d60 Trevor Slocum 2022-03-30 16:30:30 +0900
  • c3aee42db8 Add borderFocusStyle to box icechen 2022-03-15 19:58:21 +0800
  • 7a764af96d
    Allow setting the pause between redraws Sam Whited 2022-03-13 16:35:10 -0400
  • 9994674d60 Bugfix: Movement on empty tables could lead to infinite loops. Fixes #705, resolves #706 Oliver 2022-03-07 23:21:20 +0100
  • eb2c5c8d5f Fix application deadlock on keyevent in blank selectable Table. Fixes #705 darkhz 2022-03-07 16:32:53 +0530
  • 96063d6082 Updated documentation about intercepting keyboard events. Resolves #699 Oliver 2022-02-16 17:25:59 +0100
  • 387d52311e Added SetSelectorWrap darkhz 2022-01-24 17:03:00 +0530
  • 8e58f395ad Fixed multiline text modals. Fixes #696 Oliver 2022-02-16 11:27:59 +0100
  • f0544de1f2 Added RemoveOption() and GetOptionCount() to DropDown. Resolves #682 Oliver 2022-02-16 11:14:05 +0100
  • 1560f6b730 Added a note about TextView not being suitable for large texts. Oliver 2022-02-15 18:52:21 +0100
  • 644955c6b5 Calling Table.Select() will also clamp the selection to the visible screen. Fixes #683 Oliver 2022-02-15 18:19:27 +0100
  • 944aeedb7d Added methods to modify the styles of the autocomplete drop-down. Resolves #671, resolves #672 Oliver 2022-02-15 18:00:49 +0100
  • 3bcc8f325a Added List methods to set styles in addition to colors. See #611 Oliver 2022-02-15 17:59:36 +0100
  • 5962c4c9a7 Added TextView.GetOriginalLineCount(). Oliver 2022-02-15 15:59:26 +0100
  • deee99c6f3
    Merge 9fa243b50d into 1f7581b67b Trevor Slocum 2022-01-29 14:57:55 +0100
  • 1f7581b67b
    Merge pull request #689 from abdfnx/patch-1 rivo 2022-01-29 14:14:35 +0100
  • ca20010b0f
    Merge branch 'master' into patch-1 rivo 2022-01-29 14:14:25 +0100
  • cf05927069
    Merge pull request #691 from navidys/master rivo 2022-01-29 14:13:12 +0100
  • f4a6d16251
    Merge pull request #695 from zmnpl/master rivo 2022-01-29 14:12:27 +0100
  • 67e46cab7b Add twad to list of applications that use tview Simon Paul 2022-01-28 22:33:23 +0100
  • 742ef3b54c update podman-tui link (https://github.com/containers/podman-tui) in list of projects that use tview - project migrated to containers repository Navid Yaghoobi 2022-01-22 18:18:47 +1100
  • 40281076cf
    adding `abdfnx/resto` to the list of projects that use tview Abdfn 2022-01-19 15:18:11 +0300
  • cdf23b6658
    Merge branch 'snipkit' into feature/finder lemoony 2022-01-08 08:57:14 +0100
  • 709500d65d
    Merge branch 'rivo:master' into snipkit lemoony 2022-01-08 08:54:48 +0100
  • c4e7978bc8
    Merge branch 'rivo:master' into feature/finder lemoony 2022-01-08 08:54:33 +0100
  • 0ac570b03b
    Add SetHighlightMatchMaintainBackgroundColor styling option; adjust finder offset when currently matched items are out of view Philipp Sessler 2022-01-08 08:53:54 +0100
  • ccdebce801
    Merge pull request #2 from aditya-K2/autocompleteColors lemoony 2022-01-07 09:55:27 +0100
  • 90d72bc664
    Merge pull request #685 from glendsoza/master rivo 2022-01-06 19:37:41 +0100
  • 4720241e14
    Added goaround to the list of projects using tview glendsoza 2022-01-06 22:24:22 +0530
  • e3413f80f7
    Merge pull request #680 from navidys/master rivo 2022-01-03 10:47:29 +0100
  • ea641e3ebc
    Merge branch 'master' into master rivo 2022-01-03 10:47:20 +0100
  • c6ef018622
    Merge pull request #684 from gusti-andika/master rivo 2022-01-03 10:45:34 +0100
  • 0c436f5ef1 Adding tvxwidgets to the list of projects that use tview Navid Yaghoobi 2021-12-30 18:57:06 +1100
  • 4add6fba99 added domino-card bagus andika 2021-12-30 12:34:45 +0800
  • 89f0d77016
    Add more styling options to finder primitive (#1) lemoony 2021-12-29 17:43:04 +0100
  • 5a9210cd9e Adding podman-tui to the list of projects that use tview Navid Yaghoobi 2021-12-19 14:48:28 +1100
  • f330a4f4de
    Fix selection change doesn't get detected bug when filtering Philipp Sessler 2021-12-08 18:35:14 +0100
  • e0ecf7d35e
    Fix finder wrapAround bug when scrolling above last item: reset item offset to zero Philipp Sessler 2021-12-08 14:16:50 +0100
  • 09ba6f4815
    Support custom matcher function + sort by score Philipp Sessler 2021-12-08 10:25:13 +0100
  • 343e76b052
    Implemented finder primitive Philipp Sessler 2021-12-07 20:17:28 +0100
  • 2a6de950f7
    Merge pull request #676 from togettoyou/patch-1 rivo 2021-12-02 17:29:23 +0100
  • 0040e5dcf1
    added kubectl-lazy 寻寻觅觅的Gopher 2021-12-02 14:21:47 +0800
  • 821b2667c4
    Merge pull request #675 from audstanley/master rivo 2021-11-29 15:28:45 +0100
  • 1cd4712060 added libgen-tui Richard Stanley 2021-11-28 09:40:58 -0800
  • b49e3b6359 Add support for displaying text next to a checkbox Daniel P. Berrangé 2019-11-14 10:48:40 +0000
  • 179ab98e89 fix reporting of checkbox field width Daniel P. Berrangé 2021-11-25 17:41:38 +0000
  • 40a1fa9abf Customize Colors of Autocomplete List aditya-K2 2021-11-15 10:29:25 +0530
  • badfa0f0b3 Merge branch 'master' of github.com:rivo/tview Oliver 2021-11-09 18:56:20 +0100
  • b76656416e Ignoring background colors of styles in InputField when set to ColorDefault. This makes it work when the primitive's background colour is not the default. Oliver 2021-11-09 18:56:15 +0100
  • f8d4ce40c0
    Merge pull request #669 from codesoap/master rivo 2021-11-09 18:22:57 +0100
  • 6fc9eae6db Fix typo "SetPlaceholderStyle" in comment for GetPlaceholderStyle codesoap 2021-11-09 17:26:30 +0100
  • 2c1d4e4d73 Replaced colors with styles in InputField, updates #611, #644 Oliver 2021-11-09 15:42:28 +0100
  • 1b3174ee3d Added callback functions for focus and blur events. Oliver 2021-11-08 17:05:49 +0100
  • 175cc7d7ce Button.SetBlurFunc() should have been named Button.SetExitFunc(). Oliver 2021-11-08 16:35:21 +0100
  • 0c92c2a810 Added Flex.GetItem() and Flex.GetItemCount(). Resolves #385, resolves #657. Oliver 2021-11-08 16:13:18 +0100
  • f3c28ac7ca
    feat(list): alternate bold Paulo 2021-10-30 19:06:10 -0300
  • a4acb08f51
    Merge pull request #665 from SamWhited/fix_crash rivo 2021-10-29 16:29:23 +0200
  • d0d3379128 Fix deadlock in SetText Sam Whited 2021-10-29 07:27:24 -0400
  • 1d641bd565 Clarified FlexRow and FlexColumn. Also introduced CSS variants. Fixes #658 Oliver 2021-10-29 11:03:57 +0200
  • 792841ab16 Very minor change. Oliver 2021-10-29 10:45:20 +0200
  • 21d44f5cd1 Some cosmetic cleanup regarding the last merge. Oliver 2021-10-29 10:38:51 +0200
  • d710b0beff
    Merge pull request #652 from SamWhited/tview_writer rivo 2021-10-29 07:15:55 +0200
  • e0e4bba1c3
    Merge pull request #663 from hirose31/add-s3surfer rivo 2021-10-27 16:05:24 +0200
  • a869cfd4a0 Add s3surfer to README HIROSE Masaaki 2021-10-27 21:08:42 +0900
  • c0678d7aa9 Fix race condition with locking in SetText Sam Whited 2021-10-25 07:37:04 -0400
  • 4385df9931 Add batch writer for TextView's Sam Whited 2021-09-23 08:02:27 -0400
  • 5508f4b002 Added italics and strikethrough to style attributes. Resolves #457 Oliver 2021-10-01 12:26:26 +0200
  • ee97a7ab39 Allowing users to determine whether a table selection should wrap. Defaults to false now. Resolves #656 Oliver 2021-09-26 20:16:11 +0200
  • 2cb20002bc Removed accidental inclusion of Postgres driver. Oliver 2021-09-23 07:17:54 +0200