Brandon Thetford
|
bfedfee9ee
Simplify construction of new Rectangle, Size, Point, and *F instances
|
1 year ago |
Brandon Thetford
|
a638edeeaf
Rename Rect to Rectangle in preparation for removal
|
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
|
2c725b877f
Fixes #2944. Makes `ColorScheme` explicitly readonly, removes `Colors.Base`, etc..., Fixes intermittent `TreeView` unit test failures (#3175)
|
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
|
707dbda71b
Fixes #3072, #3148. `Dialog` and `MessageBox` key binding do not handle Enter correctly (#3151)
|
1 year ago |
Tig
|
7af54f369d
Robustness improvements in prep for implementing Virtual Terminal Sequences (#3094)
|
1 year ago |
Tig
|
dcb3b359ad
Fixes #2926 - Refactor KeyEvent and KeyEventEventArgs to simplify (#2927)
|
1 year ago |
Tig
|
42b9ad1d61
Fixes #2578 - Updates mouse events to be relative to `View.Bounds` (#2920)
|
1 year ago |
Tig
|
6851b42a49
Fixes #2921 - MainLoop refactoring (#2922)
|
1 year ago |
Tigger Kindel
|
1c133ba364
Refactored CheckTimers into MainLoop and renamed/simplified
|
1 year ago |
Tigger Kindel
|
05e203c7a4
lots of fixes
|
1 year ago |
BDisp
|
0820ce985f
Fixes #2810. Pressing Alt key on a Toplevel with only a MenuBar throws System.InvalidOperationException.
|
1 year ago |
Tig
|
0df485a890
Fixes #666. Refactor `ConsoleDriver`s to simplify and remove duplicated code (#2612)
|
2 years 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
|
ea24de3a27
Fixes #2482. Refactor Redraw - Non-virtual with the right set of virtual OnXXX methods. (#2577)
|
2 years ago |
BDisp
|
105ff9ab54
Fixes #2569. Borders scenarios needed to be refactored. (#2570)
|
2 years ago |
BDisp
|
62746f8037
Fixes #2539. Add feature to draw menus with or without border. (#2556)
|
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 |
Tigger Kindel
|
18e18f6a7f
Cleaned up Application.cs
|
2 years ago |
Tig
|
a637f8a29c
Fixes #2486 - Removes old `Border` and fixes a litany of related things (#2525)
|
2 years ago |
BDisp
|
e272c6b36c
Fixes #2516. StatusBar isn't positioned at the most bottom. (#2518)
|
2 years ago |
Tig
|
574ed8fec7
Fixes #2469 - Revamp file structure and namespace (#2471)
|
2 years ago |