Commit Graph

  • ed52f52bd9 Add some keys to move cursor in InputField skanehira 2021-02-11 08:52:00 +0900
  • e0f5e0b1b8
    Fix crashing in textview.go inmylo 2021-02-09 00:59:37 +0200
  • bf4d663380 Add configurable color for Input autocomplete raziman 2021-02-05 11:05:41 +0800
  • 33ed0ec3ab
    Merge b7e0be6c92 into dbc1f32bb1 Raziman Mahathir 2021-01-27 11:44:27 -0500
  • dbc1f32bb1
    Merge pull request #552 from ajaxray/master rivo 2021-01-25 09:51:21 +0100
  • 13009558b2
    Added geek-life to the list of projects using tview Anis uddin Ahmad 2021-01-18 04:34:52 +0600
  • 745e4ceeb7 Upgraded to latest tcell which uses latest go-runewidth which uses uniseg for improved Unicode handling. Resolves #548 Oliver 2021-01-17 17:24:20 +0100
  • 5f3be7b5a4 expose the printWithStyle function dwillist 2021-01-14 16:50:28 -0500
  • c818a0c789 Improved autocomplete handling, incuding proper handling of the Tab key. Resolves #546 Oliver 2021-01-11 19:45:19 +0100
  • a72fc10c54 Enabling mouse (if requested) on replaced Screen objects. Fixes #545 Oliver 2021-01-11 18:44:53 +0100
  • 8760564449
    Merge pull request #539 from swartzrock/master rivo 2021-01-11 18:02:30 +0100
  • 4624fa9b67 Added hierarchy navigation to TreeView. Resolves #489 Oliver 2021-01-11 16:07:39 +0100
  • da88cafbf9
    Merge branch 'master' into master Eze Olea Figueroa 2020-12-31 09:47:12 -0300
  • 7b43c92563
    Update modal.go Eze Olea Figueroa 2020-12-31 09:46:40 -0300
  • a8048787f0
    Added ecsview Jason Swartz 2020-12-14 20:25:13 -0800
  • 318ea15bb9
    Merge 573db3ced4 into 5406288b8e Rafael Lukas Maers 2020-12-05 11:26:52 +0530
  • 5406288b8e Improved finding the next selectable cells in Tables. Resolves #498 Oliver 2020-12-04 20:08:10 +0100
  • 7481775fcd Application can be stopped in suspended mode. Fixes #499 Oliver 2020-12-04 17:13:33 +0100
  • efed17a61c Added TreeNode.GetLevel(). Resolves #502 Oliver 2020-12-04 16:52:57 +0100
  • 487fdd04e2 Add background color option to TreeNode Rafael Lukas Maers 2020-11-25 08:25:31 +0100
  • f007e9ad38 Customization of strings displayed when a checkbox is checked. Resolves #518 Oliver 2020-11-18 07:36:54 +0100
  • f9f2182520 Upgraded to latest uniseg package. Oliver 2020-11-17 19:59:59 +0100
  • 358d1d33e9
    Merge pull request #504 from profclems/patch-1 rivo 2020-11-17 19:50:51 +0100
  • a9ce704695
    Merge pull request #516 from termoose/add-irccloud rivo 2020-11-17 19:48:16 +0100
  • 675ed5b96b Removed Focusable interface. Oliver 2020-11-17 19:33:25 +0100
  • c3a49506be Merge branch 'master' of github.com:rivo/tview Oliver 2020-11-17 15:09:12 +0100
  • 237e3862e0 Bugfix: TreeView mouse events need to consider scroll offset. Fixes #528 Oliver 2020-11-17 15:08:43 +0100
  • db47442382
    Merge branch 'master' into feature/update_list_item Eze Olea Figueroa 2020-11-13 14:11:25 -0300
  • 84ad5f3097 Add escaping text transformer Sam Whited 2019-08-25 01:21:50 -0500
  • dfcd0cb598
    Merge branch 'master' into patch-1 Clement Sam 2020-11-10 19:31:17 +0000
  • efa1179c0f Match box border bg with box bg color Mark Nielsen 2020-11-05 19:19:05 -0800
  • 05627e20a2 Fix typo in SetColumns() documentation Michael Vetter 2020-11-05 14:45:02 +0100
  • da9053a559 Apply background colour when drawing Box border Daniel P. Berrangé 2020-11-05 13:41:40 +0000
  • 13e1bd7b98
    Merge 78031b278f into d551c850a7 Daniel Berrangé 2020-10-19 16:51:48 +0200
  • 8211c7e532
    Merge c111597668 into d551c850a7 Trevor Slocum 2020-10-18 18:52:41 -0500
  • 08f99e45b7 added irccloud cli client to list of projects Ole Andre Birkedal 2020-10-18 16:20:53 +0200
  • d551c850a7
    Merge pull request #487 from dhulihan/patch-1 rivo 2020-10-18 14:24:09 +0200
  • 273cbf289d Typo fix. Oliver 2020-10-18 14:19:24 +0200
  • e4d167311d Upgraded to latest tcell version. Results in a minor incompatibility in the Table class. Oliver 2020-10-18 14:15:57 +0200
  • 4c85fe9427 Add support for horizontal scrolling to List Trevor Slocum 2020-10-13 10:04:07 -0700
  • 01c93abb29 Add support for italic text Trevor Slocum 2020-06-09 15:27:57 -0700
  • 4b3897f911
    Bump tcell version to 1.4.0 jypelle 2020-09-26 14:23:30 +0200
  • 11972b496b
    docs(readme): add glab to tview projects Clement Sam 2020-09-26 07:09:04 +0000
  • 573db3ced4 Lock until replacement is initialized Rafael Lukas Maers 2020-09-25 15:55:58 +0200
  • 2a105f09eb Added more update function for an item of the list Eze Olea Figueroa 2020-09-15 10:06:25 -0300
  • aeb13c400e Changed demo for update list Eze Olea Figueroa 2020-09-15 09:52:06 -0300
  • edfa2eea31 Added update on list items Eze Olea Figueroa 2020-09-15 09:41:50 -0300
  • 42866ecf6c Selected autocomplete items should be used without colour tags. Fixes #472 Oliver 2020-09-15 13:45:12 +0200
  • 9b49eb3fef Added a "clicked" handler to TableCell. Resolves #470 Oliver 2020-09-15 13:09:44 +0200
  • 3994a6007e Added inputs to modal Eze Olea Figueroa 2020-09-13 21:40:12 -0300
  • 6701b30f91 Recalc heigh for search modal Eze Olea Figueroa 2020-09-12 20:06:03 -0300
  • 6cff970213 WIP Form in modal Eze Olea Figueroa 2020-09-12 19:58:57 -0300
  • 0090c42e3f Added new project to README Eze Olea Figueroa 2020-09-07 14:35:38 -0300
  • 2a46473461
    Merge 89d24b0931 into 53d50e499b Trevor Slocum 2020-09-01 15:52:34 -0700
  • 89d24b0931 Add Table.Sort, Table.SetSortFunc and Table.SetSortClicked Trevor Slocum 2020-09-01 15:51:00 -0700
  • 5f85090c27
    Update README.md Dave Hulihan 2020-08-20 21:33:48 -0600
  • 53d50e499b Bugfix in Flex which led to a panic. Oliver 2020-08-18 14:03:38 +0200
  • 3acd674ec1 Minor fixes. Also added winman. Oliver 2020-08-18 13:10:01 +0200
  • 25aecd0c3a
    Merge pull request #454 from wkoszek/feature/tview_apps rivo 2020-08-18 12:56:05 +0200
  • 0a2427525a Removed size change check (apparently this led to problems on Windows). Fixes #401, closes #404 Oliver 2020-08-18 12:21:46 +0200
  • deb54e1422 Keyboard events are now propagated down the hierarchy, allowing users to intercept them. Closes #421 Oliver 2020-08-18 12:05:43 +0200
  • 3947f78c56 Fix but in list Simon Paul 2020-07-26 22:25:32 +0200
  • b7e0be6c92 Merge branch 'list' of https://github.com/issadarkthing/tview into list raziman 2020-07-26 23:26:23 +0800
  • 4df6307f77 add new method for list raziman 2020-07-26 20:17:32 +0800
  • 512e49b1e4 add new method for list raziman 2020-07-26 20:17:32 +0800
  • c65badfc3d TextView.GetText() and .GetRegionText() didn't filter out empty colour tags. Fixes #453 Oliver 2020-07-12 13:34:19 +0200
  • 89469ee713 TextView: Add SetMaxLines() Javier Peletier 2020-05-31 13:21:30 +0200
  • d2d0a5ca2c Add Modal.GetForm and Modal.GetFrame Trevor Slocum 2020-06-09 15:51:28 -0700
  • 309ad75eab Add descriptions to links Wojciech Adam Koszek 2020-06-03 00:10:33 -0700
  • e730642e94 Add list of projects using tview. Wojciech Adam Koszek 2020-06-01 23:18:13 -0700
  • fe95322038
    Merge pull request #444 from mjwhitta/master rivo 2020-05-28 22:02:48 +0200
  • d465381941 Bugfix in string decomposition: Escape sequences cannot be handled after the fact. Fixes #448 Oliver 2020-05-28 10:36:26 +0200
  • 8aa2912f24 Bugfixes in ANSI escape sequence handling as well as TextView, fixes #320, fixes #344 Oliver 2020-05-27 21:41:21 +0200
  • 78031b278f Add support for read only form items Daniel P. Berrangé 2020-05-26 18:34:59 +0100
  • c9cd399ef1 prepare test for PR Konstantin8105 2020-05-15 00:08:31 +0300
  • a0b337b9e6 prepare test for PR Konstantin8105 2020-05-14 19:07:47 +0300
  • ce437f9202 add TODOs Konstantin8105 2020-05-14 17:03:48 +0300
  • b2c2fccc85 prepare for PR Konstantin8105 2020-05-14 16:59:13 +0300
  • baab9546eb add more symbols Konstantin8105 2020-05-13 17:17:51 +0300
  • 188b43a97e remove rune Konstantin8105 2020-05-13 02:23:16 +0300
  • 6b3362991b step Konstantin8105 2020-05-13 01:59:05 +0300
  • 9fa0388a74 Ran go fmt for consistency Miles Whittaker 2020-05-12 08:51:57 -0400
  • bd6f3a298d add crash tests Konstantin8105 2020-05-12 15:49:22 +0300
  • 971141a5d9 Fixed 8-bit background colors Miles Whittaker 2020-05-11 22:51:34 -0400
  • 8f8928d6cb step: Konstantin8105 2020-05-12 02:06:59 +0300
  • 1bab2394e4 Fixed terminal colors Miles Whittaker 2020-05-11 16:51:00 -0400
  • 08137538c1 minimaze changes Konstantin8105 2020-05-11 01:03:25 +0300
  • 7cbb5c586a minimaze changes Konstantin8105 2020-05-11 01:02:59 +0300
  • 91b6d31833 minimaze changes Konstantin8105 2020-05-11 01:01:51 +0300
  • 227e4ffd40 step Konstantin8105 2020-05-11 00:59:21 +0300
  • c111597668 Add ContextMenu Trevor Slocum 2020-04-18 20:00:36 -0700
  • a5da00a347 step Konstantin8105 2020-05-08 00:32:48 +0300
  • 823f280c54
    Merge pull request #431 from millerlogic/treeview-handlers rivo 2020-05-07 18:53:25 +0200
  • 07daecd45e add symbols at the end of line Konstantin8105 2020-05-07 01:24:59 +0300
  • 596cc2bb81 fix bug at last line Konstantin8105 2020-05-05 23:21:34 +0300
  • 04f1b92e12 fix bug at last line Konstantin8105 2020-05-05 23:07:18 +0300
  • b99fff1f67 add panic for todo implementation of reindex Konstantin8105 2020-05-05 21:07:12 +0300
  • 047ed0c869 add keys page manupulations Konstantin8105 2020-05-05 20:38:18 +0300
  • 6baad431ef add tebs in text Konstantin8105 2020-05-05 20:34:25 +0300
  • 8488799ad8 moving by page arrow Konstantin8105 2020-05-05 19:48:40 +0300