Commit Graph

31 Commits

Author SHA1 Message Date
wj32 563dc14ddb use PWCHAR instead of PWSTR for strings that are not null-terminated
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5572 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2013-11-17 06:19:29 +00:00
wj32 36a4284b8d converted all annotations to SAL 2.0
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5548 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2013-11-10 06:25:03 +00:00
wj32 b52e0cc12a * added PhShellOpenKey2 to select a key in regedit even if regedit is currently running
* removed useless phsvc code
* updated dates

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5544 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2013-11-05 12:48:04 +00:00
wj32 e7f1c3583b * fixed console host information for Windows 8.1
* 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
2013-10-22 03:36:03 +00:00
wj32 c2b83beec0 * fixed task scheduler information on Windows 8
* fixed _InterlockedCompareExchangePointer

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5099 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2012-11-29 12:37:28 +00:00
wj32 e38961e638 patch by xhmikosr
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5048 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2012-06-12 02:20:41 +00:00
wj32 599bf44532 3.x merge - PH_STRING conversion
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4876 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-11-19 11:10:51 +00:00
wj32 996802ccab restrict command line to 1000 characters in tooltips
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4794 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-11-05 10:50:33 +00:00
wj32 aa6ff8fa3f * use own line breaking function because the tooltip control's sucks
* ExtendedTools: disable GPU monitoring on Vista and below

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4793 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-11-05 06:55:57 +00:00
wj32 0109d8d924 fixed typo
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4726 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-10-08 23:39:39 +00:00
wj32 f47d97b980 "metro-style" should be "metro style"
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4693 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-09-18 10:05:53 +00:00
wj32 173a40fc9a fixed typo
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4692 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-09-18 10:04:51 +00:00
wj32 b3eb2c28d3 added package name to process tooltip
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4691 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-09-18 09:59:29 +00:00
wj32 34c9eb3132 added highlighting for metro-style apps
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4689 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-09-18 09:09:22 +00:00
wj32 ed81c34b2c patch by xhmikosr
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4534 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-08-25 02:43:45 +00:00
wj32 e8fd8d5dcd * removed use of LineLimit in tooltip text
* added TreeNewDestroying message
* added MaximumWidth field to PH_TREENEW_GET_CELL_TOOLTIP

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4403 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-08-06 11:11:35 +00:00
wj32 7557afd003 * bump to 2.13
* updated dates

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4112 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-02-26 11:24:01 +00:00
wj32 4927e28c8e fixed some analysis warnings
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4084 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-02-12 23:13:42 +00:00
wj32 23b8537f86 added WOW64 support to PhGetProcessKnownType
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3814 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-10-31 00:50:23 +00:00
wj32 777faaad0e * added PhMatchWildcards
* added insert functions for PH_FULL_STRING
* added PhFinalStringBuilderString

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3564 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-09-05 03:08:17 +00:00
wj32 7ea59d4571 * optimized some startup code
* moved PhCurrentUserName from phlib to ProcessHacker

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3458 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-07-31 06:35:55 +00:00
wj32 089dd86c44 renamed functions to [verb] [object] form
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3452 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-07-30 08:35:37 +00:00
wj32 82506ae220 plugins can now add to process tooltips
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3430 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-07-25 01:01:58 +00:00
wj32 92cf76e3de #3033593 - "Support for displying the Windows Tasks hosted by taskhost"
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3414 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-07-24 01:03:52 +00:00
wj32 daf5fb9716 added tooltips to service list
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3214 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-06-17 12:17:59 +00:00
wj32 2a1deb450f improved synchronization definitions
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3210 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-06-16 06:50:30 +00:00
wj32 413f7c87a3 fixed bug in PhGetProcessTooltipText
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3096 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-05-06 09:16:36 +00:00
wj32 bd8f6c908a added support for getting console host
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3092 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-05-05 07:26:20 +00:00
wj32 16875983ad fixed typo
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3087 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-05-02 07:34:57 +00:00
wj32 48764e82a4 * completed process tooltips
* fixed PhEllipsisStringPath
* added Memory tab (non-functional)

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3080 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-05-01 04:41:34 +00:00
wj32 b7faaf901a * added use of KphQueryProcessHandles resulting in very low CPU usage for the handle provider
* added support for SystemExtendedHandleInformation in the handle provider
* improved KphQueryProcessHandles
* added correct SystemExtendedHandleInformation structs

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3063 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-04-10 01:28:37 +00:00