Commit Graph

1620 Commits

Author SHA1 Message Date
dmex04 e5b96b51c5 added Vista style SearchBox to HandleFilterWindow (Searchbox control is considered beta)
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2045 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-04 03:03:52 +00:00
wj32 0f932a43f1 they're not assemblies, they're modules.
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2042 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-03 07:36:55 +00:00
wj32 6181cdb664 removed ER exclusion, simplified module enumeration
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2041 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-03 07:34:04 +00:00
wj32 516bfda673 fixed ColumnSettings.LoadSettings when the number of columns has been decreased
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2039 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-03 07:15:57 +00:00
wj32 4ea71eaced completely new PE reader implementation
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2038 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-03 04:02:51 +00:00
dmex04 0c3d66b6ce fixed AddERExcludedApplication being executed on Windows 2000, GetDiagnosticInformation now shows all loaded dlls not just managed dlls
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2037 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-03 01:39:41 +00:00
dmex04 c619351cc6 minor cosmetic string fix, fixed continue button being enabled after submitting report when runtime is terminating, fixed Error Reports sometimes generating identical GUID and preventing report from being uploaded (reports now totally unique using datetime)
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2036 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-03 01:37:43 +00:00
dmex04 58c3b853f6 fixed comment typo
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2035 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-03 00:07:06 +00:00
dmex04 f3316ddcc3 XP fix: AddERExcludedApplication now gets last error if it returns false.
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2034 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-02 23:52:34 +00:00
dmex04 8cf78eb7d0 fixed Vista/Win7 WER exclusion API signature, configured ProcessHacker exclusion from WER on XP/Vista/Win7
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2032 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-02 23:45:30 +00:00
dmex04 09363d99a5 fixed ExtendedListView crash on 32bit Windows: fixed LVGroup struct and SendMessage signatures
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2031 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-02 22:28:34 +00:00
dmex04 0d755ad73a set some extra ExtendedListView fields as private
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2030 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-02 15:06:35 +00:00
dmex04 62d7c52772 fixed ExtendedListView using wrong WndProc event for setting theme and extended style, fixed capitalizations
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2029 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-02 14:51:28 +00:00
dmex04 f8e744f69b added VirusTotal.getSessionTokenTask_Completed != null check - prevents upload task being executed also multiple exceptions being generated if there's an error
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2028 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-02 14:26:02 +00:00
wj32 ec75fc48bb * fixed taskbar progressbar
* added taskbar progress to HandleFilterWindow
* reverted back to average speed

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2027 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-02 08:15:04 +00:00
wj32 b5ae6a89e3 * got rid of BackgroundWorker (replaced with ThreadTask)
* got rid of IForegroundWindow
* fixed VirusTotalUploaderWindow upload speed

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2026 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-02 07:52:53 +00:00
dmex04 26a806ce71 added copyright notice, removed LVGROUP Native<>Managed comment used for debugging
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2025 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-01 22:52:06 +00:00
dmex04 d3599c678b cleaned up syntax + casings + code layout
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2024 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-01 22:47:36 +00:00
dmex04 b4e6df55bf added missing WindowMessage cast breaking last build commit - oops
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2023 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-01 22:32:02 +00:00
dmex04 ab2076e8c5 removed duplicate API signatures, added OSVersion.IsBelow(WindowsVersion.Vista) check for unsupported OS, fixed comment typo
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2022 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-01 22:29:32 +00:00
dmex04 93ecc79bf2 minor comment/string change
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2021 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-01 22:19:15 +00:00
dmex04 0c6fedc1c3 Added ExtendedListView supporting collapsible groups and explorer theme (Vista/Win7 only), swapped PEWindow "Imports" tab standard listview with ExtendedListView
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2020 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-01 22:07:49 +00:00
dmex04 ffa5cf6129 fix allowing more than two VirusTotal uploads simultaneously
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2019 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-01 20:05:20 +00:00
dmex04 3928ac40d5 removed unnecessary jumplist-count logging, added NetInfo thumbbutton, changed thumbbutton ordering, set SysInfoWindow thumbbtton to same icon used in menu
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2018 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-01 19:42:25 +00:00
dmex04 33d3e375b2 fixed instances where two exceptions are generated, one by Win32 the other by PH when the runtime execution is allowed to continue when it is actually terminating
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2017 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-01 19:16:04 +00:00
dmex04 9fd22a035a fixed GetDiagnosticInformation() where under some instances a NullReferenceException occurs by a call to SecondarySharedThreadProvider.
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2016 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-01 18:06:35 +00:00
wj32 ac1b7ee18f fixed some struct defs
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2012 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-01 07:07:24 +00:00
dmex04 1d62d29028 quick commit for wj32 - fixed NetInfoWindow index range exception, added plotter graph
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2011 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-09-30 20:29:06 +00:00
wj32 4e8aa8c6c4 reverted ErrorDialog textbox BackColor
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2009 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-09-30 09:10:20 +00:00
wj32 1af3ec7006 UI, coding changes
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2008 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-09-30 09:07:20 +00:00
dmex04 e64afb7557 removed ErrorDialog.location property causing dialogue to show off-screen when PH minimized
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2007 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-09-30 07:14:29 +00:00
dmex04 697e401bd9 added missing number from BugTracker ID preventing bug reports from being sent - oops
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2006 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-09-30 06:51:41 +00:00
dmex04 276ad9a0f2 set ErrorDialog minimum window size, changed infotxt slightly
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2005 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-09-30 06:44:02 +00:00
dmex04 21d75c41a1 forget to reset BugTracker ID from test bugtracker back to ProcessHacker BugTracker
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2004 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-09-30 06:31:06 +00:00
dmex04 a30701dd0e removed continue prompt, updated ErrorDialog layout and style, fixed url regex matching, required extra Diagnostic information has been added - will need this info when users send reports and are unavailable for commenting about them
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2003 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-09-30 06:27:46 +00:00
wj32 cf8a59c2de changed thumbbutton click handlers to be the same as the menu ones
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2002 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-09-30 05:41:09 +00:00
wj32 5fe84a4b57 Show(Form) -> Show()
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2001 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-09-30 05:37:00 +00:00
dmex04 c2ad22b748 moved unhanded exception event to capture exceptions at earliest opportunity, added SendReport option to ErrorDialog for sending bugs to Sourceforge bug tracker, added initial WER configuration, added initial reporting configuration
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2000 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-09-30 02:44:44 +00:00
wj32 887448a1c5 disabled taskbar calls on Vista and below
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1999 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-09-29 08:48:33 +00:00
wj32 aa6e62afc6 overlay hides itself when CPU History isn't selected
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1998 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-09-29 08:34:09 +00:00
wj32 5d048ca238 actually fixed this time
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1997 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-09-29 08:31:54 +00:00
wj32 6640d37cb1 fixed exception when taskbar button is created again, and fixed display of buttons when it is created again
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1996 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-09-29 08:28:45 +00:00
wj32 0bbcdc0000 fixed thumbbuttons
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1995 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-09-29 08:26:12 +00:00
wj32 2d6ecbf091 added PreserveSig attributes
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1994 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-09-29 08:25:32 +00:00
wj32 bca79be8ef implemented IMessageFilter system
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1993 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-09-29 08:15:53 +00:00
wj32 38132e88ea fixed entry point not found exception on Vista and below
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1992 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-09-29 07:56:54 +00:00
dmex04 908610277d added more HResult error checking to TaskbarLib COM calls, bugfix #2869174 - removed TaskbarLib Custom Category's causing System.UnauthorizedAccessException when recent document tracking is disabled on users machine.
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1991 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-09-29 00:50:42 +00:00
dmex04 e6cab56dcc added NetworkInfomationWindow to TrayIconMenu for wj32 to play around with
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1990 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-09-28 21:46:58 +00:00
dmex04 d25714af58 finished 'initial SVN' Jumplist and ThumbButton configuration for Windows 7
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1989 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-09-28 18:54:47 +00:00
dmex04 957ab78bd8 #2846076 - fixed more instances of windows being shown behind PH window when "Always On Top" enabled - #2846076 is now completely fixed
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1988 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-09-28 18:17:44 +00:00