25 Commits (master)

Author SHA1 Message Date
carpii 74079f4570 Added Page.GetPageNames(visibleOnly bool) API. 4 weeks ago
Oliver c9421b4bd9 Enabled bracketed pasting. 3 months ago
Oliver 1b3174ee3d Added callback functions for focus and blur events. 3 years ago
Oliver a74431711b Minor clarification. 3 years ago
Oliver 675ed5b96b Removed Focusable interface. 4 years ago
Oliver e4d167311d Upgraded to latest tcell version. Results in a minor incompatibility in the Table class. 4 years ago
Oliver deb54e1422 Keyboard events are now propagated down the hierarchy, allowing users to intercept them. Closes #421 4 years ago
Oliver 9af6826328 Added/fixed comments, some structural changes/bugfixes for mouse support. Table, TextView, and TreeView still open. Closes #363 4 years ago
Chris Miller 8abbf770ec Change mouse handler func 4 years ago
Chris Miller 9598ca2519 New mouse design
capture bool not finalized
4 years ago
Chris Miller 96875c75b9 Added mouse handling 5 years ago
Oliver 685bf6da76 Added GetFrontPage() to Pages. Resolves #355 5 years ago
Oliver e3f6263a37 Added a page count getter to Pages. Resolves #310 5 years ago
Oliver 90b4da1bd6 Fixed empty pages when the only visible page was removed. Fixes #250 5 years ago
Oliver 74643a2db5 Pages should clear their background before redrawing. Fixes #89 6 years ago
Oliver 87ba87feda Bufix in Pages: Avoid calling a nil function. Fixes #85 6 years ago
Oliver 03571f15bb When a page with focus is removed, we should not end up with no focus anywhere. Also some simplifications. 6 years ago
Oliver 89ae756605 Adding a page and switching to it is now possible. 6 years ago
Oliver e4f97a6436 Added links to Wiki to documentation. Also replaced screenshot with GIF screencast. 6 years ago
Oliver 8c9be84ef8 Various improvements. 6 years ago
Oliver 5555b22427 Bugfix in pages focus. 6 years ago
Oliver 1cc5331a5c Fixed focus delegation. 6 years ago
Oliver c1b4809f2e Contained pages need to be resized if requested. 6 years ago
Oliver 3670319cd6 Fixed a number of bugs and added missing useful functions. 6 years ago
Oliver dad7891c89 Added Checkbox, Modal, and Pages. 7 years ago