Commit Graph

30 Commits

Author SHA1 Message Date
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 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 3dd655a2ec ExtendedTools: improved support for multiple GPUs
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4931 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-12-17 23:03:08 +00:00
wj32 de73355fda ExtendedTools: fixed node bitmap updates
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4922 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-11-25 22:38:09 +00:00
wj32 83f81c56aa ExtendedTools: fixed completely incorrect GPU usage calculations
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4912 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-11-24 03:11:06 +00:00
wj32 5ef91fd488 * added plugin notification icon system
* ExtendedTools: added Disk, Network and GPU tray icons

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4849 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-11-14 02:32:40 +00:00
wj32 4a7e90efb0 * moved Memory Lists from ExtendedTools to main program
* ExtendedTools: added Disk and Network sections

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4837 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-11-12 09:40:41 +00:00
wj32 48accdc77f * added plugin support to system information window
* ExtendedTools: added support for new system information window

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4836 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-11-12 07:07:26 +00:00
wj32 51aa3b8de8 ExtendedTools: added rate columns for disk and network I/O
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4781 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-10-30 01:57:13 +00:00
wj32 ec1c10afdb ExtendedTools: added GPU tab to process properties
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4770 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-10-28 09:30:30 +00:00
wj32 71a128e3e1 ExtendedTools: added GPU Information window
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4756 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-10-27 03:30:25 +00:00
wj32 31578a2558 ExtendedTools: added GPU monitoring
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4755 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-10-27 02:30:17 +00:00
wj32 2b955b0cb2 * removed KphHandle argument from KPH functions
* removed control Create functions
* consistently use VOID for functions with no parameters
* PPVOID -> PVOID *
* PhRefreshMupDevicePrefixes -> PhUpdateMupDevicePrefixes, PhRefreshDosDevicePrefixes -> PhUpdateDosDevicePrefixes

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4508 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-08-22 03:12:13 +00:00
wj32 371ef0a591 ExtendedTools: added process record support
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4489 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-08-20 08:47:45 +00:00
wj32 e69b43cb5f ExtendedTools: fixed invalid process icon after the process item is deleted
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4487 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-08-20 08:24:00 +00:00
wj32 2267ffdd9a * ExtendedTools: added I/O Priority and Response Time columns
* ExtendedTools: implemented process tooltip
* ExtendedTools: implemented menu items

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4486 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-08-20 07:47:51 +00:00
wj32 e3317f25c4 * ExtendedTools: added Disk tab
* AvgCpuPlugin: fixed calculation bug
* fixed network list saving
* added callbacks to PH_ADDITIONAL_TAB_PAGE
* moved PhUnloadPlugins() call to allow plugins to save settings
* fixed thread list bug

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4485 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-08-20 06:51:52 +00:00
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 1f8c858a74 * ExtendedTools: added Firewall Status column
* ExtendedTools: moved process and network extensions to main.c

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4410 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-08-08 11:50:16 +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 971cfc52e0 fixed network ETW column invalidation
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4300 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-07-06 02:26:29 +00:00
wj32 8b0a27d232 * improved column manager with multiple tree news
* fixed tree new item themed background painting when there is no fixed column
* ExtendedTools: added ETW columns for network connections

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4299 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-07-06 02:08:21 +00:00
wj32 806c39c644 * completed column manager
* ExtendedTools: added ETW columns

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4280 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-07-03 13:07:45 +00:00
wj32 eb17938272 added WindowExplorer plugin
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4008 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-01-19 02:29:59 +00:00
wj32 833dc0a79a added WS Watch to ExtendedTools
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3988 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-01-09 10:41:37 +00:00
wj32 10d8f35b99 * added Options to ExtendedTools
* added some more implementation notes

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3879 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-12-08 10:13:49 +00:00
wj32 58db31301d * added Disk and Network graphs
* made window classes global
* fixed process names when no usage is recorded for a tick
* fixed some plugin API bugs

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3871 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-12-04 08:29:00 +00:00
wj32 7e50db1176 added Disk and Network tab to process properties
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3870 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-12-04 02:47:15 +00:00
wj32 728b0904f3 added ETW-based statistics collection to ExtendedTools plugin
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3869 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-12-03 10:44:10 +00:00
wj32 b540783f2e added memory list info to ExtendedTools
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3855 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-11-22 06:40:50 +00:00