Tig
|
4d6781e5f9
Fixes #2649 - Unit Tests on Windows are failing (#2650)
|
2 years ago |
BDisp
|
713b2c4725
Fixes #92. Remove dependency on ustring. (#2620)
|
2 years ago |
BDisp
|
915af9b3ff
Fixes #2558. MenuBar positions wrong in some situations. (#2567)
|
2 years ago |
BDisp
|
ea24de3a27
Fixes #2482. Refactor Redraw - Non-virtual with the right set of virtual OnXXX methods. (#2577)
|
2 years ago |
Tig
|
5cf90b8bd0
Builds CollectionNavigator support into UI Catalog for TableView (#2584)
|
2 years ago |
BDisp
|
be67e0f09f
Fixes #2196. TextView: Setting Text places cursor at beginning, unlike TextField (#2572)
|
2 years ago |
Tig
|
b4552ee14b
Fixes #2493. Move all layout code out of View (and Toplevel) into a layout helper class (#2544)
|
2 years ago |
tznind
|
f8ff486102
Fill space in append scenario
|
2 years ago |
tznind
|
5a0725df35
Change append autocomplete to use tab completion
|
2 years ago |
tznind
|
b30dd8e065
Added Suggestion class
|
2 years ago |
tznind
|
f7cad2a987
Add scaffold for append autocomplete
|
2 years ago |
tznind
|
53597b7cec
Add TextChangedEventArgs (correctly this time)
|
2 years ago |
tznind
|
4b5fbfb89c
Revert "Added TextChangedEventArgs"
|
2 years ago |
tznind
|
fe2710ad2d
Added TextChangedEventArgs
|
2 years ago |
tznind
|
e347a255b7
Add HexViewEditEventArgs
|
2 years ago |
tznind
|
796e15a64d
Added DrawEventArgs
|
2 years ago |
tznind
|
09683a2cd5
Refactor more `event Action` to `event EventHandler`
|
2 years ago |
tznind
|
17a33f3b11
Refactor `Action<bool?> Toggled` to `EventHandler<ToggleEventArgs>`
|
2 years ago |
BDisp
|
9d1a429676
Implementing nullable bool checked on CheckBox.
|
2 years ago |
Charlie Kindel
|
787349e177
Added ContentsChanged event & unit tests. Updated Text.cs Scenario
|
2 years ago |
BDisp
|
09f005448e
Fixes #1800. TextView now uses the same colors as TextField. (#1971)
|
2 years ago |
Charlie Kindel
|
32ae3cb62f
Cleaned up Categories and Scenario descripitons.
|
3 years ago |
Thomas Nind
|
ea7981dc59
Adds Key Binding support. Also refactors Autocomplete and Undo/Redo. (#1556)
|
3 years ago |
BDisp
|
239191cde0
Fixes #1434. Regenerating the docs. (#1528)
|
3 years ago |
José Miguel Perricone
|
028e7e5bf2
TextValidateField reimplementation without generics (#1261)
|
4 years ago |
BDisp
|
c27da1b982
Fixes #1210. Added AllowsReturn, AllowsTab and Multiline into the TextView. (#1249)
|
4 years ago |
José Miguel Perricone
|
819dc291bc
Feature TextValidateField (#1230)
|
4 years ago |
Charlie Kindel
|
a0522be496
tweaks
|
5 years ago |
BDisp
|
d32c631dfd
Changed from DateTime to TimeSpan. Changed from EventHandler to Action.
|
5 years ago |
Charlie Kindel
|
119f922e4b
demos text-based controls to show TAB behavior
|
5 years ago |