reactos.git
6 years ago[WIN32SS][SHELL32] Fix the location and repaint of the version info shown on the...
Mark Jansen [Sat, 22 Jul 2017 18:27:32 +0000 (18:27 +0000)]
[WIN32SS][SHELL32] Fix the location and repaint of the version info shown on the desktop. Patch by Katayama Hirofumi MZ.
CORE-13567 #resolve #comment Thanks!

svn path=/trunk/; revision=75390

6 years ago[EXPLORER] -Restore a call to RegLoadSettings while handling WM_DISPLAYCHANGE which...
Giannis Adamopoulos [Sat, 22 Jul 2017 17:13:06 +0000 (17:13 +0000)]
[EXPLORER] -Restore a call to RegLoadSettings while handling WM_DISPLAYCHANGE which was removed in r74221. This is not really correct since it resets the size and position of the taskbar but I add it back since it updates the cached rects for all four positions.

svn path=/trunk/; revision=75389

6 years ago[SYSSETUP][SHORTCUTS.INF] Add FontSub program shortcut to Start Menu. Patch by Kataya...
Mark Jansen [Sat, 22 Jul 2017 16:55:08 +0000 (16:55 +0000)]
[SYSSETUP][SHORTCUTS.INF] Add FontSub program shortcut to Start Menu. Patch by Katayama Hirofumi MZ.
CORE-13428 #resolve #comment Thanks!

svn path=/trunk/; revision=75388

6 years ago[UNATTEND]: Move a comment sign ';' to a better place.
Hermès Bélusca-Maïto [Sat, 22 Jul 2017 15:54:40 +0000 (15:54 +0000)]
[UNATTEND]: Move a comment sign ';' to a better place.

svn path=/trunk/; revision=75387

6 years ago[EXPLORER] -Implement the minimum taskbar size for the vertical position.
Giannis Adamopoulos [Sat, 22 Jul 2017 09:13:33 +0000 (09:13 +0000)]
[EXPLORER] -Implement the minimum taskbar size for the vertical position.

svn path=/trunk/; revision=75386

6 years ago[BROWSEUI]
Giannis Adamopoulos [Fri, 21 Jul 2017 14:32:15 +0000 (14:32 +0000)]
[BROWSEUI]
-CBandSite: Remove CCS_NORESIZE style. This is a hack probably needed because our rebar control is buggy.

[EXPLORER]
-CTaskBand::GetBandInfo: Use the toolbar button size as the minimum and integral size for the band.
-CTaskSwitchWnd: Use the system small icon size for the size of the icon. Recreate the image list if this size changes. This together with the size of the font are the only factors for the size of the toolbar and consequently for the size of the band and if it is the only band, the size of the taskbar. Don't use TB_SETBUTTONSIZE. Now the size of the image list and the font dictate the size.
-CTrayWindow: In the classic theme make the start button have the same height with the tasks toolbar button height. Improve the calculation of the size of the taskbar in FitToRebar.

These changes should make the taskbar and the toolbar have a proper size. On top of that the taskbar is finally resizable (however our rebar is too buggy and still fills only the first line in the taskbar). While testing this I noticed that moving the taskbar in the sides of the screen is buggy now. I'm not sure if this was uncovered by these changes, if this was broken before or this was caused by these changes (looks unlikely to me) but will be fixed in subsequent commits).

svn path=/trunk/; revision=75385

6 years agoRevert r70669, it was a change in an unused 3rd party file.
Sylvain Petreolle [Thu, 20 Jul 2017 21:32:16 +0000 (21:32 +0000)]
Revert r70669, it was a change in an unused 3rd party file.
CORE-10629

svn path=/trunk/; revision=75383

6 years ago[NtUser]
James Tabor [Thu, 20 Jul 2017 20:26:14 +0000 (20:26 +0000)]
[NtUser]
- Patch by Huw Davies : Explicitly set last error to ERROR_SUCCESS.
- Remove hack and added a note.

svn path=/trunk/; revision=75382

6 years ago[NtUser]
James Tabor [Thu, 20 Jul 2017 19:57:25 +0000 (19:57 +0000)]
[NtUser]
- Patch by Fabian Maurer : Don't send WM_CHAR when a menu gets VK_ESCAPE and add tests.

svn path=/trunk/; revision=75381

6 years ago[NtUser]
James Tabor [Thu, 20 Jul 2017 19:46:17 +0000 (19:46 +0000)]
[NtUser]
- Patch by Alex Henrie : Tell MENU_SuspendPopup which message to remove.

svn path=/trunk/; revision=75380

6 years ago[NtUser]
James Tabor [Thu, 20 Jul 2017 19:40:17 +0000 (19:40 +0000)]
[NtUser]
- Remove unused code and reintegrate wine code.

svn path=/trunk/; revision=75379

6 years agoPatch by Mike Swanson :
Sylvain Petreolle [Wed, 19 Jul 2017 20:33:58 +0000 (20:33 +0000)]
Patch by Mike Swanson :

This adds support for Esperanto as a language and a keyboard layout based on the one from X.Org.

CORE-11021

svn path=/trunk/; revision=75378

6 years ago[CAROOT]
Daniel Reimer [Wed, 19 Jul 2017 19:23:47 +0000 (19:23 +0000)]
[CAROOT]
Updates root CAs to recent ones.

svn path=/trunk/; revision=75377

