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
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
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
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
dmex04
6836670105
cleaned up source comments
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2218 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-16 08:17:22 +00:00
dmex04
d9b57d89f1
completed settings migration + updated settings references
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2199 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-15 17:32:04 +00:00
dmex04
55df451fb1
changed Settings.xml build location, removed redundant functions, cleaned up Settings Class
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2190 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-15 08:26:09 +00:00
dmex04
2d3cc8fe0c
added initial settings management, switched 4 settings for testing implementation.
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2188 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-15 07:46:38 +00:00
wj32
225c73b2c0
reverted r2184, r2185:HackerWindow.cs, r2186
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2187 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-15 03:39:14 +00:00
dmex04
4728a59968
removed waitchain code for 1.6
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2186 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-15 03:30:45 +00:00
wj32
530ca96c35
* "Linked Token..." -> "Linked Token"
...
* disabled Analyze Wait Chain for 1.6 release
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2185 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-15 03:08:13 +00:00
dmex04
40396a1209
removed Program.Recovered per WER functionality discussion with wj32 :D
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2181 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-14 12:09:03 +00:00
wj32
2480b73dbe
saves settings only if there is no other instance of PH
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2176 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-14 06:57:54 +00:00
wj32
84b0487887
different Reset implementation
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2175 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-14 05:24:37 +00:00
dmex04
1eb812c8e4
added ResetSettings button to options, partially fixed recurrent System.Configuration.ConfigurationErrorsException: The configuration file has been changed by another program.
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2174 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-14 04:31:20 +00:00
wj32
999428ead6
* reduced the number of exceptions being thrown
...
* fixed Replace Task Manager bug
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2173 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-14 03:14:56 +00:00
wj32
a602d04180
* ShowWarning -> ShowError
...
* IsInternetConnected is a method not a property
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2171 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-14 02:05:48 +00:00
dmex04
34b3b1de4b
added IsInternetConnected checks to Ping/Whois/Tracert tools
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2170 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-14 01:58:43 +00:00
wj32
5fe9e81729
* disabled recovery
...
* prevented double restart
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2154 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-12 07:13:26 +00:00
wj32
c82af812cc
removed messages in status bar
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2147 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-12 02:16:48 +00:00
wj32
f8f50cb051
* fixed tiny process creation notification inconsistency
...
* fixed ExtendedListView compilation error
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2122 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-11 02:01:06 +00:00
wj32
6c6387347a
added Donate menu item
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2119 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-10 09:42:02 +00:00
dmex04
5ea9a76b85
added IsInternetConnected check to VirusTotal click event, updater already supports it
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2118 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-10 03:37:14 +00:00
dmex04
447778cd96
re-enabled WER Restart/Recovery
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2109 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-09 10:10:44 +00:00
dmex04
98d9e9067b
commented out Jumplist code and removed networkInfomation window -Reserved for future use
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2092 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-07 20:14:55 +00:00
dmex04
8b4c972c32
reverted r2078 - removed 'both' dispose calls
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2084 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-07 01:56:29 +00:00
wj32
a06d651b41
removed Dispose in HackerWindow.Exit
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2083 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-07 01:33:43 +00:00
dmex04
822ebb206d
moved thumbButtonManager.Dispose call where it doesn't break thumbButtons, added same call to ErrorDialog
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2078 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-07 00:23:29 +00:00
dmex04
a4996b283f
TaskbarLib AppID function changed to Get/Set, allowed merging of four functions
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2075 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-06 20:20:57 +00:00
dmex04
c3ad0badaa
more TaskbarLib memory leak fixes
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2069 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-06 06:18:34 +00:00
wj32
f12c37faba
moved wait chain menu item disabling code
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2066 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-06 03:49:13 +00:00
dmex04
3ad8a021b5
hide analyzeWaitChainProcessMenuItem from unsupported OS's
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2064 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-05 23:25:09 +00:00
dmex04
32a90aa765
completed ExtendedTreeView control, added Properties button to WaitChainWindow
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2062 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-05 18:37:58 +00:00
dmex04
a4b2204e07
JumpList disabled and code commented out, note: Reserved for future use!
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2060 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-05 15:50:43 +00:00
wj32
487ee66f63
* added BeepDevice
...
* got rid of System.Diagnostics usage in WaitChainWindow
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2056 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-05 05:03:21 +00:00
dmex04
8a9c126a6d
(initial) added new thread WaitChain analysis window to Process context menu, right-click a process and select analyzeWaitChain
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2054 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-05 03:14:09 +00:00
dmex04
3928ac40d5
removed unnecessary jumplist-count logging, added NetInfo thumbbutton, changed thumbbutton ordering, set SysInfoWindow thumbbtton to same icon used in menu
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2018 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-01 19:42:25 +00:00
wj32
cf8a59c2de
changed thumbbutton click handlers to be the same as the menu ones
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2002 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-09-30 05:41:09 +00:00
wj32
5fe84a4b57
Show(Form) -> Show()
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2001 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-09-30 05:37:00 +00:00
wj32
6640d37cb1
fixed exception when taskbar button is created again, and fixed display of buttons when it is created again
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1996 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-09-29 08:28:45 +00:00
wj32
bca79be8ef
implemented IMessageFilter system
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1993 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-09-29 08:15:53 +00:00
wj32
38132e88ea
fixed entry point not found exception on Vista and below
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1992 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-09-29 07:56:54 +00:00
dmex04
908610277d
added more HResult error checking to TaskbarLib COM calls, bugfix #2869174 - removed TaskbarLib Custom Category's causing System.UnauthorizedAccessException when recent document tracking is disabled on users machine.
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1991 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-09-29 00:50:42 +00:00
dmex04
e6cab56dcc
added NetworkInfomationWindow to TrayIconMenu for wj32 to play around with
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1990 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-09-28 21:46:58 +00:00
dmex04
d25714af58
finished 'initial SVN' Jumplist and ThumbButton configuration for Windows 7
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1989 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-09-28 18:54:47 +00:00
dmex04
957ab78bd8
#2846076 - fixed more instances of windows being shown behind PH window when "Always On Top" enabled - #2846076 is now completely fixed
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1988 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-09-28 18:17:44 +00:00