Commit Graph

15 Commits (0f6549646b3d94ace85c256910f91e27b43ec3f4)

Author SHA1 Message Date
Oliver 0f6549646b Added SetFocus() to Modal, focuses on the provided button. Resolves #364 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 7 years ago
Oliver 61d8ea30f8 Added support for wide unicode characters (e.g. Chinese). Resolves #9 7 years ago
Oliver 2874294d89 Added Styles variable with default colors for primitives. 7 years ago
Oliver e4f97a6436 Added links to Wiki to documentation. Also replaced screenshot with GIF screencast. 7 years ago
Oliver 8c9be84ef8 Various improvements. 7 years ago
Oliver b8e50f0e44 Embedding frame in modal instead of deriving from it, thus hiding frame's functions. 7 years ago
Oliver 8eb4c5ef48 Added TextView. All subclasses of Box now also have inside padding. 7 years ago
Oliver dad7891c89 Added Checkbox, Modal, and Pages. 7 years ago