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

Dpi awareness support #5

Merged
merged 8 commits into from
Sep 23, 2021
Merged

Dpi awareness support #5

merged 8 commits into from
Sep 23, 2021

Commits on May 23, 2021

  1. Rework library for supporting dpi awareness:

    - All values returns in wpf units
    - Project update for StyleCop rules
    - Bugfix for SystemInformation.VirtualScreen returning only primary screen
    andbayd committed May 23, 2021
    Configuration menu
    Copy the full SHA
    e5bdc25 View commit details
    Browse the repository at this point in the history
  2. Added test project for window position check (keep in mind that you s…

    …hould set WindowStyle="None" ResizeMode="NoResize" properties for window or you will get position problem. See dotnet/wpf#4127)
    andbayd committed May 23, 2021
    Configuration menu
    Copy the full SHA
    3ec229f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    846f536 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2021

  1. Final changes

    WindowHelper added; Some fixes for SystemInformation;
    andbayd committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    4b976ff View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2021

  1. code review

    micdenny committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    3b286e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc03c8c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f59a7b5 View commit details
    Browse the repository at this point in the history
  4. bump version to v1.1.0

    micdenny committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    7f7b14c View commit details
    Browse the repository at this point in the history