Trevor Slocum
|
8292f9baf2
|
Upgrade tcell to v2
Resolves #32.
|
2 years ago |
Trevor Slocum
|
48c31ff1a0
|
Remove wiki references
|
2 years ago |
rivo
|
1f765c8695
|
Merge pull request #422 from rivo/mouse
Add mouse support
|
2 years ago |
Trevor Slocum
|
e29d4b73b9
|
Make cview thread-safe
|
2 years ago |
Trevor Slocum
|
de6819cc76
|
Fix applying ScrollBarNever to DropDown or InputField
|
3 years ago |
Trevor Slocum
|
96f3c15040
|
Add scroll bar to List, DropDown, Table and TreeView
|
3 years ago |
Trevor Slocum
|
5f880bc2c7
|
Migrate to GitLab
|
3 years ago |
Trevor Slocum
|
6d9b735867
|
Fix dropdown mouse capture behavior
|
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
|
806d63d900
|
Fix dropdown focus
|
3 years ago |
Chris Miller
|
5bac390ebc
|
Dismiss dropdown by click
|
3 years ago |
Chris Miller
|
b243f370d8
|
DropDown mouse support
|
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
|
3 years ago |
Oliver
|
95de965571
|
Selection bar in DropDown stretches entire width now. Also added SetTextOptions() with prefixes/suffixes etc. Resolves #289
|
3 years ago |
Oliver
|
9d616aee87
|
DropDown's SetCurrentOption() will also trigger the selected event. Closes #256, resolves #260
|
3 years ago |
Oliver
|
8d5eba0c2f
|
Replaced runewidth.StringWidth() with my own implementation. Fixes #236
|
3 years ago |
Oliver
|
997b18eeff
|
Introduced a separate class-wide "selected" handler for DropDown. Resolves #206
|
4 years ago |
Oliver
|
768070ef7b
|
Hitting Escape on a drop-down selection resets it.
|
4 years ago |
Oliver
|
7d789421e3
|
DropDown now only uses List's main selected callback. Fixes #115
|
4 years ago |
Oliver
|
f855bee020
|
Separated form item "done" function from "finished" function. Resolves #39
|
4 years ago |
Oliver
|
5bd22542e5
|
For Form.GetFormItemByLabel() to work, we must not modify the label text. Fixes #94, fixes #99
|
4 years ago |
Oliver
|
761e3d72da
|
Added Primitive demo to go along with the GitHub Wiki entry on how to create your own primitive.
|
4 years ago |
Oliver
|
b357eaf10f
|
Drop-down allows typing to directly jump to options. Resolves #77
|
4 years ago |
Oliver
|
7e4958256f
|
List (and therefore also DropDown) will scroll if currently selected item is not on screen anymore. Fixes #71
|
4 years ago |
Oliver
|
2a83b20ce3
|
Improved documentation.
|
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
|
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
|
997b92f1b4
|
More callback handlers for lists. And more consistency.
|
5 years ago |
Oliver
|
9659be0e90
|
No need to explicitly hide the cursor in no-cursor primitives.
|
5 years ago |
Oliver
|
8eb4c5ef48
|
Added TextView. All subclasses of Box now also have inside padding.
|
5 years ago |
Oliver
|
dad7891c89
|
Added Checkbox, Modal, and Pages.
|
5 years ago |
Oliver
|
2bd80aa513
|
Added DropDown. Also needed to refactor a bit to reduce dependencies.
|
5 years ago |