Steven Kirk
|
4d01dacd77
|
Remove copyright headers.
Some of our files had them, some didn't. They serve no purpose legally so best to remove the ceremony.
|
6 years ago |
Steven Kirk
|
cca4247c05
|
Added EventRoute.
Instead of traversing the tree while raising an event, instead first build an event route and then raise the event along it.
Fixes #3176
|
6 years ago |
Steven Kirk
|
4e62ff3ffb
|
Added failing test for #3176.
|
6 years ago |
Dariusz Komosinski
|
a2c6bc1b7c
|
Remove usage of AddClassHandler that returns new lambda per invocation.
|
7 years ago |
Jeremy Koritzinsky
|
18f436a2c3
|
Clean up unused code warnings and malformed doc comments.
|
8 years ago |
Steven Kirk
|
4730ee1c41
|
Fix spelling of descendant.
While "descendent" is an acceptable English spelling, "descendant" is the common spelling.
|
9 years ago |
Steven Kirk
|
4ca0bb72b2
|
Added GetObservable for routed events.
Fixes #905.
|
9 years ago |
Steven Kirk
|
5be41985c3
|
Renamed Perspex -> Avalonia
|
10 years ago |
Steven Kirk
|
be8e650184
|
Fix non-compiling tests.
|
10 years ago |
Steven Kirk
|
a6b74db847
|
Merge branch 'logical-tree' into leaks
|
10 years ago |
Steven Kirk
|
d2bbe8e08e
|
Test event handling works as expected.
|
10 years ago |
Steven Kirk
|
ca4c21256a
|
Fixed some warnings.
|
10 years ago |
Nikita Tsukanov
|
01e2c90bc5
|
Removed this.
|
11 years ago |
Steven Kirk
|
145411020b
|
Ran .net core code formatter.
|
11 years ago |
Steven Kirk
|
6151aef188
|
Removed file headers.
|
11 years ago |
Steven Kirk
|
d11d779414
|
Trying to fix capitalization of tests and docs AGAIN.
|
11 years ago |
Steven Kirk
|
1a2fba4798
|
Revert "Fixed casing of Docs and Tests directories."
This reverts commit 845b28a2c2.
|
11 years ago |
Steven Kirk
|
845b28a2c2
|
Fixed casing of Docs and Tests directories.
|
11 years ago |
Steven Kirk
|
6167bacf54
|
Moved to more standard filesystem layout.
Based on https://gist.github.com/davidfowl/ed7564297c61fe9ab814 and https://github.com/fsprojects/ProjectScaffold
|
11 years ago |
Steven Kirk
|
fef04a5f5d
|
Implemented Menus a bit better.
Now appear correctly in logical tree and use general-purpose mechanisms
rather than direct communication between MenuItems.
|
11 years ago |
Steven Kirk
|
ba8552cb81
|
Renamed Id to Name.
No reason to be different for the sake of it.
|
11 years ago |
Steven Kirk
|
78901c776e
|
Make class handlers work again.
|
11 years ago |
Steven Kirk
|
fa56056db6
|
Allow listening for already handled events.
|
11 years ago |
Steven Kirk
|
aa63b5fa15
|
Started refactoring events.
Tunnelled and bubbling events can now be represented by a single
RoutedEvent. Next need to implement 'handledEventsToo'.
|
11 years ago |