Nikita Tsukanov
d714f37fce
Implemented interop with externally managed GPU memory
3 years ago
Max Katz
151fe0031a
Update control catalog and samples
3 years ago
Emmanuel Hansen
bde380ebfa
Add snapping sample to scroll viewer page
3 years ago
robloo
a68cce869f
Add CancelRoutedEventArgs and use it in Expander
3 years ago
Max Katz
7cd51c9161
Update samples/ControlCatalog/Pages/DialogsPage.xaml.cs
3 years ago
Emmanuel Hansen
79b30658f1
add TopLevel.GetTopLevel api
3 years ago
Max Katz
37545cbeb1
IStorageProvider API updates
3 years ago
Max Katz
24626da489
Remove Rx.props from ControlCatalog and some other projects too
3 years ago
Simon Cropp
1b71714b76
brush in cataloge sample can be null
3 years ago
Simon Cropp
374c0c4e3b
screens in ScreenPage sampel cant be null
3 years ago
Simon Cropp
fb37ab1e77
leverage GetRequiredService
3 years ago
Sergey Mikolaitis
490c9b1ffe
[Text] fix tab width. It's too long
3 years ago
Simon
9cc8381d3e
fix minor typos
* adversly => adversely
* visiblility => visibility
3 years ago
Max Katz
ab64b33470
Remove IRuntimePlatform.OperatingSystem API and replace with trimmable OperatingSystem API
3 years ago
Emmanuel Hansen
f09a901e48
cleanup
3 years ago
Emmanuel Hansen
b9827c39ce
add Gestures sample page
3 years ago
Nikita Tsukanov
3fdd1da090
ImmediateContext + ServerCustomCompositionVisual + bugfixes
3 years ago
Max Katz
08a494ac7d
Update view transparency selection on the control catalog
3 years ago
Steven Kirk
f0c89a614e
Reimplemented Carousel.
Only `VirtualizingCarouselPanel` currently implemented.
3 years ago
Steven Kirk
84abb69b61
Reinstated DialogsPage.
3 years ago
Steven Kirk
1950e4b0a3
Remove TabControl.HeaderDisplayMemberBinding.
As `DisplayMemberBinding` should select the member for the header (in WPF it's `DisplayMemberPath`). Also set `TabItem.TabStripPlacement`.
3 years ago
Steven Kirk
692c0c155d
Begin refactoring ItemsPresenter.
A lot still broken, in particular virtualization is completely removed.`ItemsPresenter` now no longer has an `Items` or `ItemTemplate` property; it detects when it's hosted in an `ItemsControl`. `IItemsPresenter` interface removed.
3 years ago
robloo
a799f72242
Remove PixelRect.Default
3 years ago
robloo
5a743ad4c8
Standardize Default member in PixelRect
3 years ago
Giuseppe Lippolis
2aa79269e8
fix: Address reviw
3 years ago
ShadowMarker789
2f3c5ef98f
Add Support for low-latency Dxgi-swapchain based presentation model ( #9572 )
* Got the swapchain working
* Removed unneeded field
* Code cleanup
* Fixed and added custom control with smiles.
* Update DXGI_SWAP_CHAIN_FLAG.cs
All of the new members should be internal. Leaving the minimum (handles?) for the interoperability.
* > Please, use our COM interop codegen instead. It provides at least some safety with reference tracking / disposal
DONE
* Code cleanup, using statements for correct disposal, disposing of fields in the render-target.
* Further code refactoring, reorganized folder structure under DirectX
Co-authored-by: michael.david.howard@outlook.com <michael.david.howard@outlook.com>
3 years ago
robloo
307142eedc
Add disabled Expander expanding/collapsing examples to the sample app
3 years ago
Max Katz
d77a38739e
Update TabControlPage.xaml
3 years ago
Max Katz
15ec0eb202
Update TabControlPage.xaml
3 years ago
Emmanuel Hansen
1a80d5fd5a
clean up animation and add comments
3 years ago
Emmanuel Hansen
68fd64f164
Use Composition Api for animation
3 years ago
Emmanuel Hansen
5bdbd930d9
Add Refresh Container
3 years ago
Max Katz
fa0cea97fe
Enable compiled bindings by default and fix all the usages + adjust some namespaces
3 years ago
Emmanuel Hansen
96d4a1588b
remove notification manager property from toplevel. remove unused notification manager in control catalog main window
3 years ago
Max Katz
12921c17f7
Refactor extension to use a custom xaml method
3 years ago
robloo
572ad56150
Complete Expander updates
3 years ago
Emmanuel Hansen
7ce869475e
add notifcationmanager property to toplevel
3 years ago
robloo
c959c0594f
Update palettes used in the ColorPickerPage
3 years ago
Max Katz
3d4b0ae91c
Reenable form factor markup extension with some tests
3 years ago
Max Katz
06a68751a4
Move IsOnPlatform method to the xaml helpers class
3 years ago
Max Katz
9e41a88f46
Reimplement OnPlatform to inject IL code instead of markup extension
3 years ago
Benedikt Stebner
93b77b1b6a
Move inlines support to TextBlock and rename RichTextBlock to SelectableTextBlock
3 years ago
robloo
91d25f7416
Fix missed property rename
3 years ago
robloo
d816726ef0
Rename Scale to Scaling and update more comments
3 years ago
Dan Walmsley
59e12e4d30
add OnFormFactor extension.
3 years ago
Dan Walmsley
81dca34889
tmp
3 years ago
Dan Walmsley
aa09803e58
add a platform info page to control catalog that tells user where avalonia thinks its running,
3 years ago
robloo
6bc689a662
Updates from code review
3 years ago
robloo
e96772e707
Remove ThirdComponentConverter replacing it with ColorSpectrum.ThirdComponent property
3 years ago
robloo
11a73142c0
Add additional ColorPicker sample to control catalog created from code-behind
3 years ago