Commit Graph

1801 Commits

Author SHA1 Message Date
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 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 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 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 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 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
dmex04 fa5070f54a recommitting completely tested tab control performance fixes
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2242 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-16 22:53:20 +00:00
wj32 3ada4501ea changed ProcessTreeStyle default value
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2241 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-16 22:40:55 +00:00
wj32 e9b38e80ea OptionsWindow looks cleaner now
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2240 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-16 22:39:28 +00:00
wj32 edebc35568 * reverted r2228-r2230 - bad layout for OptionsWindow, too packed
* reverted r2235-r2237 - breaks too many things, test before you commit or make a new branch

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2239 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-16 22:30:15 +00:00
dmex04 796dbb4b4b fixed default ping size settings
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2238 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-16 22:27:10 +00:00
dmex04 e43bf2315e excluded process tab from inactive settings list - disables process properties updating
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2237 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-16 22:04:08 +00:00
dmex04 d0a9b85f25 added settings for disabling inactive tabs
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2236 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-16 21:54:48 +00:00
dmex04 ae6e746a0f improved tab caching/loading
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2235 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-16 21:24:48 +00:00
xhmikosr 93dd0c28f2 Installer: fixed typo in custom messages
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2234 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-16 19:46:40 +00:00
xhmikosr c1cf87b8c7 cosmetics in custom messages/installer script
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2233 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-16 19:18:53 +00:00
xhmikosr 822f0e4cef Installer: some code refactoring and cleanup of services stuff
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2232 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-16 16:11:18 +00:00
xhmikosr 00a39cb6c4 Installer: Added link to website to the bottom left of the installer
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2231 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-16 13:36:41 +00:00
dmex04 165e457620 updated options, advanced tab layout
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2230 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-16 13:29:54 +00:00
dmex04 65747b1b4b removed update tab, moved settings
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2229 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-16 11:54:02 +00:00
dmex04 f309305bb4 settings layout tests
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2228 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-16 11:42:23 +00:00
dmex04 f21fbd4f7f added options for new ProcessTree node display style (1/2)
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2227 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-16 11:29:07 +00:00
wj32 b7c0a6b6c5 moved Max Samples setting back to where it belongs
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2226 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-16 11:17:13 +00:00
wj32 32cafc7bb1 replaced RefreshTreePath with turbo-charged version :D
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2225 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-16 11:14:57 +00:00
dmex04 241fd61125 fixed RefreshTreePath() locking caused by stack
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2224 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-16 10:58:58 +00:00
dmex04 d018c8a457 reverted r2222
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2223 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-16 10:12:49 +00:00
dmex04 37e4714c43 suggested RefreshTreePath() fixes
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2222 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-16 09:54:39 +00:00