6 years ago[SETUPAPI] Do not crash when encountering a device with HardwareIDs
Hervé Poussineau [Wed, 19 Jul 2017 09:19:11 +0000 (09:19 +0000)]
[SETUPAPI] Do not crash when encountering a device with HardwareIDs

svn path=/trunk/; revision=75374

6 years ago[BDASUP]
Sylvain Petreolle [Tue, 18 Jul 2017 22:48:18 +0000 (22:48 +0000)]
[BDASUP]
Add digital TV tuning device driver to build.

svn path=/trunk/; revision=75372

6 years ago[REACTOS]: Russian translation update part 2/2 by amber: time-zones.
Hermès Bélusca-Maïto [Mon, 17 Jul 2017 21:30:20 +0000 (21:30 +0000)]
[REACTOS]: Russian translation update part 2/2 by amber: time-zones.

svn path=/trunk/; revision=75370

6 years ago[REACTOS]: Russian translation update part 1/2 by amber.
Hermès Bélusca-Maïto [Mon, 17 Jul 2017 21:26:25 +0000 (21:26 +0000)]
[REACTOS]: Russian translation update part 1/2 by amber.
CORE-13248

svn path=/trunk/; revision=75369

6 years ago[CRT]: Add a missing _munlock call, caught by Serge Gautherie.
Hermès Bélusca-Maïto [Mon, 17 Jul 2017 20:55:34 +0000 (20:55 +0000)]
[CRT]: Add a missing _munlock call, caught by Serge Gautherie.
CORE-11568

svn path=/trunk/; revision=75368

6 years ago[CMD]: Update the description of the START command, with the commutators that are...
Hermès Bélusca-Maïto [Mon, 17 Jul 2017 17:17:22 +0000 (17:17 +0000)]
[CMD]: Update the description of the START command, with the commutators that are known to work.
Translators, please update the translations based on en-US!

svn path=/trunk/; revision=75366

6 years ago[MSVCRT][CRT]: Improvements/fixes over popen(), from Wine code and ported by Andreas...
Hermès Bélusca-Maïto [Mon, 17 Jul 2017 16:11:18 +0000 (16:11 +0000)]
[MSVCRT][CRT]: Improvements/fixes over popen(), from Wine code and ported by Andreas Maier: the popen_handles array, which is used in _pclose, was never filled. _popen correctly fills it now.
Should fix returned codes by popen() and pclose(), which are functions that are called by windres, and this latter expects them to succeed. This was not the case before, in ROS, and therefore
trying to e.g. compile ROS within ROS failed from time to time with windres throwing the error that "preprocessing failed".
CORE-11568 #resolve

svn path=/trunk/; revision=75365

6 years ago[MSVCRT_APITEST]: Commit a simple test for popen(), by Andreas Maier.
Hermès Bélusca-Maïto [Mon, 17 Jul 2017 15:27:40 +0000 (15:27 +0000)]
[MSVCRT_APITEST]: Commit a simple test for popen(), by Andreas Maier.
CORE-11568

svn path=/trunk/; revision=75364

6 years ago[RXCE]: Fix bug, thanks MSVC! (warning C4553)
Hermès Bélusca-Maïto [Mon, 17 Jul 2017 12:47:18 +0000 (12:47 +0000)]
[RXCE]: Fix bug, thanks MSVC! (warning C4553)

svn path=/trunk/; revision=75363

6 years ago[NETAPI32]
Eric Kohl [Sun, 16 Jul 2017 21:48:30 +0000 (21:48 +0000)]
[NETAPI32]
DsAddressToSiteNamesExW: Remove dead code.
This bug was found by Christian Bosch. Thanks a lot!

svn path=/trunk/; revision=75362

6 years ago[SHELL32]
Giannis Adamopoulos [Sun, 16 Jul 2017 15:13:02 +0000 (15:13 +0000)]
[SHELL32]
-CRegFolder: Implement CRegFolder::EnumObjects. Change its constructor to receive an extra parameter for the name of the key that should be enumerated.
-CEnumIDListBase: Add a new method called AppendItemsFromEnumerator to facilitate merging the contents from one IEnumIDList to another.
-Use the above in the enumerators of CControlPanelFolder, CDesktopFolder and CDrivesFolder to make them significantly simpler.

svn path=/trunk/; revision=75360

6 years ago[SHIMENG] Pass shim commandline to shims. CORE-11329
Mark Jansen [Sun, 16 Jul 2017 13:56:08 +0000 (13:56 +0000)]
[SHIMENG] Pass shim commandline to shims. CORE-11329

svn path=/trunk/; revision=75359

6 years ago[SHIMLIB] Add debug print functionality for shims. CORE-11329
Mark Jansen [Sun, 16 Jul 2017 13:50:23 +0000 (13:50 +0000)]
[SHIMLIB] Add debug print functionality for shims. CORE-11329

svn path=/trunk/; revision=75358

6 years ago[ACPPAGE] Usability: Convert the edit box to a combobox, ask the user if they want...
Mark Jansen [Sun, 16 Jul 2017 13:47:16 +0000 (13:47 +0000)]
[ACPPAGE] Usability: Convert the edit box to a combobox, ask the user if they want to add the layer when closing the dialog.

svn path=/trunk/; revision=75357

6 years ago[SHELL32] Do not dereference a nullpointer for logging. CORE-13552
Mark Jansen [Sun, 16 Jul 2017 13:44:18 +0000 (13:44 +0000)]
[SHELL32] Do not dereference a nullpointer for logging. CORE-13552

