workgroupengineering
7278dce4e2
fix: make StringCompatibilityExtensions internal ( #9289 )
* fix: make StringCompatibilityExtensions internal
* fix: missnig commit
3 years ago
Giuseppe Lippolis
18330caa10
fix: warning CS0436: The type 'ModuleInitializerAttribute' in './src/Shared/ModuleInitializer.cs' conflicts with the imported type 'ModuleInitializerAttribute' in 'Avalonia.Base'.
4 years ago
Nikita Tsukanov
7c69c7b51e
Removed some reflection usage
4 years ago
Nikita Tsukanov
952b80df2a
Use codegen to populate OpenGL functions
4 years ago
Giuseppe Lippolis
0c81cb2480
fix: DBus Null annotations
4 years ago
Max Katz
b599f295f6
Add RawPointerId to the RawPointerEventArgs
4 years ago
Steven He
7530e20be0
Move EnumHelper to Avalonia.Base
4 years ago
Steven He
d416b4de45
NET6_0 -> NET6_0_OR_GREATER
4 years ago
Steven He
67b18b8e3f
Rename EnumParserHelper
4 years ago
Steven He
7418fd7dc3
Apply code review feedbacks
4 years ago
Steven He
0bb22cff12
SubtypesFactory generator
4 years ago
Steven Kirk
f682f5af7c
Added generic virtual methods analyzer.
Added a new `DevAnalyzers` project with a single analyzer to detect generic virtual/interface methods.
4 years ago
Nikita Tsukanov
bc3cdd5b9e
Introduced RawPointerPoint for usage with IntermediatePoints ( #7581 )
Introduced RawPointerPoint for usage with IntermediatePoints
4 years ago
Max Katz
4d866b544c
Replace shared project with Avalonia.PlatformSupport
4 years ago
Nikita Tsukanov
9c0964adf5
Added GetIntermediatePoints support for X11, libinput and evdev
4 years ago
Thehx
36d6222c75
Fixed and exposed PreciseArcTo for ellipses with extreme width:height ratios
4 years ago
Nikita Tsukanov
1ed495afe2
Use microcom generator from nuget
4 years ago
Steven Kirk
e4b19743ca
baseUri can be null.
4 years ago
Steven Kirk
76667dbd0d
Finished adding nullable annotations to Avalonia.Base.
4 years ago
Steven Kirk
c9c9d05098
Fix nullable reference errors.
The projects that have nullable reference types enabled are now generating errors instead of warnings, so fix those errors.
4 years ago
Dan Walmsley
b89e884bcf
Revert "Revert "Revert "upgrade to net462"""
This reverts commit e44c36bef3 .
4 years ago
Dan Walmsley
e44c36bef3
Revert "Revert "upgrade to net462""
This reverts commit c78179e9ac .
4 years ago
Dan Walmsley
c78179e9ac
Revert "upgrade to net462"
This reverts commit 010ca1901a .
4 years ago
Dan Walmsley
010ca1901a
upgrade to net462
4 years ago
José Pedro
067f0d0ad0
Added OpenGL support on Android.
5 years ago
Nikita Tsukanov
8919949c9b
this
5 years ago
Nikita Tsukanov
4a160e3109
Supporess finalization when UnmanagedBlob allocation failed
5 years ago
Dariusz Komosinski
1d94f80f7f
Dispose window framebuffers.
6 years ago
Steven Kirk
dabf4a3d06
Added EllipticalArc link/licence.
6 years ago
Steven Kirk
4d01dacd77
Remove copyright headers.
Some of our files had them, some didn't. They serve no purpose legally so best to remove the ceremony.
6 years ago
Dan Walmsley
1f1d3a8e35
prevent crashing in finalizer
6 years ago
Dan Walmsley
9fc7842eef
Revert "X11 backend wont crash with 0 sized window."
This reverts commit d49109877c .
6 years ago
Dan Walmsley
d49109877c
X11 backend wont crash with 0 sized window.
6 years ago
LifeCoder
83abab7d50
Fix it and remove the extra code
7 years ago
LifeCoder
d37b1f3359
Only add functions that we need
7 years ago
LifeCoder
7a65748b04
Update to my fix
7 years ago
Matthias Hoste
3e17bb571f
Fix for #2544
7 years ago
Nikita Tsukanov
dbf6c3a148
Entire control catalog is now loaded from precompiled xaml
7 years ago
Nikita Tsukanov
3279cbd4e8
Fixed some review comments
7 years ago
Nikita Tsukanov
d1e3047410
Don't be noisy about just-in-case Dispose call on disposed object on finalizer thread
7 years ago
Nikita Tsukanov
d69116b475
Check if uri scheme is registered so tests won't fall apart
7 years ago
Nikita Tsukanov
b092c51a55
Use `avares://` scheme with proper relative uri handling
7 years ago
Nikita Tsukanov
8ad27cce0d
Extra logic for default assembly resolve
7 years ago
Nikita Tsukanov
343905ebb3
Generate asset resource info with paths
7 years ago
Jeremy Koritzinsky
321bd15664
Merge desktop runtime support libraries. Fixes #1899 .
8 years ago
Steven Kirk
41c2159aaa
Use features that are now available in netstandard.
Various features were moved into `IRuntimePlatform` because they weren't available on netstandard 1.x. They're now available in netstandard 2 so use them directly.
8 years ago
Nikita Tsukanov
d0c266949c
Actually detect OS instead of relying on GetRuntimeInfo()
8 years ago
Nikita Tsukanov
add3e81095
Extracted interop bits from GTK3 backend to Avalonia.Base and IRuntimePlatform
8 years ago
Miha Markič
0a38876590
Spellchecks all projects except for Base, Controls, Samples and Testing
8 years ago
Jeremy Koritzinsky
17ec885e15
Remove SharedAssemblyInfo and unused avalonia.platform.targets
8 years ago