reactos/base/applications/taskmgr
Kyle Katarn 15a0f7adb0
[TASKMGR] Fix number formatting to respect NLS Number format settings (#4657)
TaskMgr currently does not respect local NLS settings and forces 3 digits + comma (US convention) formatting.
Fix this with a direct reuse of SH_FormatInteger() as already implemented in other places
(dll/win32/shell32/dialogs/filedefext.cpp ...)

- Removal of CommaSeparateNumberString() and replace with SH_FormatInteger().
- PerfDataGetText(): Use a switch structure.  Return TRUE iftext could be retrieved; FALSE if not.

Co-authored-by: Hermès BÉLUSCA - MAÏTO <hermes.belusca-maito@reactos.org>
Co-authored-by: Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>
2022-09-04 19:10:11 +02:00
..
lang [TASKMGR] Fix overlapping controls (French only) (#4658) 2022-09-03 17:29:26 +02:00
res
about.c
about.h
affinity.c
affinity.h
applpage.c [TASKMGR] Fix UI on SwitchTo for multiple application (#4652) 2022-09-03 17:27:50 +02:00
applpage.h
CMakeLists.txt
column.c
column.h
debug.c
debug.h
endproc.c
endproc.h
graph.c
graph.h
graphctl.c [TASKMGR] Fix a heap corruption bug (#4311) 2022-01-25 15:49:46 +01:00
graphctl.h [TASKMGR] Preserve graphs history on resizes (#4141) 2021-12-16 03:06:09 +03:00
optnmenu.c
optnmenu.h
perfdata.c
perfdata.h
perfpage.c [TASKMGR] Preserve graphs history on resizes (#4141) 2021-12-16 03:06:09 +03:00
perfpage.h
precomp.h [TASKMGR] Fix number formatting to respect NLS Number format settings (#4657) 2022-09-04 19:10:11 +02:00
priority.c
priority.h
proclist.c
proclist.h
procpage.c [TASKMGR] Fix number formatting to respect NLS Number format settings (#4657) 2022-09-04 19:10:11 +02:00
procpage.h [TASKMGR] Processes page: Add "Properties" and "Open File Location" context menu items (#4323) 2022-04-11 19:28:28 +03:00
resource.h [TASKMGR] Processes page: Add "Properties" and "Open File Location" context menu items (#4323) 2022-04-11 19:28:28 +03:00
run.c
run.h
shutdown.c
shutdown.h
taskmgr.c [TASKMGR] Processes page: Add "Properties" and "Open File Location" context menu items (#4323) 2022-04-11 19:28:28 +03:00
taskmgr.h
taskmgr.rc [TASKMGR] Add version resource info (#4376) 2022-03-06 01:06:58 +03:00
trayicon.c
trayicon.h