Commit Graph

429 Commits

Author SHA1 Message Date
wj32 41c776dcf0 reintroduced High priority for PH
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@767 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-02-28 06:01:20 +00:00
wj32 4ceff6ff67 #2605155 - "CSR Processes: Add Save Processes"
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@766 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-02-28 05:56:52 +00:00
wj32 d7cd0242ed #2625193 - "Add warning before shutting down, or restarting pc etc."
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@765 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-02-28 05:45:55 +00:00
wj32 b03e995409 #2647251 - "About window improvements"
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@764 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-02-28 05:41:45 +00:00
wj32 2856fd9c8f * #2647387 - "Add descriptions to Memory Editor's buttons"
* #2647435 - "Add descriptions to Memory search results window"

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@763 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-02-28 05:38:54 +00:00
wj32 ee104b60de #2647422 - "Suggest filename in Memory Editor->Data->Save"
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@762 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-02-28 05:30:24 +00:00
wj32 c5b40a16fc * #2647418 - "Add ctrl+A and ctrl+C to threads, token, modules etc"
* fixed nulls at the ends of handle names

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@761 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-02-28 05:22:03 +00:00
wj32 8bf1232220 fixed lag with thread list
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@760 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-02-28 04:23:02 +00:00
wj32 9f601be654 #2647259 - "Network: refresh even if in background"
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@759 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-02-28 02:01:07 +00:00
wj32 7294a77fbd #2596481 - "Add option for one instance of Process Hacker"
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@758 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-02-28 01:51:40 +00:00
wj32 ca998a786e * #2602541 - "Bug with 'Hide When Minimized' enabled -svn635"
* fixed window handling at startup - Start hidden works properly now

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@757 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-02-28 01:23:44 +00:00
wj32 2d91a25750 Black border bug when restoring from minimized state
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@756 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-02-28 00:50:20 +00:00
wj32 3aa404bc83 added Reduce Working Set
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@754 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-02-27 23:46:23 +00:00
wj32 763cbf922a fully supports UAC elevation for specific tasks now
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@744 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-02-27 09:39:14 +00:00
wj32 7804a38401 fixed GDI+ handle leaks with VistaMenu
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@742 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-02-27 06:14:48 +00:00
wj32 f331d3fbb4 * fixed insane memory usage on Windows XP
* added Re-analyze menu item

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@733 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-02-26 10:09:21 +00:00
wj32 2590f6dc7e made ComboBoxPickerWindow better
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@732 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-02-26 08:44:10 +00:00
wj32 8fee63ce3c provider loading is now delayed so process windows appear faster
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@731 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-02-26 08:23:42 +00:00
wj32 6f956bd5f3 * fixed VistaMenu
* finished previous commit

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@729 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-02-26 08:11:43 +00:00
wj32 7e87956dbe completely fixed all handle leaks, especially in the process window
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@727 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-02-26 07:35:01 +00:00
wj32 1be7ac1cef * "fixed" VistaMenu GDI+ handle leak
* added ProcessNode finalizer
* removed unused code from HackerWindow
* fixed token handle leaks
* minor GUI fixes

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@726 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-02-26 06:17:40 +00:00
wj32 4492a3b93d partially reverted r722
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@725 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-02-26 05:21:00 +00:00
wj32 8ee5b7ecd8 fixed Loading symbols message
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@723 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-02-25 04:42:02 +00:00
wj32 af3705ab5a * #2628961 - "Add ctrl+A in Services and Network window"
* #2628967 - "Add ctrl+C in Processes, Services and Network window"

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@715 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-02-23 07:25:46 +00:00
wj32 dd75d34ff9 selects process tree by default
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@714 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-02-23 07:02:05 +00:00
wj32 3271d47f09 * fixed Replace Task Manager if taskmgr.exe subkey is missing
* fixed startup
* fixed select all

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@713 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-02-23 06:59:03 +00:00
wj32 5f5334928a fixed detection of corrupt settings (again)
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@709 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-02-22 00:30:12 +00:00
wj32 fb4b5cc8ea * reverted the previous change to a single click
* calls LoadNotificationIcon()

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@708 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-02-22 00:22:50 +00:00
wj32 86340db875 notification icon is now single click
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@706 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-02-22 00:07:26 +00:00
wj32 0143443c52 fixed dangerous names detection with suspending and resuming
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@705 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-02-21 23:58:40 +00:00
wj32 932792e21b separated the loading process into stages
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@704 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-02-21 23:50:20 +00:00
wj32 4ce5e994de fixed corrupt settings detection
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@703 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-02-21 23:22:17 +00:00
wj32 6f0a882ef1 fixed dangerous process detection
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@700 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-02-21 22:46:04 +00:00
wj32 a0fc65e612 improved Start hidden
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@698 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-02-21 11:02:59 +00:00
wj32 040c857365 minor fix to ProcessSystemProvider
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@697 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-02-21 10:53:42 +00:00
wj32 8b1ebb3b9f ~200 reduction in handles + decrease in memory usage
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@696 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-02-21 10:48:52 +00:00
wj32 420772a5f4 * added UAC code to services and the options window
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@695 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-02-21 10:18:40 +00:00
wj32 d558a3c13c hides Run As menu when not elevated
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@694 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-02-21 09:48:11 +00:00
wj32 24aa935b3c UI fixes
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@693 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-02-21 05:37:06 +00:00
wj32 f3547ad0ad * added GetHandleInformation and SetHandleInformation
* fixed CPU usage icon invoking
* fixed HandleProvider

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@691 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-02-21 04:51:57 +00:00
wj32 fba06fc72c awesome tray icon
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@690 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-02-21 02:28:56 +00:00
wj32 99dbbeccad doesn't hide the Tools menu if KPH isn't loaded
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@689 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-02-21 01:31:05 +00:00
wj32 b67f5ce375 made the description column in Options a bit wider
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@688 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-02-21 01:25:06 +00:00
wj32 1372a9899a fixed "Replace Task Manager" (really)
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@686 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-02-21 01:14:23 +00:00
wj32 b496f3a837 fixed "Replace Task Manager"
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@685 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-02-21 01:09:10 +00:00
wj32 1da94efdfa Specific highlighting can be enabled/disabled
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@683 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-02-21 00:54:23 +00:00
wj32 95c4b23f71 updated About Window
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@681 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-02-20 23:47:30 +00:00
wj32 41cbcb3e6d System Information now runs on a separate thread
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@680 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-02-20 23:39:19 +00:00
wj32 2e39dd5d2d added link to ic#code
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@679 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-02-20 23:22:08 +00:00
wj32 4472e3be12 * GC.Collect() when closing a ProcessWindow
* added Debug > Free Memory menu item
* fixed random freezing

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@678 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-02-20 23:11:52 +00:00