Commit Graph

1117 Commits

Author SHA1 Message Date
wj32 4d6b846038 treat blank settings file as valid
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4245 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-06-20 07:43:46 +00:00
wj32 dcedbb597d added support for detecting a settings file in the program directory
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4244 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-06-20 07:38:20 +00:00
wj32 72e08902f4 added elevation support for setting priority class and I/O priority
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4243 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-06-20 07:05:43 +00:00
wj32 094498a561 added support for setting Page Priority
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4242 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-06-20 06:38:43 +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 60f392a799 implemented new Run As mechanism
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4240 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-06-19 09:44:27 +00:00
wj32 650349dd46 * zero password strings before they are freed
* added PhSvcApiAddAccountRight

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4238 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-06-19 06:26:10 +00:00
wj32 5c84c9e8f2 improved event object
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4237 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-06-19 01:50:25 +00:00
wj32 32223a9ff4 improved PhReleaseQueuedLockExclusive
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4236 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-06-18 11:57:29 +00:00
wj32 e63bd97423 put version information into separate files to stop them from being modified
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4235 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-06-18 05:07:20 +00:00
wj32 42794d3aeb added more documentation
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4234 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-06-16 12:18:06 +00:00
wj32 e920cfab61 added elevation support for thread actions
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4227 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-06-08 12:21:01 +00:00
wj32 3abbf33c68 propagate the -newinstance parameter
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4225 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-06-05 11:19:36 +00:00
wj32 449ee3573d fixed version
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4217 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-06-02 11:46:24 +00:00
wj32 d89ab61796 * bump to 2.17
* fixed handle leak in options.c

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4216 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-06-02 11:44:16 +00:00
wj32 e4c172c0eb fixed keyboard-invoked context menu positioning when the selected item is off-screen
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4212 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-05-29 12:21:59 +00:00
wj32 b7c396650b added arrows to indicate whether a service is running
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4211 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-05-28 23:14:00 +00:00
wj32 5627bdf341 improved ALPC wait analysis
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4210 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-05-26 12:26:22 +00:00
wj32 03ea510e07 * call PhapGetSendMessageReceiver even when a NtUserMessageCall call isn't detected, because the thread may be hanging due to some other win32k system call
* added window class and text to the analysis output

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4209 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-05-26 12:01:16 +00:00
wj32 a762433a81 * added some more documentation
* added handling of NULLs to PhaFormatTextTable

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4208 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-05-24 11:52:15 +00:00
wj32 a2fc7bcba2 * improved PhSetProcessModuleLoadCount
* fixed PhSvcCallUnloadDriver not passing BaseAddress

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4206 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-05-23 06:01:25 +00:00
wj32 7e457bed76 fixed typo
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4205 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-05-23 02:13:27 +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 986f4e84d7 fixed incorrect handling of window positions (GetWindowPlacement and SetWindowPos don't go together well - e.g. when the taskbar is at the top of the screen)
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4202 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-05-21 22:28:58 +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 a5360acec3 * bump to 2.16
* fixed the IPv6-related workaround causing crashes

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4195 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-05-11 06:32:41 +00:00
wj32 ecf0856c2c changed description
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4191 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-05-08 11:00:12 +00:00
wj32 d5dd0ca8a6 added path ellipsis for User Name column
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4190 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-05-08 05:45:14 +00:00
wj32 56a5ead437 fixed typo in phplug.h
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4187 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-04-30 12:03:48 +00:00
wj32 ba776d1a86 reverted r4180
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4181 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-04-28 07:02:08 +00:00
dmex e748260a89 fixed some compiler warnings
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4180 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-04-27 09:33:10 +00:00
wj32 34c8992b7e added missing check for PhCurrentUserName
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4179 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-04-27 06:20:10 +00:00
wj32 4a63f44f44 use fallback value in case PhLocalSystemName = NULL
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4178 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-04-27 06:17:20 +00:00
wj32 d6fb635be1 fixed PhpCreateProcessItemForHiddenProcess
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4175 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-04-24 12:01:15 +00:00
wj32 9663690450 fixed ProcessHacker.rc
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4174 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-04-24 11:13:43 +00:00
wj32 282d7584c7 separated version numbers into phappres.h
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4173 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-04-24 11:06:20 +00:00
wj32 468e051023 prevent PID of DPCs and Interrupts from being shown in System Information tooltips
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4170 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-04-23 00:08:36 +00:00
wj32 f21ed7276f improved the process termination confirmation prompt
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4169 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-04-22 23:57:46 +00:00
wj32 0b29b61d64 added workaround for XP iphlpapi bug
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4168 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-04-22 07:53:21 +00:00
wj32 921576995a disabled tooltip auto-pop for main list views and tree lists
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4167 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-04-21 03:37:36 +00:00
wj32 bbf5f14449 patch by xhmikosr
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4165 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-04-21 02:42:05 +00:00
wj32 28680f8f16 put manifest in separate file
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4164 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-04-21 02:11:51 +00:00
wj32 33de160dc6 reverted manifest - mt.exe bug (see https://connect.microsoft.com/VisualStudio/feedback/details/626108/unrecognized-compatibility-section-in-manifest)
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4163 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-04-21 01:21:26 +00:00
wj32 beda58483b added manifest to make PH run under Windows 7 context
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4162 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-04-21 01:06:32 +00:00
wj32 436a646ac8 * bump to 2.15
* added DEP Status column

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4161 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-04-13 10:04:11 +00:00
wj32 2518b47631 changed initial focus of service properties to the Type combo box
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4160 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-04-07 07:35:06 +00:00
wj32 d86f80eefc removed old definition from phapppub.h
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4156 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-03-25 10:17:12 +00:00
wj32 05a61240ff changed ExitStatus to 1 when terminating processes
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4155 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-03-24 03:48:13 +00:00
wj32 442f83f50d use fallback minidump flags with old versions of dbghelp.dll
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4154 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-03-24 03:37:32 +00:00
wj32 e6625d5c74 fixed major bug in PhpProcessItemDeleteProcedure
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4151 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-03-21 06:20:18 +00:00