Tig
|
b187a8e70f
Reamed Bounds -> Viewport - MOAR rename
|
1 year ago |
Tig
|
3a40dec249
Reamed Bounds -> Viewport in comments
|
1 year ago |
Tig
|
f6ff36968e
Reamed Bounds -> ViewPort to see how it feels
|
1 year ago |
Tig
|
a094d02c8b
Simplified and renamed GetLocationThatFits
|
1 year ago |
Tig
|
591434054c
Simplified and renamed GetLocationThatFits
|
1 year ago |
Tig
|
4991fc00ee
Merge branch 'v2_3273_FOUND_finddeepestview' of tig:tig/Terminal.Gui into v2_3273_FOUND_finddeepestview
|
1 year ago |
Tig
|
3f1e184e7e
Removed ClearFrame API. Not needed.
|
1 year ago |
Tig
|
3c3babb7fd
git rebase --onto v2_3298_REDO-xxxToScreen-improvements
|
1 year ago |
Tig
|
745e2c21a2
Added low-level unit tests; found latent bugs in View.Clear, Bounds, etc... Fixed.
|
1 year ago |
Tig Kindel
|
5607f530e4
Moved HasFocus out of Responder and made non-virtual
|
1 year ago |
Tig Kindel
|
9f292656e2
Moved CanFocus out of Responder and made non-virtual
|
1 year ago |
Tig Kindel
|
6b833ba08e
Moved CanFocus out of Responder and made non-virtual
|
1 year ago |
Tig Kindel
|
21ddaec3df
Added ViewArrangement enum, which Toplevel now uses
|
1 year ago |
Tig Kindel
|
e3ad40a6fa
Reenabled PositionTopLevel and fixed bug in TextField
|
1 year ago |
Tig Kindel
|
3a834ac5dc
Refixed Adornment view drag. Still some issues.
|
1 year ago |
Tig Kindel
|
cba58caac8
Toplevel drag via Adornment finished
|
1 year ago |
Tig Kindel
|
4398ccade7
Moved Toplevel drag out of Toplevel into Adornment (but still only works for Toplevel)
|
1 year ago |
Tig Kindel
|
7a988e47ae
Make OnMouseXX protected internal as a quick-fix workaround that at least makes them not public, so work can continue.
|
1 year ago |
Tig Kindel
|
bd8edbe201
Merged MouseEvent() and OnMouseEvent()
|
1 year ago |
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 |