Commit Graph

192 Commits

Author SHA1 Message Date
wj32 7e65078c99 * added generic treenew filter support functions
* added option to hide driver services

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4863 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-11-16 10:39:01 +00:00
wj32 48691759ab switched to new main menu system
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4862 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-11-16 07:02:42 +00:00
wj32 38e5743457 show less text in panel if it overflows
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4858 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-11-15 09:58:33 +00:00
wj32 5ef91fd488 * added plugin notification icon system
* ExtendedTools: added Disk, Network and GPU tray icons

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4849 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-11-14 02:32:40 +00:00
wj32 3590ebec31 added option to revert to black background
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4848 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-11-14 00:23:09 +00:00
wj32 27776cf19c improved main window layout padding system
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4847 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-11-13 23:53:45 +00:00
wj32 3b1f50fbe7 added themed controls and keyboard navigation to system information window
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4845 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-11-13 00:13:58 +00:00
wj32 16e7cab5a4 * changed SizeFormatType behavior
* improved system information window sizing
* remember last system information section

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4844 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-11-12 22:18:13 +00:00
wj32 27cfbe9a15 added themed background
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4841 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-11-12 10:56:08 +00:00
wj32 c33890fc18 handle F5 and Pause keys in system information window
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4840 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-11-12 10:26:59 +00:00
wj32 4a7e90efb0 * moved Memory Lists from ExtendedTools to main program
* ExtendedTools: added Disk and Network sections

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4837 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-11-12 09:40:41 +00:00
wj32 48accdc77f * added plugin support to system information window
* ExtendedTools: added support for new system information window

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4836 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-11-12 07:07:26 +00:00
wj32 d24b8bf7a0 added CPU section dialog
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4831 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-11-11 10:50:32 +00:00
wj32 32b8623bc0 implemented section views in System Information
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4829 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-11-11 08:11:43 +00:00
wj32 b134a04f92 began rewrite of the System Information window
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4826 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-11-11 02:16:31 +00:00
wj32 64948fc39d removed unused font variables
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4709 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-09-21 04:47:38 +00:00
wj32 32b16c99c0 * added Package Name column
* updated OS Context column for Windows 8
* fixed DEP Status column on 64-bit systems

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4694 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-09-19 04:20:27 +00:00
wj32 b3eb2c28d3 added package name to process tooltip
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4691 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-09-18 09:59:29 +00:00
wj32 6d9bbb5fdd added header context menu to thread list
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4569 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-08-26 08:58:20 +00:00
wj32 d40dfccedb * added -help command line option
* enable plugins by default

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4543 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-08-25 07:51:57 +00:00
wj32 2b955b0cb2 * removed KphHandle argument from KPH functions
* removed control Create functions
* consistently use VOID for functions with no parameters
* PPVOID -> PVOID *
* PhRefreshMupDevicePrefixes -> PhUpdateMupDevicePrefixes, PhRefreshDosDevicePrefixes -> PhUpdateDosDevicePrefixes

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4508 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-08-22 03:12:13 +00:00
wj32 e3317f25c4 * ExtendedTools: added Disk tab
* AvgCpuPlugin: fixed calculation bug
* fixed network list saving
* added callbacks to PH_ADDITIONAL_TAB_PAGE
* moved PhUnloadPlugins() call to allow plugins to save settings
* fixed thread list bug

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4485 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-08-20 06:51:52 +00:00
wj32 f951873c7d fixed command line propagation for -elevate
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4467 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-08-18 11:13:44 +00:00
wj32 7606539690 added Size Column to Fit and Size All Columns to Fit
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4420 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-08-13 10:27:05 +00:00
wj32 e25563a9ee PhProcessTreeNewColumnMenu -> PhHandleTreeNewColumnMenu
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4396 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-08-05 12:48:36 +00:00
wj32 2165e7efd6 * rewrote treenew header context menu
* added TNM_GETVISIBLECOLUMNCOUNT

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4392 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-08-05 03:44:30 +00:00
wj32 ccd4cdab64 re-organized mainwnd.c and added the PhMw prefix
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4358 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-07-26 08:45:27 +00:00
wj32 70ca589423 added OS Context column
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4333 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-07-14 02:37:43 +00:00
wj32 7fe2e8befc converted network list to tree new
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4297 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-07-05 12:22:29 +00:00
wj32 d0b7a4bd3b completely removed the old tree list
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4286 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-07-04 03:50:42 +00:00
wj32 039b0ab152 converted module tree list to tree new
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4278 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-07-03 10:15:08 +00:00
wj32 2107e4cbdb updated column chooser
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4266 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-07-02 13:57:14 +00:00
wj32 0f820ae38c more progress on new tree list (nodes and scrolling)
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4261 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-07-01 05:33:34 +00:00
wj32 dcedbb597d added support for detecting a settings file in the program directory
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4244 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-06-20 07:38:20 +00:00
wj32 094498a561 added support for setting Page Priority
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4242 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-06-20 06:38:43 +00:00
wj32 60f392a799 implemented new Run As mechanism
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4240 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-06-19 09:44:27 +00:00
wj32 6caf7d290c * fixed priority and iopriority commands when no value is specified
* added -s (silent) option

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4150 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-03-20 06:02:16 +00:00
wj32 c1083c1861 patch by Bogdan (#3228066)
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4149 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-03-20 05:40:15 +00:00
wj32 08a03ab6db exposed PhMainSymInitHandler from mainwnd
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4120 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-03-02 10:06:01 +00:00
wj32 bbda2bdb6c * added copy support to PE viewer
* moved cpysave to phlib

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4115 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-02-28 05:41:35 +00:00
wj32 26cc8e2d3f don't give the usual error prompt if we can connect to phsvc
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4107 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-02-24 03:49:40 +00:00
wj32 5e79b45151 added -newinstance and -elevate
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4093 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-02-16 10:15:57 +00:00
wj32 3b66581ff7 added Remote Control
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4091 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-02-16 05:59:02 +00:00
wj32 33592e1aff added -noplugins option
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4088 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-02-14 08:27:09 +00:00
wj32 07c585f974 added ability to disable plugins
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4087 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-02-14 07:27:41 +00:00
wj32 47d895f50a added phsvc
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4071 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-02-06 05:06:26 +00:00
wj32 3ac0cc15e6 improved PE Viewer error message
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4060 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-01-29 21:48:26 +00:00
wj32 0a4757ee07 switched all context menu handling to WM_CONTEXTMENU
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4038 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-01-23 22:07:44 +00:00
wj32 80a349b65e added support for submenus in the main menu
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4032 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-01-23 00:29:42 +00:00
wj32 5dc91337f4 added support for custom tabs in the main window
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4023 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-01-21 02:39:26 +00:00