svn path=/trunk/; revision=75356

6 years agoPatch by Serge Gautherie:
Sylvain Petreolle [Sun, 16 Jul 2017 13:37:29 +0000 (13:37 +0000)]
Patch by Serge Gautherie:
[BOOTDATA]
hivesys.inf: Put 'Mup' service back in 'File System' group. (Fix r72450)
Fixes installation of Vmware Tools which was always hanging.
CORE-12107 #resolve

svn path=/trunk/; revision=75355

6 years ago[RDBSS]
Pierre Schweitzer [Sat, 15 Jul 2017 11:41:24 +0000 (11:41 +0000)]
[RDBSS]
Complementary to r75353: implement RxCancelNotifyChangeDirectoryRequestsForFobx()

CORE-11327

svn path=/trunk/; revision=75354

6 years ago[RDBSS]
Pierre Schweitzer [Sat, 15 Jul 2017 10:05:32 +0000 (10:05 +0000)]
[RDBSS]
Implement RxNotifyChangeDirectory(), RxLowIoNotifyChangeDirectoryCompletion(), RxCancelNotifyChangeDirectoryRequestsForVNetRoot()

This means the first parts of the directory watch are here. Though, NFS driver doesn't support these, but at least, it reduces the UNIMPLEMENTED spam!

CORE-11327

svn path=/trunk/; revision=75353

6 years ago[SHELL32] -Move CFSExtractIcon_CreateInstance to CFSFolder.cpp
Giannis Adamopoulos [Sat, 15 Jul 2017 09:38:45 +0000 (09:38 +0000)]
[SHELL32] -Move CFSExtractIcon_CreateInstance to CFSFolder.cpp

svn path=/trunk/; revision=75352

6 years ago[USBPORT] Fix incorrect transfer direction for URBs. Patch by Vadim Galyant. CORE...
Mark Jansen [Sat, 15 Jul 2017 09:24:30 +0000 (09:24 +0000)]
[USBPORT] Fix incorrect transfer direction for URBs. Patch by Vadim Galyant. CORE-13546

svn path=/trunk/; revision=75351

6 years ago[SHELL32]
Giannis Adamopoulos [Sat, 15 Jul 2017 09:18:06 +0000 (09:18 +0000)]
[SHELL32]
- CDesktopFolder: Create the enumerators of the internal fs folders and add their items in its own list instead of calling CreateFolderEnumList which enumerates ... files.
- Remove CEnumIDListBase::CreateFolderEnumList and move its code to CFileSysEnum::Initialize.

svn path=/trunk/; revision=75350

6 years ago[SHELL32]
Pierre Schweitzer [Sat, 15 Jul 2017 07:48:47 +0000 (07:48 +0000)]
[SHELL32]
In case a FSD doesn't support directory changes notifications, don't try to requeue a notification each time it returns 0 data.
Just quit instead.

CORE-13549

svn path=/trunk/; revision=75349

6 years ago[SHELL32]
Pierre Schweitzer [Sat, 15 Jul 2017 07:45:28 +0000 (07:45 +0000)]
[SHELL32]
Avoid double-free and use-after-free in case the FSD fails to register the change directory notification

CORE-13549

svn path=/trunk/; revision=75348

6 years ago[ENG]
James Tabor [Sat, 15 Jul 2017 03:58:42 +0000 (03:58 +0000)]
[ENG]
- Patch by Katayama Hirofumi MZ : Add counts to path data. See CORE-13536.

svn path=/trunk/; revision=75347

6 years ago[USETUP]: Also adapt the INFCONTEXT structure here.
Hermès Bélusca-Maïto [Fri, 14 Jul 2017 22:17:12 +0000 (22:17 +0000)]
[USETUP]: Also adapt the INFCONTEXT structure here.

svn path=/trunk/; revision=75344

6 years ago[INFLIB][FREELDR]: Introduce a (non-used) "CurrentInf" field in the INFCONTEXT struct...
Hermès Bélusca-Maïto [Fri, 14 Jul 2017 22:15:48 +0000 (22:15 +0000)]
[INFLIB][FREELDR]: Introduce a (non-used) "CurrentInf" field in the INFCONTEXT structure, to make it compatible with the "standard" one defined in setupapi.h, so that it can be possible to either use our inflib or setupapi.dll in our code.
This will break build inside usetup, and this will be fixed in the next commit.

svn path=/trunk/; revision=75343

6 years ago[APPHELP_APITEST] Convert test_match_ex to a data driven test + fix a bug in the...
Mark Jansen [Fri, 14 Jul 2017 20:35:11 +0000 (20:35 +0000)]
[APPHELP_APITEST] Convert test_match_ex to a data driven test + fix a bug in the apitest.

svn path=/trunk/; revision=75342

6 years ago[SPOOLSS] Stub BuildOtherNamesFromMachineName as seen in wine commit cdb5f35. This...
Mark Jansen [Fri, 14 Jul 2017 20:05:27 +0000 (20:05 +0000)]
[SPOOLSS] Stub BuildOtherNamesFromMachineName as seen in wine commit cdb5f35. This fixes a crash in spoolss:spoolss

svn path=/trunk/; revision=75341

6 years ago[APPCOMPAT] Various fixes.
Mark Jansen [Fri, 14 Jul 2017 19:29:34 +0000 (19:29 +0000)]
[APPCOMPAT] Various fixes.
- Simplify shimdbg output as suggested by Thomas
- Simplify media/sdb/sysmain.xml
- Fix some warnings + a debug print

