[USETUP] Minor code formatting only.
[reactos.git] / base / setup / usetup / usetup.c
2018-10-27 Hermès Bélusca-Maïto[USETUP] Minor code formatting only.
2018-10-27 Hermès Bélusca-Maïto[USETUP] Sprinkle some INF_FreeData() calls to balance...
2018-10-27 Hermès Bélusca-Maïto[USETUP] Comment out SetupQueueCopyWNew() declaration...
2018-10-27 Hermès Bélusca-Maïto[SETUPLIB] Introduce defines for size units.
2018-10-26 Hermès Bélusca-Maïto[USETUP] NT RTL thread functions use 'NULL' (instead...
2018-10-26 Hermès Bélusca-Maïto[USETUP] Moving around some code.
2018-10-26 Hermès Bélusca-Maïto[USETUP] Implement most of the "upgrade" page, where...
2018-10-24 Hermès Bélusca-Maïto[USETUP] More code for updating/repairing the registry...
2018-10-24 Hermès Bélusca-Maïto[USETUP] Mark some variables as 'static'.
2018-10-24 Hermès Bélusca-Maïto[USETUP] Implement work-in-progress code that allows...
2018-10-24 Hermès Bélusca-Maïto[USETUP] Implement offline ReactOS registry initializat...
2018-10-23 Hermès Bélusca-Maïto[USETUP] Reshuffle a bit the main-function of USetup.
2018-10-23 Hermès Bélusca-Maïto[USETUP] The 'DestinationDriveLetter' variable (that...
2018-10-23 Hermès Bélusca-Maïto[USETUP] Rename some of the uninformative "STRING_HDDIN...
2018-10-23 Hermès Bélusca-Maïto[USETUP] Massage the USETUP interface code.
2018-10-14 Hermès Bélusca-Maïto[USETUP] Diverse fixes for path handling.
2018-10-02 Pierre Schweitzer[USETUP] Add missing line jump
2018-09-14 Stanislav Motylkov[USETUP] Make countdown progress bar smoother
2018-09-09 Bișoc George[USETUP] Implement the shutdown timeout progress bar... 833/head
2018-06-03 Hermès Bélusca-Maïto[SETUPLIB][USETUP] Refactor the DoesFileExist() functio...
2018-06-03 Hermès Bélusca-Maïto[SETUPLIB][USETUP] Transform the existing ConcatPaths...
2018-05-27 Eric Kohl[SETUP] Remove myself from the 1st stage setup code
2018-05-27 Hermès Bélusca-Maïto[USETUP] Code fixups after the introduction of the...
2018-05-27 Hermès Bélusca-Maïto[SETUPLIB][USETUP] Introduce a 'SetupLib' library....
2018-05-26 Hermès Bélusca-Maïto[USETUP] Similarly to what was done for GenLists, facto...
2018-05-26 Hermès Bélusca-Maïto[USETUP] Factor out the UI-specific code from the GenLi...
2018-05-26 Hermès Bélusca-Maïto[USETUP] Additions for the PartList code.
2018-05-26 Hermès Bélusca-Maïto[USETUP] Add & modify some file utility functions that...
2018-05-26 Hermès Bélusca-Maïto[USETUP] Code formatting only.
2018-05-19 Eric Kohl[USETUP] Use _wcstoui64() instead of atoi() to convert...
2018-05-19 Eric Kohl[USETUP] Improved entering of partition size
2018-05-15 Eric Kohl[USETUP] Remove the WIN32 support because usetup is...
2018-05-15 Eric Kohl[USETUP] Get rid of the interface directory because...