Ported the ReactOS taskmgr written by Brian Palmer.
commitd6b348f0a16be9527d792e0fc61cf9476efc248b
authorEric Pouech <pouech-eric@wanadoo.fr>
Tue, 23 Mar 2004 01:19:54 +0000 (23 01:19 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 23 Mar 2004 01:19:54 +0000 (23 01:19 +0000)
treed56ffb46224d381fc77ecefb948545913c618e24
parentb613ee7abb69a7b337119d4a34647955cbb6f81e
Ported the ReactOS taskmgr written by Brian Palmer.
29 files changed:
configure
configure.ac
programs/Makefile.in
programs/taskmgr/.cvsignore [new file with mode: 0644]
programs/taskmgr/Makefile.in [new file with mode: 0644]
programs/taskmgr/about.c [new file with mode: 0644]
programs/taskmgr/affinity.c [new file with mode: 0644]
programs/taskmgr/applpage.c [new file with mode: 0644]
programs/taskmgr/column.c [new file with mode: 0644]
programs/taskmgr/column.h [new file with mode: 0644]
programs/taskmgr/dbgchnl.c [new file with mode: 0644]
programs/taskmgr/debug.c [new file with mode: 0644]
programs/taskmgr/endproc.c [new file with mode: 0644]
programs/taskmgr/graph.c [new file with mode: 0644]
programs/taskmgr/graphctl.c [new file with mode: 0644]
programs/taskmgr/graphctl.h [new file with mode: 0644]
programs/taskmgr/optnmenu.c [new file with mode: 0644]
programs/taskmgr/perfdata.c [new file with mode: 0644]
programs/taskmgr/perfdata.h [new file with mode: 0644]
programs/taskmgr/perfpage.c [new file with mode: 0644]
programs/taskmgr/priority.c [new file with mode: 0644]
programs/taskmgr/proclist.c [new file with mode: 0644]
programs/taskmgr/procpage.c [new file with mode: 0644]
programs/taskmgr/resource.h [new file with mode: 0644]
programs/taskmgr/run.c [new file with mode: 0644]
programs/taskmgr/taskmgr.c [new file with mode: 0644]
programs/taskmgr/taskmgr.h [new file with mode: 0644]
programs/taskmgr/taskmgr.rc [new file with mode: 0644]
programs/taskmgr/trayicon.c [new file with mode: 0644]