modified base/applications/taskmgr/affinity.c
authorKJK::Hyperion <hackbunny@reactos.org>
Sun, 28 Jun 2009 14:22:09 +0000 (14:22 +0000)
committerKJK::Hyperion <hackbunny@reactos.org>
Sun, 28 Jun 2009 14:22:09 +0000 (14:22 +0000)
commitb9613ba11f3655076f6f27928959f7d04704fe70
treef7c2453a7e55c366e053084cc9b07ea4a4ade810
parenta40dc20557758b677eaa24ff1e16349047490d1b
modified   base/applications/taskmgr/affinity.c
modified   base/applications/taskmgr/debug.c
modified   base/applications/taskmgr/endproc.c
modified   base/applications/taskmgr/priority.c
   Arch Blackmann has never heard of exotic features of the C language such as "subroutines"

modified   base/applications/taskmgr/dbgchnl.c
modified   base/applications/taskmgr/procpage.c
modified   base/applications/taskmgr/procpage.h
   Did you know that Task Manager killed the wrong process when using the context menu? Fixed by using a sophisticated "subroutine" that reads the process entry index from the currently selected list item's client data, replacing the copy-pasted code that used the index of the list entry as the process entry index (which only worked before due to no sorting)
   Save the sort column and order

modified   base/applications/taskmgr/taskmgr.c
   Sort by image name by default

svn path=/trunk/; revision=41664
reactos/base/applications/taskmgr/affinity.c
reactos/base/applications/taskmgr/dbgchnl.c
reactos/base/applications/taskmgr/debug.c
reactos/base/applications/taskmgr/endproc.c
reactos/base/applications/taskmgr/priority.c
reactos/base/applications/taskmgr/procpage.c
reactos/base/applications/taskmgr/procpage.h
reactos/base/applications/taskmgr/taskmgr.c