Commit Graph

182 Commits

Author SHA1 Message Date
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 c1bc9f5b95 deleted ProcessActions and SecurityExplorer
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4378 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-08-02 01:13:42 +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 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 24cb4fba44 * fixed typo in plugins/DotNetTools/asmpage.c
* updated ntzwapi.h

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4363 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-07-28 12:32:39 +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 a6328c4bd4 fixed menu-related bugs in ExtendedTools and WindowExplorer
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4354 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-07-25 07:41:32 +00:00
dmex ea9b4982b5 fixed managed ProcessHacker.Api: GC was collecting CallbackRegistration's
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4353 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-07-24 21:46:59 +00:00
wj32 29ba7f6748 fixed bugs in ProcessHacker.Api
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4350 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-07-23 23:37:02 +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 2abd053f04 * DotNetTools: added more checks for duplicates
* DotNetTools: save tree list column settings

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4323 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-07-11 08:22:11 +00:00
wj32 44b1420360 added BUG comment
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4322 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-07-11 02:08:37 +00:00
wj32 776793b5f1 * DotNetTools: fixed x64 support
* DotNetTools: use UpdateDotNetTraceInfo with timeout

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4321 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-07-11 02:00:18 +00:00
wj32 186eda1a8d fixed typos
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4320 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-07-10 23:20:14 +00:00
wj32 a513b397f6 fixed ICorPublish for CLR v4 processes
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4319 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-07-10 11:03:16 +00:00
wj32 134525f76d DotNetTools: fixed division by zero
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4317 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-07-10 06:50:32 +00:00
wj32 4a3e6d46b4 removed test code
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4316 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-07-10 06:44:14 +00:00
wj32 7d8a5e8b19 DotNetTools: added support for CLR versions other than v4
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4315 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-07-10 06:36:22 +00:00
wj32 cdc66991fb DotNetTools: added .NET Assemblies tab
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4314 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-07-10 05:14:18 +00:00
wj32 65c24521f8 completed DotNetTools plugin
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4313 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-07-09 12:43:25 +00:00
wj32 1fa8f52b32 added DotNetTools plugin
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4312 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-07-09 08:38:39 +00:00
wj32 bed1f9ff33 fixed WindowExplorer hook bugs
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4310 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-07-08 06:38:45 +00:00
wj32 82594c8300 fixed comment
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4302 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-07-06 10:06:19 +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 319fb4d5a1 fixed WindowExplorer
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4291 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-07-04 12:18:28 +00:00
wj32 a0c964f225 * converted WindowExplorer to tree new
* deselect child nodes when collapsing a node

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4283 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-07-03 23:52:07 +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 b217228976 OnlineChecks: bump to 1.2
OnlineChecks: added Comodo Instant Malware Analysis

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4253 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-06-22 04:46:31 +00:00
wj32 67835419f1 * bump to 2.18
* ExtendedServices: bump to 1.6
* ExtendedServices: disabled editing of required privileges for services

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4249 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-06-22 01:42:05 +00:00
wj32 72354277ef patch by xhmikosr
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4241 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-06-20 02:44:46 +00:00
wj32 e61519ab36 ExtendedServices: show empty data items as "(empty string)"
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4233 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-06-13 04:13:56 +00:00
wj32 13027a7d2f ExtendedServices: fixed memory leaks
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4232 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-06-12 11:43:24 +00:00
wj32 6b38d10f8e ExtendedServices: added support for editing preshutdown time-out and required privileges
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4231 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-06-12 11:28:23 +00:00
wj32 f44318eab1 ExtendedServices: added elevation support for restarting services
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4230 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-06-12 10:38:28 +00:00
wj32 3ed6df0eff ExtendedServices: added support for editing triggers
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4229 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-06-12 10:29:58 +00:00
wj32 60143069e4 ExtendedServices: improved Other tab
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4228 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-06-09 08:40:29 +00:00
wj32 4f11590e4a WindowExplorer: added missing synchronization
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4226 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-06-05 12:16:27 +00:00
wj32 d56ffb2f83 * fixed plugin preprocessor defines for 64-bit
* WindowExplorer: fixed 64-bit bugs

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4224 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-06-05 02:04:56 +00:00
wj32 d3b84d922a * WindowExplorer: added Class property page
* WindowExplorer: added Dialog Proc

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4223 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-06-05 01:04:29 +00:00
wj32 11e8dddd5c * WindowExplorer: added User Data
* WindowExplorer: fixed interaction with windows of elevated processes

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4221 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-06-04 10:06:11 +00:00
wj32 8d7330e575 WindowExplorer: added symbol resolution for the window procedure
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4220 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-06-04 09:37:45 +00:00
wj32 16886c064b WindowExplorer: rewrote the hook, which is now enabled by default
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4219 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-06-04 08:40:27 +00:00
wj32 f35411c267 WindowExplorer: renamed Show/Hide and Enable/Disable to Visible and Enabled
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4207 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-05-23 06:16:26 +00:00
wj32 cf9522bea2 WindowExplorer: added Always on Top and Opacity
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4203 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-05-21 23:07:50 +00:00
wj32 70600df33c WindowExplorer: added hook code
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4200 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-05-14 09:34:45 +00:00
wj32 c86f32e159 WindowExplorer: delay load comctl32.dll and ProcessHacker.exe
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4199 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-05-14 04:18:25 +00:00
wj32 ddedf46e84 improved Services submenu when there is only one service
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4194 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-05-09 06:14:30 +00:00
dmex 2c4faf318d Updated Managed plugin wrapper:
-Removed unnecessary code
-Fixed typo
-Added GPL3 License information

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4193 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-05-08 13:03:36 +00:00