30 Commits (master)

Author SHA1 Message Date
Oliver e804876934 Drawing the Box in Modal, not in contained Frame. Fixes #946 2 months ago
Oliver caea67a4ef Implemented string parser and migrated all widgets but TextView. 9 months ago
Oliver 6cc0565bab Added button styling to Modal. Resolves #704 11 months ago
TIT 5c01f5dd26
Fix typo 12 months ago
Oliver ccce554c38 Using tcell.Style for buttons, allowing us to control it better. Resolves #704 1 year ago
Oliver cecb44578c Setting focus is now based on a "mouse down" event instead of a "click" event. 2 years ago
Oliver 8e58f395ad Fixed multiline text modals. Fixes #696 2 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
rivo 160d8fda1d
Merge pull request #363 from millerlogic/mouse-support
Mouse support
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
Oliver 0f6549646b Added SetFocus() to Modal, focuses on the provided button. Resolves #364 5 years ago
Chris Miller 96875c75b9 Added mouse handling 5 years ago
rivo cf9d115173
Merge pull request #269 from wedaly/master
Add functions to set background color, button text, and button background color on modal.
5 years ago
Oliver f16ba37c6a Added functions to remove all buttons from forms and from modals. Resolves #259 5 years ago
Will Daly 743e3fe55d Add functions to set background color, button text, and button background color on modal 5 years ago
Oliver 8d5eba0c2f Replaced runewidth.StringWidth() with my own implementation. Fixes #236 5 years ago
Oliver a677b985cc Allowing the use of arrow keys in modal buttons, too. Resolves #167 6 years ago
Sam Whited 65c5186a20 Call modal done func on escape key
Fixes #150
6 years ago
Oliver 258f212e5e Added color tag functionality to all strings. Resolves #25 6 years ago
Oliver 61d8ea30f8 Added support for wide unicode characters (e.g. Chinese). Resolves #9 6 years ago
Oliver 2874294d89 Added Styles variable with default colors for primitives. 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 b8e50f0e44 Embedding frame in modal instead of deriving from it, thus hiding frame's functions. 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