Commit Graph

2293 Commits

Author SHA1 Message Date
wj32 6a199a3cc1 fixed TmTm access entries
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2293 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-21 09:27:00 +00:00
wj32 5ffed9b7f5 native-ized GetMappedFileName
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2292 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-21 09:04:21 +00:00
wj32 d4d8895b67 migrated everything to 1/16 stack size
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2291 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-21 08:52:39 +00:00
wj32 f70cf13f93 #2882478 - "Visual Styles-related operation resulted in an error because no visual style is currently active."
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2290 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-21 08:48:41 +00:00
wj32 0339a7f276 added StorageDevice
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2289 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-20 11:01:08 +00:00
wj32 081809ab8f made ThreadWindow file box read only as well
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2288 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-20 07:26:10 +00:00
wj32 5ed3cd84b4 fixed broken ServiceProvider
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2287 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-20 07:24:36 +00:00
wj32 d8b94c2b5f reverted some stuff, fixed design-time exceptions
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2286 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-20 07:23:16 +00:00
dmex04 cae316685d fixed? ModuleList dispose call
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2285 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-20 07:00:32 +00:00
dmex04 67d0867f95 #2881621 - set textbox readonly
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2284 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-19 13:03:06 +00:00
dmex04 3f268c4c4a #2881489 - fixed SetTaskbarOverlayIcon COM exception
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2283 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-19 12:37:24 +00:00
dmex04 178992185e fixed build break from last commit, WaitChainWindow was missing reference: ExtendedTreeView
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2282 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-19 12:36:05 +00:00
dmex04 fba6c6a1f2 fixed ExtendedListView flickering + cleaned up code, fixed ExtendedListView name mismatch
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2281 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-19 11:26:38 +00:00
dmex04 66efca2ac6 removed redundant remnants of the old PH and fixed references
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2280 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-19 09:43:42 +00:00
dmex04 c77dd4577d fixed previous two fixes...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2279 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-19 09:19:05 +00:00
dmex04 02452cc803 minor startup time improvement, fixed instances where TaskBarLib calls to HackerWindow would fail
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2278 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-19 09:16:43 +00:00
dmex04 0a2c4e9921 #2881382 - An item with the same key has already been added, now its not added twice.
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2277 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-18 20:51:14 +00:00
xhmikosr 00c627fe14 Installer: *MinVersion Win2K
*Disable installation of KProcessHacker on Win2k

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2276 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-18 11:06:17 +00:00
dmex04 faa7390b47 TaskDialog changes: (1/2) fixed NavigatePage
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2275 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-18 10:35:16 +00:00
wj32 5e2bf93b79 changed Provider exception behaviour so that unhandled exceptions are only logged, not thrown
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2274 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-18 10:24:23 +00:00
dmex04 bcefa98923 TaskDialog changes: removed useless SuppressMessage attributes, added SuppressUnmanagedCodeSecurity
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2273 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-18 10:19:15 +00:00
wj32 21cb911aa3 removed pointless VersionString checking
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2272 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-18 09:28:58 +00:00
dmex04 f8bf3144e6 reverted last commit
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2271 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-18 09:21:56 +00:00
dmex04 68e88ec3ca fixed non-NT OSVersion detection
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2270 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-18 09:18:17 +00:00
wj32 04e77984d5 * updated CHANGELOG.txt
* fixed NetworkList sync issue

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2269 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-18 09:18:10 +00:00
dmex04 7a50523650 added OS Version string caching, removed duplicate OSVersion functions from TaskDialog
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2268 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-18 09:04:28 +00:00
wj32 e8f6301949 truly disabled Network tab for < XP
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2267 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-18 09:01:17 +00:00
wj32 aefbd51972 fixed OSVersion - Unknown should be int.MinValue, makes more sense
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2266 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-18 08:58:24 +00:00
wj32 96d789131d Network tab doesn't work for < XP, so removing
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2265 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-18 08:57:01 +00:00
wj32 f77745f81c * Provider now throws an exception with an InnerException
* reverted previous commit (pointless)

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2264 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-18 08:25:59 +00:00
wj32 d22d24d3ad ErrorDialog now displays InnerException if available
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2263 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-18 08:22:33 +00:00
dmex04 7899d8e292 comment cleanup :P
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2262 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-18 08:22:18 +00:00
wj32 b02c136727 fixed OSVersion for unknown OS versions
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2261 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-18 08:16:56 +00:00
wj32 77c7fd1138 different ideas...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2260 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-18 08:14:35 +00:00
dmex04 6827088946 fixed NotSupported/UnReleased OSVersion handling, fixed OSVersion class not 100% handling OS Version correctly under all circumstances, fixed Windows 2000 support
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2259 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-18 08:02:46 +00:00
dmex04 79f0e85979 fixed diagnostics text containing invalid symbols
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2258 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-18 07:00:59 +00:00
dmex04 73930aa31e fixed error-reports containing invalid symbols
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2257 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-18 06:53:18 +00:00
wj32 d1623b987a * updated CHANGELOG.txt
* fixed the fix

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2256 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-18 06:32:54 +00:00
dmex04 ab7bfaea16 #2881084 - mitigated "System.ArgumentOutOfRangeException: Value of '-2147483648' is not valid for
'Value'. 'Value' should be between 'minimum' and 'maximum'"

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2255 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-18 06:27:04 +00:00
wj32 5699fb9fcf * fixed bad ImagehlpLine64 definition that was probably causing some crashes on 64-bit
* made SecurityDescriptor.Read even less likely to throw an exception

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2254 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-18 04:42:14 +00:00
wj32 59bfcedf65 #2880368 - "Highlight Option dialog does not show current colors"
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2253 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-18 04:04:58 +00:00
wj32 d092ca9173 * turned off ExtendedListView mandatory double buffering
* DoubleBuffered PropertyInfo is now cached
* removed stupid comment in OptionsWindow

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2252 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-18 03:38:23 +00:00
wj32 705bdeb2a7 * symbol loading is now delayed
* added TokenHandle.GetLinkedToken, doesn't throw exception when there is no linked token

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2251 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-18 02:24:52 +00:00
wj32 8b81715f27 updated CHANGELOG.txt
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2250 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-17 11:54:34 +00:00
wj32 fb89690166 1/4 stack -> 1/16 stack
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2249 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-17 11:53:08 +00:00
wj32 e3377d4b64 * improved SysCallHacker symbol loading, added CID display
* changed PH WorkQueue max. threads to 2

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2248 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-17 11:35:05 +00:00
wj32 545f4147a5 handle and memory values are now zeroed when disposed
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2247 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-17 07:33:59 +00:00
wj32 c513d5acaa CircularBuffer sizes are now powers of two
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2246 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-17 03:45:01 +00:00
wj32 1d2cfbd946 * ToLower -> ToLowerInvariant
* InvariantCultureIgnoreCase -> OrdinalIgnoreCase
* other optimizations

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2245 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-17 02:12:36 +00:00
wj32 16c377271f reverted again because:
* processes are no longer highlighted if they host services (before clicking on the Services tab)
* processes no longer have the Services tab in properties (before clicking on the Services tab)
* service notification no longer works when the Services tab isn't active

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2244 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-16 23:20:41 +00:00