35 Commits

Author SHA1 Message Date
dmex b02427417c PH1.x: fixed build
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5614 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2014-02-25 23:14:38 +00:00
dmex e0579b0393 PH1.x: Code Cleanup/Fixes, Initial KPH2 support
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4785 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-10-30 10:35:02 +00:00
dmex 056f4c0914 PH1.x: Code Cleanup/Fixes
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4784 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-10-30 02:47:41 +00:00
dmex e43aec1c5e PH1.x: Code Cleanup/Fixes
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4778 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-10-29 08:32:37 +00:00
dmex ccfa57bb01 PH1.x: Replaced ConextMenu controls
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4772 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-10-28 20:15:00 +00:00
dmex c5a33175d5 PH1.x: Removed remaining legacy controls (3/3), Updated Searchbox
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4768 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-10-28 06:01:00 +00:00
dmex af703af666 PH1.x: MainMenu control themed (2/3)
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4767 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-10-28 04:01:52 +00:00
dmex 3a9a6e8305 PH1.x: Marshal cache rewrite, TreeViewAdv & ListView control fixes.
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4764 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-10-28 00:19:55 +00:00
dmex a5c47a606f PH1.x: few more string null fixes
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4749 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-10-22 15:07:51 +00:00
dmex 19a0215366 PH1.x: misc fixes
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4745 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-10-19 16:37:34 +00:00
dmex 6765b5518f PH 1.x: "" string fixes, remove handle filter delegate invoke
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4711 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-09-23 10:57:47 +00:00
dmex 158bbb865f Reverted some files
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4375 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-07-31 02:11:34 +00:00
dmex fd135fbae3 moved all ListView controls to ExtendedListView, fixed some API ref defs, added initial LastError error handling semantics
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4258 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-06-25 12:39:06 +00:00
wj32 5634cdb5b7 fixed .NET tab delayed loading (3)
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2608 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-01-11 02:37:55 +00:00
wj32 596709820d fixed .NET tab delayed loading (2)
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2607 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-01-11 02:36:33 +00:00
wj32 ae34ef0885 deleted HistoryManager: -1 million CPU cycles each update
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2606 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-01-11 02:28:34 +00:00
wj32 df3cbb70ca deleted DeltaManager, replaced with delta struct: -2 million CPU cycles each update
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2605 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-01-11 01:43:27 +00:00
wj32 8c2d925693 delay .NET tab initialization
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2598 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-01-10 21:28:30 +00:00
wj32 33b5291dcd fixed major process properties memory leak
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2597 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-01-10 07:50:48 +00:00
wj32 6d7a943ad9 System Idle Process threads are shown
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2593 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-01-09 23:38:04 +00:00
wj32 d01c5b9167 back-ported provider boosting fix from PH 2.x
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2542 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-12-30 04:24:51 +00:00
wj32 95a1343f3a back-ported new provider system from PH 2.x
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2540 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-12-30 02:48:37 +00:00
wj32 5ebb815d6b completed .NET tab
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2507 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-12-26 08:33:36 +00:00
wj32 b0aeefa191 small UI fixes
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2450 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-12-18 04:01:25 +00:00
wj32 6a77101400 started dump viewer
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2423 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-12-17 00:17:49 +00:00
wj32 d05563fb80 added safety check to ProcessWindow.Dispose
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2408 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-12-10 08:15:22 +00:00
wj32 9f3f6ca52f * hacked around PWindows race condition
* disabled loaded modules in diagnostics text

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2404 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-12-09 10:05:13 +00:00
wj32 d284deafb8 * replaced messy half-working code in ProcessWindow for selecting threads with ActionSync
* replaced fast event emulators with FastEvent

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2388 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-11-29 04:03:14 +00:00
wj32 499ee08396 improved signature verification - works on x64, and shows subject names
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2383 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-11-29 00:28:26 +00:00
wj32 f190af0070 improved SecurityEditor ISecurable wrapper
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2370 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-11-27 10:20:50 +00:00
wj32 207c58b9d8 fixed Find window and select thread sometimes not working
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2364 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-11-26 10:01:05 +00:00
wj32 5027592ce9 * reverted the entire logging thing. sorry dmex, it's just not good enough.
* EnumProcessModulesEx only works on Vista and above, and we already get WOW64 modules

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2327 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-11-01 01:35:54 +00:00
dmex04 f9262305c3 Various Fixes/updates:
* fixed: MemoryList provider_DictionaryRemoved
* fixed: (and orginized) extensions
* fixed: message centering
* fixed: EnableKPH settings option being enabled on 64bit
* fixed: menu becoming disabled. if enabled, ph is minimized then exited.
* fixed: InfomationBox using incorrect font
* fixed: Form.ActiveForm cross-thread exceptions
* fixed: settings requiring ProcessHacker restart notification
* fixed: SourceForge upload status remaining "uploading" after error
* fixed: ExtendedListView mode fixed

-added: restart to ErrorDialog
-updated: WaitChainTraversal window
-completed: ProcessTreeNodeDisplayStyle options (ShowSelectiveNodes now Works)
-replaced: Updater form window handle hopscotch handling :P, with GetFWindow method 
-merged: logging/messaging (QueMessage, Logging.Log, (4) PhUtils methods) into one class
-improved: exception handling/logging/dialog control consistency 


git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2322 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-31 23:05:00 +00:00
dmex04 22cc8b4c82 IntPtr caching, added more architecture control
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2317 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-30 20:36:36 +00:00
wj32 7bd28e4357 moved branches, tags, trunk to 1.x branch
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2304 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-25 02:22:46 +00:00