Commit Graph

3584 Commits

Author SHA1 Message Date
wj32 09d519a728 small change
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3584 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-09-10 07:09:57 +00:00
wj32 27df2cfef6 HWND, not HANDLE
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3583 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-09-09 11:41:36 +00:00
wj32 e716a9fd3a added thread affinity control
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3582 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-09-09 11:34:40 +00:00
wj32 21d638ef3d added some annotations and new definitions to ntpsapi.h
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3581 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-09-09 11:11:31 +00:00
wj32 4ca013a315 added missing checks
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3580 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-09-09 10:25:58 +00:00
wj32 4f28b4a5f9 added ExtendedNotifications plugin
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3579 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-09-09 09:18:49 +00:00
wj32 c901275e84 deleted ID_PROCESS_MARKASSAFE
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3578 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-09-08 09:56:06 +00:00
wj32 5ad40cec1a missing init
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3577 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-09-08 06:54:31 +00:00
wj32 c10e273bac updated Help.htm
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3576 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-09-07 10:10:25 +00:00
wj32 21f10de978 * can now unmap section views
* fixed PhFindCharInString

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3575 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-09-07 07:32:45 +00:00
wj32 7feb48538f fixed call
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3574 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-09-06 10:50:04 +00:00
wj32 432f9ff230 changed some PWSTRs to PPH_STRINGREFs
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3573 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-09-06 10:48:34 +00:00
wj32 74e3dc7487 added more parity between PH_STRING and PH_STRINGREF operations
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3572 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-09-06 10:29:57 +00:00
wj32 d0b712b731 small tweak
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3571 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-09-06 09:27:26 +00:00
wj32 ed1adc5ee5 fixed handle leak
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3570 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-09-06 08:29:18 +00:00
wj32 9de88a634a * added PhShowProcessAffinityDialog2
* PhShowChooseProcessDialog is now exported

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3569 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-09-06 06:52:24 +00:00
wj32 f74051dcdb * fixed incorrect process parent association
* added PhGetClientIdNameEx, PhReferenceProcessItemForParent

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3568 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-09-06 06:30:33 +00:00
wj32 43ec20a4a0 added config dialog
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3567 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-09-06 02:51:49 +00:00
wj32 28a7409260 * saving procdb now works
* factored out settings node creation to PhpCreateSettingElement

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3566 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-09-05 07:11:54 +00:00
wj32 7f0cc9f26a procdb is mostly working
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3565 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-09-05 04:04:30 +00:00
wj32 777faaad0e * added PhMatchWildcards
* added insert functions for PH_FULL_STRING
* added PhFinalStringBuilderString

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3564 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-09-05 03:08:17 +00:00
wj32 4ce7addd2d added PhCreateProcess (creates native processes)
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3563 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-09-04 03:46:35 +00:00
wj32 c6169e84a0 * added PhAddEntryHashtableEx
* added uniquestr command

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3562 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-09-04 01:33:57 +00:00
wj32 59978019f9 fixed column logic when there are gaps in treelist
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3561 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-09-03 11:44:46 +00:00
wj32 5897993475 avoid wcslen
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3560 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-09-03 11:25:27 +00:00
wj32 dd3c0b5b2b uppercase, not lowercase
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3559 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-09-03 10:54:59 +00:00
wj32 abfc8d988a avoid using C library wcs* functions other than wcscmp
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3558 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-09-03 08:40:36 +00:00
wj32 40bd57385c fixed compilation in debug mode
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3557 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-09-03 07:47:08 +00:00
wj32 2f05e2068a * PhCreateString(L"") -> PhReferenceEmptyString()
* removed AdditionalReferences parameter from PhCreateObject

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3556 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-09-03 07:44:29 +00:00
wj32 be750429bb fixed case-insensitive filter
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3555 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-09-03 07:19:20 +00:00
wj32 ece5d6b051 procdb progress
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3554 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-09-03 04:33:07 +00:00
wj32 7ac12035a1 started procdb
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3553 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-09-02 11:17:39 +00:00
wj32 5ceac72a70 added PH_ prefixes to some #defines
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3552 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-09-02 11:09:40 +00:00
wj32 82b63f3c86 RtlIsNameInExpression is only available on Windows 7 and above
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3551 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-09-02 10:20:14 +00:00
wj32 7dd8ba21b6 fixed typo
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3550 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-08-30 07:53:53 +00:00
wj32 cf79679ce5 * deleted installer files
* some mxml APIs are now exported

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3549 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-08-30 07:37:18 +00:00
wj32 c87c268ef0 added ProcessActions plugin (non-functional)
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3548 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-08-30 07:18:06 +00:00
wj32 e702ddecde removed process database feature (should go in a plugin)
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3547 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-08-30 07:03:03 +00:00
wj32 511bfc69d6 added PROCESS_WS_WATCH_INFORMATION_EX
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3546 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-08-29 06:48:31 +00:00
wj32 116846d506 minor changes
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3545 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-08-29 06:36:58 +00:00
wj32 57399a12cf forgot to mirror verification behaviour in PhpVerifyFileBasic
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3544 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-08-29 03:32:50 +00:00
wj32 5934a25b82 for purposes of case insensitivity, use uppercase instead of lowercase (3x faster)
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3543 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-08-29 02:35:27 +00:00
wj32 1520b61450 switched to Rtl string functions
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3542 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-08-29 02:25:54 +00:00
wj32 7d109aad36 updated CHANGELOG.txt
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3541 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-08-28 12:20:12 +00:00
wj32 a19746d419 added filter support
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3540 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-08-28 06:00:28 +00:00
wj32 866b83b529 added PH_MENU_ITEM_LOCATION_VIEW
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3539 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-08-28 04:55:37 +00:00
wj32 74471efe09 fixed PH_SYMBOL_PROVIDER_DELAY_INIT
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3538 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-08-28 03:45:00 +00:00
wj32 7e67ecb4aa implemented command line actions for threads
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3537 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-08-28 03:26:58 +00:00
wj32 21a04ed4ae improved Run As - doesn't involve the service whenever possible
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3536 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-08-28 03:15:49 +00:00
wj32 b26ba6c538 switched to initonce in PhCreateProcessAsUser
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3535 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-08-28 01:07:10 +00:00