forked from microsoft/PowerToys
-
Notifications
You must be signed in to change notification settings - Fork 0
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
POC for PowerOCR dpi awareness issues #1
Open
TheJoeFin
wants to merge
40
commits into
TheJoeFin:Text-Extractor-2
Choose a base branch
from
mikeclayton:feature/powerocr-dpi
base: Text-Extractor-2
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
POC for PowerOCR dpi awareness issues #1
TheJoeFin
wants to merge
40
commits into
TheJoeFin:Text-Extractor-2
from
mikeclayton:feature/powerocr-dpi
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Remove NuGet Restore tasks and incorporate msbuild restore target * Add RestorePackagesConfig msbuild argument * Add RestorePackagesConfig argument for installer * Remove NuGet installer task * Added Nuget Restore static graph * Applied build and restore changes to release pipeline * Removed NuGet Restore Static Graph * Set NuGet Restore Graph only to main PowerToys solution * Removed typo * Fix path format issue * Added release pattern * Removed NuGet Restore Package Graph Options * Updating NuGet authenticate task. * Use restore switch in CI * Use restore switch in Release * Removed Packages Path
Code style Remove unused window1
Having issues with screen scaling when docked
* Update ui-architecture.md: Fix .xaml links * Update doc/devdocs/settingsv2/ui-architecture.md --------- Co-authored-by: Stefan Markovic <[email protected]>
* [Peek] displaying file size in correct grammatical format * Update Directory.Packages.props * removed unnecessary file
* Update resourceManagement.yml * Update .github/policies/resourceManagement.yml Co-authored-by: Heiko <[email protected]> --------- Co-authored-by: Heiko <[email protected]>
…27774) * open Monaco URI in default browser * added dialog when URI is opened
* [PTRun] LeaveShellOpen condition added to run command * [PTRun] Keep shell open added to shell plugin settings. * [PTRun] Unnecessary variable deleted. Formatting. * [PTRun] Variable name changed.
* fix exception throw * fix settings crash * throw runtime_error
* Added 'Paste as Plain Text' to the GitHub Issue Template selection drop down * Update version placeholder too * Adds Mouse Without Borders as area option in issue templates & updates placeholder PowerToys version * Updated Release Notes for KBM * Update README.md * Update README.md --------- Co-authored-by: Jaime Bernardo <[email protected]> Co-authored-by: Clint Rutkas <[email protected]>
…oft#28170) This reverts commit ac0677b.
* keep editing model * hotkey backup * added restore to base model * pass model as an arg to edit and backup * init canvas zones * serialization * not needed line
* Adding missing resource string * Modify value
Co-authored-by: Ethan Fang <[email protected]> Co-authored-by: Jaime Bernardo <[email protected]> Co-authored-by: Clint Rutkas <[email protected]>
…/PowerToys into feature/powerocr-dpi # Conflicts: # src/modules/PowerOCR/PowerOCR/Helpers/WindowUtilities.cs # src/modules/PowerOCR/PowerOCR/NativeMethods/PInvoke.cs
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary of the Pull Request
PR Checklist
Detailed Description of the Pull Request / Additional comments
Validation Steps Performed