Commit Graph

23 Commits

Author SHA1 Message Date
wj32 22f24e61e4 moved some global variables from phlib to ProcessHacker
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3585 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-09-10 07:49:46 +00:00
wj32 5ceac72a70 added PH_ prefixes to some #defines
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3552 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-09-02 11:09:40 +00:00
wj32 43b2f73924 added double-click for system information graphs
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3506 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-08-18 11:59:43 +00:00
wj32 089dd86c44 renamed functions to [verb] [object] form
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3452 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-07-30 08:35:37 +00:00
wj32 3cf6c0b628 * bump to 2.1
* grid is a bit darker

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3394 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-07-19 03:44:31 +00:00
wj32 6d7760a5c3 ported a hex editor control
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3345 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-07-12 08:11:34 +00:00
wj32 6135d6f3b7 fixed graph tooltips by subclassing
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3293 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-07-07 12:57:00 +00:00
wj32 884730245b added a hackaround for tooltip crashing
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3292 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-07-07 12:39:49 +00:00
wj32 95a01f1c4c * graph tooltips now remain on-screen when the mouse is near the edge of the screen
* improved graph tooltip performance
* fixed verification

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3286 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-07-07 02:19:31 +00:00
wj32 ccddb992fe fixed graph tooltip size limit
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3281 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-07-06 11:01:51 +00:00
wj32 ec458bd0c9 * completed system information window
* unused process records are now purged

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3274 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-07-06 01:59:17 +00:00
wj32 4117e9ca6b system information graphs are 1/5 done
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3273 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-07-05 11:54:20 +00:00
wj32 1cbb8e2fa1 fixed remaining graph control handle leaks
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3263 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-07-03 12:45:22 +00:00
wj32 78f124bad5 fixed some bugs and leaks
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3262 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-07-03 12:43:22 +00:00
wj32 ede9554702 * fixed graph regression
* CPU history icon is now working

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3259 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-07-03 12:03:08 +00:00
wj32 913917c5bd improved graph drawing (clearer)
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3258 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-07-03 11:29:59 +00:00
wj32 096172d182 * completed statistics collection (but not statistics UI elements)
* fixed graph control tooltip bug
* completed icon process menu
* fixed some GDI handle leaks
* fixed Show Details for All Processes (should make new instance visible)
* added SetProcessShutdownParameters call

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3255 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-07-02 11:11:58 +00:00
wj32 c5c52fe128 completed graph tooltips
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3247 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-06-29 11:28:12 +00:00
wj32 973885480d completed graphs (no tooltips yet)
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3233 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-06-26 07:26:34 +00:00
wj32 2fbb8141fe * performance tab contents now resize properly
* more progress on graphs

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3232 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-06-26 03:23:18 +00:00
wj32 9c645a38ae CPU graph is slightly working!
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3231 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-06-25 11:21:21 +00:00
wj32 f40644e9e6 * added more NT definitions
* started graph control

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3215 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-06-18 12:07:29 +00:00
wj32 97dfc3f1c1 added graph drawing code
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3102 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-05-07 08:52:42 +00:00