Commit Graph

1217 Commits

Author SHA1 Message Date
wj32 c1011c1e18 * group digits for Threads, Handles, GDI Handles and USER Handles columns
* ExtendedTools: added Hard Faults, Hard Faults Delta and Peak Threads columns

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4478 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-08-19 11:53:28 +00:00
wj32 b623631023 added paged/non-paged pool usage columns and minimum/maximum working set columns
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4477 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-08-19 11:22:50 +00:00
wj32 a5d8b76a6f * updated project configuration: use base bin directory for peview and plugins
* made bin release directory structure more convenient

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4472 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-08-19 05:15:51 +00:00
wj32 5279dd3078 run the thread provider on the process provider in order to fix update problems
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4471 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-08-19 03:16:34 +00:00
wj32 c3f9d377ea added CPU column to Threads tab
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4470 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-08-19 02:40:51 +00:00
wj32 e6b6078e15 scale kernel/user CPU usage according to cycle-based CPU usage
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4469 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-08-19 02:00:10 +00:00
wj32 f951873c7d fixed command line propagation for -elevate
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4467 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-08-18 11:13:44 +00:00
wj32 f76fa71dac added themed borders to treenew
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4465 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-08-18 10:04:41 +00:00
wj32 30dba20aee * KPH: use PsAcquireProcessExitSynchronization/PsReleaseProcessExitSynchronization
* KPH: added check to KphpReadIntegerParameter
* KPH: added critical check to KpiQueryInformationObject for KphObjectEtwRegBasicInformation
* KPH: added KphObjectFileObjectInformation
* added File Share Access column

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4463 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-08-18 07:44:34 +00:00
wj32 489ec6818c added double-click to open plugin options
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4462 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-08-18 03:01:19 +00:00
wj32 7ec7c16933 fixed bug in state highlighting logic in all lists
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4459 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-08-16 03:27:42 +00:00
wj32 273cd42a51 * added TN_FLAG_NO_UNFOLDING_TOOLTIPS
* made treenew tooltip maximum width more consistent

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4458 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-08-16 02:10:23 +00:00
wj32 cb7b7b4299 converted handle list to treenew
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4457 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-08-16 01:58:48 +00:00
wj32 ea5d07327c split PhGetProcessEnvironmentVariables into PhGetProcessEnvironment and PhEnumProcessEnvironmentVariables
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4448 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-08-15 10:00:05 +00:00
wj32 7606539690 added Size Column to Fit and Size All Columns to Fit
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4420 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-08-13 10:27:05 +00:00
wj32 359233bf1f updated some dates
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4419 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-08-13 09:49:23 +00:00
wj32 ebaf5dbfe3 fixed comment
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4418 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-08-13 08:55:16 +00:00
wj32 3f8336c606 added mnemonics to service list control buttons
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4405 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-08-06 12:06:35 +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 e25563a9ee PhProcessTreeNewColumnMenu -> PhHandleTreeNewColumnMenu
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4396 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-08-05 12:48:36 +00:00
wj32 65e3fa1696 * call PhpUpdateNeedCyclesInformation for PH_TN_COLUMN_MENU_HIDE_COLUMN_ID as well
* deleted old menu resources

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4393 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-08-05 03:49:03 +00:00
wj32 2165e7efd6 * rewrote treenew header context menu
* added TNM_GETVISIBLECOLUMNCOUNT

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4392 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-08-05 03:44:30 +00:00
wj32 a7c8a4c23b fixed shutdown behaviour
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4386 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-08-02 12:47:06 +00:00
wj32 f1ebe0d283 moved phsvc stop code into PhSvcStop()
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4384 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-08-02 08:13:23 +00:00
wj32 4d770cfe5e * PhWalkThreadStack can now walk the stack of the current thread
* removed warning when inspecting a thread owned by PH

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4377 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-07-31 10:26:54 +00:00
wj32 bd951a5166 don't sort by thread Service column if it is hidden
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4374 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-07-30 12:56:47 +00:00
wj32 bdad9d5db3 respect SortDescending for plugin columns
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4373 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-07-30 12:50:19 +00:00
wj32 3a54c4cb8a * converted thread list to treenew
* added PH_TREENEW_COLUMN.SortDescending
* added TN_STYLE_NO_COLUMN_REORDER
* use SortDescending for applicable columns

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4372 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-07-30 12:44:19 +00:00
wj32 7743666c24 fixed some treenew and column chooser bugs
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4371 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-07-30 10:42:24 +00:00
wj32 95f7fab1e1 deleted old TODO.txt
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4370 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-07-30 08:03:01 +00:00
wj32 2b480d201f improved PhpServiceHashtableHashFunction
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4369 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-07-30 04:33:54 +00:00
wj32 d117434bc5 minor changes to process provider
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4368 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-07-30 03:48:50 +00:00
wj32 b1284117d0 implemented Properties button for Thread handles
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4367 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-07-29 12:20:39 +00:00
wj32 7cc8b7f9e0 implemented extension manager and object extensions
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4365 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-07-29 09:49:18 +00:00
wj32 da4589e4c5 bump to 2.20
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4364 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-07-28 12:36:15 +00:00
wj32 9be60120d4 uncheck Enable cycle-based CPU usage on unsupported OSes as well
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4362 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-07-27 09:22:51 +00:00
wj32 2339874e63 disable Show CPU Below 0.01 on unsupported OSes
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4361 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-07-27 09:20:45 +00:00
wj32 5e0d5c469e patch by xhmikosr
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4359 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-07-26 10:28:55 +00:00
wj32 ccd4cdab64 re-organized mainwnd.c and added the PhMw prefix
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4358 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-07-26 08:45:27 +00:00
wj32 a53a950e0c switched main menu to WM_MENUCOMMAND
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4357 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-07-26 06:51:46 +00:00
wj32 3b4b80a365 patch by xhmikosr
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4349 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-07-23 11:24:38 +00:00
wj32 b45d561410 patch by xhmikosr
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4348 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-07-23 11:02:19 +00:00
wj32 42ec373158 * updated NT header files
* replaced rev.h with winmisc.h
* removed MinimalRebuild from project files

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4346 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-07-23 02:08:23 +00:00
wj32 ea801bd550 fixed terminator ID column width
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4344 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-07-20 09:38:00 +00:00
wj32 90b14112dc added checkboxes for terminator tests
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4343 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-07-20 09:33:52 +00:00
wj32 680ca518b8 added Open File Location for processes
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4342 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-07-20 09:14:41 +00:00
wj32 55b0d8c603 * fixed potential module list memory leak
* added GeneralCallbackModuleTreeNewUninitializing

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4341 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-07-17 12:05:32 +00:00
wj32 340f4661e8 invalidate the graph buffer when resizing its column
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4339 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-07-15 06:00:10 +00:00
wj32 72b6943130 added PhDrawGraphDirect for faster graph drawing
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4338 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-07-15 05:36:38 +00:00
wj32 b12d2cc56b fixed Time Stamp sorting
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4336 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-07-14 23:54:29 +00:00