tznind
|
2ed71e284c
Move all nested eventargs out of parent classes to root
|
2 years ago |
tznind
|
9c4f3eda16
Update Added/Removed and other events to use `EventHandler
|
2 years ago |
tznind
|
7764006932
Add ViewEventArgs
|
2 years ago |
tznind
|
17e2d1d341
Refactor Action<Size> events to EventHandler<SizeChangedEventArgs>
|
2 years ago |
tznind
|
5187310b9a
Refactor 'AlternateKey' events in Toplevel to use new signature
|
2 years ago |
BDisp
|
a7c13b5d48
Fixes merge conflicts errors.
|
2 years ago |
BDisp
|
eac93a7973
Resolving merge conflicts.
|
2 years ago |
BDisp
|
1d2dc40c8a
Fixes #2305. Improves the handling of escape sequence. (#2375)
|
2 years ago |
Tig
|
9425b2a720
Fixes #2181 - (Really) Adds configuration manager (#2365)
|
2 years ago |
Tig
|
ff8ac0faac
Merge branch 'develop' into invisible-cursor-fix_2326
|
2 years ago |
Tig Kindel
|
2b26ec7bfb
merge fixes
|
2 years ago |
BDisp
|
057bbcaea8
Fixes #2326. Invisible cursor after modal dialog.
|
2 years ago |
Tig Kindel
|
84a4bb69d4
removed unused Cook/UncookMouse APIs
|
2 years ago |
Charlie Kindel
|
d2cffa345b
Merge branch 'develop' into fixes_2205_fakeclipboard
|
2 years ago |
Charlie Kindel
|
1efb051379
Refactored AutoInitShutdown attribute - scary stuff
|
2 years ago |
BDisp
|
d1a03aeecf
Fixes #2162. Toplevel dragging wasn't moving well.
|
2 years ago |
Charlie Kindel
|
2cfe7e9695
Changed Example to use Run<T> because we need more examples of this
|
2 years ago |
Charlie Kindel
|
de3c02e9bf
refactored internal Init() (now called InternnalInit()) to be more clear; updated docs and unit tests
|
2 years ago |
Charlie Kindel
|
8a73ade5b2
fixed unit tests
|
2 years ago |
Charlie Kindel
|
34d4caa883
removed remainging #520 comments and re-enabled broken mdi test
|
2 years ago |
Charlie Kindel
|
812a389082
with #520 fixed, cleaning up comments and tests
|
2 years ago |
Charlie Kindel
|
75f83a4a86
Made @bdisp's suggested fixes
|
2 years ago |
Charlie Kindel
|
bf1ed31281
Refactored UI Catalog and added tons of unit tests
|
2 years ago |
Charlie Kindel
|
89d674d4d7
Updated API docs for Application
|
2 years ago |
Charlie Kindel
|
87c224297c
fixed by removing Init calls
|
2 years ago |
tznind
|
b20483cc68
Change `MouseEvent` to a mutable class (previously struct) and added Handled
|
2 years ago |
tznind
|
20856f0ce0
Non breaking implementation of cancellable root mouse events
|
2 years ago |
BDisp
|
834a942302
Fixes #2064. mouseGrabView must have a track to allow the views who use it having some control.
|
2 years ago |
BDisp
|
f57e48b1e5
Fixes #2014. Application mouseGrabView is run twice if return true. (#2015)
|
2 years ago |
BDisp
|
75c0160d96
Fixes #1999. Prevents the mouseGrabView being executed with a null view. (#2000)
|
2 years ago |