Tig
|
b187a8e70f
Reamed Bounds -> Viewport - MOAR rename
|
1 year ago |
Tig
|
0900333e12
Reamed Bounds -> Viewport - more rename
|
1 year ago |
Tig
|
f6ff36968e
Reamed Bounds -> ViewPort to see how it feels
|
1 year ago |
Tig
|
745e2c21a2
Added low-level unit tests; found latent bugs in View.Clear, Bounds, etc... Fixed.
|
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 |
dodexahedron
|
0f9e6f091d
Stage 1 of #3256 - Prepare Rect for removal (#3260)
|
1 year ago |
Tig
|
16055c53b0
Fixes #3039. Fix View.HotKey (#3249)
|
1 year ago |
dodexahedron
|
34bef2c839
Fixes #3242 - Replaces simple null checks (#3248)
|
1 year ago |
Tig
|
4430fe2cc6
Fixes #3192. Improve correctness / clarity of existing `View.AutoSize` functionality/unit tests (#3202)
|
1 year ago |
BDisp
|
56943f17d2
Fixes #2882. TabView: 'Frame.DrawFrame(Rect, bool)' is obsolete: 'This method is obsolete in v2. Use use LineCanvas or Frame (#2980)
|
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
|
dcb3b359ad
Fixes #2926 - Refactor KeyEvent and KeyEventEventArgs to simplify (#2927)
|
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 |
BDisp
|
713b2c4725
Fixes #92. Remove dependency on ustring. (#2620)
|
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 |
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 |
Tigger Kindel
|
4de48b6237
Fixed many tests
|
2 years ago |
tznind
|
2ed71e284c
Move all nested eventargs out of parent classes to root
|
2 years ago |
Thomas
|
b39413c4aa
Remove stale bounds hacks
|
2 years ago |
tznind
|
b94041e02e
Reference Bounds in TabView to avoid redrawing issue with repainting
|
2 years ago |
tznind
|
ab398b93cb
Make OnTabClicked fire for clicks in empty space and fix Notepad to only show context menu on right click.
|
2 years ago |
tznind
|
553cd6f66f
Adds TabView.TabClicked event
|
2 years ago |
tznind
|
d2bcc10193
Removed TabRowView.PositionCursor as we no longer show cursor
|
2 years ago |
tznind
|
5594aff326
Hide cursor when entering GraphView and TabRowView
|
2 years ago |
BDisp
|
769f5c8091
Improves the TabView minimum size and added more unit tests.
|
2 years ago |
BDisp
|
38100499a2
Fixes #1846. TabView now clip the draw bounds (#1847)
|
3 years ago |