87 Commits

Author SHA1 Message Date
dmex 935ac58c65 Plugins: Updated copyright for previously modified files
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@6294 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2016-01-15 19:42:40 +00:00
dmex 7e47923404 WindowExplorer: Added node flags
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@6292 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2016-01-15 17:10:53 +00:00
dmex 2e18c62925 WindowExplorer: Modified window parenting; Added Control ID to window properties for use with GetDlgItem. Example: GetDlgItem(HWND, Control ID));
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@6290 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2016-01-15 09:48:29 +00:00
dmex 403c609485 Plugins: Fixed deprecated warnings
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@6288 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2016-01-15 09:35:04 +00:00
dmex b01d689a13 Plugins: Updated to latest Windows SDK
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@6243 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2015-12-06 08:14:14 +00:00
dmex 3cb05a0d1f Plugins: Reverted 6185
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@6186 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2015-08-16 13:02:17 +00:00
dmex cfd88aa965 Plugins: Updated Plugins.props for SDK version 10.0.10240.0
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@6185 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2015-08-16 12:41:46 +00:00
wj32 284692d610 Switch SDK version to 10.0.10240.0
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@6184 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2015-08-16 12:28:59 +00:00
dmex d69bd4bb99 Plugins: Upgraded solutions to Visual Studio 2015; Fixed all warnings;
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@6159 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2015-08-01 14:22:12 +00:00
wj32 6057f1e414 WindowExplorer: Fix crash
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@6150 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2015-06-27 10:33:55 +00:00
dmex 6cfa8e6a4a Plugins: updated to latest sdk
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@6130 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2015-06-20 14:23:08 +00:00
dmex 621a03f709 Plugins: removed wcslen usages
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@6115 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2015-06-19 16:37:08 +00:00
wj32 1533dd503d Add tool to automatically generate plugin API header file
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@6092 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2015-06-17 11:12:02 +00:00
dmex 072f624f53 Plugins: cleanup previous menu commits
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@6062 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2015-06-12 14:14:08 +00:00
dmex d9c494ae3c WindowExplorer: removed deprecated PhPluginAddMenuItem
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@6060 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2015-06-12 14:02:04 +00:00
wj32 658dadf108 Another big phlib cleanup
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@6051 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2015-06-10 07:51:44 +00:00
wj32 1ccb703099 Code reorganization and function renames
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@6001 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2015-05-30 13:45:20 +00:00
dmex 604f5d920b Plugins: Fixed incorrect ULONG printf specifier
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5988 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2015-05-29 17:34:03 +00:00
dmex c8888cbd67 Plugins: rename SETTING_PREFIX; add missing PLUGIN_NAME defines;
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5960 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2015-05-26 14:51:31 +00:00
wj32 a007b0a47a Rename auto pool functions
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5952 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2015-05-25 13:03:04 +00:00
dmex 31a8364425 Plugins: fixed HandleToUlong consistency
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5948 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2015-05-25 12:01:23 +00:00
dmex ec03ab78db Plugins: update NetworkTools project file; remove ignored props fields; clenaup unused project settings;
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5920 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2015-05-21 13:56:09 +00:00
dmex 5c9ed23221 Plugins: Updated props file; Fixed build issues and inconsistencies; Moved all project build configurations into solution props;
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5891 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2015-05-17 11:00:07 +00:00
wj32 6a68cf1e3a * Fix tab order in all dialogs
* ToolStatus: Improve search box keyboard handling
* Add basic keyboard support to color box

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5878 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2015-05-15 12:17:36 +00:00
dmex 5f290193c2 Plugins: Reverted r5865
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5866 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2015-05-06 11:54:07 +00:00
dmex 4a73dfee61 Plugins: Fixed compiler errors C4311 (pointer truncation) and C4312 (unsafe type conversion)
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5865 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2015-05-06 06:03:14 +00:00
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 4bc74f8c5c Plugins: Add missing plugin URLs
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5803 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2015-04-20 01:46:58 +00:00
dmex eb65baf300 Plugins: removed UTF16LE encodings
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5719 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2015-02-24 01:49:11 +00:00
dmex 83d404e319 Plugins: Updated all resource files to vs2013 format; Fixed some invalid resource(s) values;
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5714 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2015-02-23 08:00:41 +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
xhmikosr 5c75561ff5 Clean up project files.
* remove the obsolete _ProjectFileVersion property
* remove EnableEnhancedInstructionSet for Debug and x64 configurations (x64 is always SSE2)
* remove unused Midl properties

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5485 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2013-10-22 18:05:15 +00:00
dmex 7499532792 Upgraded project to Visual Studio 2013
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5466 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2013-10-20 20:15:00 +00:00
dmex b0b27074e6 Plugins: Removed MFC build requirement; Fixed vs2012 resource templates;
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5427 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2013-08-16 22:08:41 +00:00
dmex edfb49d1d7 Plugins: Fixed Win32 plugins compile warning (ancient x64 edit+continue flags)
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5328 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2013-06-23 12:58:42 +00:00
wj32 754b1e1b91 fixed compiler warnings
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5182 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2012-12-11 10:53:31 +00:00
wj32 2290256636 * WindowExplorer: bump to 1.5
* WindowExplorer: fixed window list not displaying Modern UI windows

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5176 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2012-12-11 09:50:14 +00:00
wj32 cb5472f485 added .props file for plugins
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5162 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2012-12-09 05:49:13 +00:00
wj32 d0df5194a9 * re-added XP support
* added x86 dynamic (KPH) data for Windows 8

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5098 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2012-11-29 12:10:37 +00:00
dmex be41a749f9 Updated all solutions to Visual Studio 2012 and .NET 4.5, removed duplicate definitions.
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5090 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2012-10-21 06:50:45 +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 cc45121eea patch by xhmikosr
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4857 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-11-15 09:41:42 +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 0579bad5df WindowExplorer: fixed hook support for low integrity processes
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4678 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-09-15 13:20:41 +00:00
wj32 db0c94f5ca WindowExplorer: fixed bug
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4674 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-09-15 08:26:05 +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 a5d8b76a6f * updated project configuration: use base bin directory for peview and plugins
* made bin release directory structure more convenient

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4472 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-08-19 05:15:51 +00:00
wj32 b4f786e3ef * fixed theme data initialization in PhTnpOnNcPaint
* updated DotNetTools and WindowExplorer for themed border

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4466 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-08-18 10:49:34 +00:00
wj32 a987222988 WindowExplorer: added comment to hook.c
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4442 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-08-15 03:18:15 +00:00