reactos/base/applications/taskmgr
Joachim Henze 978503cd46
[TASKMGR] *.rc: Tweak all AUTOCHECKBOXes (#7409)
- no functional change intended
- shrinks the rc files sizes and shrinks the binary size of taskmgr:
RosBEWin2.2.2 GCC8.4.0dbg taskmgr.exe from 696.320 -> 678.912 bytes ==> 17.408 bytes saved in the binary
- does also slightly beautify those lines when displaying them in the reshacker

JIRA issue: none
2024-11-01 11:55:23 +01:00
..
lang [TASKMGR] *.rc: Tweak all AUTOCHECKBOXes (#7409) 2024-11-01 11:55:23 +01: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 64-bit bugs 2023-11-27 23:30:51 +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] Allow setting each column alignment independently (#7208) 2024-08-03 00:54:41 +03:00
column.h [TASKMGR] Allow setting each column alignment independently (#7208) 2024-08-03 00:54:41 +03: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] Process page: Allow using "Open File Location" functionality without running Explorer shell 2024-04-26 07:16:00 +07: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