Commit Graph

810 Commits

Author SHA1 Message Date
wj32 a4ad8708dd fixed integer overflows in the process provider
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@912 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-03-22 03:43:51 +00:00
wj32 daaeeec2f0 * configurable max. samples
* fixed bug in HistoryManager when more more than 1 item has to be removed

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@911 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-03-21 23:51:12 +00:00
wj32 53c641fa60 replaced [string].ToLower() == ... with [string].Equals(...)
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@910 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-03-21 00:25:05 +00:00
wj32 b2521f27e5 added infinite resizing protection in EnumHandles
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@909 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-03-21 00:12:15 +00:00
wj32 ee49f7fb84 #2694437 - "Crash when sorting the process list"
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@908 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-03-20 00:29:20 +00:00
wj32 07d5d7b30b git-svn-id: svn://svn.code.sf.net/p/processhacker/code@907 21ef857c-d57f-4fe0-8362-d861dc6d29cd 2009-03-19 09:31:42 +00:00
wj32 b25eed2cf1 * more extension methods
* new highlighting system

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@906 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-03-19 08:55:26 +00:00
wj32 06070b4fec Uses extension methods now
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@905 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-03-19 06:45:23 +00:00
wj32 8fa0a1b893 Fixed: Network connections would be readded if their state changed
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@904 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-03-18 09:04:21 +00:00
wj32 4a6ac7e45a increased max. history samples to 1000
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@903 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-03-17 09:41:00 +00:00
wj32 280dc79383 * bump to 1.3.6.2
* Statistics times in System Information and process properties

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@902 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-03-17 09:37:53 +00:00
wj32 311760daa2 revert to version 1.3.6.1
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@901 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-03-17 09:23:06 +00:00
wj32 e0dbca01e5 fixed corrupt settings detection and settings upgrade in the event of corrupt settings
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@900 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-03-17 09:19:59 +00:00
wj32 8d061ff3eb * All integer overflow problems in System Information
* System Cache is now displayed
* #2625167 - "Commit charge limit should not be 16EB"
* #2642385 - "Maximum File Cache size should not be 16EB"


git-svn-id: svn://svn.code.sf.net/p/processhacker/code@899 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-03-17 09:15:14 +00:00
wj32 694800197f fixed weird module lists
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@897 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-03-17 06:40:49 +00:00
wj32 69508ff3eb don't update the thread list when opening ProcessWindow
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@896 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-03-16 19:29:04 +00:00
wj32 e22d448fbd fixed icon handle leak in ProcessWindow
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@895 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-03-16 19:22:21 +00:00
wj32 b83d40a872 fixed several memory leaks, reduced startup time, reduced memory usage
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@894 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-03-16 18:07:22 +00:00
wj32 6ddafd3b26 now upgrades settings
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@892 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-03-15 10:24:00 +00:00
wj32 52cc8813db added CPU and I/O history columns
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@891 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-03-15 05:38:55 +00:00
wj32 03722ca3c9 fixed last commit
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@890 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-03-15 00:02:31 +00:00
wj32 35c6bc81ec * bump to 1.3.6.5
* fixed minimize size of System Information

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@889 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-03-15 00:01:29 +00:00
wj32 f17c441bb8 bump to 1.3.6.0
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@887 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-03-14 23:37:08 +00:00
wj32 8c178555ab * added documentation
* removes RunOnceAsync thread from _asyncThreads

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@886 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-03-14 23:19:02 +00:00
wj32 521d5844fe changed LongData scaling to work within currently visible data points
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@885 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-03-14 22:07:36 +00:00
wj32 3281de7bde workaround for Invalid operation
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@884 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-03-14 21:28:33 +00:00
xhmikosr 3792dc8d75 Installer: Cosmetics and minor changes
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@883 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-03-14 12:47:17 +00:00
wj32 c7e8a0b51e increased the default widths of the I/O columns
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@882 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-03-14 10:42:17 +00:00
wj32 d827d86277 * hide hidden columns in the Copy menu
* added I/O columns

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@881 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-03-14 10:39:31 +00:00
wj32 a40fc0c5fa fixed process memory graph
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@880 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-03-14 10:16:51 +00:00
wj32 695544f03c changed default size of SysInfoWindow
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@879 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-03-14 09:35:08 +00:00
wj32 8894a79f55 added always on top for SysInfoWindow
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@878 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-03-14 09:34:06 +00:00
wj32 fe96412e23 consistency changes
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@877 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-03-14 09:24:31 +00:00
wj32 5eda9cda59 fixed Object not set to an instance of an object error
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@876 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-03-14 09:21:24 +00:00
wj32 0b9b2faa2c * #2675864 - "System Information improvements"
* Full CPU, I/O and memory usage history for processes and the OS
* Tooltips for graphs

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@875 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-03-14 09:20:50 +00:00
wj32 fe87b37f0a sorted lists for CSR Processes and handle filter window
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@874 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-03-14 02:51:40 +00:00
wj32 01495e860c #2601397 - "Ability to sort by name, type etc to all of the windows"
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@873 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-03-14 02:45:11 +00:00
xhmikosr c7bc83aec0 git-svn-id: svn://svn.code.sf.net/p/processhacker/code@872 21ef857c-d57f-4fe0-8362-d861dc6d29cd 2009-03-14 02:23:37 +00:00
wj32 cc551d94ef moved HighlightedListViewItem.cs
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@871 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-03-13 23:45:59 +00:00
wj32 a6bedbd13b * removed unused SharpDevelop code
* reorganized code
* started generic ListView sorter

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@870 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-03-13 23:45:11 +00:00
wj32 f93a675373 * removed a useless timer
* expands all nodes before saving

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@869 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-03-13 22:29:11 +00:00
wj32 18475e4f63 * added indentation to Save
* added Ctrl+S

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@868 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-03-13 22:22:25 +00:00
xhmikosr 1a0754027a Installer: Check first if KProcessHacker is started and if yes then stop the service on install/uninstall time
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@867 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-03-13 14:23:50 +00:00
xhmikosr cd0e54baa9 git-svn-id: svn://svn.code.sf.net/p/processhacker/code@866 21ef857c-d57f-4fe0-8362-d861dc6d29cd 2009-03-13 10:24:37 +00:00
wj32 85fa67b3f0 #2596473 - "Add "Save Processes""
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@865 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-03-13 09:21:48 +00:00
wj32 d00cb1b256 reverted prev. change to LogWindow.cs
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@864 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-03-13 07:58:30 +00:00
wj32 4c1c49ab87 #2675871 - "Suggest file extension everywhere"
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@863 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-03-13 07:53:09 +00:00
wj32 80d9e1f04a #2675859 - "Log: auto-scroll option"
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@862 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-03-13 07:49:07 +00:00
wj32 684a88757e changed Custom_Messages.iss
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@861 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-03-13 07:01:38 +00:00
wj32 55cc067d29 reduced CPU usage by half
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@860 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-03-13 06:32:58 +00:00