24 Commits

Author SHA1 Message Date
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
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 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
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
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 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 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 bed1f9ff33 fixed WindowExplorer hook bugs
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4310 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-07-08 06:38:45 +00:00
wj32 a0c964f225 * converted WindowExplorer to tree new
* deselect child nodes when collapsing a node

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4283 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-07-03 23:52:07 +00:00
wj32 d3b84d922a * WindowExplorer: added Class property page
* WindowExplorer: added Dialog Proc

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4223 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-06-05 01:04:29 +00:00
wj32 11e8dddd5c * WindowExplorer: added User Data
* WindowExplorer: fixed interaction with windows of elevated processes

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4221 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-06-04 10:06:11 +00:00
wj32 8d7330e575 WindowExplorer: added symbol resolution for the window procedure
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4220 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-06-04 09:37:45 +00:00
wj32 16886c064b WindowExplorer: rewrote the hook, which is now enabled by default
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4219 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-06-04 08:40:27 +00:00
wj32 f35411c267 WindowExplorer: renamed Show/Hide and Enable/Disable to Visible and Enabled
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4207 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-05-23 06:16:26 +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 f9eeb78cea added Enable/Disable
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4034 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-01-23 04:12:54 +00:00
wj32 9cb076b570 completed window properties
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4020 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-01-20 11:06:02 +00:00
wj32 d73ba4e582 implemented Properties page
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4019 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-01-20 09:49:13 +00:00
wj32 726d3d4b5e added window properties support
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4018 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-01-20 08:02:55 +00:00
wj32 c9c88098bb fixed threading problems
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4011 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-01-19 06:27:41 +00:00
wj32 f308585a66 added window menu items
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4010 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-01-19 05:43:02 +00:00
wj32 fe9347e32a added Windows menu items for processes and threads
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4009 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-01-19 03:07:12 +00:00
wj32 eb17938272 added WindowExplorer plugin
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4008 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-01-19 02:29:59 +00:00