Tig Kindel
|
21ddaec3df
Added ViewArrangement enum, which Toplevel now uses
|
1 year ago |
Tig Kindel
|
7036f5f8f8
Cleaned up MouseClick related stuff.
|
1 year ago |
Brandon Thetford
|
bfedfee9ee
Simplify construction of new Rectangle, Size, Point, and *F instances
|
1 year ago |
Brandon Thetford
|
3d807c3833
Merge branch 'v2_develop' into v2_3256_prepare_for_Rect_removal
|
1 year ago |
Tig
|
16055c53b0
Fixes #3039. Fix View.HotKey (#3249)
|
1 year ago |
Brandon Thetford
|
a638edeeaf
Rename Rect to Rectangle in preparation for removal
|
1 year ago |
dodexahedron
|
34bef2c839
Fixes #3242 - Replaces simple null checks (#3248)
|
1 year ago |
Brandon Thetford
|
8727a5fa0b
Fix release configuration tests
|
1 year ago |
Brandon Thetford
|
142b621395
Replace 354 `!= null` with `is { }`
|
1 year ago |
Brandon Thetford
|
da3fe3663d
Replace all 342 `== null` with `is null`
|
1 year ago |
Tig
|
4430fe2cc6
Fixes #3192. Improve correctness / clarity of existing `View.AutoSize` functionality/unit tests (#3202)
|
1 year ago |
Tig
|
7fe95cb9c7
Renames `Frame`->`Adornment`; changes `Frame` to have a `Border` subclass (#3158)
|
1 year ago |
Tig
|
d2ad11248f
Fixes #3127 - View Layout improvements - Redefines how `LayoutStyle` works. Fixes `AutoSize` etc... (#3130)
|
1 year ago |
Tig
|
bc41d9bc09
Fixes #2465 - Simplify/Enforce LayoutStyle.Absolute when X, Y, Width, and/or Height are null or Absolute() (#2467)
|
1 year ago |
Tig
|
a7209bcd88
Improves robustness of `Dim`, `Pos`, and `SetRelativeLayout` (#3077)
|
1 year ago |
BDisp
|
74afd18148
Fixes #3064. Pos.View returns PosCombine (#3065)
|
1 year ago |
Tig
|
dcb3b359ad
Fixes #2926 - Refactor KeyEvent and KeyEventEventArgs to simplify (#2927)
|
1 year ago |
BDisp
|
8cb10f8f09
Fixes #2967. Not all views are removing his subviews upon disposing on both versions. (#2968)
|
1 year ago |
Tig Kindel
|
f0872473ce
Cleans up dim/pos objs in dispose. See #2914.
|
1 year ago |
Tigger Kindel
|
05e203c7a4
lots of fixes
|
1 year 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 |
Tig
|
b4552ee14b
Fixes #2493. Move all layout code out of View (and Toplevel) into a layout helper class (#2544)
|
2 years ago |
Tig
|
8c59e8255f
Partially Fixes #2483 - Removes old Border and leverages LineCanvas for Frames, etc... (#2527)
|
2 years ago |
BDisp
|
91bf832ce4
Fixes #2531. Toplevel should redraw only if it's needed. (#2532)
|
2 years ago |
Tig
|
a637f8a29c
Fixes #2486 - Removes old `Border` and fixes a litany of related things (#2525)
|
2 years ago |
BDisp
|
3c67eed22d
Add some explanation to the TopologicalSort method.
|
2 years ago |
BDisp
|
22e791bff4
Fixes #2512. Scrolling numeration is broke again. We need to create a unit test for this doesn't happens again.
|
2 years ago |
BDisp
|
dd298d0e2e
Fix more issue in the layout.
|
2 years ago |
BDisp
|
16a6e581d1
Fixes #2503. PosCombine and DimCombine is wrongly looking into the from.InternalSubviews.
|
2 years ago |