BDisp
|
f925625baa
Add GetQuitKeyAndName helper method.
|
1 year ago |
BDisp
|
ff7a68b2dc
Change all Scenarios to merge their Init, Setup, and Run overrides into Main.
|
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 |
BDisp
|
68ba0db9c4
Removes unnecessary RightOffset and BottomOffset properties.
|
1 year ago |
Tig
|
c877c1844d
Simplified Alignment enum
|
1 year ago |
Tig
|
ce1e243df2
Justification->Alignment
|
1 year ago |
Tig
|
c5a6c907a4
Justifier->Aligner
|
1 year ago |
Tig
|
c84dade64d
WIP -> Getting rid of old TextAlignment enums
|
1 year ago |
Tig
|
e6b6f77f9a
AutoSize is GONE!
|
1 year ago |
BDisp
|
f1fcbb91d3
Fix UICatalog.
|
1 year ago |
Tig
|
bf77b3153d
Fixed all instances of the bad pattern I could find
|
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 |
Thomas Nind
|
e2feeefa93
Fixes #2663 - No more nested classes (#2664)
|
2 years ago |
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 |
Tig
|
8c59e8255f
Partially Fixes #2483 - Removes old Border and leverages LineCanvas for Frames, etc... (#2527)
|
2 years ago |
Tig
|
a637f8a29c
Fixes #2486 - Removes old `Border` and fixes a litany of related things (#2525)
|
2 years ago |
Tigger Kindel
|
791976428e
merged !!! woot.
|
2 years ago |
Tigger Kindel
|
292d24ce93
Updated spec
|
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
|
fcc75e7147
Update View Action events to EventHandler events
|
2 years ago |
tznind
|
17a33f3b11
Refactor `Action<bool?> Toggled` to `EventHandler<ToggleEventArgs>`
|
2 years ago |
tznind
|
58c267fd7c
Switch to EventHandler for TopLevel methods
|
2 years ago |
BDisp
|
9d1a429676
Implementing nullable bool checked on CheckBox.
|
2 years ago |
Charlie Kindel
|
bf1ed31281
Refactored UI Catalog and added tons of unit tests
|
2 years ago |