| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
Revert "[SETUP:LIB] Prepare setup for GPT support" This reverts commit 8d238c1d0099402fd810f93c24f206cd832a92e4. | 1 个月前 | |
[SETUP:REACTOS][SYSSETUP][NETSHELL] Don't use GWLP_USERDATA for storing dialog boxes private data The `GWLP_USERDATA` window data is reserved for per-class data, thus, may be used by the dialog box class itself. Instead, use the dedicated `DWLP_USER` for storing custom per-dialog data. For more information, see: https://devblogs.microsoft.com/oldnewthing/20050303-00/?p=36293 https://devblogs.microsoft.com/oldnewthing/20061010-06/?p=29433 https://devblogs.microsoft.com/oldnewthing/20140203-00/?p=1893 | 11 天前 | |
[SETUP] Don't free a DLL that is still in use by a different thread | 6 年前 | |
[SETUP:REACTOS][USETUP] Improve unattended setup support (#9363) - Make unattended setup work for the 1st-stage GUI setup: 1. Select the partition where to install ReactOS, partitioning empty space if necessary; 2. Format the selected partition (if requested) with the correct filesystem, without showing the formatting dialog; 3. Jump over the wizard pages -- some of them preinitialize the data before doing the jump. Unnecessary pages like the Welcome page, the Install type selection page, etc. aren't included in the wizard pages list in this mode. In case some unattended information isn't complete (or incorrect), halt on the concerned page(s) and allow the user to go back to the previously skipped pages. - Remove an unattended setup hack for volumes format. Even in unattended setup and `FormatPartition == 0`, if the user chose to format the partition in the format dialog that pop up, then we *MUST* honour this choice! Otherwise, we would also have to ignore volume check for that volume (because we would get an assertion that the volume isn't formatted), **AND**, we wouldn't be able to install ReactOS there anyway because the volume isn't formatted! | 28 天前 | |
[WELCOME] Update the ExpandInstallerPath() information Update its parameter names, SAL2 annotations, and Doxygen comment. | 1 个月前 | |
[REACTOS] Don't include another module's PCH aka fix build. | 7 年前 |