reactos/base/setup/usetup
Joachim Henze 712c7aa70f [0.4.10][USETUP] de-DE Update 2022-03-05 CORE-18075
ports back the fixes of:
0.4.15-dev-3886-g c791d4ee4e CORE-18075
0.4.14-dev-1325-g 1fdf06c563 CORE-16792
0.4.14-dev-1324-g 75edf1071a CORE-16792
0.4.14-dev-1323-g d079342e0a CORE-16792
0.4.14-dev-1322-g 7ed0701983 CORE-16791

While respecting the individual requirements of ancient branches,
e.g. when stuff was put somewhere else like the recovery console.
Or when we did not use code7bit yet (we started that with 0.4.12).
2022-03-05 18:39:47 +01:00
..
lang [0.4.10][USETUP] de-DE Update 2022-03-05 CORE-18075 2022-03-05 18:39:47 +01:00
bootsup.c [USETUP][SETUPLIB] Added support for formatting partition in BTRFS and installing ReactOS on it. 2018-08-20 08:26:56 +02:00
bootsup.h [SETUP] Remove myself from the 1st stage setup code 2018-05-27 21:33:07 +02:00
cabinet.c [USETUP] Use the smaller zlib_solo instead of the full zlib. CORE-14290 2018-02-04 12:54:39 +01:00
cabinet.h Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
chkdsk.c [SETUPLIB][USETUP] Introduce a 'SetupLib' library. CORE-13544 2018-05-27 20:18:50 +02:00
chkdsk.h [SETUPLIB][USETUP] Introduce a 'SetupLib' library. CORE-13544 2018-05-27 20:18:50 +02:00
CMakeLists.txt [USETUP][SETUPLIB] Added support for formatting partition in BTRFS and installing ReactOS on it. 2018-08-20 08:26:56 +02:00
cmdcons.c [SETUP] Remove myself from the 1st stage setup code 2018-05-27 21:33:07 +02:00
cmdcons.h [SETUP] Remove myself from the 1st stage setup code 2018-05-27 21:33:07 +02:00
console.c [SETUP] Remove myself from the 1st stage setup code 2018-05-27 21:33:07 +02:00
console.h [SETUP] Remove myself from the 1st stage setup code 2018-05-27 21:33:07 +02:00
consup.c [SETUP] Remove myself from the 1st stage setup code 2018-05-27 21:33:07 +02:00
consup.h [SETUP] Remove myself from the 1st stage setup code 2018-05-27 21:33:07 +02:00
devinst.c [SETUPLIB][USETUP] Transform the existing ConcatPaths() function into a variadic function, and derive a CombinePaths() from it (plus their equivalent taking va_list). 2018-06-03 22:12:43 +02:00
drivesup.c [USETUP] Minor fixes & simplifications. 2018-06-03 22:12:43 +02:00
drivesup.h [USETUP] Minor fixes & simplifications. 2018-06-03 22:12:43 +02:00
errorcode.h Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
filequeue.c [SETUPLIB][USETUP] Transform the existing ConcatPaths() function into a variadic function, and derive a CombinePaths() from it (plus their equivalent taking va_list). 2018-06-03 22:12:43 +02:00
filequeue.h [SETUP] Remove myself from the 1st stage setup code 2018-05-27 21:33:07 +02:00
filesup.c [USETUP] Use correct flags for the NtCreateFile call that creates new file directories. 2018-06-03 22:12:46 +02:00
filesup.h [SETUPLIB][USETUP] Move some code to the SetupLib. 2018-06-03 22:12:35 +02:00
format.c [SETUPLIB][USETUP] Introduce a 'SetupLib' library. CORE-13544 2018-05-27 20:18:50 +02:00
format.h [SETUPLIB][USETUP] Introduce a 'SetupLib' library. CORE-13544 2018-05-27 20:18:50 +02:00
fslist.c [SETUP] Remove myself from the 1st stage setup code 2018-05-27 21:33:07 +02:00
fslist.h [SETUP] Remove myself from the 1st stage setup code 2018-05-27 21:33:07 +02:00
genlist.c [SETUP] Remove myself from the 1st stage setup code 2018-05-27 21:33:07 +02:00
genlist.h [SETUP] Remove myself from the 1st stage setup code 2018-05-27 21:33:07 +02:00
inffile.c [USETUP] Remove the WIN32 support because usetup is a native-only application 2018-05-15 23:35:17 +02:00
inffile.h [USETUP] Remove the WIN32 support because usetup is a native-only application 2018-05-15 23:35:17 +02:00
keytrans.c [USETUP] Remove the WIN32 support because usetup is a native-only application 2018-05-15 23:35:17 +02:00
keytrans.h [USETUP] Remove the WIN32 support because usetup is a native-only application 2018-05-15 23:35:17 +02:00
mui.c [USETUP] LanguageList => MUILanguageList. #179 2017-12-09 23:33:02 +01:00
mui.h Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
muifonts.h [FONTS] Update Hebrew font subtitutions (#795) 2018-08-21 17:21:21 +02:00
muilanguages.h [USETUP] LanguageList => MUILanguageList. #179 2017-12-09 23:33:02 +01:00
partlist.c [SETUP] Remove myself from the 1st stage setup code 2018-05-27 21:33:07 +02:00
partlist.h [SETUP] Remove myself from the 1st stage setup code 2018-05-27 21:33:07 +02:00
progress.c [USETUP] Implement CreateProgressBarEx() (#791) 2018-08-21 15:49:54 +02:00
progress.h [USETUP] Implement CreateProgressBarEx() (#791) 2018-08-21 15:49:54 +02:00
registry.c [SETUPLIB][USETUP] Transform the existing ConcatPaths() function into a variadic function, and derive a CombinePaths() from it (plus their equivalent taking va_list). 2018-06-03 22:12:43 +02:00
registry.h [SETUP] Remove myself from the 1st stage setup code 2018-05-27 21:33:07 +02:00
settings.c [SETUP] Remove myself from the 1st stage setup code 2018-05-27 21:33:07 +02:00
settings.h [SETUP] Remove myself from the 1st stage setup code 2018-05-27 21:33:07 +02:00
usetup.c [SETUPLIB][USETUP] Refactor the DoesFileExist() function so that it now looks closer to DoesPathExist() and use it almost everywhere. 2018-06-03 22:12:43 +02:00
usetup.h [SETUPLIB][USETUP] Move some code to the SetupLib. 2018-06-03 22:12:35 +02:00
usetup.rc [SETUPLIB][USETUP] Diverse additions. 2018-06-03 22:12:45 +02:00