wj32
b7a29a0cb1
* Fixed services in tooltips
...
* Added highlighting for processes with services
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@253 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-12-07 02:23:24 +00:00
wj32
6508f30f25
Added CPU usage column
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@245 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-12-06 22:47:00 +00:00
wj32
46ccb42d75
* Gets command line of processes without using Injector
...
* Added highlighting for debugged processes
* Added viewing/setting of process affinity
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@242 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-12-06 11:00:07 +00:00
wj32
9c9de9279a
* Added WaitReason column in thread list
...
* Highlights suspended threads in thread list
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@235 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-12-06 05:48:49 +00:00
wj32
83c7921969
fixed random crashes
...
add handle filter window (search for handles)
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@220 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-12-04 08:27:10 +00:00
wj32
3adad7b9b0
now translates handle names into more readable forms
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@215 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-12-04 06:07:22 +00:00
wj32
992dde27cc
allow hiding of handles with no name
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@213 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-12-04 05:08:15 +00:00
wj32
e3a6bd5e11
fix handle strings
...
fix handle updating (always had "new" handles)
it awesomely works now!
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@212 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-12-03 11:20:13 +00:00
wj32
7ec69dd2c9
begin handle code
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@211 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-12-03 10:51:02 +00:00
wj32
335ecf69df
Added StartType column in services list
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@210 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-12-03 07:43:28 +00:00
wj32
4bc9d0f32e
only use terminal server API as a fallback... it's very unreliable
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@194 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-12-02 06:31:16 +00:00
wj32
09d9bddf09
actually, USE BeginInvoke
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@193 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-12-01 10:44:36 +00:00
wj32
81fc5777d3
don't use BeginInvoke
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@192 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-12-01 10:37:53 +00:00
wj32
0866d0d3ca
various bug fixes
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@190 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-12-01 10:13:05 +00:00
wj32
5efd9f274f
Now displays user names of most processes using the Terminal Server APIs
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@189 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-12-01 09:21:27 +00:00
wj32
f8db20c8e1
* made most imported functions unicode
...
* started terminal server imports
* added more locks
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@188 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-12-01 08:57:32 +00:00
wj32
19a30b62a7
put locks in ThreadList.cs
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@186 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-12-01 06:41:01 +00:00
wj32
0c0ded3544
more locks to ProcessList.cs and ServiceList.cs
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@185 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-12-01 06:40:17 +00:00
wj32
ed3f6ed0d9
* we really DON'T need to invoke to get the username of a process
...
* lock the dictionary while updating a modified item on the process list
* make the GetProcessUsername() function throw exceptions
* remove useless try statements
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@183 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-12-01 06:31:03 +00:00
wj32
6d931d5646
Services list now displays a blank space when there is no PID
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@179 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-11-30 10:44:08 +00:00
wj32
b68dfeb555
gui fixes
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@150 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-11-28 06:40:13 +00:00
wj32
aad868cc48
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@149 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-11-25 10:50:34 +00:00
wj32
e5e543c865
display services in process tooltips
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@146 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-11-25 07:48:19 +00:00
wj32
d6b9f89224
recognize more service types - Interactive and FileSystem
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@144 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-11-25 05:35:32 +00:00
wj32
fc7d189e52
fix some bugs, get service config
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@143 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-11-24 10:37:23 +00:00
wj32
ed2f7af08f
bump to 1.2.1.0
...
added service list
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@142 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-11-24 10:19:21 +00:00
wj32
51030f61a9
delete process tree
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@136 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-11-23 06:37:47 +00:00
wj32
90f5e4dc32
use begininvoke more, add more "try" hacks
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@128 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-11-23 03:38:38 +00:00
wj32
05fd34b25d
enable double-clicking for thread list
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@126 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-11-23 03:22:52 +00:00
wj32
565ea7eccc
fix various compiler warnings
...
start on disassembler
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@103 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-11-22 04:33:27 +00:00
wj32
0464be3039
various highlighting fixes
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@102 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-11-22 00:39:41 +00:00
wj32
8d66d0d461
highlighting is now off for the first 5 seconds
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@100 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-11-22 00:14:17 +00:00
wj32
af5a22c951
update gpl headers
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@99 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-11-21 23:23:13 +00:00
wj32
59373a604e
hack to fix crashes
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@97 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-11-21 10:53:56 +00:00
wj32
d60e0d0e0b
fix highlighting, add for threads
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@90 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-11-21 09:35:05 +00:00
wj32
4285d01204
add highlighting
...
add color displayer/picker control
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@89 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-11-21 08:16:27 +00:00
wj32
aa4e050d64
now saves pe window column settings
...
fixed crash when opening the same file twice
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@81 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-11-20 10:23:28 +00:00
wj32
746a0fb427
fixed wrong process icons (finally)
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@70 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-11-13 04:51:55 +00:00
wj32
1036a3ecd8
update help
...
fix wrong process icons
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@69 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-11-12 07:30:59 +00:00
wj32
00e49579b2
fix process icon memory leak
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@67 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-11-11 09:51:59 +00:00
wj32
899a0f6974
made thread list reorderable
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@43 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-10-26 06:19:15 +00:00
wj32
59b3803721
Now has a good system of copying list items (currently in every ListView)
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@41 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-10-26 05:44:43 +00:00
wj32
09a4947ed6
* Now displays process 0 as System Idle Process
...
* Fixed thread list for System Idle Process
* Now displays description for System
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@40 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-10-26 03:31:15 +00:00
wj32
8df5e30472
bump to 1.1.3.0
...
completely rewrote thread list code
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@38 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-10-26 02:15:48 +00:00
wj32
bce48471d0
fix previous
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@36 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-10-24 05:50:46 +00:00
wj32
e9c1533fe9
enable multiple lists and trees to use the same provider
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@35 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-10-24 05:47:59 +00:00
wj32
683909326b
add process tree
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@34 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-10-24 05:33:56 +00:00
wj32
55d0e575d6
make tooltips a bit smaller
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@31 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-10-23 09:42:47 +00:00
wj32
e3de110afd
clean up code, make it easier to select multiple items
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@30 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-10-23 09:39:30 +00:00
wj32
7145169bce
Fix username and other things
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@28 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-10-23 09:05:39 +00:00