Steven Kirk
23a676dbdd
Dispose path effect.
3 years ago
Steven Kirk
568613d21d
Added polyfil of System.HashCode.
3 years ago
Steven Kirk
4e011d4fed
Refactor creating a stroked path.
- Move the logic into `SKPathHelper.CreateStrokedPath`; called from `PathHelper` and `GetWidenedGeometry`
- Use a pen hash code to check if we're up-to-date in `PathHelper` and include the dash style in that
3 years ago
Benedikt Stebner
8953db23e4
Make DrawingGroup.RenderOptions internal
3 years ago
Benedikt Stebner
b465af28c5
Introduce DrawingContext Push/PopRenderOptions
3 years ago
Max Katz
0f85a4603d
Make WindowNotificationManager(TopLevel) ctor nullable as it was before
3 years ago
Max Katz
66c42ac8ec
Update Host attachment behavior once again
3 years ago
Max Katz
4bd5c96ea9
Make Notification properties open and some bindable
3 years ago
NLNet
51003c2f3e
Fix the scrollbar attaching to wrong scrollviewer, like scrollviewer outer a datagrid.
3 years ago
affederaffe
cc9cc71e23
Use Tmds.DBus.SourceGenerator 0.0.10:
- Fix global menu
- Optimize byte[] variants (e.g icons)
3 years ago
Steven Kirk
47edb343fb
Only include dash style when widening bounds.
Otherwise we'd be changing the behavior of an existing API (`StrokeContains`) which should be discussed first.
3 years ago
Steven Kirk
2ec917d665
Dispose of the PathCache.
3 years ago
Emmanuel Hansen
cc91baa964
add missing doc
3 years ago
Emmanuel Hansen
91126ec6f4
add win32 platform options to select process dpi awareness
3 years ago
Bill Henning
b6e3cc095b
Fix popups in Windows being offset incorrectly by a workaround for another issue.
3 years ago
Tim
bfeeb10adf
improved help text
3 years ago
Tim
3f0769a1f4
Uncomment code that was commented by accident
3 years ago
Tim
e83ebc2bb3
Handle merge conflicts comming from current master
3 years ago
Tim
7477aa7330
Revert more breaking changes
3 years ago
Tim
eadf63ce45
Revert breaking change
3 years ago
Tim
540bade45a
Improve WinodwNotificationManager
- Allow usage from XAML
- Allow any Visual as Host, so it can be used inside UserControl for example
- Allow adding style classes for NotificationCards
3 years ago
Tim
7514d7085c
Added an option to specify classes
3 years ago
Tim
eabaa776cc
feat: Customize Notifications
3 years ago
Steven Kirk
45e5d25ccf
Implemented Geometry.GetWidenedGeometry.
3 years ago
Bill Henning
5919aa836d
Updated Transition to use direct properties via use of new TransitionBase class.
3 years ago
jona
90d7e937a8
Fix OnOpenGlInit getting called twice
3 years ago
Emmanuel Hansen
089d326d16
remove hardcoded popup constraint adjustment
3 years ago
affederaffe
d40ce406fc
Fix vala-panel global menu
3 years ago
affederaffe
43aff2d680
Fix inconsistent naming
3 years ago
Emmanuel Hansen
50987b384a
adjust popup working area with toplevel's safe area padding
3 years ago
Emmanuel Hansen
f81b4546f8
remove debug code
3 years ago
Emmanuel Hansen
d77bbea807
removed testing property
3 years ago
Emmanuel Hansen
4b68553068
remove redundant capture lost call
3 years ago
Emmanuel Hansen
c3d524d80d
ensure gestures receive capture lost event
3 years ago
Benedikt Stebner
8b0f2588fa
Only add embedded controls to the visual tree if they are part of the TextLayout
3 years ago
David BRIARD
3c974b09c7
Updated Inter font to fix vertical stretching issue and for lighter typefaces
3 years ago
zhangxi
79e4d9b1e0
Polyline points remove defalut value
3 years ago
zhangxi
039b19f585
fix polygon/polyline load fail points within the template:
Optimization fixed code
3 years ago
Max Katz
d07e59bc5e
Implement CVDisplayLink based timer on macOS
3 years ago
zhangxi
10c92fe4a8
fix polygon/polyline load fail points within the template
3 years ago
Julien Lebosquain
495e2bb973
Revert Inline breaking change
3 years ago
Bill Henning
28cfe178b0
Fix for AccessText underlines being very blurry since they didn't align to pixels.
3 years ago
yankun
10f9f133d9
Update Rotate3DTransition.cs to fix flickering on backwards navigation
3 years ago
Steven Kirk
f8ea38c90e
Fix property name.
3 years ago
Steven Kirk
a48e4e7cdc
Fix comment.
3 years ago
Steven Kirk
03ff228a6d
Preserve container themes set locally.
3 years ago
Steven Kirk
f347eaf711
Accept base TargetType in ItemContainerTheme
3 years ago
Steven Kirk
754bdd4220
Handle changing ItemContainerTheme properly.
Previously only handled the case where the `ItemContainerTheme` was changing from null -> non-null.
Fixes #12620
3 years ago
Bill Henning
16ab9c595c
Fix for TextBlock.TextDecorations not inheriting down to inlines.
3 years ago
Benedikt Stebner
f3625f0ee1
Fix TextTrimming in combination with TextWrapping
3 years ago