Steven Kirk
c8da11fa0d
Merge pull request #12724 from AvaloniaUI/feature/widened-geometry
Implemented Geometry.GetWidenedGeometry.
3 years ago
Jumar Macato
fa7205782a
Merge pull request #12730 from affederaffe/fix-vala-panel-global-menu
Use Tmds.DBus.SourceGenerator 0.0.10
3 years ago
Steven Kirk
23a676dbdd
Dispose path effect.
3 years ago
affederaffe
3808b340f4
Merge branch 'master' into fix-vala-panel-global-menu
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
Max Katz
fdf27e16a1
Merge pull request #12732 from liwuqingxin/fixes/12482-datagrid-scroll
Fix the scrollbar attaching to wrong scrollviewer, like scrollviewer …
3 years ago
Benedikt Stebner
3cd6c32580
Merge pull request #12695 from Gillibald/fixes/inlinesTrimming
Fix Inlines TextTrimming with embedded controls
3 years ago
affederaffe
4b90a91d4c
Merge branch 'master' into fix-vala-panel-global-menu
3 years ago
Max Katz
3208a6d9a6
Merge branch 'master' into fixes/12482-datagrid-scroll
3 years ago
Benedikt Stebner
3cb993184b
Merge pull request #12734 from Gillibald/feature/pushPopRenderOptions
Introduce DrawingContext Push/PopRenderOptions
3 years ago
Jumar Macato
6a94dade44
Merge branch 'master' into fix-vala-panel-global-menu
3 years ago
Benedikt Stebner
68e68df502
Merge branch 'feature/pushPopRenderOptions' of https://github.com/Gillibald/Avalonia into feature/pushPopRenderOptions
3 years ago
Benedikt Stebner
8953db23e4
Make DrawingGroup.RenderOptions internal
3 years ago
Benedikt Stebner
d28557dcd0
Merge branch 'master' into feature/pushPopRenderOptions
3 years ago
Benedikt Stebner
b465af28c5
Introduce DrawingContext Push/PopRenderOptions
3 years ago
NLNet
af9d909298
Merge branch 'master' into fixes/12482-datagrid-scroll
3 years ago
NLNet
51003c2f3e
Fix the scrollbar attaching to wrong scrollviewer, like scrollviewer outer a datagrid.
3 years ago
Max Katz
1c667f8165
Merge pull request #12726 from AvaloniaUI/win32_dpi_awareness_option
Add win32 platform options to select process DPI awareness
3 years ago
Max Katz
05d348b6ac
Merge pull request #11575 from workgroupengineering/features/Issue_11334
feat: Also allows using string instead of {x:Type} in ControlTemplate.TargetType
3 years ago
affederaffe
cc9cc71e23
Use Tmds.DBus.SourceGenerator 0.0.10:
- Fix global menu
- Optimize byte[] variants (e.g icons)
3 years ago
Max Katz
fc4f7788b8
Merge branch 'master' into win32_dpi_awareness_option
3 years ago
Jumar Macato
0f93224d9c
Merge pull request #12725 from Actipro/fix-popup-offset
Fix popups in Windows being offset incorrectly by a workaround for another issue
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
Steven Kirk
45e5d25ccf
Implemented Geometry.GetWidenedGeometry.
3 years ago
Benedikt Stebner
87444d9582
Merge branch 'fixes/inlinesTrimming' of https://github.com/Gillibald/Avalonia into fixes/inlinesTrimming
3 years ago
Benedikt Stebner
21cc95a014
Fix failing test
3 years ago
Jumar Macato
57236c0eb7
Merge pull request #12716 from Actipro/feat-transition-direct-props
Updated Transition to use direct properties via use of new TransitionBase class
3 years ago
Max Katz
2de4691ce4
Merge pull request #12701 from Mrxx99/patch-1
Add github sponsors badge to readme
3 years ago
Bill Henning
98749a122e
Merge branch 'master' into feat-transition-direct-props
3 years ago
Bill Henning
5919aa836d
Updated Transition to use direct properties via use of new TransitionBase class.
3 years ago
Nikita Tsukanov
beaa660e96
Merge pull request #12713 from wannkunstbeikor/master
Fix OnOpenGlInit getting called twice
3 years ago
jona
90d7e937a8
Fix OnOpenGlInit getting called twice
3 years ago
Max Katz
3ad631b505
Merge pull request #12708 from AvaloniaUI/popup_constraint_hotfix
Remove hardcoded popup constraint adjustment
3 years ago
Emmanuel Hansen
089d326d16
remove hardcoded popup constraint adjustment
3 years ago
Max Katz
acff61d8ee
Merge pull request #12103 from Onebeld/master
Fix NotificationCard to determine the type of notification from an inherited INotification object
3 years ago
Max Katz
76e52747d7
Merge pull request #12048 from almightyju/patch-2
fix DropDownButton glyph foreground color
3 years ago
Max Katz
23d0f7b243
Merge pull request #12047 from workgroupengineering/features/Core/StaticResourceExtensions
feat: Handle ClrPropertyInfo in StaticResourceExtension
3 years ago
Max Katz
c20affb198
Merge pull request #12338 from timunie/fix/AutoCompleteBox_Performance
Improve AutoCompleteBox performance
3 years ago
Max Katz
7b9887db18
Merge pull request #12473 from workgroupengineering/features/Tools/Previewer/AvaloinaVS_Issue324
fix: AvaloniaVS can not resolve resource relative path in Previewer
3 years ago
Max Katz
8698418bd6
Merge pull request #12520 from florisoft/fix/ToggleSwitch_android
ToggleSwitch: fix toggle on single touch tap on the knob part
3 years ago
Max Katz
a59568ffb6
Merge pull request #12631 from yankun/master
Update Rotate3DTransition.cs to fix flickering on backwards navigation
3 years ago
Max Katz
fd31654e64
Merge pull request #12699 from AvaloniaUI/popup-safearea
Adjust popup working area with toplevel's safe area padding
3 years ago
Max Katz
5710953ca6
Merge pull request #12666 from AvaloniaUI/gesture_cancel
Call CaptureLost on gestures when pointer loses capture
3 years ago
Max Katz
82686d3b4f
Merge pull request #12697 from AvaloniaUI/pointer_fix
Fix pointer sample page scrolling issue
3 years ago
yankun
2a3cbd5c39
Merge branch 'master' into master
3 years ago