2
0
mirror of https://github.com/rivo/tview.git synced 2024-11-15 06:12:46 +00:00
Commit Graph

58 Commits

Author SHA1 Message Date
darylhjd
84ec33078a
Update README.md 2021-05-14 15:53:05 +08:00
rivo
ddd302a95b
Merge branch 'master' into master 2021-04-27 13:23:28 +02:00
raziman
ef11d63b76 Add gomu 2021-04-18 09:04:20 +08:00
Quang Ngoc
f68e023e7c
Add GoChess to README.md #Projects 2021-04-04 14:58:24 +07:00
rivo
046ce97f77
Merge pull request #574 from dundee/patch-1
add gdu to projects
2021-03-11 17:47:31 +01:00
Oliver
eaef439da5 Removed a project that 404'ed from the README file. 2021-03-11 17:32:19 +01:00
Daniel Milde
9888d6fcca
add gdu to projects 2021-03-04 23:12:17 +01:00
Anis uddin Ahmad
13009558b2
Added geek-life to the list of projects using tview 2021-01-18 04:34:52 +06:00
Jason Swartz
a8048787f0
Added ecsview 2020-12-14 20:25:13 -08:00
Oliver
efed17a61c Added TreeNode.GetLevel(). Resolves #502 2020-12-04 16:52:57 +01:00
rivo
358d1d33e9
Merge pull request #504 from profclems/patch-1
Add GLab to list of projects using tview
2020-11-17 19:50:51 +01:00
rivo
a9ce704695
Merge pull request #516 from termoose/add-irccloud
Added IRCCloud CLI client to list of projects
2020-11-17 19:48:16 +01:00
Oliver
675ed5b96b Removed Focusable interface. 2020-11-17 19:33:25 +01:00
Clement Sam
dfcd0cb598
Merge branch 'master' into patch-1 2020-11-10 19:31:17 +00:00
Ole Andre Birkedal
08f99e45b7 added irccloud cli client to list of projects 2020-10-18 16:20:53 +02:00
rivo
d551c850a7
Merge pull request #487 from dhulihan/patch-1
Update README.md
2020-10-18 14:24:09 +02:00
Oliver
273cbf289d Typo fix. 2020-10-18 14:19:24 +02:00
Oliver
e4d167311d Upgraded to latest tcell version. Results in a minor incompatibility in the Table class. 2020-10-18 14:15:57 +02:00
Clement Sam
11972b496b
docs(readme): add glab to tview projects 2020-09-26 07:09:04 +00:00
Dave Hulihan
5f85090c27
Update README.md 2020-08-20 21:33:48 -06:00
Oliver
3acd674ec1 Minor fixes. Also added winman. 2020-08-18 13:10:01 +02:00
Wojciech Adam Koszek
309ad75eab Add descriptions to links 2020-06-03 00:10:33 -07:00
Wojciech Adam Koszek
e730642e94 Add list of projects using tview. 2020-06-01 23:20:54 -07:00
Oliver
cce7c98823 Don't forward mouse events to nil items in Flex/Grid. Fixes #425 2020-04-04 22:19:02 +02:00
Oliver
2505a942a1 Added mouse selection of regions in TextViews. 2020-03-29 20:20:05 +02:00
Oliver
5f5b79b00e Added mouse support for Table and TreeView. 2020-03-27 21:13:03 +01:00
Oliver
c3d1d4bcf9 Added autocomplete functionality to InputField. Resolves #299, resolves #77 2019-07-08 09:34:06 +01:00
Oliver
8a9e26fab0 Hitting the Alt-key should not prevent input. Fixes #240 2019-03-24 19:21:52 +01:00
Oliver
c22d5570be Bugfixes/improvements to PR #172. 2018-10-28 13:42:49 +01:00
Oliver
a7c1880d62 Updated readme. 2018-10-18 08:37:48 +02:00
Oliver
7338a21d35 Fixed ANSI spelling in README, too. See #138 2018-07-16 08:44:19 +02:00
Oliver
4631cd7337 Added the tree view. 2018-06-20 10:06:05 +02:00
Oliver
d7d44cb0d2 Flex and Grid don't clear their backgrounds anymore. Resolves #104 2018-05-02 17:02:52 +02:00
Oliver
911fb9543e Added Escape(), ANSIIWriter(), and TranslateANSII(). Resolves #84, resolves #24 2018-04-14 00:05:25 +02:00
Oliver
83d0a16fb2 Added background colors and text attributes to color tags. Resolves #91 2018-04-01 21:19:10 +02:00
Oliver
0b69b9b581 Updated release history. 2018-03-13 08:17:06 +01:00
Oliver
3bac79f308 Added RemoveItem() to Grid and Flex. Resolves #63 2018-03-02 17:07:46 +01:00
Oliver
8c2cd21162 Added a Draw callback to Box which exposes tcell.Screen. Resolves #57 2018-02-22 12:33:11 +01:00
Oliver
aea500559b Formatting fix. 2018-02-20 17:34:19 +01:00
Oliver
1b155a1def Application now provides direct access to the screen object via before/after-draw callback functions. Resolves #59 2018-02-20 17:15:42 +01:00
Oliver
fd3e872331 Introducing Grid. Resolves #23 2018-02-20 11:37:51 +01:00
Oliver
91a6ff44b6 Finished implementation of grid layout. 2018-02-20 11:19:30 +01:00
Oliver
c7b3072f7e Progressing with Grid. 2018-02-19 20:23:01 +01:00
Oliver
d448b35bc5 Changed the wording in the README. There are no releases. Resolves #50 2018-02-05 14:17:38 +01:00
Oliver
258f212e5e Added color tag functionality to all strings. Resolves #25 2018-01-17 17:13:36 +01:00
Oliver
e349b48fe4 Updated readme. 2018-01-17 07:44:49 +01:00
Oliver
626453b2a6 All primitives now offer a way to intercept all key events sent to them. Also made the global key event intercept handler more general/consistent. Resolves #22 2018-01-14 21:29:34 +01:00
Oliver
1e78c506cb Rewrote TextView's reindex() and Draw() to introduce text alignment and
word wrapping
2018-01-13 23:13:21 +01:00
Oliver
68cd2d4bb0 Layout fixes in readme. 2018-01-12 09:24:53 +01:00
Oliver
c2bfee0387 Added password field to Form demo in presentation. 2018-01-12 09:23:53 +01:00