Commit Graph

825 Commits

Author SHA1 Message Date
dmex04 f2b9e730df added missing return; allowing updatedownload to proceed after exception
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1788 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-08-30 20:48:56 +00:00
dmex04 7e2f02abc7 fixed update detection logic (perfect detection, see comments http://processhacker.sourceforge.net/AppUpdate.xml), removed unused variables, hard-coded UpdateURL moved to app.config, fixed default HackerWindow UI size inconsistency
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1786 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-08-30 17:46:29 +00:00
dmex04 e2843ca80b ui bug fix - time column size too small
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1785 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-08-30 16:54:44 +00:00
wj32 38e96be39b fixed update downloading from Ohloh
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1784 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-08-30 08:12:11 +00:00
wj32 808455d7d0 refactored most of the update code
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1779 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-08-30 07:19:49 +00:00
dmex04 bb6536fcdf fixed install button being enabled when theres a hash failure
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1778 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-08-30 06:49:54 +00:00
dmex04 2b142076bd added user-agent, fixed PH exiting when UAC disabled or PH already elevated before starting install, prevent download hashing when error occurred and instead show error
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1777 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-08-30 06:25:29 +00:00
dmex04 7771838dbd * Fix for Refresh menu item being disabled instead of CheckforUpdate *
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1775 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-08-30 02:33:54 +00:00
wj32 8f2291480e * fixed updater installation, changed UI
* got rid of the GIF (GIF is evil)

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1774 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-08-30 02:24:37 +00:00
dmex04 b20cadf464 Initial Commit of Update Download and Verification
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1773 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-08-30 00:57:09 +00:00
wj32 de107bac35 * Utils refactoring
* variable PVoid size for Structs, fixing some issues on x64

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1772 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-08-29 22:49:28 +00:00
dmex04 9f8e6ac14e UI bug fix - set autosize properties for some items overflowing and not being shown
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1770 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-08-29 11:53:39 +00:00
wj32 8e15b3c764 W1 and W2 terminator tests
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1768 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-08-29 06:55:16 +00:00
wj32 d0e831e559 * fixed: notification icons were fixed at 16x16 size
* removed options window tooltips

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1764 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-08-29 03:41:24 +00:00
wj32 40ceca283f replaced UpdateWindow with UpdateWindowMenu
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1763 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-08-29 01:55:47 +00:00
wj32 2a98bb4540 #2845829 - "System uptime"
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1760 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-08-28 23:52:06 +00:00
wj32 707f90b38a #2845427 - "Indicator integer overflow"
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1756 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-08-28 08:18:20 +00:00
wj32 2f20e5b730 fixed update option capitalizations
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1754 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-08-28 07:32:21 +00:00
wj32 efb5477351 * got rid of Win32ForegroundWindow
* fixed coding styles, etc.

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1752 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-08-28 07:21:17 +00:00
dmex04 ff0473e40f Initial commit - Update Check added - Help Menu >> Check for Update
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1750 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-08-28 06:10:11 +00:00
dmex04 aee17a09c4 initial commit - UpdateType selection Options for user also determining Update type to download
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1748 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-08-28 05:56:29 +00:00
wj32 8e2f8e57ab * fixed crash when viewing error details in the event of a corrupt configuration file
* fixed crash in SysCallHacker relating to syscall names

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1740 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-08-27 11:28:48 +00:00
wj32 91d4e3d5d4 #2831605 - "Add handle count by type to process properties handle tab"
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1738 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-08-23 10:05:24 +00:00
wj32 46fa9747ec performance tweaks
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1735 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-08-22 11:12:09 +00:00
wj32 85dc3265b1 added dmex to credits
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1721 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-08-20 06:10:07 +00:00
wj32 297fd4ecd4 PH now renames NPH automatically
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1707 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-08-14 10:11:01 +00:00
wj32 be022d5ce2 x64: fixed POSIX process detection
x64: added highlighting for WOW64 processes
x64: added display of 32-bit modules in WOW64 processes
x64: fixed symbols for WOW64 processes
x64: stack traces for WOW64 processes now include the 64-bit stack

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1701 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-08-12 10:35:13 +00:00
wj32 73abc16546 * x64: stack walking works
* x64: WOW64 stack walking works, but no symbols
* x64: fixed dbghelp.dll auto-detection
* updated Help.htm, HACKING.txt, README.txt
* PH output now shows whether the system is 32- or 64-bit
* fixed no symbols for protected processes (System) without KPH

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1695 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-08-11 09:47:21 +00:00
wj32 c1e077a5b1 x64: fixed process heap information
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1693 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-08-10 11:03:57 +00:00
wj32 80fb99a1d5 * x64: fixed DEP status for 64-bit processes, added display of 32-bit vs. 64-bit
* #2834578 - "Unable to replace Task Manager with Process Hacker error"
* updated CHANGELOG.txt

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1691 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-08-10 10:21:33 +00:00
wj32 79e13cbb7b x64: fixed memory-related functionality
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1688 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-08-10 09:31:34 +00:00
wj32 5d672845b3 fixed token groups info (problem was with structure padding)
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1686 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-08-10 08:34:08 +00:00
wj32 275ffd2018 fixed TaskDialog for x64
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1684 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-08-10 07:37:03 +00:00
wj32 6ad1ea536a * eliminated all architecture dependent IntPtr.ToStrings
* deleted old API logger code

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1682 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-08-09 11:20:31 +00:00
wj32 d551452839 * moved back to AnyCPU
* fixed several native API struct definitions; process enumeration is working on native x64

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1681 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-08-09 11:02:45 +00:00
wj32 b01b60c07f removed hidden process check
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1666 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-08-04 09:34:26 +00:00
wj32 959817e50f menu items are now disabled for System Idle Process
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1657 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-08-02 07:59:20 +00:00
wj32 5a9e1df893 * fixed KPH ref deadlock - replaced KphIsDestroyedObject with KphReferenceObjectSafe
* reorganized ExtraTools; added System Call Hacker
* fixed PH tab indicies

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1651 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-08-01 23:57:10 +00:00
wj32 773e47c843 added ability to save process info
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1622 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-07-22 03:17:00 +00:00
wj32 83fafbc82f improved user prompts; refactored
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1621 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-07-22 01:56:20 +00:00
wj32 111dbcce1d refactoring + more docs
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1620 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-07-21 11:45:47 +00:00
wj32 55c1922b47 finally got rid of the damn assembly code
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1619 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-07-21 10:29:43 +00:00
wj32 f75d69387e CollectGarbage improvements
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1610 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-07-18 06:16:22 +00:00
wj32 32817f8872 process exit notification (in the process window) is now instant
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1606 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-07-15 09:11:35 +00:00
wj32 72b7c08952 fixed Properties menu item
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1596 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-07-13 23:55:14 +00:00
wj32 23f16852fa better process window exit status display
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1587 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-07-11 11:04:08 +00:00
wj32 06b5fb4b61 added default heap highlighting
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1580 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-07-11 03:54:34 +00:00
wj32 d147fcde75 refactoring in WindowHandle
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1577 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-07-11 00:43:28 +00:00
deanme 22d677b3fb posted close message when clicked closewindow menu
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1576 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-07-10 16:33:24 +00:00
deanme 07b420f4e3 perfected window menu item in the main form
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1575 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-07-10 16:13:32 +00:00