Commit Graph

23 Commits

Author SHA1 Message Date
wj32 80a741e9eb Bump to 2.35; change uses of _M_IX86 and _M_X64 to _WIN64
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5845 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2015-04-29 13:19:41 +00:00
dmex 798f02e103 ExtendedTools: cleanup code spacing
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5841 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2015-04-28 11:31:48 +00:00
wj32 3cf0e294b9 Use UTF-8 for all file output
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5824 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2015-04-22 14:21:20 +00:00
wj32 f2657633c6 Always show Disk tab to reduce user confusion
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5818 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2015-04-22 03:49:44 +00:00
wj32 29febd3281 Added ThinRows setting
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5815 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2015-04-21 13:42:29 +00:00
wj32 f0a4357fcb ExtendedTools: Can now use the search box in the Disk tab
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5800 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2015-04-19 14:26:51 +00:00
wj32 36a4284b8d converted all annotations to SAL 2.0
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5548 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2013-11-10 06:25:03 +00:00
wj32 31b9c1d972 fixed Ctrl+A on disk tab
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4997 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2012-04-25 10:31:31 +00:00
wj32 cce2b4b002 added Ctrl+A support
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4908 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-11-23 01:15:48 +00:00
wj32 14ef4c81e1 * added FontChangedCallback for additional tab pages
* ExtendedTools: added support for custom fonts in the Disk tab

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4889 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-11-20 08:17:28 +00:00
wj32 599bf44532 3.x merge - PH_STRING conversion
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4876 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-11-19 11:10:51 +00:00
wj32 99b7349607 removed tooltip maximum width in the Network and Disk tabs
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4860 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-11-16 00:33:22 +00:00
wj32 c9c78a84b1 fixed bugs in the cpysave functions
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4804 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-11-06 09:46:39 +00:00
wj32 51aa3b8de8 ExtendedTools: added rate columns for disk and network I/O
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4781 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-10-30 01:57:13 +00:00
wj32 83d24cf5f1 ExtendedTools: display wait cursor while the Disk tab is loading
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4734 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-10-14 00:58:22 +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 6994166b5d ExtendedTools: fixed some bugs
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4495 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-08-20 22:38:17 +00:00
wj32 371ef0a591 ExtendedTools: added process record support
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4489 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-08-20 08:47:45 +00:00
wj32 b229f3af42 ExtendedTools: select disk list when the tab is selected
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4488 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-08-20 08:28:30 +00:00
wj32 e69b43cb5f ExtendedTools: fixed invalid process icon after the process item is deleted
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4487 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-08-20 08:24:00 +00:00
wj32 2267ffdd9a * ExtendedTools: added I/O Priority and Response Time columns
* ExtendedTools: implemented process tooltip
* ExtendedTools: implemented menu items

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4486 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-08-20 07:47:51 +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