reactos/base/applications/taskmgr
Joachim Henze 628d4a92e9
[TASKMGR] Fix text cutoff statusbar2 CPU%, improve statusbar3 Mem (#5978)
ReactOS taskmgr writes a bit more *useful* dynamically
generated strings in the status-bar field 3 with the memory
than MS Windows XP taskmgr does for example.
Available space in the statusbar is very limited,
therefore we use the following trick to get as much as possible of that helpful text visible
for the majority of the translations:
- We do shrink the CPU% column a bit in width and static text lengths, as it is the one which
has very little variety in length of its dynamic part: 0% to 100%

This improves the display for all languages, and for some languages it also fixes
text-cutoff that we even had with the wider width in the CPU% column already.

also fix an accelerator collision in nl-NL.rc
2023-11-27 17:53:34 +00:00
..
lang [TASKMGR] Fix text cutoff statusbar2 CPU%, improve statusbar3 Mem (#5978) 2023-11-27 17:53:34 +00:00
res Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
about.c [TASKMGR] Favor _countof(), no functional change intended (#5757) 2023-10-03 21:00:10 +02:00
about.h [TASKMGR] Fix the license. Turns out it's LGPL-2.1-or-later from the texts. 2023-06-15 19:45:23 +02:00
affinity.c [TASKMGR] Fix the license. Turns out it's LGPL-2.1-or-later from the texts. 2023-06-15 19:45:23 +02:00
affinity.h [TASKMGR] Fix the license. Turns out it's LGPL-2.1-or-later from the texts. 2023-06-15 19:45:23 +02:00
applpage.c [TASKMGR] Favor _countof(), no functional change intended (#5757) 2023-10-03 21:00:10 +02:00
applpage.h [TASKMGR] Favor _countof(), no functional change intended (#5757) 2023-10-03 21:00:10 +02:00
CMakeLists.txt [TASKMGR] Remove 'Debug Channels' feature, which is Wine-specific 2020-06-25 22:08:03 +02:00
column.c [TASKMGR] Favor _countof(), no functional change intended (#5757) 2023-10-03 21:00:10 +02:00
column.h [TASKMGR] Favor _countof(), no functional change intended (#5757) 2023-10-03 21:00:10 +02:00
debug.c [TASKMGR] Hold Shift to bypass MessageBox confirmation (#5845) 2023-11-01 13:43:33 +01:00
debug.h [TASKMGR] Fix the license. Turns out it's LGPL-2.1-or-later from the texts. 2023-06-15 19:45:23 +02:00
endproc.c [TASKMGR] Hold Shift to bypass MessageBox confirmation (#5845) 2023-11-01 13:43:33 +01:00
endproc.h [TASKMGR] Fix the license. Turns out it's LGPL-2.1-or-later from the texts. 2023-06-15 19:45:23 +02:00
graph.c [TASKMGR] Favor _countof(), no functional change intended (#5757) 2023-10-03 21:00:10 +02:00
graph.h [TASKMGR] Favor _countof(), no functional change intended (#5757) 2023-10-03 21:00:10 +02:00
graphctl.c [TASKMGR] Fix the license. Turns out it's LGPL-2.1-or-later from the texts. 2023-06-15 19:45:23 +02:00
graphctl.h [TASKMGR] Fix the license. Turns out it's LGPL-2.1-or-later from the texts. 2023-06-15 19:45:23 +02:00
optnmenu.c [TASKMGR] Fix the license. Turns out it's LGPL-2.1-or-later from the texts. 2023-06-15 19:45:23 +02:00
optnmenu.h [TASKMGR] Fix the license. Turns out it's LGPL-2.1-or-later from the texts. 2023-06-15 19:45:23 +02:00
perfdata.c [TASKMGR] Favor _countof(), no functional change intended (#5757) 2023-10-03 21:00:10 +02:00
perfdata.h [TASKMGR] Get rid of cplusplus extern c (#5808) 2023-10-20 13:03:59 +02:00
perfpage.c [TASKMGR] Favor _countof(), no functional change intended (#5757) 2023-10-03 21:00:10 +02:00
perfpage.h [TASKMGR] Get rid of cplusplus extern c (#5808) 2023-10-20 13:03:59 +02:00
precomp.h [TASKMGR] Remove CRTDBG (#5348) 2023-06-17 03:33:29 +09:00
priority.c [TASKMGR] Hold Shift to bypass MessageBox confirmation (#5845) 2023-11-01 13:43:33 +01:00
priority.h [TASKMGR] Fix the license. Turns out it's LGPL-2.1-or-later from the texts. 2023-06-15 19:45:23 +02:00
proclist.c [TASKMGR] Fix the license. Turns out it's LGPL-2.1-or-later from the texts. 2023-06-15 19:45:23 +02:00
proclist.h [TASKMGR] Fix the license. Turns out it's LGPL-2.1-or-later from the texts. 2023-06-15 19:45:23 +02:00
procpage.c [TASKMGR] Favor _countof(), no functional change intended (#5757) 2023-10-03 21:00:10 +02:00
procpage.h [TASKMGR] Fix the license. Turns out it's LGPL-2.1-or-later from the texts. 2023-06-15 19:45:23 +02:00
resource.h [TASKMGR] *.rc Strip unused IDD_DEBUG_CHANNELS_DIALOG 2023-10-03 03:50:41 +02:00
run.c [TASKMGR] Favor _countof(), no functional change intended (#5757) 2023-10-03 21:00:10 +02:00
run.h [TASKMGR] Fix the license. Turns out it's LGPL-2.1-or-later from the texts. 2023-06-15 19:45:23 +02:00
shutdown.c [TASKMGR] Fix the license. Turns out it's LGPL-2.1-or-later from the texts. 2023-06-15 19:45:23 +02:00
shutdown.h [TASKMGR] Fix the license. Turns out it's LGPL-2.1-or-later from the texts. 2023-06-15 19:45:23 +02:00
taskmgr.c [TASKMGR] Hold Shift to bypass MessageBox confirmation (#5845) 2023-11-01 13:43:33 +01:00
taskmgr.h [TASKMGR] Fix text cutoff statusbar2 CPU%, improve statusbar3 Mem (#5978) 2023-11-27 17:53:34 +00:00
taskmgr.rc [TASKMGR] Fix the license. Turns out it's LGPL-2.1-or-later from the texts. 2023-06-15 19:45:23 +02:00
trayicon.c [TASKMGR] Fix the license. Turns out it's LGPL-2.1-or-later from the texts. 2023-06-15 19:45:23 +02:00
trayicon.h [TASKMGR] Fix the license. Turns out it's LGPL-2.1-or-later from the texts. 2023-06-15 19:45:23 +02:00