svn path=/trunk/; revision=75340

6 years ago[ADNS] Add function to return number of DNS servers available for query.
Peter Hater [Fri, 14 Jul 2017 16:05:31 +0000 (16:05 +0000)]
[ADNS] Add function to return number of DNS servers available for query.
[DNSAPI] Use newly added function to return without search if no DNS servers are available.
CORE-13441 #resolve

svn path=/trunk/; revision=75339

6 years ago[WIN32K]: Addendum to r75332 : fix variable usage without initialization error C4700...
Hermès Bélusca-Maïto [Fri, 14 Jul 2017 01:37:06 +0000 (01:37 +0000)]
[WIN32K]: Addendum to r75332 : fix variable usage without initialization error C4700 (certainly due to a copy-paste error), caught by MSVC compiler...
CORE-13536

svn path=/trunk/; revision=75337

6 years ago[GETUNAME]: Translation update by Sergey Stopkin.
Hermès Bélusca-Maïto [Fri, 14 Jul 2017 00:40:31 +0000 (00:40 +0000)]
[GETUNAME]: Translation update by Sergey Stopkin.
CORE-13222 #resolve

svn path=/trunk/; revision=75335

6 years ago[CMAKE]: Correctly set valid PE image version numbers for the OS subsystem (GCC build...
Hermès Bélusca-Maïto [Thu, 13 Jul 2017 20:50:49 +0000 (20:50 +0000)]
[CMAKE]: Correctly set valid PE image version numbers for the OS subsystem (GCC builds), and image and OS version numbers from the NT OS version ReactOS is based on.

svn path=/trunk/; revision=75333

6 years ago[Eng]
James Tabor [Thu, 13 Jul 2017 19:34:49 +0000 (19:34 +0000)]
[Eng]
- Implement PATHOBJ_Xxx service routines, see CORE-13536.

svn path=/trunk/; revision=75332

6 years ago[NtGDI]
James Tabor [Thu, 13 Jul 2017 17:30:15 +0000 (17:30 +0000)]
[NtGDI]
- Update path structure for future use.

svn path=/trunk/; revision=75329

6 years ago[Win32SS]
James Tabor [Thu, 13 Jul 2017 01:59:41 +0000 (01:59 +0000)]
[Win32SS]
- Remove old GDI structure and use the new one.

svn path=/trunk/; revision=75326

6 years ago[SHELL32]: Enable showing the sorting arrows in the sorting header column of shell...
Hermès Bélusca-Maïto [Thu, 13 Jul 2017 00:21:32 +0000 (00:21 +0000)]
[SHELL32]: Enable showing the sorting arrows in the sorting header column of shell folder listviews.
CORE-11776 #resolve

svn path=/trunk/; revision=75325

6 years ago[WELCOME]: Diverse improvements:
Hermès Bélusca-Maïto [Wed, 12 Jul 2017 22:16:50 +0000 (22:16 +0000)]
[WELCOME]: Diverse improvements:
- Compute once, when loading the list of topics with their associated commands, their special arguments or starting paths. The computed values can then be used each time a topic command is invoked.
- Distinguish between runnable commands (aka. external executables or files to be started), and internal actions like <msg> and <exit>.
- I have recently discovered that Windows' welcome.exe could also use a custom (OEM) "welcome.ini" file, much like what we already supported: see http://i.imgur.com/Se3IoQN.png .
  To make ours backwards-compatible with Windows' one, rename the "Button" keyword into "MenuText", and introduce two new keywords "ConfigCommand" and "ConfigArgs" that specify respectively the command to be started
  and its associated arguments. We continue to support our "Action" keyword for specifying internal actions.
- Improve the loading of the localized resources from the INI files.
- Correctly print the ReactOS version text, at a correct position depending on whether the checked box is display or not.
- Simplify some StringCchCopy + StringCchCat calls into StringCchPrintf.
- Simplify the code that creates the different fonts to be used within the program.
- Use more readable resource ID names.

svn path=/trunk/; revision=75322

6 years ago[WIN32SS] Fix EqualFamilyInfo function logic. Patch by Victor Martinez Calvo, modifie...
Mark Jansen [Wed, 12 Jul 2017 18:40:49 +0000 (18:40 +0000)]
[WIN32SS] Fix EqualFamilyInfo function logic. Patch by Victor Martinez Calvo, modified by Katayama Hirofumi MZ.
CORE-13411 #resolve, CID 1411971

svn path=/trunk/; revision=75321

6 years ago[COMCTL32_APITEST] - Log the dwDrawStage when the NM_CUSTOMDRAW is received to make...
Giannis Adamopoulos [Wed, 12 Jul 2017 12:17:05 +0000 (12:17 +0000)]
[COMCTL32_APITEST] - Log the dwDrawStage when the NM_CUSTOMDRAW is received to make the test slightly more descriptive.

svn path=/trunk/; revision=75320

6 years ago[USBPORT]
Thomas Faber [Sun, 9 Jul 2017 21:05:58 +0000 (21:05 +0000)]
[USBPORT]
Patch by Vadim Galyant:
- Improve variable naming
- Make more consistent use of constants

svn path=/trunk/; revision=75314

6 years ago[EXPLORER]
Giannis Adamopoulos [Sun, 9 Jul 2017 20:57:01 +0000 (20:57 +0000)]
[EXPLORER]
- CTrayWindow: Implement the IContextMenu interface. This will be used by the CBandSite to query the context menu of its site (the CTrayWindow) and add it in its context menu.
- CTrayWindowCtxMenu: Use Shell_MergeMenus in QueryContextMenu and respect its parameters.

svn path=/trunk/; revision=75313

6 years ago[ENG]
James Tabor [Sun, 9 Jul 2017 18:06:24 +0000 (18:06 +0000)]
[ENG]
- Turn on GradientFill apply small hack fix to keep it out of a loop.
- Turning code off does not fix the code, 8 years later!

svn path=/trunk/; revision=75312

6 years ago[old_WORDPAD]: Fix typo (caught by user_trisquel).
Hermès Bélusca-Maïto [Sun, 9 Jul 2017 16:06:07 +0000 (16:06 +0000)]
[old_WORDPAD]: Fix typo (caught by user_trisquel).

svn path=/trunk/; revision=75311

6 years ago[FONTS] Add substitutes for the System font, and remove a hack for the System font...
Mark Jansen [Sun, 9 Jul 2017 15:06:49 +0000 (15:06 +0000)]
[FONTS] Add substitutes for the System font, and remove a hack for the System font. Patch by Katayama Hirofumi MZ. CORE-9222

svn path=/trunk/; revision=75310

6 years ago[RDBSS]
Pierre Schweitzer [Sat, 8 Jul 2017 21:22:55 +0000 (21:22 +0000)]
[RDBSS]
Fix broken assignment.
Spotted by cppcheck.

svn path=/trunk/; revision=75309

6 years ago[NETAPI32]
Eric Kohl [Sat, 8 Jul 2017 21:07:29 +0000 (21:07 +0000)]
[NETAPI32]
- Add DsAddressToSiteNamesExA stub.
- Implement DsAddressToSiteNamesExW.

svn path=/trunk/; revision=75308

6 years ago[RXCE]
Pierre Schweitzer [Sat, 8 Jul 2017 17:12:33 +0000 (17:12 +0000)]
[RXCE]
- Define RxShouldPostCompletion() and use it
- Define RxIsResourceOwnershipStateExclusive() and use it
- Define some magic values

[RDBSS]
- Implement CheckForLoudOperations(), RxAdjustFileTimesAndSize(), RxIsOkToPurgeFcb()
- Continue implementation of RxCommonCleanup()
- Fix bugs in the RxCommonCleanup() implementation and make it more explicit when in the delete on close path
- Stub RxCleanupPipeQueues(), RxLowIoLockControlShell()
- Silent a few DPRINTs

CORE-8204
CORE-11327

svn path=/trunk/; revision=75307

6 years ago[NETAPI32]
Eric Kohl [Sat, 8 Jul 2017 12:00:44 +0000 (12:00 +0000)]
[NETAPI32]
- Add DsValidateSubnetNameA/W stubs.
- Move DsRoleFreeMemory to a better location.

[SDK/INCLUDE]
Add DsValidateSubnetNameA/W prototypes to dsgetdc.h.

svn path=/trunk/; revision=75306

6 years ago[NETAPI32]
Eric Kohl [Sat, 8 Jul 2017 09:11:22 +0000 (09:11 +0000)]
[NETAPI32]
- Add DsDeregisterDnsHostRecordsA stub.
- Implement DsDeregisterDnsHostRecordsW.

[SDK/INCLUDE]
Add DsDeregisterDnsHostRecordsA/W prototypes to dsgetdc.h.

svn path=/trunk/; revision=75305

6 years agoIntegrate the USERINIT changes r75295, r75302 and r75303 from the setup_improvements...
Hermès Bélusca-Maïto [Sat, 8 Jul 2017 00:23:33 +0000 (00:23 +0000)]
Integrate the USERINIT changes r75295, r75302 and r75303 from the setup_improvements branch back to trunk.

svn path=/trunk/; revision=75304

6 years ago[SHELL32]
Giannis Adamopoulos [Fri, 7 Jul 2017 20:34:27 +0000 (20:34 +0000)]
[SHELL32]
- Simplify SHELL32_CoCreateInitSF by letting the callers fill the PERSIST_FOLDER_TARGET_INFO. This lets us stop using _ILSimpleGetTextW in it which breaks the logic that pidls should be read only by their shell folder. Also add an overload for SHELL32_CoCreateInitSF  that makes it simpler to create a shell folder with a csidl.
- Add a SHELL32_BindToSF helper to share some logic that was duplicated in several shell folders.
- Move SHELL32_GetCustomFolderAttributeFromPath, SHELL32_GetCLSIDForDirectory and SHELL32_GetFSItemAttributes, SHELL32_BindToFS to CFSFolder.cpp as these were fs specific.
- These changes give finer control to shell folders for how the bind will be done and shares more logic that can be shared.

svn path=/trunk/; revision=75301

6 years ago[NETAPI32]
Eric Kohl [Fri, 7 Jul 2017 17:59:14 +0000 (17:59 +0000)]
[NETAPI32]
- Add DsMergeForestTrustInformationW stub.
- Implement DsGetForestTrustInformationW.

[SDK/INCLUDE]
Add DsGetSiteNameA/W, DsGetForestTrustInformationW and DsMergeForestTrustInformationW prototypes to dsgetdc.h.

svn path=/trunk/; revision=75300

6 years ago[NtGDI]
James Tabor [Thu, 6 Jul 2017 19:13:49 +0000 (19:13 +0000)]
[NtGDI]
- Return Set if managed, part of CORE-12888.

svn path=/trunk/; revision=75294

6 years ago[NtUser]
James Tabor [Thu, 6 Jul 2017 19:06:29 +0000 (19:06 +0000)]
[NtUser]
- Part of CORE-13110. Set DC window rectangle and pointer.

svn path=/trunk/; revision=75293

6 years ago[Gdi32]
James Tabor [Thu, 6 Jul 2017 18:52:22 +0000 (18:52 +0000)]
[Gdi32]
- Sync/Port Wine Enhanced/Metafile code. This is a fix for CORE-12888.
- Wine made this difficult to port and keep the whole file unchanged for syncing.

svn path=/trunk/; revision=75292

6 years ago[SHELL32] -Remove IShellView_Constructor and CDefView_Constructor. Use SHCreateShellF...
Giannis Adamopoulos [Wed, 5 Jul 2017 21:36:20 +0000 (21:36 +0000)]
[SHELL32] -Remove IShellView_Constructor and CDefView_Constructor. Use SHCreateShellFolderView and SHCreateShellFolderViewEx instead.

svn path=/trunk/; revision=75289

6 years ago[PRINTING]
Colin Finck [Wed, 5 Jul 2017 15:29:13 +0000 (15:29 +0000)]
[PRINTING]
Apply a consistent style to all similar functions:
- Spoolss functions don't necessarily set ERROR_SUCCESS. Check the boolean return value instead and only query the error code on failure.
- Use AlignRpcPtr and UndoAlignRpcPtr wherever feasible.
- Use one static function per level that can be called from both Get* and Enum* APIs.
- Use PackStrings in all functions that return structures with strings.
- Add TRACEs to all non-static functions in localspl.
- Pass a double pointer to all Marshalling functions and advance to the next structure there.
- Perform sanity checks and return the right error codes in a Windows-compatible way.
- Return TRUE when an Enum* API has no elements to enumerate.

Also fixes CORE-12793

svn path=/trunk/; revision=75287

6 years ago[RXCE]
Pierre Schweitzer [Wed, 5 Jul 2017 06:11:10 +0000 (06:11 +0000)]
[RXCE]
- Implement RxFinalizeConnection(), RxOrphanSrvOpens()
- Stub RxOrphanSrvOpensForThisFcb()

[RDBSS]
- Fix a bug in RxCommonDevFCBClose() where prefix table wasn't acquire exclusively; this was problematic due to potential prefix table removal on dereference
- Stub RxCancelNotifyChangeDirectoryRequestsForVNetRoot()

This commit basically allows you to delete a NFS share you would have made use of in ReactOS.
Like net use z: \\share\path can be deleted through net use /delete z:

Note that if you access the share using cmd tools (dir, copy, more, and so on), dismount will work.
If you attempt to access with Explorer, then, handles will be kept open and dismount will fail.

CORE-8204
CORE-11327

svn path=/trunk/; revision=75286

6 years ago[MPR]
Pierre Schweitzer [Wed, 5 Jul 2017 05:40:01 +0000 (05:40 +0000)]
[MPR]
Import Wine commit:
26192671700360859cd8a0133dabcd96ec1a786b, Implement WNetConnectionDialog().

CORE-13516

svn path=/trunk/; revision=75285

6 years ago[WELCOME]: UI improvements:
Hermès Bélusca-Maïto [Wed, 5 Jul 2017 02:02:43 +0000 (02:02 +0000)]
[WELCOME]: UI improvements:
- Allow only one running instance of the Welcome application at a time.
- Implement translating \xhhhh hexadecimal character specifications in topic text descriptions.
- Allow using the keyboard for navigating amongst the topics, and ENTER key presses to run the selected topic command.
  <rant> *OF COURSE*, because we are ReactOS *SO* we are *buggy* (well, user32/win32k), keyboard navigation via arrow keys *DOES NOT WORK*!! (only navigation via TAB key do work) 8^(((( </rant>
  This however works OK on Windows.
- Improve topic buttons activation when mouse hovers around above the window, as well as when window activation is lost or regained.
- Change the default text font to Tahoma.
- Don't hardcode white brush, but instead use stock object WHITE_BRUSH. Similarly, don't hardcode text black colour, but instead use the ambient text colour of the system.
- Add keyboard shortcuts to the default topic items.
- Shift the window ID of both the checkbox and the Exit buttons to be below a fixed topic-button base ID.
- In GetLocaleName(), use more explicit returned-variable names (cchRet, because it's a returned string length in character numbers).

svn path=/trunk/; revision=75282

6 years ago[GDI32_WINETEST]
James Tabor [Mon, 3 Jul 2017 20:39:50 +0000 (20:39 +0000)]
[GDI32_WINETEST]
- Sync with Wine main head 2017-07-03.

svn path=/trunk/; revision=75275

6 years ago[USER32_APITEST] Add tests to validate the messages sent during MDI window creation...
Mark Jansen [Mon, 3 Jul 2017 20:33:36 +0000 (20:33 +0000)]
[USER32_APITEST] Add tests to validate the messages sent during MDI window creation. CORE-12052
The test passes from 2k3 - 10.

svn path=/trunk/; revision=75274

6 years ago[NET]
Pierre Schweitzer [Sun, 2 Jul 2017 20:39:48 +0000 (20:39 +0000)]
[NET]
On dismount, you can either use: net use /delete <drive>: or net use <drive>: /delete

CORE-13517

svn path=/trunk/; revision=75271

6 years ago[NETAPI32]
Eric Kohl [Sun, 2 Jul 2017 20:21:27 +0000 (20:21 +0000)]
[NETAPI32]
- Add DsGetDcSiteCoverageA stub.
- Implement DsGetDcSiteCoverageW.

[SDK/INCLUDE]
Add DsGetDcSiteCoverageA/W prototypes to dsgetdc.h.

svn path=/trunk/; revision=75270

6 years ago[RXCE]
Pierre Schweitzer [Sun, 2 Jul 2017 20:10:16 +0000 (20:10 +0000)]
[RXCE]
Assorted fixes:
- Avoid list corruption
- Avoid stack corruption
- Avoid ASSERT on FCB reuse for same file type

CORE-11327

svn path=/trunk/; revision=75269

6 years ago[NETAPI32]
Eric Kohl [Sun, 2 Jul 2017 18:29:38 +0000 (18:29 +0000)]
[NETAPI32]
- Add DsAddressToSiteNamesA stub.
- Implement DsAddressToSiteNamesW.

[SDK/INCLUDE]
Add DsAddressToSiteNamesA/W and DsAddressToSiteNamesExA/W prototypes to dsgetdc.h.

svn path=/trunk/; revision=75268

6 years ago[COPYSUP]
Pierre Schweitzer [Sun, 2 Jul 2017 17:08:27 +0000 (17:08 +0000)]
[COPYSUP]
Addendum to r75265 (bis)

svn path=/trunk/; revision=75267

6 years ago[RDBSS]
Pierre Schweitzer [Sun, 2 Jul 2017 17:04:12 +0000 (17:04 +0000)]
[RDBSS]
Addendum to r75265

svn path=/trunk/; revision=75266

6 years ago[RDBSS]
Pierre Schweitzer [Sun, 2 Jul 2017 17:00:11 +0000 (17:00 +0000)]
[RDBSS]
- Implement RxCloseAssociatedSrvOpen(), RxFastIoRead(), RxPurgeNetFcb(), RxRemoveShareAccess(), RxRemoveShareAccessPerSrvOpens()
- Continue implementation of RxCommonCleanup() to handle allocated SRV_OPEN
- Halfplement RxFastIoCheckIfPossible() so that it handles read operations
- Stub RxCancelNotifyChangeDirectoryRequestsForFobx()

[RXCE]
- Implement RxChangeBufferingState(), RxFinalizeSrvOpen(), RxFreeFcbObject(), RxGatherRequestsForSrvOpen(), RxGetDeviceObjectOfInstance(), RxInitializeRxTimer(), RxMarkFobxOnCleanup(), RxMarkFobxOnClose(), RxpDiscardChangeBufferingStateRequests(), RxpDispatchChangeBufferingStateRequests(), RxpLookupSrvOpenForRequestLite(), RxpMarkInstanceForScavengedFinalization(), RxPostOneShotTimerRequest(), RxPrepareRequestForReuse(), RxProcessChangeBufferingStateRequestsForSrvOpen(), RxpUndoScavengerFinalizationMarking(), RxPurgeChangeBufferingStateRequestsForSrvOpen(), RxPurgeFobxFromCache(), RxRemoveNameNetFcb(), RxScavengerTimerRoutine(), RxTimerDispatch()
- Finish implementation of RxDereference() to handle scavenger
- Finish implementation of RxLowIoCompletionTail() to handle blocked operations resume
- Fix a bug in RxFinalizeNetFcb() where it was dereferencing its NET_ROOT instead of its V_NET_ROOT
- Fix bugs in __RxAcquireFcb() where it improperly handled the lack of RX_CONTEXT
- Halfplement RxResumeBlockedOperations_ALL() to extract blocked operations from RX_CONTEXT (and drop them...)
- Stub RxDispatchChangeBufferingStateRequests(), RxScavengerFinalizeEntries()

[COPYSUP]
- Implement FsRtlCopyRead2()
This library is basically what you can find in FsRtl with an extended support of Top Level IRP. It is used by RDBSS for FastIO. Next to come in it will be FsRtlCopyWrite2().

This commit brings several improvements to current work on RBDSS/RXCE. First of all, both libraries will leak less (again!).
It also brings the scavenger infrastructure (not fully fonctionnal though). Our NFS driver doesn't make use of it though.
Finally, this brings support of FastIO (for read operations ;-)) to our NFS driver!

Regarding CORE-13484, with copy + FastIO I could copy a file without troubles. But that seems to be still problematic with xcopy without FastIO...

CORE-13484
CORE-11327

svn path=/trunk/; revision=75265

6 years ago[SHIMDBG] Output both to the console and the debug output + fix a copypasta error.
Mark Jansen [Sun, 2 Jul 2017 11:56:01 +0000 (11:56 +0000)]
[SHIMDBG] Output both to the console and the debug output + fix a copypasta error.

svn path=/trunk/; revision=75264

6 years ago[REGEDIT] Pre-select the text in the edit dialog.
Mark Jansen [Sun, 2 Jul 2017 11:50:38 +0000 (11:50 +0000)]
[REGEDIT] Pre-select the text in the edit dialog.

svn path=/trunk/; revision=75263

6 years ago[APPHELP] Propagate applied layers to child processes by setting the env var __COMPAT...
Mark Jansen [Sun, 2 Jul 2017 11:43:54 +0000 (11:43 +0000)]
[APPHELP] Propagate applied layers to child processes by setting the env var __COMPAT_LAYER. CORE-13284

svn path=/trunk/; revision=75262

6 years ago[NETAPI32]
Eric Kohl [Sat, 1 Jul 2017 23:12:06 +0000 (23:12 +0000)]
[NETAPI32]
- Add DsEnumerateDomainTrustsA, DsEnumerateDomainTrustsW, DsRoleFreeMemory, DsGetDcNameA, DsGetDcNameW, DsGetSiteNameA and DsGetSiteNameW stubs to netlogon.c.
- Remove the now obsolete file ds.c.
- Implement DsGetSiteNameW and NetEnumerateTrustedDomains. These functions call their counterpart in the netlogon service.

svn path=/trunk/; revision=75261

6 years ago[WIN32K][DXG] DxDdReenableDirectDrawObject: update dhpdev. It is wrong after screen...
Sebastian Gasiorek [Sat, 1 Jul 2017 20:12:37 +0000 (20:12 +0000)]
[WIN32K][DXG] DxDdReenableDirectDrawObject: update dhpdev. It is wrong after screen resolution change

svn path=/trunk/; revision=75259

6 years ago[APPHELP/SHIMENG] Begin implementing the core of the SHIM engine.
Mark Jansen [Sat, 1 Jul 2017 20:06:30 +0000 (20:06 +0000)]
[APPHELP/SHIMENG] Begin implementing the core of the SHIM engine.
With this, the basics of the app compat engine are implemented and should be functional.
Currently it is disable with a policy, to be enabled soon.
CORE-13284
CORE-11300

svn path=/trunk/; revision=75258

6 years ago[ACPPAGE] Register the extension + allow it to be disabled with policies. Disable...
Mark Jansen [Sat, 1 Jul 2017 11:37:44 +0000 (11:37 +0000)]
[ACPPAGE] Register the extension + allow it to be disabled with policies. Disable it with the rest of the app compat infrastructure. CORE-10375

svn path=/trunk/; revision=75256

6 years ago[USBPORT][USBHUB_NEW]
Thomas Faber [Sat, 1 Jul 2017 06:22:27 +0000 (06:22 +0000)]
[USBPORT][USBHUB_NEW]
- Make use of the newly defined structures and constants and remove locally defined versions. Patch by Vadim Galyant.

svn path=/trunk/; revision=75255

6 years ago[PSDK]
Thomas Faber [Sat, 1 Jul 2017 06:19:26 +0000 (06:19 +0000)]
[PSDK]
Patch by Vadim Galyant:
- Add USB port status change constants and structures
- Add USB hub descriptor type constants and missing device class constants

svn path=/trunk/; revision=75254

6 years ago[USBPORT]
Thomas Faber [Sat, 1 Jul 2017 06:06:12 +0000 (06:06 +0000)]
[USBPORT]
Patch by Vadim Galyant:
- Add USBPORT_HUB_CHARACTERISTICS structure
- Indicate the USB3 hub descriptor type when the miniport is an XHCI controller

svn path=/trunk/; revision=75253

6 years ago[NtGDI]
James Tabor [Sat, 1 Jul 2017 02:35:28 +0000 (02:35 +0000)]
[NtGDI]
- Memory DC with no surface selected return true. WIP and part of CORE-12888.

svn path=/trunk/; revision=75252

6 years ago[NtGDI]
James Tabor [Fri, 30 Jun 2017 23:23:33 +0000 (23:23 +0000)]
[NtGDI]
- Memory DC with no surface selected return true. WIP and part of CORE-12888.

svn path=/trunk/; revision=75251

6 years ago[NtGDI]
James Tabor [Fri, 30 Jun 2017 00:33:41 +0000 (00:33 +0000)]
[NtGDI]
- Remove DC information checking for non-BLT functions. WIP and part of CORE-12888.

svn path=/trunk/; revision=75243

6 years ago[PSDK]
James Tabor [Fri, 30 Jun 2017 00:17:50 +0000 (00:17 +0000)]
[PSDK]
- Add EMRGRADIENTFILL, part of CORE-12888.

svn path=/trunk/; revision=75242

6 years ago[APPHELP] Implement SdbpMatchExe, allowing to match applications / files based on...
Mark Jansen [Thu, 29 Jun 2017 17:32:03 +0000 (17:32 +0000)]
[APPHELP] Implement SdbpMatchExe, allowing to match applications / files based on properties. CORE-13284

svn path=/trunk/; revision=75238

6 years ago[ATL] Add missing CString += overload (char). Patch by Alexander Shaposhnikov. CORE...
Mark Jansen [Thu, 29 Jun 2017 17:09:49 +0000 (17:09 +0000)]
[ATL] Add missing CString += overload (char). Patch by Alexander Shaposhnikov. CORE-13503

svn path=/trunk/; revision=75237

6 years ago[KMTESTS:KERNEL32]
Thomas Faber [Thu, 29 Jun 2017 16:16:20 +0000 (16:16 +0000)]
[KMTESTS:KERNEL32]
- Add a test for SetFileAttributes/GetFileAttributes
- Add KmtSendUlongToDriver helper and fix some doc comments
CORE-13495

svn path=/trunk/; revision=75236