Commit Graph

311 Commits

Author SHA1 Message Date
wj32 dbbf01b5ad fixed symsrv EULA dialog
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1054 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-04-13 09:21:09 +00:00
wj32 4fa98825df dbghelp.dll support!
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1047 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-04-12 10:53:57 +00:00
wj32 d3330a3d04 * API Logger is hidden for now (preparing for release)
* Inject DLL is disabled for other sessions

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1036 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-04-09 08:56:06 +00:00
wj32 c502e0b417 removed test code
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1031 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-04-07 12:06:06 +00:00
wj32 ca0a01ddda changed all instances of GetCurrentProcess().Kill() to Win32.ExitProcess
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1020 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-04-06 11:56:31 +00:00
wj32 0c8be7c312 added hardcore garbage collection to major memory-eating functions
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1018 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-04-06 09:08:29 +00:00
wj32 ed1fb68850 added DLL injection function
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1014 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-04-05 10:27:39 +00:00
wj32 c58a69146a removed dispose in Exit()
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1010 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-04-05 02:34:18 +00:00
wj32 932bbb0b28 added highlighting for GUI threads
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1009 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-04-05 00:28:15 +00:00
wj32 1ce4fce076 module querying now only requires PROCESS_QUERY_LIMITED_INFORMATION if using KPH
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@992 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-04-02 06:56:07 +00:00
mikalai_chaly d50f47bb6a - Statusbar SizeGrip will be hidden with window is maximized (HackerWindow.OnResize)
- Changed main form layout to make it properly resizable using statubar SizeGrip.

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@988 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-04-01 16:07:54 +00:00
wj32 a46b5836b6 extended Actions to services
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@965 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-03-29 09:35:57 +00:00
wj32 6146c2b95b fixed Properties menu item in process menu
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@963 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-03-29 07:45:39 +00:00
wj32 c04c957b21 fixed crash when attempting to perform actions using the notification icon menu
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@962 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-03-29 07:20:03 +00:00
wj32 6e31ff16c5 Vista-style dialogs
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@961 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-03-29 03:26:49 +00:00
wj32 ddf47616b8 now GC's after loading symbols in process properties
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@953 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-03-28 10:46:08 +00:00
wj32 da22a68d2a all ProcessWindows now share a SharedThreadProvider while HackerWindow uses its own
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@951 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-03-28 10:13:01 +00:00
wj32 0e17c19e54 changed Free Memory behaviour
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@948 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-03-28 08:41:21 +00:00
wj32 d4cdcb1859 fixed many memory leaks (thanks to WinDbg+SOS)
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@947 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-03-28 05:31:27 +00:00
wj32 fe8cf7f489 * fixed huge thread and memory leak
* fixed HighlightedListViewItem crash

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@946 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-03-28 03:49:24 +00:00
wj32 e77e421401 new network context menu
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@939 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-03-27 06:57:57 +00:00
wj32 75d84d6715 #2713088 - "Network: Ctrl+A and Ctrl+C should copy the processes' names"
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@938 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-03-27 06:48:21 +00:00
wj32 050759045f shared thread for processes, services and network
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@937 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-03-27 06:06:36 +00:00
wj32 bc40a10597 * #2713087 - "Processes: Copy should copy only the columns currently used"
* Inconsistent Copy menu after columns are modified

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@922 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-03-26 08:06:23 +00:00
wj32 24991d1c08 Free Memory now compacts the heaps
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@920 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-03-26 05:59:40 +00:00
wj32 3277bab324 changed ProcessItem to a class (was a struct) - slightly less CPU and memory usage
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@919 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-03-25 09:09:50 +00:00
wj32 8c8706b3fb reuse subtractors instead of creating new instances
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@918 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-03-25 07:54:51 +00:00
wj32 1c0aca6bc8 * new history backend
* configurable plotter step size

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@914 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-03-22 10:25:24 +00:00
wj32 daaeeec2f0 * configurable max. samples
* fixed bug in HistoryManager when more more than 1 item has to be removed

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@911 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-03-21 23:51:12 +00:00
wj32 b25eed2cf1 * more extension methods
* new highlighting system

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@906 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-03-19 08:55:26 +00:00
wj32 06070b4fec Uses extension methods now
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@905 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-03-19 06:45:23 +00:00
wj32 e0dbca01e5 fixed corrupt settings detection and settings upgrade in the event of corrupt settings
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@900 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-03-17 09:19:59 +00:00
wj32 694800197f fixed weird module lists
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@897 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-03-17 06:40:49 +00:00
wj32 b83d40a872 fixed several memory leaks, reduced startup time, reduced memory usage
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@894 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-03-16 18:07:22 +00:00
wj32 52cc8813db added CPU and I/O history columns
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@891 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-03-15 05:38:55 +00:00
wj32 0b9b2faa2c * #2675864 - "System Information improvements"
* Full CPU, I/O and memory usage history for processes and the OS
* Tooltips for graphs

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@875 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-03-14 09:20:50 +00:00
wj32 f93a675373 * removed a useless timer
* expands all nodes before saving

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@869 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-03-13 22:29:11 +00:00
wj32 85fa67b3f0 #2596473 - "Add "Save Processes""
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@865 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-03-13 09:21:48 +00:00
wj32 742538d383 * fixed results window search button tooltip
* Terminate Process has a better MessageBox

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@853 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-03-09 06:13:34 +00:00
wj32 c88a485eb1 #2657138 - "Add a toolbar"
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@832 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-03-05 09:05:35 +00:00
wj32 65fbeaeee4 fixed priority getting/setting under limited accounts
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@830 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-03-05 07:08:36 +00:00
wj32 683de10add fixed Window menu at startup
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@825 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-03-04 10:13:57 +00:00
wj32 c8c8af2b6a fixed window showing
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@823 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-03-04 09:41:33 +00:00
wj32 6414313484 Fixed: Redrawing of the process tree when the window is activated/deactivated
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@821 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-03-04 09:35:24 +00:00
wj32 da2bc22452 Fixed: Opened process properties when a plus/minus was double-clicked
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@820 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-03-04 09:28:25 +00:00
wj32 0a4aad5aaa * #2625192 - "Log: Add clear log"
* #2647235 - "Update Log even when it’s open"

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@819 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-03-04 08:39:55 +00:00
wj32 ec34571a8a git-svn-id: svn://svn.code.sf.net/p/processhacker/code@816 21ef857c-d57f-4fe0-8362-d861dc6d29cd 2009-03-03 10:52:05 +00:00
wj32 94cd727c85 Run As now prompts for elevation
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@815 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-03-03 10:47:48 +00:00
wj32 37958379df "Hide when minimized" is better
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@812 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-03-03 09:36:20 +00:00
wj32 777b1e5804 fixed unhandled exception when "Firefox Setup 3.0.5.exe" is running (23 chars)
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@809 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-03-03 02:30:59 +00:00