Dan Walmsley
1afd7b51fd
Merge pull request #7775 from trympet/fix-dwm-opaque-backdrop
Fix dwm opaque backdrop
5 years ago
Jumar Macato
4d1912bc21
Merge branch 'master' into fix-dwm-opaque-backdrop
5 years ago
Jumar Macato
7b2f5a29c4
Merge pull request #7724 from robloo/hsvcolor
Add new HsvColor struct
5 years ago
Jumar Macato
10fcf8fa0d
Merge branch 'master' into fix-dwm-opaque-backdrop
5 years ago
Jumar Macato
f9fe104a3a
Merge branch 'master' into hsvcolor
5 years ago
Jumar Macato
90279d80fc
Merge pull request #7735 from amwx/ViewboxFix
Updates to Viewbox
5 years ago
Jumar Macato
4065132574
Merge branch 'master' into ViewboxFix
5 years ago
Jumar Macato
67d007a787
Merge pull request #7779 from mikeirvingweb/2022-corrections
Grammatical corrections to product names
5 years ago
Mike Irving
a529ae88d5
Grammatical corrections to product names: XCode -> Xcode, .Net -> .NET, Javascript -> JavaScript, MacOS -> macOS, MacOs -> macOS
5 years ago
Trym Lund Flogard
64ae7efe20
fix acrylic backdrop on win11
5 years ago
Trym Lund Flogard
24a18be7c2
Use HostBackdropBrush for winver >= 10.0.22000
5 years ago
Trym Lund Flogard
27a74bb12c
fix formatting
5 years ago
robloo
681abed490
Merge branch 'master' into hsvcolor
5 years ago
robloo
5436786ad5
Simplify
5 years ago
robloo
58afdf7666
Remove constructor and method with only HSV channels
Only variants with an alpha channel (AHSV) are supported. This is to avoid concerns about accidental parameter ordering and the API matches with Color.
5 years ago
Dan Walmsley
3358956a5d
Merge pull request #7755 from AvaloniaUI/fixes/win32-can-resize
Fixes/win32 can resize
5 years ago
Dan Walmsley
c45bb0ea30
Merge branch 'master' into fixes/win32-can-resize
5 years ago
Dan Walmsley
d35784dfd6
Merge pull request #7758 from Gillibald/fixes/CompiledMethodToCommandBinding
Fix compiled method to command binding
5 years ago
Dan Walmsley
1dbdca32f2
Merge branch 'master' into fixes/CompiledMethodToCommandBinding
5 years ago
Dan Walmsley
4e9f184db9
Merge pull request #7756 from AvaloniaUI/features/android-single-view-lifetime
singleview lifetime for android.
5 years ago
Dan Walmsley
c5e6b1979a
fix UseAndroid
5 years ago
Dan Walmsley
91980bea54
fix initialisation order.
5 years ago
Dan Walmsley
d7fccba9c3
indent.
5 years ago
Dan Walmsley
77f339d225
refactor android activity to allow appbuilder and singleviewlifetime.
5 years ago
Benedikt Stebner
b8877901d1
Merge branch 'master' into fixes/CompiledMethodToCommandBinding
5 years ago
Benedikt Stebner
52135b3a07
Fix compiled method to command binding
5 years ago
Dan Walmsley
8f6b9e1b23
re-order initialisation and lifetime config.
5 years ago
Dan Walmsley
8f3e9e2cc0
fix build.
5 years ago
Dan Walmsley
824afa2e33
fix build
5 years ago
Dan Walmsley
d7d6f8decb
Locator ftw
5 years ago
Dan Walmsley
61744546a8
make singleview lifetimes private classes.
5 years ago
Dan Walmsley
d48b61b5d0
singleview lifetime for android.
5 years ago
Dan Walmsley
d5693ba437
always get border rect.
5 years ago
Dan Walmsley
315a7cf1a8
fix non-resizable window dragging with IsExtendedToClientDecorations.
5 years ago
Dan Walmsley
430792681d
win32 obey can resize when use relies on BeginResizeDrag
5 years ago
Dan Walmsley
6bcb170114
Merge pull request #7754 from AvaloniaUI/fixes/wasm-keydown-events
browser - fix key down events
5 years ago
Dan Walmsley
7bfb6e8773
browser - fix key down events
5 years ago
Dan Walmsley
6209af4d46
Merge pull request #7565 from AvaloniaUI/net6-ios
Use new .NET 6 SDK for iOS backend
5 years ago
Dan Walmsley
3344e436b3
Revert "Avoid "using system" because"
This reverts commit 34b4f970e9 .
5 years ago
Dan Walmsley
95ac5122e4
Revert "use newer preview skiasharp."
This reverts commit 5210bb12e4 .
5 years ago
Dan Walmsley
5210bb12e4
use newer preview skiasharp.
5 years ago
Dan Walmsley
09acf151b4
attempt to fix native aot.
5 years ago
Dan Walmsley
9909c628fa
Merge branch 'master' into net6-ios
5 years ago
Benedikt Stebner
d0f3fedbb6
Merge pull request #7693 from Gillibald/fixes/textProcessingBugs
Fixes text processing bugs
5 years ago
Benedikt Stebner
218f5dda07
Merge branch 'master' into fixes/textProcessingBugs
5 years ago
robloo
2c59e15839
Add internal constructor that can skip parameter clamping
5 years ago
robloo
53237d2ef2
Remove IsNaN checks from constructor
In XAML NaN is used in some cases so I wanted to cover this case. However, it isn't worth the performance cost in a constructor like this. NaN, Infinity, etc. will cause exceptions.
5 years ago
robloo
bdac3d0852
Fix parameter ordering
5 years ago
robloo
b67c086f71
Make alpha the first parameter in the constructor matching Color
5 years ago
robloo
3e5acdc2c6
Remove section headings
5 years ago