Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: oxyplot/oxyplot-maui
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.0.2
Choose a base ref
...
head repository: oxyplot/oxyplot-maui
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.1.0
Choose a head ref
  • 16 commits
  • 16 files changed
  • 2 contributors

Commits on Mar 7, 2025

  1. Update MauiOxyTouchEventArgs.cs

    Change access modifier to match constructor
    SimGoodwinHWM authored Mar 7, 2025
    Configuration menu
    Copy the full SHA
    952d07b View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2025

  1. Merge pull request #21 from SimGoodwinHWM/patch-1

    Update MauiOxyTouchEventArgs.cs
    janusw authored Mar 31, 2025
    Configuration menu
    Copy the full SHA
    2d4738d View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2025

  1. GHA: update to .NET 9 SDK

    janusw committed Apr 1, 2025
    Configuration menu
    Copy the full SHA
    b4f11fd View commit details
    Browse the repository at this point in the history
  2. add net9.0 targets

    * 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
    janusw committed Apr 1, 2025
    Configuration menu
    Copy the full SHA
    78895ac View commit details
    Browse the repository at this point in the history
  3. fix some warnings

    'Layout.LayoutChanged' is obsolete: 'Use SizeChanged.'
    janusw committed Apr 1, 2025
    Configuration menu
    Copy the full SHA
    76fd7e4 View commit details
    Browse the repository at this point in the history
  4. OxyplotMauiSample: update to net9.0

    * and update minimum OS versions of iOS and Mac
    janusw committed Apr 1, 2025
    Configuration menu
    Copy the full SHA
    114f3a4 View commit details
    Browse the repository at this point in the history
  5. 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.'
    janusw committed Apr 1, 2025
    Configuration menu
    Copy the full SHA
    18335f2 View commit details
    Browse the repository at this point in the history
  6. 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)
    janusw committed Apr 1, 2025
    Configuration menu
    Copy the full SHA
    e2e2d24 View commit details
    Browse the repository at this point in the history
  7. 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.
    janusw committed Apr 1, 2025
    Configuration menu
    Copy the full SHA
    da0c220 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #22 from janusw/net9

    Update to .NET 9
    janusw authored Apr 1, 2025
    Configuration menu
    Copy the full SHA
    46a1644 View commit details
    Browse the repository at this point in the history
  9. update SkiaSharp to 3.116.1

    janusw committed Apr 1, 2025
    Configuration menu
    Copy the full SHA
    156f152 View commit details
    Browse the repository at this point in the history
  10. 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.'
    janusw committed Apr 1, 2025
    Configuration menu
    Copy the full SHA
    713d31b View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2025

  1. fix some more obsolescence warnings

    warning CS0618: 'SKPaint.FilterQuality' is obsolete: 'Use SKSamplingOptions instead.'
    warning CS0618: 'SKFilterQuality' is obsolete: 'Use SKSamplingOptions instead.'
    janusw committed Apr 2, 2025
    Configuration menu
    Copy the full SHA
    bb77acb View commit details
    Browse the repository at this point in the history
  2. 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)
    janusw committed Apr 2, 2025
    Configuration menu
    Copy the full SHA
    23bfcb8 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #23 from janusw/skia3

    update SkiaSharp to 3.116.1
    janusw authored Apr 2, 2025
    Configuration menu
    Copy the full SHA
    f6cc990 View commit details
    Browse the repository at this point in the history
  4. release 1.1.0

    janusw committed Apr 2, 2025
    Configuration menu
    Copy the full SHA
    802ed23 View commit details
    Browse the repository at this point in the history
Loading