-
Notifications
You must be signed in to change notification settings - Fork 28
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
Transparent tray icon, GPU total, AppID #1
base: master
Are you sure you want to change the base?
Conversation
SubversionApplyApply the patch with (replace # with the commit hash)
AuthorSet the author at or after commit with
because
If the patch is part of a bigger commit consider committing it separately to give authorship credit |
Changing the tray icon background from black to translucentProblem
The Windows 6 systray is by default transparent and the unused area in a systray icon is typically transparent |
Adding AppID columnCommitProblemDiscussed in Add AppUserModelID to process info
For example
50% of processes with a Window Title value
I prefer that you tell me what to change (with reference to a code line if appropriate) rather than committing a changed commit |
Fixing plugin pathsCommitProblemDiscussed in Use .props files AuthorThe author for cb5472f should be
|
Adding GPU total to collapsed process tree nodeCommitProblemDiscussed in Process tree collapse GPU summary |
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5468 21ef857c-d57f-4fe0-8362-d861dc6d29cd
* fixed handling of long symbol names git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5469 21ef857c-d57f-4fe0-8362-d861dc6d29cd
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5470 21ef857c-d57f-4fe0-8362-d861dc6d29cd
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5471 21ef857c-d57f-4fe0-8362-d861dc6d29cd
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5472 21ef857c-d57f-4fe0-8362-d861dc6d29cd
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5473 21ef857c-d57f-4fe0-8362-d861dc6d29cd
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5474 21ef857c-d57f-4fe0-8362-d861dc6d29cd
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5475 21ef857c-d57f-4fe0-8362-d861dc6d29cd
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5476 21ef857c-d57f-4fe0-8362-d861dc6d29cd
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5477 21ef857c-d57f-4fe0-8362-d861dc6d29cd
* automatically detect dbghelp.dll from SDK 8.1 git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5478 21ef857c-d57f-4fe0-8362-d861dc6d29cd
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5479 21ef857c-d57f-4fe0-8362-d861dc6d29cd
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5480 21ef857c-d57f-4fe0-8362-d861dc6d29cd
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5481 21ef857c-d57f-4fe0-8362-d861dc6d29cd
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5482 21ef857c-d57f-4fe0-8362-d861dc6d29cd
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5483 21ef857c-d57f-4fe0-8362-d861dc6d29cd
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5484 21ef857c-d57f-4fe0-8362-d861dc6d29cd
* remove the obsolete _ProjectFileVersion property * remove EnableEnhancedInstructionSet for Debug and x64 configurations (x64 is always SSE2) * remove unused Midl properties git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5485 21ef857c-d57f-4fe0-8362-d861dc6d29cd
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5486 21ef857c-d57f-4fe0-8362-d861dc6d29cd
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5487 21ef857c-d57f-4fe0-8362-d861dc6d29cd
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5488 21ef857c-d57f-4fe0-8362-d861dc6d29cd
…d57f-4fe0-8362-d861dc6d29cd
* processes with no threads are shown as suspended * updated ntpsapi.h git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5490 21ef857c-d57f-4fe0-8362-d861dc6d29cd
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5491 21ef857c-d57f-4fe0-8362-d861dc6d29cd
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5492 21ef857c-d57f-4fe0-8362-d861dc6d29cd
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5600 21ef857c-d57f-4fe0-8362-d861dc6d29cd
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5601 21ef857c-d57f-4fe0-8362-d861dc6d29cd
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5602 21ef857c-d57f-4fe0-8362-d861dc6d29cd
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5603 21ef857c-d57f-4fe0-8362-d861dc6d29cd
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5604 21ef857c-d57f-4fe0-8362-d861dc6d29cd
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5605 21ef857c-d57f-4fe0-8362-d861dc6d29cd
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5606 21ef857c-d57f-4fe0-8362-d861dc6d29cd
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5607 21ef857c-d57f-4fe0-8362-d861dc6d29cd
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5608 21ef857c-d57f-4fe0-8362-d861dc6d29cd
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5609 21ef857c-d57f-4fe0-8362-d861dc6d29cd
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5610 21ef857c-d57f-4fe0-8362-d861dc6d29cd
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5611 21ef857c-d57f-4fe0-8362-d861dc6d29cd
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5612 21ef857c-d57f-4fe0-8362-d861dc6d29cd
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5613 21ef857c-d57f-4fe0-8362-d861dc6d29cd
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5614 21ef857c-d57f-4fe0-8362-d861dc6d29cd
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5615 21ef857c-d57f-4fe0-8362-d861dc6d29cd
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5616 21ef857c-d57f-4fe0-8362-d861dc6d29cd
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5617 21ef857c-d57f-4fe0-8362-d861dc6d29cd
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5618 21ef857c-d57f-4fe0-8362-d861dc6d29cd
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5619 21ef857c-d57f-4fe0-8362-d861dc6d29cd
…ded whois information URL; git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5620 21ef857c-d57f-4fe0-8362-d861dc6d29cd
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5621 21ef857c-d57f-4fe0-8362-d861dc6d29cd
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5622 21ef857c-d57f-4fe0-8362-d861dc6d29cd
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5623 21ef857c-d57f-4fe0-8362-d861dc6d29cd
…theme drawing; Added Searchbox build defines; git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5624 21ef857c-d57f-4fe0-8362-d861dc6d29cd
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5625 21ef857c-d57f-4fe0-8362-d861dc6d29cd
fixes D2D1_PIXEL_FORMAT definition is missing 'D2DERR_WRONG_STATE' : macro redefinition
because * it's consistent with a translucent Windows theme
970db18
to
66fe601
Compare
No description provided.