reactos/base/applications
Joachim Henze e1c5b7366a
[RAPPS] *.rc: IDC_DEFAULT_SETTINGS Optimize AUTORADIOBUTTONS, WS_GROUP (#7094)
- The stuff with the AUTORADIOBUTTONS is a small optimization to slightly reduce code-size and binary-size.
- Also add a missing WS_GROUP to IDC_DEFAULT_SETTINGS, which prevents leaving the group of the 3 bottom-most buttons to the left with the left-arrow-key.
- we need to add a return TRUE into WM_INITDIALOG section of SettingsDlgProc() to handle the default keyboard focus correctly towards the topmost AUTOCHECKBOX in this dlg. That part was contributed by @whindsaks , thank you very much for that!
- pl.PL: Add a missing ES_AUTOHSCROLL
- improve a few accelerators here and there

For the record: If no additional style is set then an AUTORADIOBUTTON gets by default BS_AUTORADIOBUTTON | WS_TABSTOP
see https://learn.microsoft.com/de-de/windows/win32/menurc/autoradiobutton-control
2024-07-10 00:51:19 +02:00
..
atactl
cacls [CACLS] Update Romanian (ro-RO) translation (#6458) 2024-02-11 23:13:10 +01:00
calc [CALC] Fix input bug when display is in error. (#5988) 2024-04-18 11:39:46 +02:00
charmap [CHARMAP] Improve Romanian (ro-RO) translation (#6374) 2024-01-21 22:12:15 +01:00
charmap_new
clipbrd [CLIPBRD] Update Romanian (ro-RO) translation (#6535) 2024-03-23 21:18:20 +01:00
cmdutils [REPLACE] Update Japanese (ja-JP) translation 2024-07-09 18:24:16 +03:00
control [CONTROL] OpenShellFolder: Add file browser fallback 2024-06-14 02:14:10 +07:00
ctfmon [CTFMON][MSCTFIME][MSCTF][MSUTB][CICERO] Fix TFUninitLib (#6504) 2024-02-20 14:36:24 +09:00
drwtsn32 [TRANSLATION] Add/Update Turkish (tr-TR) translations (#4959) 2023-02-15 17:29:52 +01:00
dxdiag [DXDIAG] Update Romanian (ro-RO) translation (#6085) 2023-12-09 20:21:06 +01:00
extrac32
findstr [REACTOS] "http://www.reactos" -> "https://reactos" (#5043) 2023-02-06 17:01:52 +03:00
fltmc [FLTMC] Update Romanian (ro-RO) translation (#6481) 2024-02-11 23:22:06 +01:00
fontview [TRANSLATION] Improve Simplified Chinese (zh-CN) translation (#6804) 2024-06-13 16:36:41 +03:00
games [WINMINE] Remove unneeded cast 2024-07-01 18:34:01 +02:00
hh [HH] Check LoadLibrary and GetProcAddress return value (#6082) 2023-12-03 08:15:08 +07:00
iexplore [IEXPLORE][INF] Follow-up of 76b25a7 2023-11-27 21:19:05 +09:00
kbswitch [KBSWITCH] Add Portuguese (pt-PT) translation (#7008) 2024-06-17 19:42:13 +03:00
logoff [REACTOS] "http://www.reactos" -> "https://reactos" (#5043) 2023-02-06 17:01:52 +03:00
magnify [MAGNIFY] Update Romanian (ro-RO) translation (#6664) 2024-05-10 21:36:42 +02:00
mmc [MMC] Update Romanian (ro-RO) translation (#5912) 2023-11-08 10:26:33 +00:00
mplay32 [MPLAY32] Update Romanian (ro-RO) translation (#6373) 2024-01-21 22:13:19 +01:00
msconfig [MSCONFIG] Update title for en-US and th-TH 2024-03-29 09:35:44 +07:00
msconfig_new [MSCONFIG_NEW] Update Romanian (ro-RO) translation (#6299) 2024-01-09 11:03:37 +01:00
mscutils [EVENTVWR] Tweak AUTORADIOBUTTONS, … (#7106) 2024-07-09 00:25:37 +02:00
mshta
mspaint [TRANSLATION] Improve Simplified Chinese (zh-CN) translation (#6804) 2024-06-13 16:36:41 +03:00
mstsc [MSTSC] Update Romanian (ro-RO) translation (#6841) 2024-05-10 22:33:08 +02:00
network [CMAKE] Clang*: Add '-Werror=unknown-warning-option' for C/CXX (#6383) 2024-05-31 16:26:11 +02:00
notepad [NOTEPAD] *.rc: Tweak AUTORADIOBUTTONS (#7103) 2024-07-08 03:25:11 +02:00
osk [OSK] Update Romanian (ro-RO) translation (#6706) 2024-05-10 21:41:00 +02:00
rapps [RAPPS] *.rc: IDC_DEFAULT_SETTINGS Optimize AUTORADIOBUTTONS, WS_GROUP (#7094) 2024-07-10 00:51:19 +02:00
rapps_com
regedit [REGEDIT] Update Russian (ru-RU) translation 2024-07-09 19:32:14 +03:00
regedt32
runas [TRANSLATION] Add/Update Turkish (tr-TR) translations (#4959) 2023-02-15 17:29:52 +01:00
sc
screensavers [LOGON] Several improvements for screensaver (#5641) 2023-09-03 21:18:23 +02:00
sdbinst
setup16
shutdown [SHUTDOWN] Update Romanian (ro-RO) translation (#6459) 2024-02-11 23:13:27 +01:00
sndrec32 [SNDREC32] Update Romanian (ro-RO) translation (#6435) 2024-02-11 22:56:35 +01:00
sndvol32 [SNDVOL32] Remove redundant WS_TABSTOPs from RC files (#7003) 2024-06-12 12:09:47 +02:00
taskmgr [TASKMGR] Fix orthographic error in Portuguese Brazilian (pt-BR) translation (#6980) 2024-06-05 21:30:49 +03:00
utilman [TRANSLATION] Improve Simplified Chinese (zh-CN) translation (#6804) 2024-06-13 16:36:41 +03:00
winhlp32 [WINHLP32] Don't show file path in title (#6250) 2023-12-29 21:16:20 +09:00
winver
wordpad [WORDPAD] Use FILE_SHARE_READ and OPEN_ALWAYS for writing (#6883) 2024-05-15 01:23:30 +09:00
write [WORDPAD][WRITE] Remove redundant pragma code_page(65001)... 2023-03-09 00:13:59 +01:00
wusa
CMakeLists.txt [CTFMON][SDK] Add ctfmon.exe (#6149) 2023-12-13 21:37:15 +09:00