reactos/dll/cpl/desk
Joachim Henze 55e4e2b9a4
[DESK] *.rc: Tweak comboboxes WS_CHILD, CBS_SORT (#7399)
We had a mixup between languages regarding WS_CHILD, CBS_SORT for some comboboxes.
Harmonize that by:
- Strip explicit WS_CHILD from all comboboxes (because it is implicitly available)
- Strip CBS_SORT from IDC_EFFAPPEARANCE_ANIMATIONTYPE and IDC_EFFAPPEARANCE_SMOOTHINGTYPE because Windows does not sort them.
  This fixes the wrong order in those controls
2024-09-28 21:20:32 +02:00
..
lang [DESK] *.rc: Tweak comboboxes WS_CHILD, CBS_SORT (#7399) 2024-09-28 21:20:32 +02:00
resources [CPL][DESK] Use shell32 icon directly; follow-up to #2281 2020-01-28 14:05:51 +09:00
advappdlg.c [DESK] Remember icon picker custom colors between invocations (#6215) 2023-12-23 22:00:11 +01:00
advmon.c [DESK] _countof and rc-trivia (#7298) 2024-09-10 01:46:08 +02:00
appearance.c [FORMATTING] Remove trailing whitespace. Addendum to 34593d93. 2021-09-13 03:52:22 +02:00
appearance.h [DESK] Remember icon picker custom colors between invocations (#6215) 2023-12-23 22:00:11 +01:00
background.c [DESK] Add desktop icon change feature 2022-10-19 23:24:03 +03:00
classinst.c [DESK] Remove call to SetupDiRestartDevices() 2022-04-30 14:05:05 +02:00
CMakeLists.txt [DESK] Implement dialog to manipulate desktop icons (#4766) 2022-10-10 18:30:25 +03:00
desk.c [DESK] Reimplement InstallScreenSaverW to behave similarly to Windows' one (#5766) 2023-10-18 21:45:39 +02:00
desk.h [DESK] Add desktop icon change feature 2022-10-19 23:24:03 +03:00
desk.rc [TRANSLATION] Update Hong Kong Chinese (zh-HK) translation - Part 2 (#4347) 2022-03-31 17:10:21 +03:00
desk.spec [DESK] Reimplement InstallScreenSaverW to behave similarly to Windows' one (#5766) 2023-10-18 21:45:39 +02:00
desktop.c [DESK] Do not load system-defined class name 2022-10-30 15:04:41 +03:00
devsett.c [DESK] Pass the list of all display modes to extensions 2022-06-20 14:38:03 +03:00
dibitmap.c
draw.c [DESK.CPL] Fix hardcoded colors in classic theme preview 2018-01-22 21:45:03 +02:00
draw.h
effappdlg.c [DESK] _countof and rc-trivia (#7298) 2024-09-10 01:46:08 +02:00
general.c [DESK.CPL] Fix a Clang-Cl warning about "LogPixels" 2018-05-04 22:02:48 +02:00
guid.c [DESK][SHELLBTRFS] Fix typo in WIN32_NO_STATUS 2023-10-07 22:15:12 +02:00
misc.c
monslctl.c
monslctl.h
muireg.c [DESK][SHELL32] Allow Desk.cpl to run standalone on WinXP/2003 again CORE-15412 2018-12-17 22:01:49 +01:00
preview.c
preview.h
resource.h [DESK] Implement dialog to manipulate desktop icons (#4766) 2022-10-10 18:30:25 +03:00
screensaver.c [DESK] Fix 3dtext screensaver restart after opening settings (#7213) 2024-08-18 20:09:47 -05:00
settings.c [DESK] _countof and rc-trivia (#7298) 2024-09-10 01:46:08 +02:00
theme.c [UXTHEME] Implement the rest of DrawNCPreview 2024-02-13 21:20:49 +01:00