affederaffe
d94c0670c8
Log DBus Exceptions
3 years ago
Dan Walmsley
b7568940c8
revert changes.
3 years ago
Dan Walmsley
10b89ac13a
Revert "revert control catalog changes."
This reverts commit d24903957e .
3 years ago
Dan Walmsley
d24903957e
revert control catalog changes.
3 years ago
Dan Walmsley
a9e16dc890
update repro
3 years ago
Dan Walmsley
1d0ac58755
add repro for popup transparency pointer event issue.
3 years ago
affederaffe
a354ebd880
Fix ControlCatalog DnD sample
3 years ago
Nikita Tsukanov
64610c264b
Composition aware resources
3 years ago
Tom Edwards
d9b11b0725
Added tests and control catalog demo for live changes to TabItem.ContentTemplate. The next commit will fix both.
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
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
Max Katz
a09c182e89
Implement SystemAccentColors backed by the actual system values
3 years ago
Max Katz
e909bdb005
Fix some other AVP warnings
3 years ago
Max Katz
80ad07ddff
Fix build
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
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
Steven Kirk
f8eceb4af9
Update usages of ItemsControl Items/ItemsSource.
- Use `ItemsSource` when appropriate
- When `Items` is appropriate, don't use the setter
3 years ago
Steven Kirk
b9171f32f2
Fix compile error.
3 years ago
Giuseppe Lippolis
ad220a6af6
fix: CS0618 'DataFormats.FileNames' is obsolete: 'Use DataFormats.Files
Warning CS0618 'DataFormats.FileNames' is obsolete: 'Use DataFormats.Files, this format is supported only on desktop platforms.' ControlCatalog (net6.0), ControlCatalog (netstandard2.0) .\samples\ControlCatalog\Pages\ClipboardPage.xaml.cs 69 Active
Warning CS0618 'DataFormats.FileNames' is obsolete: 'Use DataFormats.Files, this format is supported only on desktop platforms.' ControlCatalog (net6.0), ControlCatalog (netstandard2.0) .\samples\ControlCatalog\Pages\ClipboardPage.xaml.cs 78 Active
3 years ago
Max Katz
5968830296
Update API, samples and BCL impl
3 years ago
Steven Kirk
ba7e8a20b5
Added ItemsControl.ItemsSource.
`ItemsControl` now works more like WPF, in that there are separate `Items` and `ItemsSource` properties. For backwards compatibility `Items` can still be set, though the setter is deprecated. `Items` needed to be changed from `IEnumerable` to `IList` though.
3 years ago
Giuseppe Lippolis
3f306b48ab
fix(DrawingContext): CS0618 PushPreTransform(Matrix)' is obsolete: 'Use PushTransform'
```bash
Warning CS0618 'DrawingContext.PushPreTransform(Matrix)' is obsolete: 'Use PushTransform' Avalonia.Direct2D1.RenderTests, Avalonia.Skia.RenderTests .\tests\Avalonia.RenderTests\Media\ConicGradientBrushTests.cs 203 Active
Warning CS0618 'DrawingContext.PushPreTransform(Matrix)' is obsolete: 'Use PushTransform' Avalonia.Direct2D1.RenderTests, Avalonia.Skia.RenderTests .\tests\Avalonia.RenderTests\Media\LinearGradientBrushTests.cs 98 Active
Warning CS0618 'DrawingContext.PushPreTransform(Matrix)' is obsolete: 'Use PushTransform' Avalonia.Direct2D1.RenderTests, Avalonia.Skia.RenderTests .\tests\Avalonia.RenderTests\Media\RadialGradientBrushTests.cs 188 Active
Warning CS0618 'DrawingContext.PushPreTransform(Matrix)' is obsolete: 'Use PushTransform' Avalonia.Direct2D1.RenderTests, Avalonia.Skia.RenderTests .\tests\Avalonia.RenderTests\Media\TextFormatting\TextLayoutTests.cs 315 Active
Warning CS0618 'DrawingContext.PushPreTransform(Matrix)' is obsolete: 'Use PushTransform' Avalonia.Skia.UnitTests .\tests\Avalonia.Skia.UnitTests\Media\TextFormatting\TextFormatterTests.cs 795 Active
Warning CS0618 'DrawingContext.PushPreTransform(Matrix)' is obsolete: 'Use PushTransform' ControlCatalog (netstandard2.0) .\samples\ControlCatalog\Pages\CustomDrawingExampleControl.cs 136 Active
Warning CS0618 'DrawingContext.PushPreTransform(Matrix)' is obsolete: 'Use PushTransform' ControlCatalog (netstandard2.0) .\samples\ControlCatalog\Pages\CustomDrawingExampleControl.cs 140 Active
Warning CS0618 'DrawingContext.PushPreTransform(Matrix)' is obsolete: 'Use PushTransform' ControlCatalog (netstandard2.0) .\samples\ControlCatalog\Pages\CustomDrawingExampleControl.cs 144 Active
Warning CS0618 'DrawingContext.PushPreTransform(Matrix)' is obsolete: 'Use PushTransform' ControlCatalog (netstandard2.0) .\samples\ControlCatalog\Pages\CustomDrawingExampleControl.cs 146 Active
Warning CS0618 'DrawingContext.PushPostTransform(Matrix)' is obsolete: 'Use PushTransform' RenderDemo .\samples\RenderDemo\Pages\RenderTargetBitmapPage.cs 32 Active
Warning CS0618 'DrawingContext.PushPreTransform(Matrix)' is obsolete: 'Use PushTransform' Avalonia.Base (net6.0), Avalonia.Base (netstandard2.0) .\src\Avalonia.Base\Media\DrawingGroup.cs 76 Active
Warning CS0618 'DrawingContext.PushPreTransform(Matrix)' is obsolete: 'Use PushTransform' Avalonia.Direct2D1.RenderTests, Avalonia.Skia.RenderTests .\tests\Avalonia.RenderTests\Controls\CustomRenderTests.cs 91 Active
Warning CS0618 'DrawingContext.PushPreTransform(Matrix)' is obsolete: 'Use PushTransform' Avalonia.Direct2D1.RenderTests, Avalonia.Skia.RenderTests .\tests\Avalonia.RenderTests\Controls\CustomRenderTests.cs 115 Active
```
3 years ago
tkefauver
87e0ff2a51
Flyout sample label fix
3 years ago
Emmanuel Hansen
34c1b46b30
Force app theme change when status bar theme changes on android.
3 years ago
Max Katz
a28aa6e04a
Update control catalog to support insets samples
3 years ago
Benedikt Stebner
d08083bbf3
Introduce font collections
3 years ago
Max Katz
6496abf14b
Changes after review, added FlyoutPresenterTheme
3 years ago
Max Katz
4e47a27304
Add some popup properties to the PopupFlyoutBase
3 years ago
Max Katz
733238a8af
Implement PlacementMode.Center
3 years ago
affederaffe
b9644c3068
Revert "Fix dependency of Avalonia.Fonts.Inter"
This reverts commit ffe6fe8a39 .
3 years ago
affederaffe
ffe6fe8a39
Fix dependency of Avalonia.Fonts.Inter
3 years ago
Giuseppe Lippolis
0038f9ed96
fix: AVP1022 Bad name: An AvaloniaProperty named 'DrawOnlyPoints' is being assigned to ControlCatalog.Pages.PointerCanvas.StatusProperty
3 years ago
Giuseppe Lippolis
27c9acfd6c
fix(ControlCatalog): Address Rule AVP1000 Incorrect AvaloniaProperty storage
3 years ago
Max Katz
30d1dc7e61
Setup generators project in the repository, use in the control catalog
3 years ago
Max Katz
104023bfc8
Remove specific data type methods from the IDataObject, add new Files format
3 years ago
Max Katz
e6b8914b7d
Rename TryGetFileFromPath-like method to end with Async suffix
3 years ago
Max Katz
49a6cbd5a6
Use polyfill for open file and directory dialogs
3 years ago
Max Katz
d1c329e819
Pass file extensions to the browser backend in the file picker
3 years ago
Max Katz
e975468e92
Remove unused CanOpenRead/CanOpenWrite
3 years ago
Max Katz
c01edba86e
Rename Avalonia.Themes.Fluent.Inter to Avalonia.Fonts.Inter
3 years ago