Commit Graph

31 Commits (23dc8a0944e4cdc31297e081606be7959b5c4efc)

Author SHA1 Message Date
Mike Schinkel c2c3679add Fix initialization bug in AddDropDown(), issue #290. 5 years ago
Oliver 384f577a62 Added SetFocus() to Form which changes the focus to a specific form element. Resolves #286 5 years ago
Oliver f16ba37c6a Added functions to remove all buttons from forms and from modals. Resolves #259 5 years ago
Oliver 8d5eba0c2f Replaced runewidth.StringWidth() with my own implementation. Fixes #236 5 years ago
Oliver 5991278513 If a Form has no focusable elements, it keeps the focus itself. Fixes #198 6 years ago
Oliver a677b985cc Allowing the use of arrow keys in modal buttons, too. Resolves #167 6 years ago
Oliver 21f50f5bc4 Fixed the docs of FormItem. Fixes #153 6 years ago
Oliver c33dd0cf8e Added form item removal functions and more ways to find items. Resolves #137 6 years ago
Oliver f855bee020 Separated form item "done" function from "finished" function. Resolves #39 6 years ago
Oliver 5bd22542e5 For Form.GetFormItemByLabel() to work, we must not modify the label text. Fixes #94, fixes #99 6 years ago
Oliver cc84c982fc Added GetFormItemByLabel(). Resolves #94 6 years ago
Oliver 258c9d1f8e Forms will attempt to keep focused form items within available area. Fixes #79 6 years ago
Oliver 2a83b20ce3 Improved documentation. 7 years ago
Oliver 7c086b1113 Updated Form documentation. 7 years ago
Oliver 4db30f9ed4 "FieldLength" is now "FieldWidth" everywhere for clarity and consistency. Sorry for this breaking change. It is better in the long run. 7 years ago
Oliver 258f212e5e Added color tag functionality to all strings. Resolves #25 7 years ago
Oliver aa25839cfa Introduced horizontal item alignment in forms. Resolves #33 7 years ago
Oliver c105638ec3 Form now has a Clear() function. Resolves #32 7 years ago
Oliver 38d663c267 In Form, changed GetElement() to GetFormItem() for consistency reasons. 7 years ago
Oliver d6ce974e6d Added masking to InputField, password field to form. Resolves #7, resolves #8. 7 years ago
Oliver 61d8ea30f8 Added support for wide unicode characters (e.g. Chinese). Resolves #9 7 years ago
Oliver 3fbea7a99b Added a listener for changes in input fields. Also in the Form. Fixes #4. 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 1cc5331a5c Fixed focus delegation. 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
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
Oliver f9f139caaf First commit. Some basic functionality. Publishing to GitHub now. 7 years ago