.. |
Button.cs
|
53b9350b2e
Fix button
|
7 years ago |
Checkbox.cs
|
f383ffb056
New layout engine
|
7 years ago |
Clipboard.cs
|
30602b1f46
Forward word, backward word, some small code changes
|
7 years ago |
FrameView.cs
|
bbb4202804
chore(frameview removall): To avoid infitinte loop for removeall
|
7 years ago |
HexView.cs
|
78442e02c6
Fixed HexView Display Offset Bug
|
7 years ago |
Label.cs
|
4fcaf39088
[Label] When rendering, do not use byte count as the visible width, fixes https://github.com/migueldeicaza/gui.cs/issues/130
|
7 years ago |
ListView.cs
|
b524369e22
cosmetic
|
7 years ago |
Menu.cs
|
06fdcc72c8
Always use an upper character for hotkey
|
7 years ago |
ProgressBar.cs
|
f383ffb056
New layout engine
|
7 years ago |
RadioGroup.cs
|
73f10ef1e0
Ensure SelectionChanged is called on mouse click too
|
7 years ago |
ScrollView.cs
|
d8b4fd425c
Containers that have a contentView where they host their children must override RemoveAll
|
7 years ago |
TextField.cs
|
c405f45763
Rewrite Textfield to use List<Rune> like the other editor, makes it easier to reason about the strings
|
7 years ago |
TextView.cs
|
cb5a08cbff
Pageupdown (#138)
|
6 years ago |