Andrey Kunchev
|
4563c6cd24
|
Compiled path support for cast
|
6 years ago |
Andrey Kunchev
|
5500c2ed8c
|
support parse cast in binding path expression
|
6 years ago |
Steven Kirk
|
612b1c6c69
|
Add WS_CLIPCHILDREN to PopupImpl.
Needed for embedding chromium, see https://github.com/AvaloniaUI/Avalonia/issues/3281#issuecomment-557615525
|
6 years ago |
Dariusz Komosinski
|
75824a0154
|
Remove not needed using.
|
6 years ago |
Dariusz Komosinski
|
380ada052f
|
Fix a few not needed allocations.
|
6 years ago |
Dariusz Komosinski
|
c52804cc0f
|
Add a single argument Parse function for FontFamily.
|
6 years ago |
Dariusz Komosinski
|
145d4a3ccb
|
Adjust sizing a bit.
|
6 years ago |
Dariusz Komosinski
|
77ecdc0013
|
Display control size accurately and add info about sizing constraints.
|
6 years ago |
Dariusz Komosinski
|
91fec98a75
|
Move field.
|
6 years ago |
Dariusz Komosinski
|
177d18463a
|
Add support for visualizing layout properties.
|
6 years ago |
Dan Walmsley
|
eecc91feaa
|
cleaner fix.
|
6 years ago |
Dan Walmsley
|
8946f4f80d
|
prevent NRE when popup is open and main window closes.
|
6 years ago |
Dan Walmsley
|
e32e092e4e
|
WinUI Comp tweak backdrop blur.
|
6 years ago |
Nikita Tsukanov
|
08d3b9154d
|
Extract microcom generator stuff into a separate .targets file
|
6 years ago |
Giuseppe Lippolis
|
dd1941e6ec
|
used ReadOnlyCollection instead of ToArray ()
|
6 years ago |
Giuseppe Lippolis
|
dbd0e3648e
|
fix code smell
|
6 years ago |
Giuseppe Lippolis
|
8ed53d47be
|
fixes Should_Return_TargetNullValue_When_Value_Is_Null fails
|
6 years ago |
Giuseppe Lippolis
|
760f13f093
|
fixed null reference exception when using MultiBinding without StringFormat and Converter
|
6 years ago |
Benedikt Schroeder
|
5be046e5ef
|
Fix TextDecoration location calculation
|
6 years ago |
Dan Walmsley
|
d36b7a40df
|
ensure focus-within is removed when focus moves to a different root.
|
6 years ago |
Nikita Tsukanov
|
72c3f6443d
|
microcom?
|
6 years ago |
Steven Kirk
|
7354ba337a
|
Use as instead of cast.
In case someone's doing something funky, fail gracefully.
|
6 years ago |
Dan Walmsley
|
2baae49a12
|
fix nullable reference type warnings.
|
6 years ago |
Dan Walmsley
|
8e2d555239
|
focus within copes with detach from tree.
|
6 years ago |
Dan Walmsley
|
f9f4e73bd3
|
whitespace.
|
6 years ago |
Dan Walmsley
|
7a33cd4e82
|
change syntax.
|
6 years ago |
Nikita Tsukanov
|
6b662026ef
|
Fix support for packages without strong name
|
6 years ago |
Nikita Tsukanov
|
8f6107969c
|
Extra checks
|
6 years ago |
Nikita Tsukanov
|
7f904f6c89
|
Emit IgnoresAccessChecksToAttribute for runtime-generated XAML
|
6 years ago |
Steven Kirk
|
2afd29e9c8
|
Use existing OnDataContextChanged method.
|
6 years ago |
Dan Walmsley
|
7cae6af637
|
less casting.
|
6 years ago |
Dan Walmsley
|
98c2b0f9e0
|
Initial implementation of IsKeyboardFocusWithin
|
6 years ago |
Nikita Tsukanov
|
72be5e3f01
|
Build
|
6 years ago |
Luis von der Eltz
|
a28dc2b9e4
|
Throw NotSupportedException inside ContextMenu.Open(null)
|
6 years ago |
Nikita Tsukanov
|
addcc6674d
|
Generate avalonia-native.h from avn.idl
|
6 years ago |
Nikita Tsukanov
|
7460c429fe
|
Calling Dispose multiple times should be valid
|
6 years ago |
Nikita Tsukanov
|
8de6823e5d
|
IT'S ALIVE
|
6 years ago |
Dan Walmsley
|
22605e52e9
|
add fix for treeview navigation when SelectedItem is not in the tree.
|
6 years ago |
Dan Walmsley
|
d3c44a89c0
|
revert fix and add failing unit test.
|
6 years ago |
Nikita Tsukanov
|
334f5f0a86
|
Fix microcom registration
|
6 years ago |
Nikita Tsukanov
|
f8d5ae59cc
|
Fix microcom target?
|
6 years ago |
Dan Walmsley
|
3db5e1bc5a
|
Revert "treeview navigation never return handled... if returning null."
This reverts commit 27c58c45e1.
|
6 years ago |
Dan Walmsley
|
27c58c45e1
|
treeview navigation never return handled... if returning null.
|
6 years ago |
Dan Walmsley
|
d3b43efe16
|
if TreeView has a selecteditem that isnt really part of the tree... then do not crash tab navigation.
|
6 years ago |
Dan Walmsley
|
233fdc9289
|
make slider track red when there is an error.
|
6 years ago |
Dan Walmsley
|
6435fc3ad0
|
Add validation to slider.
|
6 years ago |
Dan Walmsley
|
ec937153a4
|
add datavalidation to date and time pickers.
|
6 years ago |
Dan Walmsley
|
a0ce794c41
|
make numeric up down work with validation errors.
|
6 years ago |
Dan Walmsley
|
62ca81e9fb
|
add datavalidation errors to combobox.
|
6 years ago |
Dan Walmsley
|
76d3d013e3
|
add datavalidations to button spinner.
|
6 years ago |