Tig
|
b187a8e70f
Reamed Bounds -> Viewport - MOAR rename
|
1 year ago |
Tig
|
f6ff36968e
Reamed Bounds -> ViewPort to see how it feels
|
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
|
7036f5f8f8
Cleaned up MouseClick related stuff.
|
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
|
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 |
Tigger Kindel
|
a96c2588d5
Tweaks to api docs
|
1 year ago |
Tig
|
42b9ad1d61
Fixes #2578 - Updates mouse events to be relative to `View.Bounds` (#2920)
|
1 year ago |
Thomas Nind
|
545e422ffa
Fix table view not redrawing when using letter based navigation (#2977)
|
1 year ago |
tznind
|
e3323ec8c6
Remove use of HotFocus completely from TableView
|
1 year ago |
tznind
|
46b9a15641
Use Focus not HotFocus for TableView selected cells
|
1 year ago |
Tigger Kindel
|
51e0c3c1b7
Fixed color issues
|
1 year ago |
Tigger Kindel
|
5e32c4616b
Fixed color issues
|
1 year ago |
Tigger Kindel
|
760ab804f0
WIP - Everything seems to work
|
1 year ago |
Thomas Nind
|
cd6cfd7f62
Fixes #2683 - Adds an ITableSource which wraps a TreeView<T> (#2685)
|
2 years ago |
Thomas Nind
|
e2feeefa93
Fixes #2663 - No more nested classes (#2664)
|
2 years ago |
BDisp
|
713b2c4725
Fixes #92. Remove dependency on ustring. (#2620)
|
2 years ago |
Thomas Nind
|
6cd79ada3a
Fixes #2587 - Add CheckBoxTableSourceWrapper for TableView checkboxes (#2589)
|
2 years ago |
Nutzzz
|
5d1fe43362
Fixes #16 - Add ListTableSource for columned lists (#2603)
|
2 years ago |
Tig
|
dea5f0fe03
Fixes #2597. Enables standard glyphs to be set via ConfigurationManager (#2595)
|
2 years ago |
BDisp
|
ea24de3a27
Fixes #2482. Refactor Redraw - Non-virtual with the right set of virtual OnXXX methods. (#2577)
|
2 years ago |
Thomas Nind
|
01544dc60c
Fixes #2581 Refactor CollectionNavigator so it supports TableView (#2586)
|
2 years ago |