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

Netstandard ios #22

Closed
wants to merge 36 commits into from
Closed

Netstandard ios #22

wants to merge 36 commits into from

Commits on Oct 16, 2017

  1. Initial merge

    smoogipoo committed Oct 16, 2017
    Configuration menu
    Copy the full SHA
    3322991 View commit details
    Browse the repository at this point in the history
  2. Add OpenTK.NS20 project to the sln

    smoogipoo committed Oct 16, 2017
    Configuration menu
    Copy the full SHA
    6576970 View commit details
    Browse the repository at this point in the history
  3. Update NS20 project

    smoogipoo committed Oct 16, 2017
    Configuration menu
    Copy the full SHA
    8f7ac53 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2017

  1. Configuration menu
    Copy the full SHA
    7326c3a View commit details
    Browse the repository at this point in the history
  2. Oops, fix infinite recursion

    This is probably not the way to do this but it's good enough for now.
    smoogipoo committed Oct 19, 2017
    Configuration menu
    Copy the full SHA
    ee04540 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9517513 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0f86c6e View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2018

  1. Configuration menu
    Copy the full SHA
    c16bf08 View commit details
    Browse the repository at this point in the history
  2. Fixes an issue on macOS where having unprocessed events on the event …

    …queue on startup (mouse movements, etc.) would put the app in a partially-activated state and not take window focus (opentk#732)
    swoolcock authored and Nihlus committed Feb 8, 2018
    Configuration menu
    Copy the full SHA
    8ec577b View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2018

  1. Make build script not fail

    peppy committed Mar 24, 2018
    Configuration menu
    Copy the full SHA
    db26931 View commit details
    Browse the repository at this point in the history
  2. Add nuget metadata

    peppy committed Mar 24, 2018
    Configuration menu
    Copy the full SHA
    3ddd579 View commit details
    Browse the repository at this point in the history
  3. Remove unnecessary dependencies

    peppy committed Mar 24, 2018
    Configuration menu
    Copy the full SHA
    80c1545 View commit details
    Browse the repository at this point in the history
  4. Add project URL

    peppy committed Mar 24, 2018
    Configuration menu
    Copy the full SHA
    3d9909c View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2018

  1. PInvoke bitmap functions

    smoogipoo committed Mar 26, 2018
    Configuration menu
    Copy the full SHA
    b5bcfb2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f87559a View commit details
    Browse the repository at this point in the history
  3. Fix GDI+ still not working

    smoogipoo committed Mar 26, 2018
    Configuration menu
    Copy the full SHA
    bade619 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eefb041 View commit details
    Browse the repository at this point in the history
  5. Bump version

    smoogipoo committed Mar 26, 2018
    Configuration menu
    Copy the full SHA
    d8338fd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5a83c4e View commit details
    Browse the repository at this point in the history
  7. Bump nupkg version

    smoogipoo committed Mar 26, 2018
    Configuration menu
    Copy the full SHA
    c2b97c4 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2018

  1. Configuration menu
    Copy the full SHA
    68dbfcb View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2018

  1. Configuration menu
    Copy the full SHA
    a8817c2 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2018

  1. Merge pull request ppy#16 from jai-sharma/patch-1

    Don't allow bounds to be set when window not present
    smoogipoo authored May 18, 2018
    Configuration menu
    Copy the full SHA
    21e3bce View commit details
    Browse the repository at this point in the history
  2. Update package version

    smoogipoo committed May 18, 2018
    Configuration menu
    Copy the full SHA
    92aa625 View commit details
    Browse the repository at this point in the history
  3. Merge pull request ppy#18 from smoogipoo/update-pkg

    Update nuget package version
    peppy authored May 18, 2018
    Configuration menu
    Copy the full SHA
    03282db View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2018

  1. Expose precise scrolling capability (macOS only)

    In the future, on Windows precise trackpads and similar scrolling devices should also be detected.
    Tom94 committed Jun 2, 2018
    Configuration menu
    Copy the full SHA
    1ae4c55 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2018

  1. Configuration menu
    Copy the full SHA
    830a7ff View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2018

  1. Make NSFloat always be of type double

    This fixes various macOS API calls under net standard. Most notably, custom cursors (especially the hidden cursor) now work correctly.
    Tom94 committed Jun 4, 2018
    Configuration menu
    Copy the full SHA
    d25529a View commit details
    Browse the repository at this point in the history
  2. Merge pull request ppy#19 from Tom94/precise-scrolling

    Expose precise scrolling capability (macOS only) and fix cursor hiding
    peppy authored Jun 4, 2018
    Configuration menu
    Copy the full SHA
    f8c793c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a82412f View commit details
    Browse the repository at this point in the history
  4. Fix broken debug string

    Tom94 committed Jun 4, 2018
    Configuration menu
    Copy the full SHA
    542ba1d View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2018

  1. Merge pull request ppy#20 from Tom94/precise-scrolling

    Fix broken hidden cursor under release builds on macOS
    peppy authored Jun 6, 2018
    Configuration menu
    Copy the full SHA
    466a761 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2018

  1. Configuration menu
    Copy the full SHA
    9bba36d View commit details
    Browse the repository at this point in the history
  2. Remove iOS platform

    smoogipoo committed Jun 27, 2018
    Configuration menu
    Copy the full SHA
    98b3f28 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0fd1524 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6233d50 View commit details
    Browse the repository at this point in the history