Commit Graph

24 Commits

Author SHA1 Message Date
wj32 ce24964325 major refactoring - utility functions are now in a separate library and SymbolProvider is now in ProcessHacker.Native
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1355 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-05-31 11:05:47 +00:00
wj32 e6e7d4d0d0 added handle objects for directories, events, event pairs, mutants and symbolic links!
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1299 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-05-19 10:52:15 +00:00
flavioe 2106d2a2e6 changed API definitions to use IntPtr instead of int
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1233 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-05-05 22:05:59 +00:00
wj32 4177ff5b4b Esc now closes all windows
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1181 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-04-27 23:16:33 +00:00
wj32 1c7e4eaf69 * Windows are protected from being offscreen when they load
* Process property window locations are now saved
* The main window dimensions are saved when exiting minimized

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1145 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-04-25 07:58:34 +00:00
wj32 56a3556768 * fixed some enums
* added more functions in ProcessHandle and ThreadHandle
* added integrity, I/O priority and page priority columns
* added sorting to WS columns
* improved the perceived responsiveness of several components
* removed Program.UpdateWindows()
* added thread exception handler for debug builds

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1141 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-04-25 03:12:22 +00:00
wj32 c096bdfa33 major refactoring; all Native functions are now in a separate assembly
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1109 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-04-21 00:39:15 +00:00
wj32 57ac84ec0b * added "-pw" option for displaying the properties of a single process
* fixed Dispose method in SharedThreadProvider

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1071 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-04-16 08:54:21 +00:00
wj32 ea03c4b486 fixed integer overflows in process and system statistics
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@940 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-03-27 07:12:24 +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 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 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 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 08cf753c9c fixed bug #2615591 - "Bug with Show one graph per cpu?"
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@659 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-02-19 10:56:50 +00:00
wj32 4007f30db6 file verification is now async!
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@610 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-02-07 07:17:21 +00:00
wj32 15fd01be45 fixed System Information screwing up when the user tries to open it when it's already open
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@603 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-01-31 02:00:18 +00:00
wj32 d7456e98b2 * bump to 1.3.2.5
* disable "show one graph per cpu" if there's only one cpu

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@587 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-01-26 02:54:20 +00:00
wj32 e84c57df74 * fixed groupbox text - should be "File Cache"
* added some defs from ReactOS

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@575 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-01-24 03:51:46 +00:00
wj32 2d78ed402d massive file header update - new format for source code headers
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@495 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-01-14 10:39:19 +00:00
wj32 a1cb2e9683 completed System Information Window
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@454 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-12-30 10:46:00 +00:00
wj32 0faeedf075 made a start on System Information
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@453 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-12-29 10:50:29 +00:00
wj32 7581f09cff add support for two lines in Plotter
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@434 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-12-27 07:08:17 +00:00
deanme dd38463fec add Plotter components, - prepare for SystemInformationWindow
add my name to files which been changed by me today

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@374 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-12-21 14:34:08 +00:00