Jumar Macato
65607b380e
Merge branch 'master' into fix/RenderArtifactsOnLineEnds
4 years ago
Jumar Macato
90279d80fc
Merge pull request #7735 from amwx/ViewboxFix
Updates to Viewbox
4 years ago
Jumar Macato
4065132574
Merge branch 'master' into ViewboxFix
4 years ago
Jumar Macato
67d007a787
Merge pull request #7779 from mikeirvingweb/2022-corrections
Grammatical corrections to product names
4 years ago
Mike Irving
a529ae88d5
Grammatical corrections to product names: XCode -> Xcode, .Net -> .NET, Javascript -> JavaScript, MacOS -> macOS, MacOs -> macOS
4 years ago
Tim U
dfbc8f7dff
Implement GeometryBoundsHelper
4 years ago
Dan Walmsley
3358956a5d
Merge pull request #7755 from AvaloniaUI/fixes/win32-can-resize
Fixes/win32 can resize
4 years ago
Dan Walmsley
c45bb0ea30
Merge branch 'master' into fixes/win32-can-resize
4 years ago
Dan Walmsley
d35784dfd6
Merge pull request #7758 from Gillibald/fixes/CompiledMethodToCommandBinding
Fix compiled method to command binding
4 years ago
Dan Walmsley
1dbdca32f2
Merge branch 'master' into fixes/CompiledMethodToCommandBinding
4 years ago
Dan Walmsley
4e9f184db9
Merge pull request #7756 from AvaloniaUI/features/android-single-view-lifetime
singleview lifetime for android.
4 years ago
Dan Walmsley
c5e6b1979a
fix UseAndroid
4 years ago
Dan Walmsley
91980bea54
fix initialisation order.
4 years ago
Dan Walmsley
d7fccba9c3
indent.
4 years ago
Dan Walmsley
77f339d225
refactor android activity to allow appbuilder and singleviewlifetime.
4 years ago
Benedikt Stebner
b8877901d1
Merge branch 'master' into fixes/CompiledMethodToCommandBinding
4 years ago
Benedikt Stebner
52135b3a07
Fix compiled method to command binding
4 years ago
Dan Walmsley
8f6b9e1b23
re-order initialisation and lifetime config.
4 years ago
Dan Walmsley
8f3e9e2cc0
fix build.
4 years ago
Dan Walmsley
824afa2e33
fix build
4 years ago
Dan Walmsley
d7d6f8decb
Locator ftw
4 years ago
Dan Walmsley
61744546a8
make singleview lifetimes private classes.
4 years ago
Dan Walmsley
d48b61b5d0
singleview lifetime for android.
4 years ago
Dan Walmsley
d5693ba437
always get border rect.
4 years ago
Dan Walmsley
315a7cf1a8
fix non-resizable window dragging with IsExtendedToClientDecorations.
4 years ago
Dan Walmsley
430792681d
win32 obey can resize when use relies on BeginResizeDrag
4 years ago
Dan Walmsley
6bcb170114
Merge pull request #7754 from AvaloniaUI/fixes/wasm-keydown-events
browser - fix key down events
4 years ago
Dan Walmsley
7bfb6e8773
browser - fix key down events
4 years ago
Dan Walmsley
6209af4d46
Merge pull request #7565 from AvaloniaUI/net6-ios
Use new .NET 6 SDK for iOS backend
4 years ago
Dan Walmsley
3344e436b3
Revert "Avoid "using system" because"
This reverts commit 34b4f970e9 .
4 years ago
Dan Walmsley
95ac5122e4
Revert "use newer preview skiasharp."
This reverts commit 5210bb12e4 .
4 years ago
Dan Walmsley
5210bb12e4
use newer preview skiasharp.
4 years ago
Dan Walmsley
09acf151b4
attempt to fix native aot.
4 years ago
Dan Walmsley
9909c628fa
Merge branch 'master' into net6-ios
4 years ago
Benedikt Stebner
d0f3fedbb6
Merge pull request #7693 from Gillibald/fixes/textProcessingBugs
Fixes text processing bugs
4 years ago
Benedikt Stebner
218f5dda07
Merge branch 'master' into fixes/textProcessingBugs
4 years ago
Max Katz
9b08ae6e09
Merge pull request #7736 from AvaloniaUI/fixes/mac-os-set-window-title-null
allow setting the window title to null on osx.
4 years ago
Dan Walmsley
874480d77f
allow setting the window title to null on osx.
4 years ago
Dan Walmsley
4bf30046d5
Merge pull request #7723 from AvaloniaUI/fix-expander
Fix expander header stretching
4 years ago
Dan Walmsley
b2129f7f18
Merge branch 'master' into fix-expander
4 years ago
Dan Walmsley
cf64ab9c92
Merge pull request #7730 from AvaloniaUI/fixes/7582-centerowner-minimized
Fall back from CenterOwner to CenterScreen when owner window is minimized.
4 years ago
Dan Walmsley
6ae8a071b3
Merge branch 'master' into fixes/7582-centerowner-minimized
4 years ago
Steven Kirk
6b7ea2fddb
Merge pull request #5177 from AvaloniaUI/feature/ui-automation
MVP of Accessibility/UI automation support
4 years ago
Steven Kirk
b244197f2f
Merge branch 'master' into feature/ui-automation
4 years ago
Benedikt Stebner
5fd8d858e4
Merge branch 'master' into fixes/textProcessingBugs
4 years ago
Benedikt Stebner
014079f76e
Update TextShaperImpl.cs
4 years ago
Benedikt Stebner
d8937f90bc
Introduce CanShapeTogether and ShapeTogether
4 years ago
amwx
759227799b
Fix Unit Tests
4 years ago
amwx
c82a01090d
Update Viewbox to use internal visual and no layout rounding
4 years ago
Steven Kirk
77d80faec2
Fall back to CenterScreen when owner is minimized.
When showing a child window with `WindowStartupLocation = CenterOwner` to a minimized owner window, we were displaying the child in an invalid position. Use the WPF behavior of falling back to `CenterScreen` in this situation.
Fixes #7582
4 years ago