reactos/base/applications/taskmgr
Joachim Henze 0ae3cb906e [0.4.7][TASKMGR] Tweak the status bar a bit (reusing CORE-15615)
by picking those two commits:
0.4.12-dev-363-g 473e0bfc83
0.4.12-dev-779-g 3b96148641

Although the regression that was introduced by 0.4.12-dev-363-g 473e0bfc83
and then fixed by 0.4.12-dev-779-g 3b96148641
did never affect any release, the older releases do still benefit from those 2 commits applied together:

The status bar consists of 3 sections:
"processes count"
"CPU load"
"Commit charge"

"Commit charge" is extremely dynamic in length, therefore we can improve the usability a bit by maximizing available space for it.
"processes count" also deserves a bit more space, otherwise even 3-digits-count would be cropped in english already.
"CPU load" is most defined in length, as the only dynamic part in there is 0% to 100%, just 2 digits.
Therefore we do sacrifice a bit space from "CPU load" section in favor of the other sections.

See https://jira.reactos.org/secure/attachment/61659/ros_taskmgr_BEFORE_mostCompact.png for a pic before this backmerge.
2022-02-28 17:59:30 +01:00
..
lang [0.4.7][TASKMGR] Tweak the status bar a bit (reusing CORE-15615) 2022-02-28 17:59:30 +01:00
res
about.c
about.h
affinity.c
affinity.h
applpage.c
applpage.h
CMakeLists.txt
column.c
column.h
debug.c
debug.h
endproc.c
endproc.h
graph.c
graph.h
graphctl.c
graphctl.h
optnmenu.c
optnmenu.h
perfdata.c
perfdata.h
perfpage.c
perfpage.h
precomp.h
priority.c
priority.h
proclist.c
proclist.h
procpage.c
procpage.h
resource.h
run.c
run.h
shutdown.c
shutdown.h
taskmgr.c
taskmgr.h [0.4.7][TASKMGR] Tweak the status bar a bit (reusing CORE-15615) 2022-02-28 17:59:30 +01:00
taskmgr.rc
trayicon.c
trayicon.h