Max Katz
7bf2b7668c
Use Skia in windows interop test + remove old hacks for old wpf control
3 years ago
Max Katz
da157ff509
Fix WindowsInteropTest
3 years ago
Max Katz
f31b42d901
Start WF control render timer when handle is created and stop when handle is destroyed
3 years ago
Max Katz
7618cd74c3
Fix some minor issues with ControlCatalog on NetFramework
3 years ago
Max Katz
c3738875e6
Migrate to net462
3 years ago
Max Katz
4be09e3063
Move to Avalonia.Win32.Interoperability project for correctness
3 years ago
Steven Kirk
c7db3bfee7
Added failing test for #11370 .
3 years ago
affederaffe
a354ebd880
Fix ControlCatalog DnD sample
3 years ago
Steven Kirk
0b1b3476fb
Make EnumExtensions internal.
3 years ago
Emmanuel Hansen
bab99456ad
fix safe area demo project build
3 years ago
Nikita Tsukanov
64610c264b
Composition aware resources
3 years ago
Max Katz
9a3ed2e022
Use correct theme specific selection brush on SelectableTextBlock
3 years ago
Steven Kirk
e5eee5ac3c
Fix custom transition.
Don't set `FillMode` because the value will get stuck.
3 years ago
Max Katz
568f0f6ee2
Fix appium test
3 years ago
robloo
31a1e514fa
Improve ColorPreviewer margins with drop shadow
This sets ClipToBounds to false for the control which allows the drop shadow to fully draw above/below the control itself. Doing this removes the need to adjust margins in almost all places. This is a big simplification to margin calculation and removes strange negative values.
3 years ago
rabbitism
6b56d44022
feat: add combobox samples.
3 years ago
robloo
9d76cdd3dd
Rename incorrect `Color.ToUint32` to `ToUInt32`
3 years ago
Max Katz
bc79b388b5
Use ImmediateDrawingContext in the ICustomDrawOperation interface
3 years ago
Steven Kirk
bdbc0344dc
Enable source generators in Sandbox.
3 years ago
Max Katz
a09c182e89
Implement SystemAccentColors backed by the actual system values
3 years ago
Steven Kirk
576014db05
Improve slider integration tests.
They are now failing due to #11015 .
3 years ago
Max Katz
d3fb8dee89
Build fixes
3 years ago
Max Katz
e909bdb005
Fix some other AVP warnings
3 years ago
Max Katz
80ad07ddff
Fix build
3 years ago
Nikita Tsukanov
cf28998a46
Bitmap effects support
3 years ago
Emmanuel Hansen
b95feeb0af
fix nullable warnings
3 years ago
Emmanuel Hansen
d203c1b386
add safe area demo
3 years ago
Steven Kirk
27f103025a
Fix nullable errors.
3 years ago
Steven Kirk
36444706c1
Added a playground page to virtualization demo.
For testing selection, collection changes and scroll into view etc.
3 years ago
Steven Kirk
35d70577f4
Added repro for #10367 to virtualization demo.
3 years ago
Steven Kirk
5e961ff7bf
Started rewriting VirtualizationDemo.
To give some more realistic examples of lists to test virtualization on. Started with a chatgpt-generated chat.
3 years ago
Emmanuel Hansen
904be53ffa
merge scroll viewer samples
3 years ago
Steven Kirk
22f266f994
ItemsRepeater.Items -> ItemsSource.
3 years ago
Steven Kirk
027bd2313a
AutoCompleteBox.Items -> ItemsSource.
3 years ago
Steven Kirk
2b2eb8261a
DataGrid.Items -> ItemsSource.
3 years ago
Steven Kirk
996578f2bf
Remove all remaining uses of Items setter.
3 years ago
Emmanuel Hansen
04c8b652c8
move clipboard to TopLevel
3 years ago
Emmanuel Hansen
7c460a9bcb
add system bar color attached property
3 years ago
Nikita Tsukanov
371251d58c
Review comments
3 years ago
robloo
849d801429
Add custom ColorSliderThumbTheme to the sample page
This theme makes the thumb larger than the track
3 years ago
Max Katz
9dba61d56d
Minor improvements of clipboard page demo
3 years ago
Nikita Tsukanov
bc3768c2a0
More platforms are now using IDispatcherImpl
3 years ago
robloo
a0224876ab
Use SetCurrentValue to fix HamburgerMenu bug #10537
4 years ago
robloo
2eb04c2719
Rename Popup.PlacementMode to Popup.Placement
4 years ago
Steven Kirk
9845dfadef
Add system decorations and extend client area opts
4 years ago
Emmanuel Hansen
16cb38f60d
add new IStorage api
4 years ago
Emmanuel Hansen
c276f6e1b3
add new IStorage api
4 years ago
Giuseppe Lippolis
7f9cbb6aed
fix(DevTools): Debug Application without ApplicationLifetime
4 years ago
Steven Kirk
f8eceb4af9
Update usages of ItemsControl Items/ItemsSource.
- Use `ItemsSource` when appropriate
- When `Items` is appropriate, don't use the setter
4 years ago
Steven Kirk
b9171f32f2
Fix compile error.
4 years ago