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

23 Commits

Author SHA1 Message Date
Oliver
1b3174ee3d Added callback functions for focus and blur events. 2021-11-08 17:05:49 +01:00
Oliver
a74431711b Minor clarification. 2021-04-26 16:20:53 +02:00
Oliver
675ed5b96b Removed Focusable interface. 2020-11-17 19:33:25 +01: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
Oliver
deb54e1422 Keyboard events are now propagated down the hierarchy, allowing users to intercept them. Closes #421 2020-08-18 12:05:43 +02:00
Oliver
9af6826328 Added/fixed comments, some structural changes/bugfixes for mouse support. Table, TextView, and TreeView still open. Closes #363 2020-03-27 18:41:44 +01:00
Chris Miller
8abbf770ec Change mouse handler func 2020-02-14 02:09:09 +00:00
Chris Miller
9598ca2519 New mouse design
capture bool not finalized
2020-01-24 20:40:34 +00:00
Chris Miller
96875c75b9 Added mouse handling 2019-11-04 05:34:46 +00:00
Oliver
685bf6da76 Added GetFrontPage() to Pages. Resolves #355 2019-10-18 14:55:27 +02:00
Oliver
e3f6263a37 Added a page count getter to Pages. Resolves #310 2019-06-26 15:31:22 +02:00
Oliver
90b4da1bd6 Fixed empty pages when the only visible page was removed. Fixes #250 2019-04-06 20:23:40 +02:00
Oliver
74643a2db5 Pages should clear their background before redrawing. Fixes #89 2018-03-29 18:28:32 +02:00
Oliver
87ba87feda Bufix in Pages: Avoid calling a nil function. Fixes #85 2018-03-25 17:52:41 +02:00
Oliver
03571f15bb When a page with focus is removed, we should not end up with no focus anywhere. Also some simplifications. 2018-01-21 21:50:11 +01:00
Oliver
89ae756605 Adding a page and switching to it is now possible. 2018-01-19 21:12:33 +01:00
Oliver
e4f97a6436 Added links to Wiki to documentation. Also replaced screenshot with GIF screencast. 2018-01-07 16:39:06 +01:00
Oliver
8c9be84ef8 Various improvements. 2018-01-01 21:50:20 +01:00
Oliver
5555b22427 Bugfix in pages focus. 2017-12-30 22:09:10 +01:00
Oliver
1cc5331a5c Fixed focus delegation. 2017-12-27 22:55:50 +01:00
Oliver
c1b4809f2e Contained pages need to be resized if requested. 2017-12-27 22:28:16 +01:00
Oliver
3670319cd6 Fixed a number of bugs and added missing useful functions. 2017-12-27 16:04:21 +01:00
Oliver
dad7891c89 Added Checkbox, Modal, and Pages. 2017-12-20 20:54:49 +01:00