Steven Kirk
c6540c1bf2
Fix failing test.
6 years ago
Steven Kirk
e17f18de45
Update SelectionBoxItem on visual tree attach.
Fixes initial sizing of `SelectionBoxItem` when it's a control.
6 years ago
Steven Kirk
f9a6da26da
Don't respect root position when building scene.
`VisualBrush` should not respect the root control's `Bounds.Position` and always display the root control at 0,0. Because other top level controls should always have a position of 0,0 anyway this should only affect visual brushes.
Fixes the second part of #4944
6 years ago
Steven Kirk
59d531b9f3
Don't use manual FBO for RenderTargetBitmap/VisualBrush.
Fixes the first part of #4944 .
6 years ago
Max Katz
c682895b2d
Merge pull request #5017 from MarchingCube/fix-font-family-parse
Add a single argument Parse function for FontFamily.
6 years ago
Dariusz Komosinski
c52804cc0f
Add a single argument Parse function for FontFamily.
6 years ago
Dan Walmsley
a2d6fbb59c
Merge pull request #5015 from MarchingCube/layout-visualizer
Add support for visualizing layout properties.
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
3098501943
Merge pull request #5013 from AvaloniaUI/fixes/osx-crash-when-popup-open-and-app-closes
prevent NRE when popup is open and main window closes.
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
6b71270280
Merge pull request #5007 from workgroupengineering/fixes/Issue_5006
Fixes Issue 5006
6 years ago
Dariusz Komosiński
d1f75d2274
Merge branch 'master' into fixes/Issue_5006
6 years ago
Dan Walmsley
e32e092e4e
WinUI Comp tweak backdrop blur.
6 years ago
workgroupengineering
b71fc26a18
Merge branch 'master' into fixes/Issue_5006
6 years ago
workgroupengineering
47d6ba61dd
Update tests/Avalonia.Markup.UnitTests/Extensions/IEnummerableExtension.cs
fixes code smell
Co-authored-by: Dariusz Komosiński <darek.komosinski@gmail.com>
6 years ago
Nikita Tsukanov
5857a7c3a3
Merge pull request #5010 from AvaloniaUI/microcom-targets
Extract microcom generator stuff into a separate .targets file
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
411b227834
Adding test
6 years ago
Giuseppe Lippolis
760f13f093
fixed null reference exception when using MultiBinding without StringFormat and Converter
6 years ago
Dan Walmsley
c575283ae3
Merge pull request #4973 from pr8x/hotfix-ctx-menu2
Throw NotSupportedException inside ContextMenu.Open(null)
6 years ago
Steven Kirk
592af28ce4
Merge branch 'master' into hotfix-ctx-menu2
6 years ago
Dan Walmsley
f7acecb2da
Merge pull request #4947 from donandren/issues/4945
fix notification for selecteditem in listbox
6 years ago
Dan Walmsley
ea1a6f9029
Merge branch 'master' into issues/4945
6 years ago
Benedikt Stebner
7ef18ddc52
Merge pull request #4998 from Gillibald/fixes/TextDecorationLocation
Fix TextDecoration location calculation
6 years ago
Benedikt Schroeder
5be046e5ef
Fix TextDecoration location calculation
6 years ago
Max Katz
bb89d8d480
Merge pull request #4974 from AvaloniaUI/feature/keyboard-focus-within
Implement IsKeyboardFocusWithin
6 years ago
Dan Walmsley
521c94f747
Merge branch 'master' into feature/keyboard-focus-within
6 years ago
Nikita Tsukanov
cbe4c985b8
Merge pull request #4990 from AvaloniaUI/msb-2661-workaround
AddSyntheticProjectReferencesForSolutionDependencies = false
6 years ago
Dan Walmsley
d36b7a40df
ensure focus-within is removed when focus moves to a different root.
6 years ago
Dan Walmsley
6783dde8ce
Merge remote-tracking branch 'origin/master' into feature/keyboard-focus-within
6 years ago
Dan Walmsley
9dee53c7d9
add failing unit test for focus within tranfer of focus between roots.
6 years ago
Nikita Tsukanov
81e6df9188
CompileNative should depend on GenerateCppHeaders
6 years ago
Nikita Tsukanov
8a863a1c11
Update build.md
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
Nikita Tsukanov
eeba3f0e2e
AddSyntheticProjectReferencesForSolutionDependencies = false
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
34484dc80e
Merge remote-tracking branch 'origin/master' into feature/keyboard-focus-within
6 years ago
Dan Walmsley
deb0a58eb4
Add some unit tests for FocusWithin
6 years ago
Steven Kirk
1cc569472e
Fix ncrunch.
6 years ago
Dan Walmsley
4621f1eb3a
Merge pull request #4975 from AvaloniaUI/feature/update-reactiveui
update reactiveui
6 years ago