Nikita Tsukanov
c7f75de8ac
WIP
4 years ago
Nikita Tsukanov
dca9dec664
Fixed the previous usage scenario
4 years ago
Nikita Tsukanov
5ede6f9ae2
Added support for non-control templates in XAML
4 years ago
Steven Kirk
01d30d71cd
Merge pull request #6485 from AvaloniaUI/fixes/itemssourceview-fixes
Tweaks to ItemsSourceView
4 years ago
Steven Kirk
20eae25935
Merge branch 'master' into fixes/itemssourceview-fixes
4 years ago
Steven Kirk
1e6155fea3
Simplify code a bit.
4 years ago
workgroupengineering
d0401bd01c
Fixes markup warnings ( #6525 )
* fixes: suppress warning CS0659 Type overrides Object.Equals(object o) but does not override Object.GetHashCode()
* fixes: Warning CS0108 'AvaloniaXamlIlCompiler._configuration' hides inherited member 'XamlCompiler<IXamlILEmitter, XamlILNodeEmitResult>._configuration'. Use the new keyword if hiding was intended.
* fixes: Warning CS8765 Nullability of type of parameter 'obj' doesn't match overridden member.
4 years ago
Jumar Macato
d95f489cb6
Merge pull request #6657 from PJB3005/21-09-29-custom-draw-hit-test
Fix ICustomDrawOperation HitTest coordinate space.
4 years ago
Jumar Macato
4888fe98e5
Merge branch 'master' into 21-09-29-custom-draw-hit-test
4 years ago
Max Katz
593045ca89
Merge pull request #6506 from workgroupengineering/fixes/Input_Warnings
Fixes input warnings
4 years ago
Steven Kirk
bafaef5567
Merge branch 'master' into fixes/Input_Warnings
4 years ago
Max Katz
1531e4e7a4
Merge pull request #6521 from workgroupengineering/fixes/DevTools_Warnings
fixes(DevTools): Warning CS8604 Possible null reference argument for parameter 'topLevel'
4 years ago
Steven Kirk
77b531bdec
Merge branch 'master' into fixes/DevTools_Warnings
4 years ago
Steven Kirk
f231f953bc
Merge branch 'master' into fixes/Input_Warnings
4 years ago
Max Katz
2dfcb1b5d1
Merge pull request #6505 from workgroupengineering/fixes/Visual_Warnings
fixes(Visuals): Suppress warning CS0618 'IVisualWithRoundRectClip' i…
4 years ago
Steven Kirk
5d272d8bd2
Merge branch 'master' into fixes/Visual_Warnings
4 years ago
Max Katz
5e68e7b4df
Merge pull request #6500 from workgroupengineering/fixes/Dialogs_Warnings
Fixes dialogs warnings
4 years ago
Steven Kirk
697f064b7f
Merge branch 'master' into fixes/Dialogs_Warnings
4 years ago
Steven Kirk
84fd2f475f
Merge pull request #6647 from AmRo045/patch-1
Improve build documentation
4 years ago
Steven Kirk
f3e41541a4
Merge branch 'master' into fixes/Dialogs_Warnings
4 years ago
Steven Kirk
0a10c3de10
Merge branch 'master' into patch-1
4 years ago
Pieter-Jan Briers
a99786d9c4
Fix ICustomDrawOperation HitTest coordinate space.
The transform should be applied inverse, not directly, so that the draw operation can operate on local space.
4 years ago
Max Katz
13e76a92e7
Merge pull request #6632 from Takoooooo/fix-opening-disabled-menu-with-accelerator-key
Fix opening disabled menu with accelerator key
4 years ago
Max Katz
5142ad0ada
Merge branch 'master' into fix-opening-disabled-menu-with-accelerator-key
4 years ago
Max Katz
b63cb51ef0
Merge pull request #6646 from YohDeadfall/master
Used EqualityComparer<T>.Default to check values for equality
4 years ago
Max Katz
32e2a5bde2
Merge branch 'master' into master
4 years ago
Tako
8177141e20
Merge branch 'master' into fix-opening-disabled-menu-with-accelerator-key
4 years ago
Dan Walmsley
ed06ce5690
Merge pull request #6652 from AvaloniaUI/feature/fbdev-customization
Add a few customization points to Linux Framebuffer backend.
4 years ago
Steven Kirk
23dcab47d4
Allow customizing the framebuffer FPS.
4 years ago
Steven Kirk
49e23bc07f
Use IRendererFactory in framebuffer backend.
If an `IRendererFactory` is provided, use this to supply the renderer; otherwise fall back to the existing `DeferredRenderer`.
4 years ago
Nikita Tsukanov
b20689402f
Merge pull request #6649 from yatli/x11_perf
fix x11 deferred renderer performance regression
4 years ago
Yatao Li
d60d96e554
fix x11 deferred renderer performance regression
4 years ago
AmRo
6fba30e3d5
Improve build documentation
4 years ago
Yoh Deadfall
d56715b388
Used EqualityComparer.Default to check values for equality
4 years ago
Nikita Tsukanov
9311ff8a36
Merge pull request #6645 from blindmatrix/remove-redundant-code-1
Removed duplicate registraion of IRenderLoop
4 years ago
Sven Almgren
cccfd69cbd
Removed duplicate registraion of IRenderLoop
4 years ago
Max Katz
e73c05b5b8
Merge pull request #6638 from amwx/FlyoutOpeningFix
FlyoutBase create presenter before calling Opening event
4 years ago
Tako
db5097821b
Merge branch 'master' into FlyoutOpeningFix
4 years ago
Max Katz
214904248a
Merge pull request #6639 from Takoooooo/fix-expander-headertemplate-for-simple-theme
Fix Expander HeaderTemplate for Simple Theme
4 years ago
Takoooooo
3c99205995
fix
4 years ago
amwx
1760ffee5a
Move CancelOpening check
4 years ago
Takoooooo
cfc50e45f5
upd
4 years ago
Takoooooo
a13e9c1c1c
fix
4 years ago
Takoooooo
63716e19d7
Revert "fix"
This reverts commit 9777b9a5ee .
4 years ago
Takoooooo
fbbd7d3524
merge master
4 years ago
Takoooooo
9777b9a5ee
fix
4 years ago
Tako
f857ab45c1
Merge pull request #6629 from Takoooooo/support-slide-for-popups
Add SlideX and SlideY to Popup Placement Constraint Adjustment
4 years ago
Tako
9fb52c38f7
Merge branch 'master' into support-slide-for-popups
4 years ago
Steven Kirk
f51efd3318
Merge pull request #6576 from AvaloniaUI/feature/1279-combining-geometries
Add GeometryGroup and CombinedGeometry
4 years ago
Tako
2182f8ba3b
Merge branch 'master' into support-slide-for-popups
4 years ago