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
|
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
|
dcb3b359ad
Fixes #2926 - Refactor KeyEvent and KeyEventEventArgs to simplify (#2927)
|
1 year ago |
BDisp
|
66ca7f887e
Fixes #2970. ScrollView doesn't remove a view that was previously added on both versions. (#2973)
|
1 year ago |
Tig
|
0df485a890
Fixes #666. Refactor `ConsoleDriver`s to simplify and remove duplicated code (#2612)
|
2 years ago |
Tig
|
ecf6d4f340
Revamps CharMap (#2625)
|
2 years ago |
BDisp
|
4bde80cfb7
Fixes #2626. ScrollView contentBottomRightCorner isn't set to false if not needed. (#2627)
|
2 years ago |
BDisp
|
ea24de3a27
Fixes #2482. Refactor Redraw - Non-virtual with the right set of virtual OnXXX methods. (#2577)
|
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 |
BDisp
|
b4d5337fbb
Done requested changes.
|
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 |
Tigger Kindel
|
d00b11ae5d
Added and fixed ScrollBarView and ScrollView tests
|
2 years ago |
Tigger Kindel
|
093b80cc1b
broke toplevel tests again
|
2 years ago |
Tigger Kindel
|
8e88682bb0
Adding absolute layout tests
|
2 years ago |
Tigger Kindel
|
791976428e
merged !!! woot.
|
2 years ago |
Thomas Nind
|
057cea44d2
Merge branch 'v2_develop' into events
|
2 years ago |
Tig Kindel
|
2e69bd1687
Fixed charmap
|
2 years ago |
Tig Kindel
|
ab2bda109b
improved API docs, removed duplicate code, refactored to make more readable
|
2 years ago |
BDisp
|
836d868057
Fix changed event and reformat in Views.
|
2 years ago |
tznind
|
fcc75e7147
Update View Action events to EventHandler events
|
2 years ago |
Charlie Kindel
|
b06e4229c4
Revert "Revert "Fixes #1743 - CharMap renders painfully slow""
|
2 years ago |
Charlie Kindel
|
9945c2dd54
Revert "Fixes #1743 - CharMap renders painfully slow"
|
2 years ago |
Charlie Kindel
|
3b5d8e9780
Fixes #1743 - CharMap renders painfully slow
|
2 years ago |
BDisp
|
81d7c61444
Fixes #2135. Character Map scenario doesn't show the content view.
|
2 years ago |