reactos/base/applications/regedit
Joachim Henze 470cef7bfd
[REGEDIT] Deduplication and other formatting changes (#7193)
- Deduplicates unused IDC_REGEDIT MENU vs. actually used IDR_REGEDIT_MENU
- shrinks the binary size, GCC8.4.0dbg build shrinks from 1.052.672 -> 1.049.600 bytes
- that also solves a few FIXME's, e.g. in hu-HU, pl-PL, sl-SI, sq-AL, tr-TR, uk-UA
- translates the help-popup string in th-TH.rc
- slightly tweak some headers to be a bit closer to newstyle without going all the way
- also link to LPGL2.1+ in the source files to reduce the wall-of-text, also some other whitespace tweaks in those, but no functional change
- security.c: vertical-compactness-whitespace-changes aim to get HeapAlloc closer to HeapFree
- id-ID.rc: "&Data nilai" and "&Nama nilai" does exist in 4 dialogs, Harmonize them
- pt-PT.rc: add 2 missing accels in IDD_EDIT_STRING
- edit.c: 3x ARRAY_SIZE
- the most review-worthy change in the actual .h/.c files is clb.c the change from ClbWndClass.hInstance = hinstDLL, ClbWndClass.hIcon = NULL; to ClbWndClass.hInstance = hinstDLL; ClbWndClass.hIcon = NULL;
- clb.c the stripped INT_PTR-cast for EndDialog() was Co-authored-by: Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>
2024-07-29 21:19:10 +02:00
..
clb [REGEDIT] Deduplication and other formatting changes (#7193) 2024-07-29 21:19:10 +02:00
lang [REGEDIT] Deduplication and other formatting changes (#7193) 2024-07-29 21:19:10 +02:00
res
about.c [REGEDIT] Deduplication and other formatting changes (#7193) 2024-07-29 21:19:10 +02:00
childwnd.c [REGEDIT] Deduplication and other formatting changes (#7193) 2024-07-29 21:19:10 +02:00
CMakeLists.txt
edit.c [REGEDIT] Deduplication and other formatting changes (#7193) 2024-07-29 21:19:10 +02:00
error.c [REGEDIT] Deduplication and other formatting changes (#7193) 2024-07-29 21:19:10 +02:00
find.c [REGEDIT] Deduplication and other formatting changes (#7193) 2024-07-29 21:19:10 +02:00
framewnd.c [REGEDIT] Deduplication and other formatting changes (#7193) 2024-07-29 21:19:10 +02:00
hexedit.c [REGEDIT] Deduplication and other formatting changes (#7193) 2024-07-29 21:19:10 +02:00
hexedit.h
listview.c [REGEDIT] Deduplication and other formatting changes (#7193) 2024-07-29 21:19:10 +02:00
main.c [REGEDIT] Deduplication and other formatting changes (#7193) 2024-07-29 21:19:10 +02:00
main.h [REGEDIT] Deduplication and other formatting changes (#7193) 2024-07-29 21:19:10 +02:00
regedit.c [REGEDIT] Deduplication and other formatting changes (#7193) 2024-07-29 21:19:10 +02:00
regedit.h [REGEDIT] Handle Ctrl+Backspace in AddressBar (#7140) 2024-07-17 12:40:32 +02:00
regedit.rc [REGEDIT] Deduplication and other formatting changes (#7193) 2024-07-29 21:19:10 +02:00
regproc.c [REGEDIT] Deduplication and other formatting changes (#7193) 2024-07-29 21:19:10 +02:00
resource.h [REGEDIT] Deduplication and other formatting changes (#7193) 2024-07-29 21:19:10 +02:00
security.c [REGEDIT] Deduplication and other formatting changes (#7193) 2024-07-29 21:19:10 +02:00
security.h
settings.c [REGEDIT] Deduplication and other formatting changes (#7193) 2024-07-29 21:19:10 +02:00
treeview.c [REGEDIT] Deduplication and other formatting changes (#7193) 2024-07-29 21:19:10 +02:00
txtproc.c [REGEDIT] Use <strsafe.h> functions strictly (#5825) 2023-10-26 10:09:31 +09:00