reactos.git
5 years agoCreate a Code of conduct to complete the Github community checklist (#431)
Dheeraj Bhaskar [Thu, 31 May 2018 21:26:33 +0000 (02:56 +0530)]
Create a Code of conduct to complete the Github community checklist (#431)

5 years ago[MSPAINT] use __targv[1] instead of lpszArgument
Benedikt Freisen [Thu, 31 May 2018 18:17:30 +0000 (20:17 +0200)]
[MSPAINT] use __targv[1] instead of lpszArgument

This should make Paint's handling of command line strings less brittle.

CORE-13293

5 years ago[USETUP] Some fixes/improvements suggested by Thomas (2/2).
Hermès Bélusca-Maïto [Mon, 22 May 2017 15:55:16 +0000 (17:55 +0200)]
[USETUP] Some fixes/improvements suggested by Thomas (2/2).

- In the partlist.c disk getters: Remove useless "IsListEmpty(&List->DiskListHead)" checks, because this is actually the kind of check the while() loop does just after...
- Fix few DPRINTs.

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

5 years ago[USETUP] Further improve the OS detection code.
Hermès Bélusca-Maïto [Mon, 22 May 2017 22:59:11 +0000 (22:59 +0000)]
[USETUP] Further improve the OS detection code.

- Improve FindExistingNTOSInstall() so that we can find an existing installation either by system root
  ARC path or NT path. This is used during the enumeration of available installations from the boot.ini/freeldr.ini
  and during other existence & validity checks of NTOS installations.
- Improve AddNTOSInstallation() so that we can save the system root ARC path and NT path of the installation,
  as well as its partition entry structure pointer, for caching & later retrieval purposes.
- Remove some deprecated comments & todos, and implement other todos.
- Improve the output of some DPRINTs.
- Fix the return value of FindSubStrI.

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

5 years ago[USETUP] Some fixes/improvements suggested by Thomas (1/2).
Hermès Bélusca-Maïto [Mon, 22 May 2017 15:55:16 +0000 (17:55 +0200)]
[USETUP] Some fixes/improvements suggested by Thomas (1/2).

- isspace('\0') returns FALSE anyways so no need to separately test for a NULL character;
- The (str/wcs)toul function cannot return a NULL pointer from its second paramter;
- VersionInfo32_FindChild(): the third argument is indeed a number of characters (not bytes),
  so rename the parameter to make this fact clear. The function is however correctly used within this module.

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

5 years ago[USETUP] Improve the NTOS installations detector.
Hermès Bélusca-Maïto [Mon, 22 May 2017 01:19:08 +0000 (01:19 +0000)]
[USETUP] Improve the NTOS installations detector.

In all the disks/partitions available, it searches for the presence of freeldr.ini / boot.ini, open & parse them,
and enumerates the available boot entries (as candidates for installations). For each of them, it maps their ARC paths
into the NT namespace (hence the ARC 2 NT path resolver committed in r74621), then attempts to detect in these paths
the existence of NTOS installations.

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

5 years ago[SETUPLIB] Add an ARC path to (and from) NT path resolver.
Hermès Bélusca-Maïto [Mon, 22 May 2017 01:09:35 +0000 (01:09 +0000)]
[SETUPLIB] Add an ARC path to (and from) NT path resolver.

The NT path resolver allows mapping between an ARC path as specified in freeldr.ini / boot.ini , to its corresponding NT path, if possible.
Currently, only the mapping direction "ARC to NT" is implemented. It will be used wherever such mappings are needed, for example when identifying
the ReactOS / Windows installations from the available freeldr.ini / boot.ini entries (for upgrading / repair purposes).

The resolver supports the usual ARC paths: multi()disk()[r|f]disk()[partition()] ; eisa()disk()[r|f]disk()[partition()] ; multi()disk()cdrom() ;
scsi()disk()[r|f]disk()[partition()] ; scsi()cdrom()fdisk() ; ramdisk(x) ; net(x) (actually reported as "unsupported" since it would map to some
path on some network), and the newly-introduced Win2k signature()disk()rdisk()[partition()].

The code is in work-in-progress status.
Some validation tests, that were used during the implementation of the resolver, have been added.

svn path=/branches/setup_improvements/; revision=74621
svn path=/branches/setup_improvements/; revision=74631

5 years ago[USETUP][SETUPLIB] Move all the code that retrieves the version resources from PE...
Hermès Bélusca-Maïto [Sun, 21 May 2017 23:41:04 +0000 (23:41 +0000)]
[USETUP][SETUPLIB] Move all the code that retrieves the version resources from PE executable, out of osdetect.c, and place it in its own module inside the SetupLib.

Remove also some commented headers in precomp.h.

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

5 years ago[USETUP] PartList module: Add a couple of disk/partition getters: GetDiskByBiosNumber...
Hermès Bélusca-Maïto [Sun, 21 May 2017 23:36:13 +0000 (23:36 +0000)]
[USETUP] PartList module: Add a couple of disk/partition getters: GetDiskByBiosNumber, GetDiskByNumber, GetDiskBySCSI, GetDiskBySignature, GetPartition, GetDiskOrPartition.
They will be used in the subsequent commits.

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

5 years ago[USETUP] Introduce an NT OS installation detector: a functionality that attempts...
Hermès Bélusca-Maïto [Sat, 13 May 2017 16:13:19 +0000 (16:13 +0000)]
[USETUP] Introduce an NT OS installation detector: a functionality that attempts to detect installations of NT 5.x operating systems (MS Windows <= 2k3, ReactOS).

The aim is to use this detector to be able to detect and select an existing installation of ReactOS for upgrading.
The user then could either select one, or skip this step and perform a regular ReactOS installation.

What remains to be done, is to parse the NTOS loader configuration files (freeldr.ini in ReactOS' case, or boot.ini in Win2k3's case, etc...)
to retrieve the actual installation paths. So far these are currently hardcoded for testing purposes only.

The detector attempts to distinguish between ReactOS and Windows installations by checking at the company name vendor of the ntoskrnl.exe & ntdll.dll files,
so that only ReactOS installations are allowed to be upgraded.

svn path=/branches/setup_improvements/; revision=74527
svn path=/branches/setup_improvements/; revision=74550

5 years ago[NDK] Replace the SYSTEMTIME fields StandardDate and DaylightDate in RTL_TIME_ZONE_IN...
Eric Kohl [Thu, 31 May 2018 15:48:29 +0000 (17:48 +0200)]
[NDK] Replace the SYSTEMTIME fields StandardDate and DaylightDate in RTL_TIME_ZONE_INFORMATION by TIME_FIELDs and fix resulting errors

Patch will be sent upstream.

CORE-14658

5 years ago[NTDLL_APITEST] Add missing test file for 0f8e7207.
Eric Kohl [Thu, 31 May 2018 15:12:52 +0000 (17:12 +0200)]
[NTDLL_APITEST] Add missing test file for 0f8e7207.

CORE-14658

5 years ago[NTDLL_APITEST][LIB_RTL] Add a test for RtlQueryTimeZoneInformation and fix the bug...
Eric Kohl [Thu, 31 May 2018 14:47:42 +0000 (16:47 +0200)]
[NTDLL_APITEST][LIB_RTL] Add a test for RtlQueryTimeZoneInformation and fix the bug in RtlpQueryRegistryDirect

In working on some problems with Time Zone adjustments in  ReactOS I found that the RtlQueryTimeZoneInformation function is partially broken and wrote an apitest to capture the failures.

Patch by Doug Lyons.

CORE-14658

5 years ago[WINLOGON] Update Italian translation (#513) (by deleted user)
Hermès Bélusca-Maïto [Thu, 31 May 2018 13:41:09 +0000 (15:41 +0200)]
[WINLOGON] Update Italian translation (#513) (by deleted user)

5 years ago[SHELL32] Fix and improve the PickIconDlg function (#574)
Katayama Hirofumi MZ [Thu, 31 May 2018 13:33:07 +0000 (22:33 +0900)]
[SHELL32] Fix and improve the PickIconDlg function (#574)

CORE-10972

5 years ago[USERENV] LoadUserProfileW: User the user name passed in via lpProfileInfo to create...
Eric Kohl [Wed, 30 May 2018 21:28:27 +0000 (23:28 +0200)]
[USERENV] LoadUserProfileW: User the user name passed in via lpProfileInfo to create the profile directory instead of the user name extracted from the token

5 years ago[SHELL32] Implement the 'Advanced' button of the 'File Types' dialog (#565)
Katayama Hirofumi MZ [Wed, 30 May 2018 15:22:31 +0000 (00:22 +0900)]
[SHELL32] Implement the 'Advanced' button of the 'File Types' dialog (#565)

This allows the user to edit the File Type / extension information by clicking 'Advanced' button in the 'File Types' property sheet of Folder Options.
CORE-12906, CORE-10972

5 years ago[MSGINA] Remove a dialog that should not have been added.
Eric Kohl [Wed, 30 May 2018 13:22:29 +0000 (15:22 +0200)]
[MSGINA] Remove a dialog that should not have been added.

5 years ago[GDI32][LPK] BiDi support for ExtTextOut and GetCharacterPlacement (#534)
Baruch Rutman [Wed, 30 May 2018 12:41:22 +0000 (15:41 +0300)]
[GDI32][LPK] BiDi support for ExtTextOut and GetCharacterPlacement (#534)

Introduce BiDi (bi-directional text) support for ExtTextOut and GetCharacterPlacement, using Wine's GDI BIDI_Reorder function.
Solves the main issue with CORE-7003.

To be compatible with Win2k3+, introduce the "Language Pack" (LPK) dll.
- All the bidi code is removed from gdi32 and replaced by calls to LPK.
  Gdi32 uses dynamic linking to lpk.dll. In case of linking failure no bidi processing will be available.
- Implemented LpkGetCharacterPlacement.
- Implement LpkExtTextOut.
- Add a demo test program to show how the apis should function.
- Added all the remaining code, added special case for lpDx calculation if also GCP_GLYPHSHAPE flag was called.
  Applications that call GCP that use GCP_GLYPHSHAPE flags should also use the GCP_REORDER flag.
  (As written in https://msdn.microsoft.com/en-us/library/windows/desktop/dd144860(v=vs.85).aspx )
- Add ETO_RTLREADING flag handling.
  Imported the ETO_RTLREADING flag handling from wine, which changes the string part order (runs).
  A RRR1LLLRRR2 string without will show as RRR1LLLRRR2 without it, with it RRR2LLLRRR1.

5 years ago[REACTOS] Improve/Fix some "printf" formats (#555)
Serge Gautherie [Wed, 30 May 2018 12:18:23 +0000 (14:18 +0200)]
[REACTOS] Improve/Fix some "printf" formats (#555)

The smbios.c one was initially spotted by "Alahndro" on CORE-6328.

5 years ago[FONTS] Improve Tahoma Bold font (tahomabd.ttf) #580
Katayama Hirofumi MZ [Wed, 30 May 2018 11:44:54 +0000 (20:44 +0900)]
[FONTS] Improve Tahoma Bold font (tahomabd.ttf) #580

5 years ago[SYSSETUP][USERENV] Create the system profile after the creation of the default profi...
Eric Kohl [Wed, 30 May 2018 07:21:14 +0000 (09:21 +0200)]
[SYSSETUP][USERENV] Create the system profile after the creation of the default profile has been finished

CopySystemProfile: Don't try to create the user hive. Just copy it as it has already been created.

5 years ago[SYSSETUP] Save the HKEY_USERS\.DEFAULT hive in the ntuser.dat file of the default...
Eric Kohl [Wed, 30 May 2018 06:18:55 +0000 (08:18 +0200)]
[SYSSETUP] Save the HKEY_USERS\.DEFAULT hive in the ntuser.dat file of the default user profile

5 years ago[SYSSETUP] Fix an issue that may be caused by a missing security settings file
Eric Kohl [Tue, 29 May 2018 10:49:24 +0000 (12:49 +0200)]
[SYSSETUP] Fix an issue that may be caused by a missing security settings file

Found by Serge Gautherie

5 years ago[SYSSETUP] Open the security settings inf file only once in order to apply the settings
Eric Kohl [Mon, 28 May 2018 23:32:52 +0000 (01:32 +0200)]
[SYSSETUP] Open the security settings inf file only once in order to apply the settings

5 years ago[VFATLIB] Addendum to 469289e
Pierre Schweitzer [Mon, 28 May 2018 21:38:00 +0000 (23:38 +0200)]
[VFATLIB] Addendum to 469289e

5 years ago[VFATLIB] Fix MSVC build?
Pierre Schweitzer [Mon, 28 May 2018 21:29:06 +0000 (23:29 +0200)]
[VFATLIB] Fix MSVC build?

5 years ago[VFATLIB] Upgrade fsck.fat to 4.1
Pierre Schweitzer [Mon, 28 May 2018 21:18:25 +0000 (23:18 +0200)]
[VFATLIB] Upgrade fsck.fat to 4.1

Also make it easier to sync in the future.

5 years ago[FASTFAT] Lock DirResource on flush in case we're updating entry
Pierre Schweitzer [Mon, 28 May 2018 07:01:39 +0000 (09:01 +0200)]
[FASTFAT] Lock DirResource on flush in case we're updating entry

CORE-14660

5 years ago[VFATLIB] Only attempt to clear the dirty set bit in rw mode.
Pierre Schweitzer [Mon, 28 May 2018 07:00:13 +0000 (09:00 +0200)]
[VFATLIB] Only attempt to clear the dirty set bit in rw mode.

5 years ago[SYSSETUP][INF] Add the 'Registry Values' section to the default security settings...
Eric Kohl [Mon, 28 May 2018 17:26:02 +0000 (19:26 +0200)]
[SYSSETUP][INF] Add the 'Registry Values' section to the default security settings and apply it to the registry

5 years ago[USERENV] Implement CopySystemProfile Part 2 (Create the profile directory)
Eric Kohl [Mon, 28 May 2018 00:13:22 +0000 (02:13 +0200)]
[USERENV] Implement CopySystemProfile Part 2 (Create the profile directory)

5 years ago[SETUP] Remove myself from the 1st stage setup code
Eric Kohl [Sun, 27 May 2018 19:33:07 +0000 (21:33 +0200)]
[SETUP] Remove myself from the 1st stage setup code

Congratulations Hermès!
You just earned yourself full maintainership of the 1st stage setup. It's yours now. I'm out!

5 years ago[USETUP] Improve the inicache module.
Hermès Bélusca-Maïto [Sun, 21 May 2017 23:48:09 +0000 (23:48 +0000)]
[USETUP] Improve the inicache module.

From the existing IniCacheLoad() function, introduce a IniCacheLoadFromMemory() function that just does the same (initialize an INI file cache and parse the INI file), but takes the input from a memory buffer. Then, rewrite the IniCacheLoad() function to just open the file given in input, and then fall back to calling IniCacheLoadFromMemory.
The IniCacheLoadFromMemory() function will be used later.

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

5 years ago[USETUP] Improve the FileSup module.
Hermès Bélusca-Maïto [Sun, 21 May 2017 23:45:43 +0000 (23:45 +0000)]
[USETUP] Improve the FileSup module.

- Add a NtPathToDiskPartComponents() helper, that takes in input a fully qualified NT path to a file on hard disk,
  e.g.: \Device\Harddisk1\Partition2\foo\bar, and returns in output the disk number ('1'), the partition number ('2'),
  and the the path component "\foo\bar" that is after the device-harddisk-partition identifier.
- Make the OpenAndMapFile() return the file size of the opened file.

Both of these additions will be used soon.

- Turn a isspace() call into a iswspace() one.

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

5 years ago[USETUP] Code fixups after the introduction of the SetupLib.
Hermès Bélusca-Maïto [Thu, 18 May 2017 01:05:39 +0000 (01:05 +0000)]
[USETUP] Code fixups after the introduction of the SetupLib.

- Use the previously-introduced 'PreparePartitionForFormatting()' function; set the FormatState of the newly-formatted partition to Formatted.
- Remove the hackish call to CreateFileSystemList() in SelectFileSystemPage().
- Move 'TempPartition' and 'FormatState' back to USETUP.
- Put large "case"-blocks into brackets.

svn path=/branches/setup_improvements/; revision=74575
svn path=/branches/setup_improvements/; revision=74576

5 years ago[SETUPLIB] Consolidate the FsUtil and PartList modules of the SetupLib.
Hermès Bélusca-Maïto [Wed, 17 May 2017 23:31:52 +0000 (23:31 +0000)]
[SETUPLIB] Consolidate the FsUtil and PartList modules of the SetupLib.

- Add a PreparePartitionForFormatting routine that sets the partition ID depending on the chosen filesystem.
- The 'FORMATMACHINESTATE FormatState' machine-state and the 'TempPartition' members of the partition list structure is purely a USETUP convenience, so remove them from the PARTLIST structure and move them back into USETUP.
- Attempt to recognize the filesystem (set the 'FileSystem' member of PARTENTRY) of partitions we are adding into the PARTLIST list.
- Fix the return value of the SelectPartition function, which is by the way completely broken (it doesn't do what it is supposed to do; alternatively its naming is completely wrong...).

svn path=/branches/setup_improvements/; revision=74572
svn path=/branches/setup_improvements/; revision=74573

5 years ago[SETUPLIB][USETUP] Introduce a 'SetupLib' library. CORE-13544
Hermès Bélusca-Maïto [Wed, 17 May 2017 23:37:41 +0000 (23:37 +0000)]
[SETUPLIB][USETUP] Introduce a 'SetupLib' library. CORE-13544

- Create the beginnings of a "setuplib" library, whose aim is to be shared between the (currently existing) 1st-stage text-mode installer, and the (future) 1st-stage GUI installer.
- Finish to split the GenList and PartList codes into their UI part, which remain in usetup, and their algorithmic part, which go into setuplib.
- Move SetMountedDeviceValue into the PartList module.
- Split the FileSystem list code into its UI and the algorithmic part (which goes into setuplib under the name fsutil.c).
  * The algo part is meant to be able to manage the filesystems available on the running system, similarly to what is mostly done (in scattered form) in fmifs, format, chkdsk / autochk codes...
    It also manages the partition filesystem recognition, using OS routines.
  * The UI part manages the FS list as it appears on screen, showing only the possible FSes that can be used to format the selected partition (a bit similar to what we do in the shell32's drive.c, etc...).
- Adapt the calling code to these changes.
- Remove some "host" code that was dating back from the dark old times.

svn path=/branches/setup_improvements/; revision=74570
svn path=/branches/setup_improvements/; revision=74659

5 years ago[USERSRV] Romanian translation update
Bișoc George [Sun, 27 May 2018 13:19:14 +0000 (15:19 +0200)]
[USERSRV] Romanian translation update

5 years ago[USERENV] Implement CopySystemProfile Part 1 (Add a new profile subkey and values...
Eric Kohl [Sun, 27 May 2018 13:29:31 +0000 (15:29 +0200)]
[USERENV] Implement CopySystemProfile Part 1 (Add a new profile subkey and values to the profile list)

CORE-12541

5 years ago[WINETESTS] Fix build 527/head
Pierre Schweitzer [Sun, 27 May 2018 07:51:38 +0000 (09:51 +0200)]
[WINETESTS] Fix build

CORE-14656

5 years ago[HNETCFG_WINETEST] Sync with Wine Staging 3.9. CORE-14656
Amine Khaldi [Sun, 27 May 2018 03:13:26 +0000 (04:13 +0100)]
[HNETCFG_WINETEST] Sync with Wine Staging 3.9. CORE-14656

5 years ago[HNETCFG] Sync with Wine Staging 3.9. CORE-14656
Amine Khaldi [Sun, 27 May 2018 03:12:51 +0000 (04:12 +0100)]
[HNETCFG] Sync with Wine Staging 3.9. CORE-14656

5 years ago[HLINK_WINETEST] Sync with Wine Staging 3.9. CORE-14656
Amine Khaldi [Sun, 27 May 2018 03:12:13 +0000 (04:12 +0100)]
[HLINK_WINETEST] Sync with Wine Staging 3.9. CORE-14656

5 years ago[GDIPLUS_WINETEST] Sync with Wine Staging 3.9. CORE-14656
Amine Khaldi [Sun, 27 May 2018 03:11:35 +0000 (04:11 +0100)]
[GDIPLUS_WINETEST] Sync with Wine Staging 3.9. CORE-14656

5 years ago[GDIPLUS] Sync with Wine Staging 3.9. CORE-14656
Amine Khaldi [Sun, 27 May 2018 03:10:39 +0000 (04:10 +0100)]
[GDIPLUS] Sync with Wine Staging 3.9. CORE-14656

5 years ago[PSDK] Add missing GdipSetPathGradientPath() and GdipTranslatePenTransform(). CORE...
Amine Khaldi [Sun, 27 May 2018 03:09:49 +0000 (04:09 +0100)]
[PSDK] Add missing GdipSetPathGradientPath() and GdipTranslatePenTransform(). CORE-14656

5 years ago[DBGHELP] Sync with Wine Staging 3.9. CORE-14656
Amine Khaldi [Sun, 27 May 2018 03:08:32 +0000 (04:08 +0100)]
[DBGHELP] Sync with Wine Staging 3.9. CORE-14656

5 years ago[CRYPT32] Sync with Wine Staging 3.9. CORE-14656
Amine Khaldi [Sun, 27 May 2018 03:07:57 +0000 (04:07 +0100)]
[CRYPT32] Sync with Wine Staging 3.9. CORE-14656

5 years ago[COMDLG32_WINETEST] Sync with Wine Staging 3.9. CORE-14656
Amine Khaldi [Sun, 27 May 2018 03:07:12 +0000 (04:07 +0100)]
[COMDLG32_WINETEST] Sync with Wine Staging 3.9. CORE-14656

5 years ago[COMDLG32] Sync with Wine Staging 3.9. CORE-14656
Amine Khaldi [Sun, 27 May 2018 03:06:36 +0000 (04:06 +0100)]
[COMDLG32] Sync with Wine Staging 3.9. CORE-14656

5 years ago[INCLUDE/WINE][USER32_APITEST] Add ARRAY_SIZE to test.h and remove it from RealGetWin...
Amine Khaldi [Sun, 27 May 2018 03:05:33 +0000 (04:05 +0100)]
[INCLUDE/WINE][USER32_APITEST] Add ARRAY_SIZE to test.h and remove it from RealGetWindowClass.c. CORE-14656

5 years ago[PSDK] Add missing OFN_EX_NOPLACESBAR. CORE-14656
Amine Khaldi [Sun, 27 May 2018 03:03:38 +0000 (04:03 +0100)]
[PSDK] Add missing OFN_EX_NOPLACESBAR. CORE-14656

5 years ago[AVIFIL32] Sync with Wine Staging 3.9. CORE-14656
Amine Khaldi [Sun, 27 May 2018 03:02:26 +0000 (04:02 +0100)]
[AVIFIL32] Sync with Wine Staging 3.9. CORE-14656

5 years ago[QUARTZ_WINETEST] Sync with Wine Staging 3.9. CORE-14656
Amine Khaldi [Sun, 27 May 2018 03:01:18 +0000 (04:01 +0100)]
[QUARTZ_WINETEST] Sync with Wine Staging 3.9. CORE-14656

5 years ago[QUARTZ] Sync with Wine Staging 3.9. CORE-14656
Amine Khaldi [Sun, 27 May 2018 03:00:39 +0000 (04:00 +0100)]
[QUARTZ] Sync with Wine Staging 3.9. CORE-14656

5 years ago[MSDMO] Sync with Wine Staging 3.9. CORE-14656
Amine Khaldi [Sun, 27 May 2018 02:59:47 +0000 (03:59 +0100)]
[MSDMO] Sync with Wine Staging 3.9. CORE-14656

5 years ago[DMUSIC] Sync with Wine Staging 3.9. CORE-14656
Amine Khaldi [Sun, 27 May 2018 02:59:04 +0000 (03:59 +0100)]
[DMUSIC] Sync with Wine Staging 3.9. CORE-14656

5 years ago[DINPUT_WINETEST] Sync with Wine Staging 3.9. CORE-14656
Amine Khaldi [Sun, 27 May 2018 02:58:11 +0000 (03:58 +0100)]
[DINPUT_WINETEST] Sync with Wine Staging 3.9. CORE-14656

5 years ago[DINPUT] Sync with Wine Staging 3.9. CORE-14656
Amine Khaldi [Sun, 27 May 2018 02:57:38 +0000 (03:57 +0100)]
[DINPUT] Sync with Wine Staging 3.9. CORE-14656

5 years ago[DEVENUM_WINETEST] Sync with Wine Staging 3.9. CORE-14656
Amine Khaldi [Sun, 27 May 2018 02:56:54 +0000 (03:56 +0100)]
[DEVENUM_WINETEST] Sync with Wine Staging 3.9. CORE-14656

5 years ago[DEVENUM] Sync with Wine Staging 3.9. CORE-14656
Amine Khaldi [Sun, 27 May 2018 02:56:13 +0000 (03:56 +0100)]
[DEVENUM] Sync with Wine Staging 3.9. CORE-14656

5 years ago[PSDK] Add missing DRV_QUERYFUNCTIONINSTANCEID. CORE-14656
Amine Khaldi [Sun, 27 May 2018 02:55:03 +0000 (03:55 +0100)]
[PSDK] Add missing DRV_QUERYFUNCTIONINSTANCEID. CORE-14656

5 years ago[D3DX9_24 => 43] Sync with Wine Staging 3.9. CORE-14656
Amine Khaldi [Sun, 27 May 2018 02:54:15 +0000 (03:54 +0100)]
[D3DX9_24 => 43] Sync with Wine Staging 3.9. CORE-14656

5 years ago[D3DRM] Sync with Wine Staging 3.9. CORE-14656
Amine Khaldi [Sun, 27 May 2018 02:53:02 +0000 (03:53 +0100)]
[D3DRM] Sync with Wine Staging 3.9. CORE-14656

5 years ago[D3D8][D3D9][DDRAW][WINED3D] Sync with Wine Staging 3.9. CORE-14656
Amine Khaldi [Sun, 27 May 2018 02:52:04 +0000 (03:52 +0100)]
[D3D8][D3D9][DDRAW][WINED3D] Sync with Wine Staging 3.9. CORE-14656

5 years ago[AMSTREAM] Sync with Wine Staging 3.9. CORE-14656
Amine Khaldi [Sun, 27 May 2018 02:50:07 +0000 (03:50 +0100)]
[AMSTREAM] Sync with Wine Staging 3.9. CORE-14656

5 years ago[REG_WINETEST] Sync with Wine Staging 3.9. CORE-14656
Amine Khaldi [Sun, 27 May 2018 02:49:14 +0000 (03:49 +0100)]
[REG_WINETEST] Sync with Wine Staging 3.9. CORE-14656

5 years ago[REG] Sync with Wine Staging 3.9. CORE-14656
Amine Khaldi [Sun, 27 May 2018 02:48:33 +0000 (03:48 +0100)]
[REG] Sync with Wine Staging 3.9. CORE-14656

5 years ago[USETUP] Similarly to what was done for GenLists, factor out the UI code from the...
Hermès Bélusca-Maïto [Mon, 15 May 2017 19:41:18 +0000 (19:41 +0000)]
[USETUP] Similarly to what was done for GenLists, factor out the UI code from the partition list code.

This will allow to reuse it for the 1st-stage GUI setup too, while using another UI representation.
Add also two partition iterator functions: GetNextPartition and GetPrevPartition.

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

5 years ago[USETUP] Factor out the UI-specific code from the GenList code, and wrap it inside...
Hermès Bélusca-Maïto [Mon, 15 May 2017 16:22:18 +0000 (16:22 +0000)]
[USETUP] Factor out the UI-specific code from the GenList code, and wrap it inside a GENERIC_LIST_UI structure.

The aim here is to decouple the UI-specific code from code that can be used by both the text-mode USETUP and a future 1st-stage GUI setup.
Indeed, the GenLists can actually be used in the 1st-stage GUI; and their contents be displayed inside ListBoxes/ListViews... (this is just one example amongst others).

Additionally (in usetup.c):
- Make both FormatPartitionPage and CheckFileSystemPage return PAGE_NUMBERs.
- Improve a couple of comments.

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

5 years ago[USETUP] Additions for generic lists.
Hermès Bélusca-Maïto [Mon, 15 May 2017 01:43:28 +0000 (01:43 +0000)]
[USETUP] Additions for generic lists.

- Allow retrieving the number of items existing in the list;
- Fix the name of some function parameters.

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

5 years ago[USETUP] Additions for the PartList code.
Hermès Bélusca-Maïto [Sat, 13 May 2017 16:40:30 +0000 (16:40 +0000)]
[USETUP] Additions for the PartList code.

- Document more some of the fields in the PARTENTRY, DISKETNRY and PARTLIST structures;
- Remove the redundant members "SystemDisk", "OriginalSystemDisk" and "TempDisk" in PARTLIST as these can be consistently deduced from the corresponding (Original)(System)(Temp)Partition members
  (note that we however keep "CurrentDisk" alongside "CurrentPartition", see the comment in the code why we do it so).
- Adjust the rest of the code to take the removal of the redundant members into account. The 2nd parameter of GetNextUnformattedPartition() and GetNextUncheckedPartition() is now really optional.
- Introduce a SetPartitionType() helper to simplify the code that sets the partition type, which also automatically adjusts other internal variables of said partition in accordance.
- "Mounted" logical drives can have assigned letters too, registered in \DosDevices\.

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

5 years ago[USETUP] Code improvements for PartList.
Hermès Bélusca-Maïto [Sat, 13 May 2017 16:32:53 +0000 (16:32 +0000)]
[USETUP] Code improvements for PartList.

- Use explicit ansi string safe functions (where they are used ansi, but not explicitely);
- Add (old-school) function parameters annotations;
- Use PARTITION_ENTRY_UNUSED where needed (instead of hardcoding its value);
- Turn some functions static to this module;
- Turn the 2nd parameter of both GetNextUnformattedPartition() and GetNextUncheckedPartition() optional (for next commit);
- Improve some comments;
- Use NT types.

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

5 years ago[USETUP] Enhancements for filesystem utility functions.
Hermès Bélusca-Maïto [Sat, 13 May 2017 16:20:10 +0000 (16:20 +0000)]
[USETUP] Enhancements for filesystem utility functions.

- Introduce code that detects the filesystem of a (mounted?) partition, using NtQueryVolumeInformationFile() with FileFsAttributeInformation class,
  aka. rely on ReactOS itself (kernel, storage stack, filesystem drivers...) to recognize the FS on a partition that should normally be seen by the system.
  This currently half-works for whatever reason (to be insvestigated), while it works on Windows.
- Fix few comments & a function parameter name.
- Use NT string pointer types.

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

5 years ago[USETUP] Add & modify some file utility functions that are going to be used next.
Hermès Bélusca-Maïto [Sat, 13 May 2017 16:13:49 +0000 (16:13 +0000)]
[USETUP] Add & modify some file utility functions that are going to be used next.

- ConcatPaths that concatenates paths (or a path and a file name);
- OpenAndMapFile (resp. UnMapFile), whose purpose is to open a file and map it in memory (resp. unmap it from memory).
- Add extra optional parameters to DoesPathExist and DoesFileExist: an optional "RootDirectory" handle and, for DoesFileExist only, an optional PathName.
- Close the opened file handles only on success.

svn path=/branches/setup_improvements/; revision=74528
svn path=/branches/setup_improvements/; revision=74538
svn path=/branches/setup_improvements/; revision=74549

5 years ago[USETUP] Fix some spacings in the french translation.
Hermès Bélusca-Maïto [Wed, 17 May 2017 23:37:41 +0000 (23:37 +0000)]
[USETUP] Fix some spacings in the french translation.

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

5 years ago[USETUP] Code formatting only.
Hermès Bélusca-Maïto [Sat, 13 May 2017 16:23:08 +0000 (16:23 +0000)]
[USETUP] Code formatting only.

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

5 years ago[MSV1_0] Add logon support for the LocalService and NetworkService accounts
Eric Kohl [Sat, 26 May 2018 16:42:31 +0000 (18:42 +0200)]
[MSV1_0] Add logon support for the LocalService and NetworkService accounts

5 years ago[FASTFAT] Lock DirResource when modifying an entry on disk.
Pierre Schweitzer [Sat, 26 May 2018 15:12:03 +0000 (17:12 +0200)]
[FASTFAT] Lock DirResource when modifying an entry on disk.

Likely not optimal, but fixes some races conditions where
the directory is uninit in the middle of the write.

5 years ago[MSPAINT] When clicking selection, invalidate _and_ repaint Scroll Client _and_ Image...
Benedikt Freisen [Sat, 26 May 2018 11:23:20 +0000 (13:23 +0200)]
[MSPAINT] When clicking selection, invalidate _and_ repaint Scroll Client _and_ Image Area

Previously, the canvas disappeared when a selection was clicked until the mouse was moved.

CORE-13288

5 years ago[MSPAINT] Store subsequent changes to file selected via Save As
Benedikt Freisen [Sat, 26 May 2018 10:36:47 +0000 (12:36 +0200)]
[MSPAINT] Store subsequent changes to file selected via Save As

Paint has erroneously been storing subsequent changes to Unnamed.bmp

CORE-13291

5 years ago[UBTRFS] Upgrade to 1.0.2
Pierre Schweitzer [Sat, 26 May 2018 09:00:51 +0000 (11:00 +0200)]
[UBTRFS] Upgrade to 1.0.2

CORE-14655

5 years ago[SHELLBTRFS] Upgrade to 1.0.2
Pierre Schweitzer [Sat, 26 May 2018 08:58:48 +0000 (10:58 +0200)]
[SHELLBTRFS] Upgrade to 1.0.2

CORE-14655

5 years ago[BTRFS] Upgrade to 1.0.2
Pierre Schweitzer [Sat, 26 May 2018 08:44:36 +0000 (10:44 +0200)]
[BTRFS] Upgrade to 1.0.2

CORE-14655

5 years ago[FASTFAT] Initialize cache if neded for changing volume label.
Pierre Schweitzer [Sat, 26 May 2018 08:12:00 +0000 (10:12 +0200)]
[FASTFAT] Initialize cache if neded for changing volume label.

CORE-14654

5 years ago[MSGINA] Clean-up the resource IDs and the dialog function names.
Eric Kohl [Fri, 25 May 2018 23:54:58 +0000 (01:54 +0200)]
[MSGINA] Clean-up the resource IDs and the dialog function names.

5 years ago[NTOSKRNL] Implement KeQueryValuesProcess().
Pierre Schweitzer [Fri, 25 May 2018 19:40:39 +0000 (21:40 +0200)]
[NTOSKRNL] Implement KeQueryValuesProcess().

And make use of it.

5 years ago[NTOSKRNL] Make NtSetInformationJobObject() success for JobObjectExtendedLimitInformation
Pierre Schweitzer [Fri, 25 May 2018 06:46:19 +0000 (08:46 +0200)]
[NTOSKRNL] Make NtSetInformationJobObject() success for JobObjectExtendedLimitInformation

This fixes pip from Python 2.7.9 starting in ReactOS.
Though it doesn't work due to TLS issues.

5 years ago[NTOSKRNL] Define required sizes with structures sizes
Pierre Schweitzer [Fri, 25 May 2018 06:14:44 +0000 (08:14 +0200)]
[NTOSKRNL] Define required sizes with structures sizes

5 years ago[SDK] Add more types for job objects information
Pierre Schweitzer [Fri, 25 May 2018 06:14:16 +0000 (08:14 +0200)]
[SDK] Add more types for job objects information

5 years ago[NTOSKRNL] Implement NtQueryInformationJobObject().
Pierre Schweitzer [Thu, 24 May 2018 22:18:20 +0000 (00:18 +0200)]
[NTOSKRNL] Implement NtQueryInformationJobObject().

This is required by some Python2 applications
such as pip.exe

5 years ago[SDK] Add a few types for job objects information
Pierre Schweitzer [Thu, 24 May 2018 22:17:58 +0000 (00:17 +0200)]
[SDK] Add a few types for job objects information

5 years ago[MSPAINT] Fix call sequence in OnRButtonUp
Stanislav Motylkov [Thu, 24 May 2018 17:11:46 +0000 (20:11 +0300)]
[MSPAINT] Fix call sequence in OnRButtonUp

This fixes unexpected undo action when zooming out with right mouse
click.

The call sequence in OnLButtonUp is already correct.

CORE-14539

5 years ago[STORPORT] Enumerate attached devices
Eric Kohl [Thu, 24 May 2018 09:39:01 +0000 (11:39 +0200)]
[STORPORT] Enumerate attached devices

- Implement AcquireSpinlock, ReleaseSpinlock and GetExtendedFunctionTable notifications.
- Implement a bus scan routine, borrowed from scsiport.

Storport and storahci are now able to detect a disk device attached to a Virtual Box AHCI controller.

5 years ago[MSPAINT] Fix divide by zero in drawZoomFrame
Stanislav Motylkov [Wed, 23 May 2018 21:31:20 +0000 (00:31 +0300)]
[MSPAINT] Fix divide by zero in drawZoomFrame

CORE-14539 #resolve

5 years ago[SHELL32] Add icons to the 'File Types' listview (#557)
Katayama Hirofumi MZ [Wed, 23 May 2018 21:25:11 +0000 (06:25 +0900)]
[SHELL32] Add icons to the 'File Types' listview (#557)

This commit adds icons to the listview of the 'File Types' property sheet of Folder Options.
CORE-12906

5 years ago[MSPAINT] Fix copy-pasta bug (#562)
Stanislav Motylkov [Wed, 23 May 2018 20:17:22 +0000 (23:17 +0300)]
[MSPAINT] Fix copy-pasta bug (#562)

This would fix setting image height via Attributes dialog and help fixing CORE-14539.

5 years ago[MSGINA] Implement the Welcome text feature
Eric Kohl [Wed, 23 May 2018 11:51:45 +0000 (13:51 +0200)]
[MSGINA] Implement the Welcome text feature

5 years ago[NTOSKRNL] Addendum to 8a8cb4d: don't print uninit pointer.
Pierre Schweitzer [Wed, 23 May 2018 06:44:43 +0000 (08:44 +0200)]
[NTOSKRNL] Addendum to 8a8cb4d: don't print uninit pointer.