183 Commits

Author SHA1 Message Date
wj32 1997bac42b The "Include CPU (and other) usage of children in collapsed processes" option now aggregates memory and I/O statistics; Change size formatting so that formatted values between 1000 and 1024 are disallowed; Fix bug in PhInitializeTreeNewColumnMenuEx regarding the "Reset Sort" menu item
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@6320 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2016-01-28 07:20:43 +00:00
wj32 d217d8d55d Update KPH data (x64 only) and OS Context column for Windows 10
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@6181 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2015-08-16 10:22:38 +00:00
wj32 f4ad8a85da Upgrade all projects to VS 2015 (almost all by dmex)
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@6179 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2015-08-16 06:10:56 +00:00
wj32 7969ebfbc4 PhInitializeStringRefLongHint for non-literal strings
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@6128 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2015-06-20 13:49:29 +00:00
wj32 af8562b485 Add Reset Sort to column context menu
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@6108 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2015-06-19 13:16:53 +00:00
wj32 bc7567426d Implement mini info list section context menu
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@6082 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2015-06-16 15:25:59 +00:00
wj32 8892f2a988 Implement generic list section for mini info; Remove useless global variables
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@6055 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2015-06-11 08:36:01 +00:00
wj32 75328caf59 Remove PhGetStringRefOrEmpty
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@6053 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2015-06-11 03:29:20 +00:00
wj32 658dadf108 Another big phlib cleanup
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@6051 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2015-06-10 07:51:44 +00:00
wj32 fdd859d39a Use InternalGetWindowText for the window-related process columns
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@6039 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2015-06-09 08:50:48 +00:00
wj32 c789ecb997 Fixed process window detection for Modern UI apps
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@6037 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2015-06-09 08:23:32 +00:00
wj32 163abf4eb1 Add TN_STYLE_NO_COLUMN_HEADER style and support custom row heights
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@6035 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2015-06-08 10:25:10 +00:00
wj32 1ccb703099 Code reorganization and function renames
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@6001 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2015-05-30 13:45:20 +00:00
wj32 385b4016cc * Added working set counters for memory regions
* Added detection of unusable free memory regions

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5972 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2015-05-28 08:23:49 +00:00
wj32 7370b381f3 Rename WINDOWS_81 to WINDOWS_8_1
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5950 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2015-05-25 12:35:53 +00:00
wj32 e8cafee0b6 * Added CF Guard (Control Flow Guard) column for modules
* Added highlighting for AppContainer DLLs
* Added AppContainer and CF Guard image characteristics to peview

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5852 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2015-05-03 11:20:09 +00:00
wj32 a6cecfdaee Added CF Guard (Control Flow Guard) column
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5848 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2015-04-30 04:31:12 +00:00
wj32 80a741e9eb Bump to 2.35; change uses of _M_IX86 and _M_X64 to _WIN64
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5845 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2015-04-29 13:19:41 +00:00
wj32 3cf0e294b9 Use UTF-8 for all file output
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5824 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2015-04-22 14:21:20 +00:00
wj32 8c2c626547 Some refactoring for PhFormatTimeSpanRelative
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5798 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2015-04-19 11:30:51 +00:00
wj32 202ed43090 Merge UMDFHostPlugin into main program
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5781 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2015-04-17 12:10:17 +00:00
wj32 05e0a79f30 CPU graphs are displayed in a grid now (thanks pavel_kv!)
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5776 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2015-04-17 06:20:54 +00:00
wj32 50411e5859 Update for latest Windows 8.1
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5775 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2015-04-17 06:09:03 +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 3d27c1fdb7 added DPI Awareness column
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5535 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2013-11-03 10:44:25 +00:00
wj32 1341136274 updated KProcessHacker for Windows 8.1
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5474 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2013-10-21 22:18:19 +00:00
wj32 c1e2ccdd98 fixed OS Context for Windows 8.1
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5470 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2013-10-21 12:12:22 +00:00
wj32 06cb869c56 added PhExpandAllProcessNodes
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5283 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2013-02-18 01:44:52 +00:00
wj32 a6be3f8d39 fixed recognition of Modern UI windows
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5180 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2012-12-11 10:15:22 +00:00
wj32 7948970825 added App ID column for processes
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5164 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2012-12-09 07:32:12 +00:00
wj32 d3c6b5ba99 * fixed Ctrl+A on process, service and network lists
* added Ctrl+A to other lists

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4995 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2012-04-23 09:38:25 +00:00
wj32 1142e5364f fixed uninitialized variable
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4979 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2012-03-20 05:01:23 +00:00
wj32 faf41652b4 added some documentation
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4957 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2012-01-21 11:10:25 +00:00
wj32 a52818f2d9 * fixed Description sorting bug
* ExtendedTools: use 64-bit counters for ETW statistics

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4954 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2012-01-18 02:02:36 +00:00
wj32 47ab757f41 new graph tooltips (normal tooltips intead of tracking tooltips)
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4926 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-11-29 01:12:45 +00:00
wj32 b22e08d829 added IsWow64Valid flag
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4918 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-11-24 23:52:35 +00:00
wj32 cce2b4b002 added Ctrl+A support
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4908 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-11-23 01:15:48 +00:00
wj32 ccee5ac78b added menu item to copy cell text
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4878 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-11-20 01:22:14 +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 7e65078c99 * added generic treenew filter support functions
* added option to hide driver services

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4863 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-11-16 10:39:01 +00:00
wj32 c9c78a84b1 fixed bugs in the cpysave functions
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4804 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-11-06 09:46:39 +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 32b16c99c0 * added Package Name column
* updated OS Context column for Windows 8
* fixed DEP Status column on 64-bit systems

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4694 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-09-19 04:20:27 +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 2006c7a1f3 added image-related columns
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4611 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-09-02 02:48:15 +00:00
wj32 beac2a3999 added Private Bytes Delta column
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4609 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-09-01 08:04:41 +00:00
wj32 398e61fe05 fixed previous fix
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4598 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-08-28 09:12:16 +00:00
wj32 401f84a4dc fixed locale for CPU < 0.01
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4597 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-08-28 08:51:06 +00:00
wj32 53961c97cb fixed thread list column settings
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4542 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-08-25 07:43:47 +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