reactos/dll/cpl
Hermès Bélusca-Maïto e405ad257c
[SETUPLIB][USETUP][INPUT.CPL] MUI integration with setuplib.
[SETUPLIB] Copy the mui* files from usetup into the setuplib for later usage, and add mui.c to build.

svn path=/branches/setup_improvements/; revision=75711

[SETUPLIB][USETUP] Start massaging the MUI files and split up what concerns only the usetup "resources",
and what concerns general language parameters (in the setuplib).

It may be interesting to retrieve the language parameters
from INF file (e.g. intl.inf) (suggested by Giannis).

svn path=/branches/setup_improvements/; revision=75715

[SETUPLIB] Add the necessary headers to mui.c to be able to compile.
[USETUP] Comment out the languages that don't have any resources.

svn path=/branches/setup_improvements/; revision=75716

[SETUPLIB][USETUP] Adjust MUI and settings code.

- Re-enable settings code concerning language, keyboards & layout
  in the setuplib, and remove the old code in usetup.

- Remove useless code in setuplib's mui.c.

- Rename usetup's MUI "LanguageList" into "ResourceList" so as to
  avoid colliding with the "LanguageList" of setuplib.

- Add the magic CMakeLists line "add_definitions(${I18N_DEFS})" that
  I forgot previously, that caused the "LanguageList" of setuplib to be empty!

The code compiles and works during my tests.

svn path=/branches/setup_improvements/; revision=75717

[SETUPLIB] Change some string pointer types & function prototypes so that the usetup-specific
"SelectedLanguageId" variable is not used in the library.

svn path=/branches/setup_improvements/; revision=75719

[SETUPLIB] Change some function prototypes so that the usetup-specific "SelectedLanguageId" variable is not used in the library.
Also, make AddEntriesFromInfSection(), DefaultProcessEntry() and the typedef PPROCESS_ENTRY_ROUTINE private again.

svn path=/branches/setup_improvements/; revision=75720
svn path=/branches/setup_improvements/; revision=75724

[USETUP] Code adaptations.

- Transform some do{}while() loops into while(){} ones, since the lists on which we work may only contain one single {NULL} element.
- Modify MUIGetOEMCodePage() call after r75719.
- Use PCWSTR where needed.

svn path=/branches/setup_improvements/; revision=75722

[USETUP] Adjust some MUI & settings calls, following the commits r75719, r75720 and r75721.

svn path=/branches/setup_improvements/; revision=75723

[INPUT.CPL] Adjust inclusion of "muifonts.h" (commit 3dbd44f) due to changes introduced in r75711 and r75715.
2018-10-28 00:13:07 +02:00
..
access [TRANSLATION] Update Romanian translation (#851) 2018-09-14 11:04:36 +02:00
appwiz [APPWIZ] Do not display the message box if the user aborts the download 2018-10-21 13:10:12 +02:00
console [TRANSLATION] Update Romanian translation (#851) 2018-09-14 11:04:36 +02:00
desk [DESK.CPL] Remove monitor resource scaling (#876) 2018-09-29 16:24:10 +02:00
hdwwiz [TRANSLATION] Update Romanian translation (#851) 2018-09-14 11:04:36 +02:00
hotplug Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
inetcpl [INETCPL] Add icon codes for trusted and restricted zones 2018-10-24 00:27:10 +02:00
input [SETUPLIB][USETUP][INPUT.CPL] MUI integration with setuplib. 2018-10-28 00:13:07 +02:00
intl [TRANSLATION] Update Romanian translation (#851) 2018-09-14 11:04:36 +02:00
joy [TRANSLATION] Update Romanian translation (#851) 2018-09-14 11:04:36 +02:00
liccpa [TRANSLATION] Update Romanian translation (#851) 2018-09-14 11:04:36 +02:00
main [TRANSLATION] Update Romanian translation (#851) 2018-09-14 11:04:36 +02:00
mmsys [TRANSLATION] Update Romanian translation (#851) 2018-09-14 11:04:36 +02:00
ncpa Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
odbccp32 Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
openglcfg [TRANSLATION] Update Simplified Chinese translation. (#912) 2018-10-07 20:44:00 +02:00
powercfg [TRANSLATION] Update Romanian translation (#851) 2018-09-14 11:04:36 +02:00
sysdm [SYSDM] Fix controls order and label height in IDD_SYSSETTINGS dialog 2018-10-21 15:36:28 +02:00
telephon [TELEPHON.CPL] Include winuser.h in the rc which is needed for manifest_hosted.rc 2018-03-01 10:05:54 +02:00
timedate [PSDK][REACTOS] Fix definitions and usage of DWLP_MSGRESULT, DWLP_DLGPROC, and DWLP_USER 2018-03-04 16:27:07 +01:00
usrmgr [TRANSLATION] Update Romanian translation (#851) 2018-09-14 11:04:36 +02:00
wined3dcfg [TRANSLATION] Update Romanian translation (#851) 2018-09-14 11:04:36 +02:00
CMakeLists.txt Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00