SStanislav Motylkov[USER32_APITEST] Add LookupIconIdFromDirectoryEx invalid input test (#9263)
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
[SHELL32][SHLWAPI][SHELL32_APITEST][SHLWAPI_APITEST] Implement IQueryAssociations::GetKey and more ASSOCSTR's (#9262) | 23 天前 | |
[USER32_APITEST] Add LookupIconIdFromDirectoryEx invalid input test (#9263) Calling it with invalid pointer crashes the caller, while on Windows it returns 0 without error or crash. CORE-19544 | 4 小时前 | |
[WALLPAPERS] Reorganize wallpapers, make it more similar to 0.4.15 release (#9000) - Rename wallpaper filenames so they make sense in the available wallpaper list - Flatten folder structure - Change the capitalization on file ReadMe.txt to README.txt - Add a license column in README.txt to describe license of each wallpaper Note: The licenses for Silhouette.png and Silhouette Dark.png could not be confirmed. Assumed CC-BY-4.0 - Removed CC-BY-4.0 LICENSE.txt from the wallpapers folder because that license doesn't apply to all the wallpapers in the folder. - Remove suggestions.txt, most of the links are dead and hasn't been touched since 2005. - Rename ReadMe.txt from Angelus folder to Angelus.txt (Should we just remove it?) | 3 个月前 | |
[REACTOS] Merge our bootcd and livecd into an all-in-one ReactOS BootCD (#7313) CORE-9069, CORE-13525, RELEASE-11 This new BootCD contains the functionality of both the original bootcd (text-mode 1st-stage installer) and the livecd (that will include the 1st-stage GUI installer later). Our separate livecd ISOs become obsolete, and this completely removes the need for the so-called "hybridcd" ISO. Some details: - The "hybridcd" build target is completely removed, since now the new BootCD *is* basically what we used to call "hybridcd". - The "livecd" build target is kept so far (to minimize the code changes), but internally I start to refer to it as "LiveImage", and is reduced to a minimum. A minimal non-bootable "liveimg.iso" is built (but currently not included within the BootCD). Its purpose will be to implement the "ReactOS Live" functionality as a RAMDISK. (We currently don't support other file formats apart from ISO and flat disk for a RAMDISK). The "ReactOS Live" (non-RAMDISK) is implemented by adding to the BootCD file tree the files from the LiveImage. These files add two root directories, "Profiles" and "reactos" (which is the SystemRoot for the non-ramdisk LiveImage). - The minimal text-mode ReactOS installation used for the 1st-stage installer, including USETUP itself, and the executable for the 1st-stage GUI installer and the reactos.cab (installation source), are moved to the root directory called "i386" (ideally, one directory per architecture). - The "bootcdregtest" target, i.e. the ISOs we feed our testbots with, are left untouched, i.e. they are only constituted of the 1st-stage text-mode installation only, but placed in a per-architecture root directory ("i386", etc. as for the bootcd). - Remove the ACPI APIC/SMP entries from bootcd.ini. They will be made available via the Advanced Boot Options F8 menu in Debug builds, for testing purposes only, in a subsequent commit. This commit is based upon an older SVN one: svn path=/branches/setup_improvements/; revision=75273 | 4 个月前 |