dmex04
07932eea67
fixed default HackerWindow UI size - consistent view for all tabs
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1789 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-08-30 20:51:13 +00:00
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
541fd83a48
removed unnecessary update logging
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1787 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-08-30 20:44:42 +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
271ab73053
update prompts now execute on the main thread
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1783 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-08-30 07:52:31 +00:00
wj32
f978804ab6
fixed update logic (2)
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1782 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-08-30 07:40:31 +00:00
wj32
173f83c9cb
fixed update logic
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1781 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-08-30 07:34:18 +00:00
wj32
ddbe432c8c
fixed typo
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1780 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-08-30 07:23:34 +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
9716a94a82
added required update class exception handling
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1776 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-08-30 02:40:18 +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
wj32
562d9e1802
#2820170 - "System.ArgumentOutOfRangeException in network list"
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1771 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-08-29 22:01:20 +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
40f57ff74b
re-added the Windows.Forms reference - needed for Debug mode
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1769 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-08-29 07:59:29 +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
150010ffd3
removed unused using in PlotterIcon.cs
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1767 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-08-29 06:44:37 +00:00
dmex04
041e06a65d
added missing reference breaking build
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1766 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-08-29 05:29:09 +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
0e62b511ae
#2820170 - "System.ArgumentOutOfRangeException in network list"
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1762 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-08-29 00:25:04 +00:00
wj32
b361f2da56
more ellipsis removal to conform with Vista UI guidelines
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1761 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-08-29 00:21:46 +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
xhmikosr
3ed4be06af
Installer: don't offer to create a QuickLaunch icon on Windows 7
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1759 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-08-28 20:25:18 +00:00
dmex04
445a453fa4
fixed logging wrong updatetype, various performance fixes, added copyright headers
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1757 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-08-28 11:35:55 +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
4df1209cd3
* fixed TaskDialogIcon typo
...
* update dialogs display on the hacker window
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1755 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-08-28 07:46:08 +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
ede746e27c
added copyright headers
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1751 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-08-28 07:03:59 +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
dmex04
95eb37377a
Added support for "Styled" TaskDialog Windows and other Icons using undocumented uint values
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1746 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-08-28 05:06:50 +00:00
dmex04
2bdd7f4aa4
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1745 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-08-28 04:46:20 +00:00
dmex04
b54e1f026d
Revered last change by request - wj32
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1744 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-08-28 04:41:25 +00:00
dmex04
b6a2d8fcba
Fixed Application.Run Syntax - CLS-Compliant
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1743 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-08-28 03:40:20 +00:00
wj32
b8f3f9b244
fixed stupid logic errors in thread list and Force Terminate
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1741 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-08-27 11:47: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
0a1c68ed10
* bump to 1.6
...
* fixed incorrect menu items for System threads
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1739 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-08-27 07:17:21 +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
ca3b372d74
#2836706 - "Signature Column in Processes"
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1737 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-08-23 09:34:51 +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
af15d2caf2
* vastly improved kernel module information
...
* added KTM resource manager object information
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1731 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-08-22 05:18:27 +00:00
xhmikosr
4bd187ff1e
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1725 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-08-20 22:21:15 +00:00