Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove example library code (use nupkg instead) #7

Merged
merged 4 commits into from
Nov 28, 2023

Commits on Nov 25, 2023

  1. remove the ExampleLibrary project from the sln

    * and use a package reference instead of a project reference in OxyplotMauiSample
    janusw committed Nov 25, 2023
    Configuration menu
    Copy the full SHA
    f0a6d8b View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. Revert "add tool tip support for annotations"

    * this (partially) reverts commit 39b6141
    * except for the changes in OxyPlot.Maui.Skia/Manipulators/TouchTrackerManipulator.cs,
      which are kept
    janusw committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    750cbcf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    36c0544 View commit details
    Browse the repository at this point in the history
  3. restore tool tip support for annotations

    * restore the AnnotationTrackController that was removed in efee33c
    * but in a way that is compatible with the current ExampleLibrary (without modifications)
    janusw committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    e44e2db View commit details
    Browse the repository at this point in the history