Steven Kirk
9845dfadef
Add system decorations and extend client area opts
3 years ago
Max Katz
cbe0bb861a
Merge pull request #10648 from tmds/tmds_dbus
Use latest Tmds.DBus.Protocol.
3 years ago
Nikita Tsukanov
f6a71183e2
Merge pull request #10647 from workgroupengineering/patch-1
Add Allert Pausing community contributions
3 years ago
Tom Deseyn
9a63f82421
Use latest Tmds.DBus.Protocol.
Version 0.14.0 reduces its external dependencies.
3 years ago
workgroupengineering
6e1ea38bf0
Add Allert Pausing community contributions
3 years ago
Nikita Tsukanov
c298a7ffbf
Merge pull request #10630 from AvaloniaUI/fix-generator
Include Avalonia.Generators.props properly
3 years ago
Max Katz
c0cf6deb24
Include Avalonia.Generators.props properly
3 years ago
Max Katz
95b2406145
Merge pull request #10627 from AvaloniaUI/fixes/9569-get-transformed-bounds
Add Visual.GetTransformedBounds extension method.
3 years ago
Steven Kirk
5d47043f5f
Fix expected test results.
3 years ago
Max Katz
7c9085538c
Merge branch 'master' into fixes/9569-get-transformed-bounds
3 years ago
Steven Kirk
ed7ee5cf39
Add Visual.GetTransformedBounds extension method.
Fixes #9569 .
3 years ago
Max Katz
8349a9c5c2
Merge pull request #10607 from AvaloniaUI/storage-api
Add new IStorage api - Create, Move, Delete
3 years ago
Max Katz
2d58c4c215
Fix TS buikd
3 years ago
Max Katz
d19e3cd898
Add wasm and ios implementations
3 years ago
Max Katz
da409f6857
Merge branch 'storage-api' of https://github.com/AvaloniaUI/Avalonia into storage-api
# Conflicts:
# src/Android/Avalonia.Android/Platform/Storage/AndroidStorageItem.cs
# src/Avalonia.Base/Platform/Storage/FileIO/BclStorageFolder.cs
# src/Avalonia.Base/Platform/Storage/IStorageFolder.cs
3 years ago
Max Katz
8423e16658
Merge pull request #10620 from Gillibald/feature/invariantFamilyNames
FontManager fixes
3 years ago
Steven Kirk
541ca5fbe3
Merge pull request #10541 from AvaloniaUI/add-scrollBarAutomationPeer
Add ScrollBarAutomationPeer
3 years ago
Steven Kirk
04b2feaf8e
Merge branch 'master' into add-scrollBarAutomationPeer
3 years ago
Benedikt Stebner
beb57b646c
Fix test font typeface loading
3 years ago
Benedikt Stebner
ab40d4e9fa
Merge branch 'feature/invariantFamilyNames' of https://github.com/Gillibald/Avalonia into feature/invariantFamilyNames
3 years ago
Benedikt Stebner
37168e21bb
Use EnterScope
3 years ago
Benedikt Stebner
80d40bba1e
Merge branch 'master' into feature/invariantFamilyNames
3 years ago
Benedikt Stebner
7b8f7dbfce
Normalize family names to upper case
3 years ago
Emmanuel Hansen
2d2fcf94ac
add async suffix
3 years ago
Emmanuel Hansen
16cb38f60d
add new IStorage api
3 years ago
Emmanuel Hansen
c276f6e1b3
add new IStorage api
3 years ago
Max Katz
7430ffe6c2
Merge pull request #8592 from timunie/fix/DataGridCopyMulitlineContent
Improve DataGrid CSV export (copy & paste)
3 years ago
Max Katz
0eb63c9214
Merge branch 'master' into fix/DataGridCopyMulitlineContent
3 years ago
Max Katz
123a2ed8fe
Merge pull request #10603 from AvaloniaUI/update-storage-provider-one-last-time
Change StorageFolder.GetItemsAsync to return IAsyncEnumerable
3 years ago
Max Katz
68d680c5cd
Merge pull request #10600 from AvaloniaUI/fixes/x11window-nre
Add nullable reference checking to X11Window.
3 years ago
Max Katz
f55e7af3d1
Merge branch 'master' into fixes/x11window-nre
3 years ago
Max Katz
2fd5e6b9d9
Make browser GetItemsAsync trully async and lazy
3 years ago
Max Katz
6412da10cf
Update mobile impl
3 years ago
Max Katz
5968830296
Update API, samples and BCL impl
3 years ago
Max Katz
e3d94db0b6
Merge pull request #10601 from timunie/fix/ToolTipService_NRE
Fix NRE in ToolTipService
3 years ago
Benedikt Stebner
bfb6315d6b
Merge remote-tracking branch 'upstream/master' into feature/invariantFamilyNames
3 years ago
Benedikt Stebner
59b1ba6d46
Invariant family names
3 years ago
Tim
a76eb7f587
Add additional null check as Tip may be null in some situations
see https://github.com/AvaloniaUI/Avalonia/issues/10598
3 years ago
Steven Kirk
4d7e453d58
Merge pull request #10572 from Enscape/fixes/coercion-type-safety
Fixed coerce methods being called on incompatible types
3 years ago
Steven Kirk
47eec7e461
Merge branch 'master' into pr/10572
3 years ago
Steven Kirk
1143b335d6
Add nullable reference checking to X11Window.
3 years ago
Steven Kirk
ef129ec0bc
Merge pull request #10589 from AvaloniaUI/refactor/selection-model
Port SelectionModel changes from TreeDataGrid.
3 years ago
Steven Kirk
ad5e6d24ac
Merge branch 'master' into refactor/selection-model
3 years ago
Max Katz
e9cd5d534b
Merge pull request #10582 from workgroupengineering/fixes/Warnings/XML_Comment
fix: Misc XML Document issue
3 years ago
Max Katz
3c74c7ce13
Merge pull request #10584 from workgroupengineering/fixes/Warnings/CS0628
fix: Warning CS0628 new protected member declared in sealed type
3 years ago
Dan Walmsley
faf021e046
Merge pull request #10575 from AvaloniaUI/fixes/macos-no-resize-zoom
macOS: Don't allow window zoom when CanResize=false.
3 years ago
Giuseppe Lippolis
8c01795ef8
fix: Warning CS0628 new protected member declared in sealed type
```bash
Warning CS0628 'DrawingGroup.DrawingGroupDrawingContext._rootDrawing': new protected member declared in sealed type Avalonia.Base (net6.0), Avalonia.Base (netstandard2.0) .\src\Avalonia.Base\Media\DrawingGroup.cs 120 Active
Warning CS0628 'DrawingGroup.DrawingGroupDrawingContext._currentDrawingGroup': new protected member declared in sealed type Avalonia.Base (net6.0), Avalonia.Base (netstandard2.0) .\src\Avalonia.Base\Media\DrawingGroup.cs 123 Active
```
3 years ago
Giuseppe Lippolis
02983e3c1e
fix: Misc XML Document issue
3 years ago
Max Katz
9775777545
Merge pull request #10579 from Gillibald/fixes/invalidFontCollectionUri
Only try to create embedded font collections for valid source Uris
3 years ago
Benedikt Stebner
ef2a47bc95
Only try to create embedded font collection for valid assets location
3 years ago