21 Commits (master)

Author SHA1 Message Date
Oliver c9421b4bd9 Enabled bracketed pasting. 3 months ago
Oliver 1ae26e1ab6 Added Alt-Backspace to text area. Also added a text area demo. 2 years ago
Oliver cecb44578c Setting focus is now based on a "mouse down" event instead of a "click" event. 2 years ago
Oliver 1b3174ee3d Added callback functions for focus and blur events. 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 e4f97a6436 Added links to Wiki to documentation. Also replaced screenshot with GIF screencast. 6 years ago
Oliver 8c9be84ef8 Various improvements. 6 years ago
Oliver 1cc5331a5c Fixed focus delegation. 6 years ago
Oliver 3670319cd6 Fixed a number of bugs and added missing useful functions. 6 years ago
Oliver 8f59d491ee Added Table primitive. Still ironing out some minor issues. 6 years ago
Oliver 8eb4c5ef48 Added TextView. All subclasses of Box now also have inside padding. 6 years ago
Oliver dad7891c89 Added Checkbox, Modal, and Pages. 7 years ago
Oliver 2bd80aa513 Added DropDown. Also needed to refactor a bit to reduce dependencies. 7 years ago
Oliver d5bf1a4ef0 Added list, improved existing primitives, and fixed a bunch of bugs. 7 years ago
Oliver b83a7766a6 Added frames (with headers/footers) and buttons. Extended form. 7 years ago