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

WIP: Add support for per-monitor DPI awareness #422

Draft
wants to merge 34 commits into
base: master
Choose a base branch
from

WIP

8bacafa
Select commit
Loading
Failed to load commit list.
Draft

WIP: Add support for per-monitor DPI awareness #422

WIP
8bacafa
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Jun 5, 2024 in 7s

8 new alerts

New alerts in code changed by this pull request

  • 8 notes

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 114 in Externals/crystaledit/editlib/utils/DpiAware.h

See this annotation in the file changed.

Code scanning / CodeQL

Unused local variable Note

Variable olddpi is not used.

Check notice on line 152 in Externals/crystaledit/editlib/utils/DpiAware.h

See this annotation in the file changed.

Code scanning / CodeQL

Unused local variable Note

Variable olddpi is not used.

Check notice on line 680 in Src/Common/CMoveConstraint.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Unused local variable Note

Variable pRect is not used.

Check notice on line 175 in Externals/crystaledit/editlib/utils/DpiAware.h

See this annotation in the file changed.

Code scanning / CodeQL

Commented-out code Note

This comment appears to contain commented-out code.

Check notice on line 161 in Externals/crystaledit/editlib/utils/DpiAware.h

See this annotation in the file changed.

Code scanning / CodeQL

Commented-out code Note

This comment appears to contain commented-out code.

Check notice on line 768 in Src/Common/BCMenu.cpp

See this annotation in the file changed.

Code scanning / CodeQL

Commented-out code Note

This comment appears to contain commented-out code.

Check notice on line 42 in Src/EditorFilepathBar.h

See this annotation in the file changed.

Code scanning / CodeQL

Undisciplined multiple inheritance Note

Multiple inheritance should not be used with 1 interfaces, 0 private implementations, 0 protected implementations, and 1 public implementations.

Check notice on line 176 in Externals/crystaledit/editlib/utils/DpiAware.h

See this annotation in the file changed.

Code scanning / CodeQL

Futile conditional Note

If-statement with an empty then-branch and no else-branch.