Commit Graph

35 Commits

Author SHA1 Message Date
wj32 7b5cb651d8 changed service properties window to use property sheets
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2726 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-01-24 00:43:35 +00:00
wj32 1078a11a70 added handle properties
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2723 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-01-23 10:38:32 +00:00
wj32 bc525733eb half-implemented service properties dialog
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2722 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-01-22 23:03:53 +00:00
wj32 ae301c2298 * added service properties window (non-functional)
* added window centering

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2721 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-01-22 22:33:08 +00:00
wj32 af2498dcfa added service description text
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2720 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-01-22 21:47:29 +00:00
wj32 c15cc8ed19 * added services list for each process
* added Services tab (non-functional)

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2712 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-01-22 07:00:25 +00:00
wj32 217106b9c3 * added service menu items
* fixed error codes when using the registry APIs

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2709 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-01-21 09:29:42 +00:00
wj32 6ea77e7c64 added about box, added main menu items
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2708 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-01-21 05:30:43 +00:00
wj32 44f05c8ebd removed unused shortcut text
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2707 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-01-21 04:29:37 +00:00
wj32 5f995baa3d added support code for module unloading
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2703 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-01-20 23:53:47 +00:00
wj32 3b95c5a7ed implemented Terminate, Force Terminate, Suspend and Resume for threads
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2693 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-01-20 09:04:04 +00:00
wj32 6d1ba5a090 started to implement Terminator
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2687 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-01-20 02:34:35 +00:00
wj32 fadf7e63f2 implemented Priority menu for processes
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2685 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-01-20 01:00:30 +00:00
wj32 265c16af30 made the text boxes in the General tab read-only and shorter
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2675 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-01-19 00:11:35 +00:00
wj32 968df75ae2 fixed thread stack dialog - use IDCANCEL for proper Esc and X button support
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2673 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-01-19 00:02:14 +00:00
wj32 f7d06e1780 * removed unsafe usage of static variables
* added some shortcuts

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2669 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-01-18 22:05:40 +00:00
wj32 b923dd408e * use the default EXE icon instead of a blank space
* added more fields in process properties General tab

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2664 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-01-18 11:33:55 +00:00
wj32 82b8a732dc added menu shortcut indicators
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2662 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-01-18 10:52:52 +00:00
wj32 8f534b0d81 added menus, implemented handle closing
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2661 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-01-18 10:47:28 +00:00
wj32 54f56508e5 security editor is now fully working
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2657 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-01-18 02:16:44 +00:00
wj32 22b9cce33a added massive hack to fix layout on process properties due to delayed loading
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2655 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-01-18 00:57:44 +00:00
wj32 1e59f0a4f4 fixed resizing minimum limit function
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2650 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-01-17 04:40:13 +00:00
wj32 9a390d4188 added layout manager + test dialog (it works!)
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2649 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-01-17 04:04:02 +00:00
wj32 70dc934c21 completed file dialog code
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2647 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-01-17 00:05:31 +00:00
wj32 704e1c9c2e * added stack walking code
* added half-working thread stack dialog

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2626 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-01-15 11:17:24 +00:00
wj32 23a6de6f6d added Terminate, Suspend, Resume menu items
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2620 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-01-12 23:05:19 +00:00
wj32 948e2b5610 added environment variables
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2579 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-01-07 10:31:53 +00:00
wj32 3c9c3d9897 completed handle provider + tab
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2569 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-01-06 09:37:51 +00:00
wj32 61b09313eb * almost completed thread provider
* added generic module enumeration functions

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2561 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-01-05 05:18:19 +00:00
wj32 55e45a45db * added module provider
* fixed typo in PhBoostProvider
* made provider system more thread-safe (Context is now Object, and it is referenced/dereferenced properly)

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2556 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-01-01 02:33:04 +00:00
wj32 dc3b5a877f * added icon, process name and company name to process properties
* added double-click handler
* added event to make sure properties are only shown after stage 1 processing

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2552 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-12-31 08:29:51 +00:00
wj32 63d410a63d process property sheet is now working
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2551 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-12-31 06:54:04 +00:00
wj32 163bfb6cc3 added version info
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2522 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-12-28 05:44:44 +00:00
wj32 4d35077fe3 * fixed ugly tab font
* added some list views

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2313 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-25 10:24:55 +00:00
wj32 d8aecdccac main window works
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2310 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-25 04:31:19 +00:00