Commit Graph

305 Commits

Author SHA1 Message Date
wj32 91beea4e62 fixed typo
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4797 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-11-05 23:54:36 +00:00
wj32 1973f55230 disable Hidden Processes on 64-bit systems
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4796 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-11-05 23:52:42 +00:00
wj32 1cc0057150 delay initialize Hacker menu
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4710 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-09-21 04:56:24 +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 88ff01d5be improved delay load logic
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4708 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-09-21 04:30:55 +00:00
wj32 61b3e1487c * bump to 2.23
* delay load Users menu

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4707 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-09-21 04:26:33 +00:00
wj32 61564765ba * fixed network list copy
* fixed file dialog type usage for the Save command

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4608 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-09-01 07:46:08 +00:00
wj32 44da56b411 added CloseOnEscape setting
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4544 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-08-25 08:02:04 +00:00
wj32 ed81c34b2c patch by xhmikosr
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4534 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-08-25 02:43:45 +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 a7c8a4c23b fixed shutdown behaviour
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4386 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-08-02 12:47:06 +00:00
wj32 2339874e63 disable Show CPU Below 0.01 on unsupported OSes
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4361 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-07-27 09:20:45 +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 a53a950e0c switched main menu to WM_MENUCOMMAND
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4357 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-07-26 06:51:46 +00:00
wj32 680ca518b8 added Open File Location for processes
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4342 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-07-20 09:14:41 +00:00
wj32 ed27287ec2 * added cycle-based CPU usage
* added Show CPU Below 0.01

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4329 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-07-13 14:00:58 +00:00
wj32 8d3fc2d912 changed L"" to NULL in CreateWindow calls
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4308 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-07-07 11:43:50 +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 0c6d998ac2 * converted the service tree list to tree new
* fixed tree new tooltip bugs

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4277 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-07-03 09:33:43 +00:00
wj32 1c44859d76 * implemented column manager for tree new
* added TN_STYLE_NO_DIVIDER and TN_STYLE_ANIMATE_DIVIDER

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4276 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-07-03 08:36:21 +00:00
wj32 65c5bad5c4 * optimized scrolling
* implemented TNM_SETREDRAW

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4271 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-07-03 04:12:48 +00:00
wj32 7cd8232228 implemented double buffering
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4270 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-07-03 03:12:35 +00:00
wj32 b89b02e154 * added TN_STYLE_ICONS
* set the font of tooltips to the cell font

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4269 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-07-03 02:37:36 +00:00
wj32 745f0396a0 * completed new tree list (still needs optimization)
* added "Show tooltips instantly" option

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4267 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-07-03 02:12:47 +00:00
wj32 9766509cf7 finished basic tree list (incremental search, tooltips)
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4265 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-07-02 13:18: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 bbaa9ee855 started new tree list (warning: PH does not work!)
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4260 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-06-30 09:29:55 +00:00
wj32 bb2dcfe2c5 remove page priority menu item on XP
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4248 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-06-20 08:18:55 +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 cf9522bea2 WindowExplorer: added Always on Top and Opacity
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4203 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-05-21 23:07:50 +00:00
wj32 986f4e84d7 fixed incorrect handling of window positions (GetWindowPlacement and SetWindowPos don't go together well - e.g. when the taskbar is at the top of the screen)
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4202 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-05-21 22:28:58 +00:00
wj32 70600df33c WindowExplorer: added hook code
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4200 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-05-14 09:34:45 +00:00
wj32 34c8992b7e added missing check for PhCurrentUserName
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4179 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-04-27 06:20:10 +00:00
wj32 921576995a disabled tooltip auto-pop for main list views and tree lists
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4167 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-04-21 03:37:36 +00:00
wj32 05b3a8ae7a * added DeleteFunction for plugin-created PH_EMENU_ITEMs
* added string escaping for dynamic menu items

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4145 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-03-19 23:10:04 +00:00
wj32 45712adaf2 save state of Hide Processes From Other Users and Hide Signed Processes
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4141 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-03-17 04:29:43 +00:00
wj32 c993521cf1 * bump to 2.14
* icon should restore the main window if it is minimized

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4138 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-03-15 06:09:01 +00:00
wj32 cc051f508e added service non-polling
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4135 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-03-13 06:36:56 +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 dd3e682e6c some optimization
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4099 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-02-19 10:50:23 +00:00
wj32 ded840c239 don't add the network list Owner column on XP
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4092 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-02-16 06:12:23 +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 d459128636 reverted to r4066
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4069 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-02-04 06:00:23 +00:00
dmex04 462095c712 Suggested Run As User fix (incomplete)
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4068 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-02-03 23:52:15 +00:00
dmex04 66d63d5caa Run as User [fix 1 of 2]
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4067 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-02-03 21:43:10 +00:00
wj32 2018475946 updated dates
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4065 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-02-02 10:28:58 +00:00
wj32 e7b9e0e718 PhpMainWndAddMenuItem can now return a pointer to the PH_PLUGIN_MENU_ITEM structure
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4048 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-01-25 10:02:46 +00:00