Tig
|
022050db73
Fixed nullable warnings 7
|
1 year ago |
BDisp
|
f925625baa
Add GetQuitKeyAndName helper method.
|
1 year ago |
Tig
|
6188127a24
Refactors CheckBox to use an enum instead of bool? for state. Cleans up naming to make more correct too (Toggle v. Toggled and State vs. Checked).
|
1 year ago |
Tig
|
b55ee57371
Moved EventArgs<T> to sep file.
|
1 year ago |
Tig
|
99948b1486
Simplified HighlightEventArgs
|
1 year ago |
Tig
|
d7bd938664
Renamed StateChangedEventArgs
|
1 year ago |
BDisp
|
48c65bdfa1
Fixes #3551. v2: Big performance impact on ListView/ComboBox's that contain a lot of items
|
1 year ago |
BDisp
|
cf51c9e1bb
Replace with Main and code refactoring.
|
1 year ago |
BDisp
|
893a6c8c32
Ensures CollectionChanged event is subscribed once or none if the source is null. For the ListWrapper the user is responsible to dispose it.
|
1 year ago |
BDisp
|
0075c07b39
Change scenarios to use ObservableCollection.
|
1 year ago |
BDisp
|
a121b62c77
Fix size in the scenario.
|
1 year ago |
Tig
|
16055c53b0
Fixes #3039. Fix View.HotKey (#3249)
|
1 year ago |
Tig
|
4430fe2cc6
Fixes #3192. Improve correctness / clarity of existing `View.AutoSize` functionality/unit tests (#3202)
|
1 year ago |
Tig
|
2c725b877f
Fixes #2944. Makes `ColorScheme` explicitly readonly, removes `Colors.Base`, etc..., Fixes intermittent `TreeView` unit test failures (#3175)
|
1 year ago |
Tigger Kindel
|
1fa6267895
WIP - Revamped Color
|
1 year ago |
BDisp
|
713b2c4725
Fixes #92. Remove dependency on ustring. (#2620)
|
2 years ago |
Nutzzz
|
440c529818
Some UICatalog scenario code style fixes (#2614)
|
2 years ago |
tznind
|
796e15a64d
Added DrawEventArgs
|
2 years ago |
tznind
|
09683a2cd5
Refactor more `event Action` to `event EventHandler`
|
2 years ago |
tznind
|
3bec36ac47
Change Action to EventHandler for more events
|
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
|
66398eb9ef
Renamed classes; fixed rendering bug in ListView
|
2 years ago |
Tig Kindel
|
b09b3ad8f2
Refactored UI Catalog Scenario class to support ToString()
|
2 years ago |
Tig Kindel
|
61335e8788
Fixes #1893: Fix URLs to match gui-cs Org (#1900)
|
3 years ago |
BDisp
|
3362ca849d
Reorganizing scenarios categories as per #1648
|
3 years ago |
Aurélien VERBEKE
|
64d14d325d
Fixes #1577 - Add Support for Colored ListView Items (#1578)
|
3 years ago |
BDisp
|
239191cde0
Fixes #1434. Regenerating the docs. (#1528)
|
3 years ago |
BDisp
|
f9f68048a2
The host only need to pass the real sizes and the ScrollBarView automatically consider the extra line and column.
|
4 years ago |
BDisp
|
58c2509772
Offers more simplicity to iterate with the ScrollBarView and its hosts.
|
4 years ago |