-
Notifications
You must be signed in to change notification settings - Fork 10
Comparing changes
Open a pull request
base repository: oxyplot/oxyplot-maui
base: 1.0.2
head repository: oxyplot/oxyplot-maui
compare: 1.1.0
- 16 commits
- 16 files changed
- 2 contributors
Commits on Mar 7, 2025
-
Update MauiOxyTouchEventArgs.cs
Change access modifier to match constructor
Configuration menu - View commit details
-
Copy full SHA for 952d07b - Browse repository at this point
Copy the full SHA 952d07bView commit details
Commits on Mar 31, 2025
-
Merge pull request #21 from SimGoodwinHWM/patch-1
Update MauiOxyTouchEventArgs.cs
Configuration menu - View commit details
-
Copy full SHA for 2d4738d - Browse repository at this point
Copy the full SHA 2d4738dView commit details
Commits on Apr 1, 2025
-
Configuration menu - View commit details
-
Copy full SHA for b4f11fd - Browse repository at this point
Copy the full SHA b4f11fdView commit details -
* and update minimum OS versions of iOS and Mac * we need to use $MauiVersion, in order to select the appropriate MAUI version for .NET 8 and .NET9, respectively * also we fix one incompatibility in the source code
Configuration menu - View commit details
-
Copy full SHA for 78895ac - Browse repository at this point
Copy the full SHA 78895acView commit details -
'Layout.LayoutChanged' is obsolete: 'Use SizeChanged.'
Configuration menu - View commit details
-
Copy full SHA for 76fd7e4 - Browse repository at this point
Copy the full SHA 76fd7e4View commit details -
OxyplotMauiSample: update to net9.0
* and update minimum OS versions of iOS and Mac
Configuration menu - View commit details
-
Copy full SHA for 114f3a4 - Browse repository at this point
Copy the full SHA 114f3a4View commit details -
OxyplotMauiSample: fix a warning
'Application.MainPage.set' is obsolete: 'This property is deprecated. Initialize your application by overriding Application.CreateWindow rather than setting MainPage. To modify the root page in an active application, use Windows[0].Page for applications with a single window. For applications with multiple windows, use Application.Windows to identify and update the root page on the correct window. Additionally, each element features a Window property, accessible when it's part of the current window.'
Configuration menu - View commit details
-
Copy full SHA for 18335f2 - Browse repository at this point
Copy the full SHA 18335f2View commit details -
OxyplotMauiSample: fix several warnings
XamlC warning XC0022: Binding could be compiled to improve runtime performance if x:DataType is specified. See https://learn.microsoft.com/dotnet/maui/fundamentals/data-binding/compiled-bindings for more information. (includes auto-formatting via prettier)
Configuration menu - View commit details
-
Copy full SHA for e2e2d24 - Browse repository at this point
Copy the full SHA e2e2d24View commit details -
OxyplotMauiSample: fix another warning
XamlC warning XC0024: Binding might be compiled incorrectly since the x:DataType annotation comes from an outer scope. Make sure you annotate all DataTemplate XAML elements with the correct x:DataType. See https://learn.microsoft.com/dotnet/maui/fundamentals/data-binding/compiled-bindings for more information.
Configuration menu - View commit details
-
Copy full SHA for da0c220 - Browse repository at this point
Copy the full SHA da0c220View commit details -
Configuration menu - View commit details
-
Copy full SHA for 46a1644 - Browse repository at this point
Copy the full SHA 46a1644View commit details -
Configuration menu - View commit details
-
Copy full SHA for 156f152 - Browse repository at this point
Copy the full SHA 156f152View commit details -
fix several obsolescence warnings
'SKPaint.Typeface' is obsolete: 'Use SKFont.Typeface instead.' 'SKPaint.GetFontMetrics(out SKFontMetrics)' is obsolete: 'Use SKFont.GetFontMetrics() instead.' 'SKPaint.TextAlign' is obsolete: 'Use SKTextAlign method overloads instead.' 'SKCanvas.DrawText(string, float, float, SKPaint)' is obsolete: 'Use DrawText(string text, float x, float y, SKTextAlign textAlign, SKFont font, SKPaint paint) instead.' 'CanvasExtensions.DrawShapedText(SKCanvas, SKShaper, string, float, float, SKPaint)' is obsolete: 'Use DrawShapedText(SKShaper shaper, string text, float x, float y, SKTextAlign textAlign, SKFont font, SKPaint paint) instead.'
Configuration menu - View commit details
-
Copy full SHA for 713d31b - Browse repository at this point
Copy the full SHA 713d31bView commit details
Commits on Apr 2, 2025
-
fix some more obsolescence warnings
warning CS0618: 'SKPaint.FilterQuality' is obsolete: 'Use SKSamplingOptions instead.' warning CS0618: 'SKFilterQuality' is obsolete: 'Use SKSamplingOptions instead.'
Configuration menu - View commit details
-
Copy full SHA for bb77acb - Browse repository at this point
Copy the full SHA bb77acbView commit details -
fix another obsolescence warning
* by commenting out code * warning CS0618: 'SKPaint.TextEncoding' is obsolete: 'Use SKTextEncoding method overloads instead.' * note: SKPaint.TextEncoding is not set anywhere, i.e. it always stays at the default value (which per documentation is Utf8)
Configuration menu - View commit details
-
Copy full SHA for 23bfcb8 - Browse repository at this point
Copy the full SHA 23bfcb8View commit details -
Configuration menu - View commit details
-
Copy full SHA for f6cc990 - Browse repository at this point
Copy the full SHA f6cc990View commit details -
Configuration menu - View commit details
-
Copy full SHA for 802ed23 - Browse repository at this point
Copy the full SHA 802ed23View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 1.0.2...1.1.0