Trevor Slocum
|
96f3c15040
|
Add scroll bar to List, DropDown, Table and TreeView
|
3 years ago |
Trevor Slocum
|
5f880bc2c7
|
Migrate to GitLab
|
3 years ago |
Chris Miller
|
a52eae5a0d
|
Refactor EventMouse
|
3 years ago |
Chris Miller
|
ad59b43801
|
Get mouse actions rather than just mouse state
|
3 years ago |
Chris Miller
|
5b47ba1f32
|
More mouse handling for primitives
|
3 years ago |
Trevor Slocum
|
b61132eddf
|
Fork tview as cview
See FORK.md for details
|
3 years ago |
Oliver
|
c3d1d4bcf9
|
Added autocomplete functionality to InputField. Resolves #299, resolves #77
|
4 years ago |
Oliver
|
8a9e26fab0
|
Hitting the Alt-key should not prevent input. Fixes #240
|
4 years ago |
Oliver
|
8d5eba0c2f
|
Replaced runewidth.StringWidth() with my own implementation. Fixes #236
|
4 years ago |
Delaney Gillilan
|
a38d2cdc9b
|
fix per @jr81
|
5 years ago |
Oliver
|
ec12437564
|
InputField cursor position must also be adjusted when SetText() is called. Fixes #180
|
5 years ago |
Oliver
|
61a4cf388a
|
Another fix for InputField. Fixes #176, resolves #177
|
5 years ago |
Oliver
|
60a1c63fa9
|
Accepting non-alt-mod keys as characters in InputField if they don't have a function. Fixes #176 (hopefully)
|
5 years ago |
Oliver
|
990bc2ebcf
|
InputField can now be navigated freely. Resolves #103, resolves #171, resolves #162
|
5 years ago |
Oliver
|
213c37c368
|
Fixed handling of combining unicode characters. Fixes #101
|
5 years ago |
Oliver
|
f855bee020
|
Separated form item "done" function from "finished" function. Resolves #39
|
5 years ago |
Oliver
|
5bd22542e5
|
For Form.GetFormItemByLabel() to work, we must not modify the label text. Fixes #94, fixes #99
|
5 years ago |
Oliver
|
761e3d72da
|
Added Primitive demo to go along with the GitHub Wiki entry on how to create your own primitive.
|
5 years ago |
Oliver
|
370ee01609
|
Added placeholder text to InputField. Resolves #75
|
5 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.
|
5 years ago |
Oliver
|
258f212e5e
|
Added color tag functionality to all strings. Resolves #25
|
5 years ago |
Oliver
|
aa25839cfa
|
Introduced horizontal item alignment in forms. Resolves #33
|
5 years ago |
Oliver
|
626453b2a6
|
All primitives now offer a way to intercept all key events sent to them. Also made the global key event intercept handler more general/consistent. Resolves #22
|
5 years ago |
Oliver
|
5f33d0cbc0
|
Some adaptations for 32-bit systems. Resolves #17
|
5 years ago |
Oliver
|
d6ce974e6d
|
Added masking to InputField, password field to form. Resolves #7, resolves #8.
|
5 years ago |
Oliver
|
61d8ea30f8
|
Added support for wide unicode characters (e.g. Chinese). Resolves #9
|
5 years ago |
Oliver
|
3fbea7a99b
|
Added a listener for changes in input fields. Also in the Form. Fixes #4.
|
5 years ago |
Oliver
|
2874294d89
|
Added Styles variable with default colors for primitives.
|
5 years ago |
Oliver
|
e4f97a6436
|
Added links to Wiki to documentation. Also replaced screenshot with GIF screencast.
|
5 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.
|
6 years ago |
Oliver
|
2bd80aa513
|
Added DropDown. Also needed to refactor a bit to reduce dependencies.
|
6 years ago |
Oliver
|
d5bf1a4ef0
|
Added list, improved existing primitives, and fixed a bunch of bugs.
|
6 years ago |
Oliver
|
b83a7766a6
|
Added frames (with headers/footers) and buttons. Extended form.
|
6 years ago |
Oliver
|
f9f139caaf
|
First commit. Some basic functionality. Publishing to GitHub now.
|
6 years ago |