reactos.git
8 years ago[USER32]
Hermès Bélusca-Maïto [Thu, 19 Nov 2015 13:42:55 +0000 (13:42 +0000)]
[USER32]
- Fix MB_GetString: the input parameter is the ID of the button string to be retrieved, ranging from 0 to 10 inclusive (this corresponds to the IDOK ... IDCONTINUE range, minus one).
- Add the missing "Close" button string.

svn path=/trunk/; revision=69937

8 years ago[USER32]
Hermès Bélusca-Maïto [Thu, 19 Nov 2015 00:30:27 +0000 (00:30 +0000)]
[USER32]
Implement now-documented MB_GetString. See: https://msdn.microsoft.com/en-us/library/windows/desktop/dn910915(v=vs.85).aspx and: http://undoc.airesoft.co.uk/user32.dll/MB_GetString.php for more information.

svn path=/trunk/; revision=69936

8 years ago[USER32]
Hermès Bélusca-Maïto [Wed, 18 Nov 2015 23:46:38 +0000 (23:46 +0000)]
[USER32]
MessageBoxIndirect fixes by Carlo Bramini:
- Implemented loading of text and caption if they are detected as resource IDs.
- Use direct resource string pointers with LoadStringW and use the returned string length.
- Dramatically improve the implementation of ID and resource string assignments, by using a little look up table. This removes some ugly, difficult to maintain copy-paste code.
- Fix the scaling of logical coordinates by making it aware of rounding, i.e. the size of the controls is now calculated correctly.
CORE-10352 #resolve #comment Thank you for the patch! :D

svn path=/trunk/; revision=69935

8 years ago[USER32]: Update a comment.
Hermès Bélusca-Maïto [Wed, 18 Nov 2015 21:38:45 +0000 (21:38 +0000)]
[USER32]: Update a comment.

svn path=/trunk/; revision=69934

8 years ago[User32]
James Tabor [Wed, 18 Nov 2015 21:28:57 +0000 (21:28 +0000)]
[User32]
- Patch by Dmitry Timoshkov : Menu item with a "magic" bitmap should not have MFT_BITMAP type set.
- Wine sync port.

svn path=/trunk/; revision=69933

8 years ago[Win32SS]
James Tabor [Wed, 18 Nov 2015 21:25:33 +0000 (21:25 +0000)]
[Win32SS]
- Patch by Huw Davies : Restore the dc's colours after sending WM_DRAWITEM.
- Wine sync port.

svn path=/trunk/; revision=69932

8 years ago[CHARMAP]
Ged Murphy [Wed, 18 Nov 2015 19:24:08 +0000 (19:24 +0000)]
[CHARMAP]
- Start to implement the charmap required for the 0.4 release
- We now have a basic dialog with the grid in place

CORE-10518

svn path=/trunk/; revision=69931

8 years ago[CRYPT32_WINETEST] Sync with Wine Staging 1.7.55. CORE-10536
Amine Khaldi [Tue, 17 Nov 2015 21:13:47 +0000 (21:13 +0000)]
[CRYPT32_WINETEST] Sync with Wine Staging 1.7.55. CORE-10536

svn path=/trunk/; revision=69930

8 years ago[CRYPT32] Sync with Wine Staging 1.7.55. CORE-10536
Amine Khaldi [Tue, 17 Nov 2015 21:12:00 +0000 (21:12 +0000)]
[CRYPT32] Sync with Wine Staging 1.7.55. CORE-10536

svn path=/trunk/; revision=69929

8 years ago[IEFRAME] Sync with Wine Staging 1.7.55. CORE-10536
Amine Khaldi [Tue, 17 Nov 2015 20:19:58 +0000 (20:19 +0000)]
[IEFRAME] Sync with Wine Staging 1.7.55. CORE-10536

svn path=/trunk/; revision=69928

8 years ago[NETAPI32]
Eric Kohl [Tue, 17 Nov 2015 20:19:36 +0000 (20:19 +0000)]
[NETAPI32]
NetWkstaGetInfo: Retrieve the primary domain name instead of the account domain name as the workgroup/domain name. System CPL shows the proper workgroup name.

svn path=/trunk/; revision=69927

8 years ago[Win32SS|RTL]
James Tabor [Tue, 17 Nov 2015 16:51:59 +0000 (16:51 +0000)]
[Win32SS|RTL]
- Patch by Andrew Eikum : Use font default height if GetTextExtentPoint returns empty rectangle.
- Wine port sync.

svn path=/trunk/; revision=69926

8 years ago[BCRYPT] Sync with Wine Staging 1.7.55. CORE-10536
Amine Khaldi [Tue, 17 Nov 2015 16:16:10 +0000 (16:16 +0000)]
[BCRYPT] Sync with Wine Staging 1.7.55. CORE-10536

svn path=/trunk/; revision=69925

8 years ago[PSDK] Add missing BCRYPT_HASH_HANDLE.
Amine Khaldi [Tue, 17 Nov 2015 16:15:10 +0000 (16:15 +0000)]
[PSDK] Add missing BCRYPT_HASH_HANDLE.

svn path=/trunk/; revision=69924

8 years ago[USER32_DYNAMIC_APITEST]
Thomas Faber [Tue, 17 Nov 2015 13:45:59 +0000 (13:45 +0000)]
[USER32_DYNAMIC_APITEST]
- Add a test that uses LoadLibrary/FreeLibrary on user32.dll, causing it to re-initialize.
CORE-10540

svn path=/trunk/; revision=69923

8 years ago[AVIFIL32] Sync with Wine Staging 1.7.55. CORE-10536
Amine Khaldi [Tue, 17 Nov 2015 12:58:22 +0000 (12:58 +0000)]
[AVIFIL32] Sync with Wine Staging 1.7.55. CORE-10536

svn path=/trunk/; revision=69922

8 years ago[ATL][ATL80][ATL100] Sync with Wine Staging 1.7.55. CORE-10536
Amine Khaldi [Tue, 17 Nov 2015 12:54:52 +0000 (12:54 +0000)]
[ATL][ATL80][ATL100] Sync with Wine Staging 1.7.55. CORE-10536

svn path=/trunk/; revision=69921

8 years ago[ADVPACK_WINETEST] Sync with Wine Staging 1.7.55. CORE-10536
Amine Khaldi [Tue, 17 Nov 2015 12:46:31 +0000 (12:46 +0000)]
[ADVPACK_WINETEST] Sync with Wine Staging 1.7.55. CORE-10536

svn path=/trunk/; revision=69920

8 years ago[ADVPACK] Sync with Wine Staging 1.7.55. CORE-10536
Amine Khaldi [Tue, 17 Nov 2015 12:45:43 +0000 (12:45 +0000)]
[ADVPACK] Sync with Wine Staging 1.7.55. CORE-10536

svn path=/trunk/; revision=69919

8 years ago[PSDK] Update advpub.h. CORE-10536
Amine Khaldi [Tue, 17 Nov 2015 12:31:18 +0000 (12:31 +0000)]
[PSDK] Update advpub.h. CORE-10536

svn path=/trunk/; revision=69918

8 years ago[RSAENH_WINETEST] Sync with Wine Staging 1.7.55. CORE-10536
Amine Khaldi [Tue, 17 Nov 2015 12:19:29 +0000 (12:19 +0000)]
[RSAENH_WINETEST] Sync with Wine Staging 1.7.55. CORE-10536

svn path=/trunk/; revision=69917

8 years ago[OLEAUT32_WINETEST] Sync with Wine Staging 1.7.55. CORE-10536
Amine Khaldi [Tue, 17 Nov 2015 12:00:00 +0000 (12:00 +0000)]
[OLEAUT32_WINETEST] Sync with Wine Staging 1.7.55. CORE-10536

svn path=/trunk/; revision=69916

8 years ago[OLEAUT32] Sync with Wine Staging 1.7.55. CORE-10536
Amine Khaldi [Tue, 17 Nov 2015 11:59:11 +0000 (11:59 +0000)]
[OLEAUT32] Sync with Wine Staging 1.7.55. CORE-10536

svn path=/trunk/; revision=69915

8 years ago[PSDK] Add missing GetFileInformationByHandleEx().
Amine Khaldi [Tue, 17 Nov 2015 11:57:59 +0000 (11:57 +0000)]
[PSDK] Add missing GetFileInformationByHandleEx().

svn path=/trunk/; revision=69914

8 years ago[ADVAPI32_VISTA] Import RegSetKeyValueW() from Wine Staging 1.7.55. CORE-10536
Amine Khaldi [Tue, 17 Nov 2015 11:17:12 +0000 (11:17 +0000)]
[ADVAPI32_VISTA] Import RegSetKeyValueW() from Wine Staging 1.7.55. CORE-10536

svn path=/trunk/; revision=69913

8 years ago[PSDK] Update oleauto.h. CORE-10536
Amine Khaldi [Tue, 17 Nov 2015 11:07:59 +0000 (11:07 +0000)]
[PSDK] Update oleauto.h. CORE-10536

svn path=/trunk/; revision=69912

8 years ago[KERNEL32_VISTA] Import GetFileInformationByHandleEx() from Wine Staging 1.7.55....
Amine Khaldi [Tue, 17 Nov 2015 10:40:04 +0000 (10:40 +0000)]
[KERNEL32_VISTA] Import GetFileInformationByHandleEx() from Wine Staging 1.7.55. CORE-10536

svn path=/trunk/; revision=69911

8 years ago[UNICODE] Sync with Wine Staging 1.7.55. CORE-10536
Amine Khaldi [Tue, 17 Nov 2015 10:35:27 +0000 (10:35 +0000)]
[UNICODE] Sync with Wine Staging 1.7.55. CORE-10536

svn path=/trunk/; revision=69910

8 years ago[OLE32_WINETEST] Sync with Wine Staging 1.7.55. CORE-10536
Amine Khaldi [Tue, 17 Nov 2015 10:31:59 +0000 (10:31 +0000)]
[OLE32_WINETEST] Sync with Wine Staging 1.7.55. CORE-10536

svn path=/trunk/; revision=69909

8 years ago[OLE32] Sync with Wine Staging 1.7.55. CORE-10536
Amine Khaldi [Tue, 17 Nov 2015 10:30:40 +0000 (10:30 +0000)]
[OLE32] Sync with Wine Staging 1.7.55. CORE-10536

svn path=/trunk/; revision=69908

8 years ago[RPCRT4_WINETEST] Sync with Wine Staging 1.7.55. CORE-10536
Amine Khaldi [Tue, 17 Nov 2015 10:08:11 +0000 (10:08 +0000)]
[RPCRT4_WINETEST] Sync with Wine Staging 1.7.55. CORE-10536

svn path=/trunk/; revision=69907

8 years ago[RPCRT4] Sync with Wine Staging 1.7.55. CORE-10536
Amine Khaldi [Tue, 17 Nov 2015 10:08:00 +0000 (10:08 +0000)]
[RPCRT4] Sync with Wine Staging 1.7.55. CORE-10536

svn path=/trunk/; revision=69906

8 years ago[CRT] Import _snscanf() from Wine Staging 1.7.55. [MSVCRT] Export _snscanf(). CORE...
Amine Khaldi [Mon, 16 Nov 2015 22:01:01 +0000 (22:01 +0000)]
[CRT] Import _snscanf() from Wine Staging 1.7.55. [MSVCRT] Export _snscanf(). CORE-10529 CORE-10536

svn path=/trunk/; revision=69905

8 years ago[PSDK] Update midles.h. CORE-10536
Amine Khaldi [Mon, 16 Nov 2015 21:54:44 +0000 (21:54 +0000)]
[PSDK] Update midles.h. CORE-10536

svn path=/trunk/; revision=69904

8 years ago[ADVAPI32_VISTA] Introduce this module to hold Vista+ exports that we need to provide...
Amine Khaldi [Mon, 16 Nov 2015 21:53:56 +0000 (21:53 +0000)]
[ADVAPI32_VISTA] Introduce this module to hold Vista+ exports that we need to provide. CORE-10536

svn path=/trunk/; revision=69903

8 years ago[WIDL] Sync with Wine Staging 1.7.55. CORE-10536
Amine Khaldi [Mon, 16 Nov 2015 21:45:45 +0000 (21:45 +0000)]
[WIDL] Sync with Wine Staging 1.7.55. CORE-10536

svn path=/trunk/; revision=69902

8 years ago[ACPI]
Thomas Faber [Mon, 16 Nov 2015 20:01:04 +0000 (20:01 +0000)]
[ACPI]
- Completely duplicate CompatibleIdList before freeing the original in acpi_bus_add. Fixes use after free

svn path=/trunk/; revision=69901

8 years ago[PARPORT]
Thomas Faber [Mon, 16 Nov 2015 19:56:00 +0000 (19:56 +0000)]
[PARPORT]
- Initialize DeviceRelations->Count in FdoQueryBusRelations
- Don't fake success for unsupported PNP minor functions, it makes the kernel very unhappy
Powered by Special Pool

svn path=/trunk/; revision=69900

8 years ago[ACPI]
Thomas Faber [Mon, 16 Nov 2015 14:20:25 +0000 (14:20 +0000)]
[ACPI]
- Addendum to r69867: free device info pointer at the end of acpi_bus_add to avoid use after free.
Powered by Special Pool

svn path=/trunk/; revision=69899

8 years ago[FASTFAT]
Thomas Faber [Mon, 16 Nov 2015 13:58:39 +0000 (13:58 +0000)]
[FASTFAT]
- Correctly track the buffer length in VfatGetAllInformation. Fixes pool corruption when running ntdll_winetest:file

svn path=/trunk/; revision=69898

8 years ago[KMTESTS:IO]
Thomas Faber [Mon, 16 Nov 2015 13:53:03 +0000 (13:53 +0000)]
[KMTESTS:IO]
- Add a test for FileAllInformation

svn path=/trunk/; revision=69897

8 years ago[CDFS]
Thomas Faber [Mon, 16 Nov 2015 11:01:36 +0000 (11:01 +0000)]
[CDFS]
- Don't access file name buffer if its Length is zero in CdfsMakeAbsoluteFilename
CORE-10459

svn path=/trunk/; revision=69896

8 years ago[NTDLL_APITEST]
Thomas Faber [Mon, 16 Nov 2015 09:48:39 +0000 (09:48 +0000)]
[NTDLL_APITEST]
- Add a test for RtlImageRvaToVa
CORE-10523

svn path=/trunk/; revision=69895

8 years ago[SYSSETUP]
Eric Kohl [Sun, 15 Nov 2015 20:54:12 +0000 (20:54 +0000)]
[SYSSETUP]
Add a hack to set the Primary Domain Name (Workgroup Name).
#CORE-10459 #comment Does this fix the bug?

svn path=/trunk/; revision=69894

8 years ago[CSRSRV][CONSRV]: Remove the DPRINTs introduced for solving CORE-10510 and CORE-9742.
Hermès Bélusca-Maïto [Sun, 15 Nov 2015 15:18:59 +0000 (15:18 +0000)]
[CSRSRV][CONSRV]: Remove the DPRINTs introduced for solving CORE-10510 and CORE-9742.

svn path=/trunk/; revision=69893

8 years ago[FASTFAT]
Eric Kohl [Sat, 14 Nov 2015 21:10:02 +0000 (21:10 +0000)]
[FASTFAT]
Ooops! That should not have been committed!

svn path=/trunk/; revision=69892

8 years ago[FASTFAT]
Eric Kohl [Sat, 14 Nov 2015 20:41:59 +0000 (20:41 +0000)]
[FASTFAT]
VfatGetAllInformation: Return as much information as possible, but do not fail if the name string does not fit into the buffer.

svn path=/trunk/; revision=69891

8 years ago[CLIPBRD]
Hermès Bélusca-Maïto [Sat, 14 Nov 2015 16:45:41 +0000 (16:45 +0000)]
[CLIPBRD]
- Change SetDIBitsToDeviceFromClipboard to correctly use the requested format instead of always using CF_DIBV5
- Enable/Disable the menu point "Save as..." dynamically
- Remove unneeded import libraries
- Add WS_EX_ACCEPTFILES window style and handle WM_DROPFILES
- Add some defines and structures for handling clipboard files (work in progress)
- Add Open and Save dialogs
Patch by Ricardo Hanke. CORE-10520

svn path=/trunk/; revision=69890

8 years ago[CONSRV]: Use NtDuplicateObject with DUPLICATE_CLOSE_SOURCE to close a duplicated...
Hermès Bélusca-Maïto [Sat, 14 Nov 2015 16:20:00 +0000 (16:20 +0000)]
[CONSRV]: Use NtDuplicateObject with DUPLICATE_CLOSE_SOURCE to close a duplicated handle in a target process (instead of erroneously call NtClose on it). Should fix CORE-10510 and CORE-9742. Thanks to Thomas Faber for having pointed me to the source of the problem.

svn path=/trunk/; revision=69889

8 years ago[INCLUDE/REACTOS] Move the debug macros from mmebuddy.h to mmebuddy_debug.h. [SNDBLST...
Amine Khaldi [Sat, 14 Nov 2015 16:19:07 +0000 (16:19 +0000)]
[INCLUDE/REACTOS] Move the debug macros from mmebuddy.h to mmebuddy_debug.h. [SNDBLST][MMENT4][MMEBUDDY] Use mmebuddy_debug.h where needed. [WDMAUD.DRV] Enable PCH again and use mmebuddy_debug.h where needed.

svn path=/trunk/; revision=69888

8 years ago[KERNEL32] Improve the FILE header section. Brought to you by Adam Stachowicz. CORE...
Amine Khaldi [Sat, 14 Nov 2015 14:57:11 +0000 (14:57 +0000)]
[KERNEL32] Improve the FILE header section. Brought to you by Adam Stachowicz. CORE-10114

svn path=/trunk/; revision=69887

8 years ago[WDMAUD.DRV] You don't deserve PCH.
Amine Khaldi [Sat, 14 Nov 2015 14:52:15 +0000 (14:52 +0000)]
[WDMAUD.DRV] You don't deserve PCH.

svn path=/trunk/; revision=69886

8 years ago[WDMAUD]
Sylvain Petreolle [Sat, 14 Nov 2015 14:00:29 +0000 (14:00 +0000)]
[WDMAUD]
Define NDEBUG before the includes, otherwise its a no-op.
CORE-7716

svn path=/trunk/; revision=69885

8 years ago[UMPNPMGR]
Sylvain Petreolle [Sat, 14 Nov 2015 13:28:03 +0000 (13:28 +0000)]
[UMPNPMGR]
Improve traces.

svn path=/trunk/; revision=69884

8 years ago[NTOS:KD]
Thomas Faber [Sat, 14 Nov 2015 08:55:46 +0000 (08:55 +0000)]
[NTOS:KD]
- Actually write back the response to the user buffer in KdpPrompt

svn path=/trunk/; revision=69883

8 years agoFix cast type.
Hermès Bélusca-Maïto [Fri, 13 Nov 2015 20:01:53 +0000 (20:01 +0000)]
Fix cast type.

svn path=/trunk/; revision=69882

8 years ago[CSRSRV][CONSRV][USERSRV]: Display complementary redundant information to try to...
Hermès Bélusca-Maïto [Fri, 13 Nov 2015 19:56:22 +0000 (19:56 +0000)]
[CSRSRV][CONSRV][USERSRV]: Display complementary redundant information to try to understand problems in CORE-9742 and CORE-10510 (any discrepancy in the redundant info should be the sign of some corruption).

svn path=/trunk/; revision=69881

8 years ago[FASTFAT]
Eric Kohl [Fri, 13 Nov 2015 19:03:34 +0000 (19:03 +0000)]
[FASTFAT]
Deny access when trying to overwrite a read-only file.

svn path=/trunk/; revision=69880

8 years ago[CONSRV]
Hermès Bélusca-Maïto [Thu, 12 Nov 2015 20:24:18 +0000 (20:24 +0000)]
[CONSRV]
Add diagnostic dprints to try to understand the problems described in CORE-9742 and CORE-10510

svn path=/trunk/; revision=69879

8 years ago[KMTESTS:IO]
Thomas Faber [Thu, 12 Nov 2015 13:13:54 +0000 (13:13 +0000)]
[KMTESTS:IO]
- Add a test trying assorted path variations to open files
CORE-10483

svn path=/trunk/; revision=69878

8 years ago[KMTESTS:IO]
Thomas Faber [Thu, 12 Nov 2015 12:55:26 +0000 (12:55 +0000)]
[KMTESTS:IO]
- Add a test verifying that opening a file using different parent directories still yields handles to the same file
CORE-10483

svn path=/trunk/; revision=69877

8 years ago[NTMARTA]
Eric Kohl [Thu, 12 Nov 2015 12:30:12 +0000 (12:30 +0000)]
[NTMARTA]
AccpGetTrusteeSid: Ignore pMultipleTrustee and MultipleTrusteeOperation.

svn path=/trunk/; revision=69876

8 years ago[SHELL32]
Giannis Adamopoulos [Tue, 10 Nov 2015 22:57:24 +0000 (22:57 +0000)]
[SHELL32]
- CDefView: When we have to flicker don't use the worst possible color to erase the window but the background color of the list view. At least now some flickering will go unnoticed.

svn path=/trunk/; revision=69873

8 years ago[ACPI]
Thomas Faber [Tue, 10 Nov 2015 19:14:03 +0000 (19:14 +0000)]
[ACPI]
- Remove the HPET hack, which is finally no longer needed (presumably thanks to the ACPI_ACQUIRE_GLOBAL_LOCK/ACPI_RELEASE_GLOBAL_LOCK fixes).
CORE-10509

svn path=/trunk/; revision=69872

8 years ago[WIN32SS] Improve the FILE header section. Brought to you by Adam Stachowicz. CORE...
Amine Khaldi [Tue, 10 Nov 2015 17:41:55 +0000 (17:41 +0000)]
[WIN32SS] Improve the FILE header section. Brought to you by Adam Stachowicz. CORE-10114

svn path=/trunk/; revision=69871

8 years ago[ACPICA]
Thomas Faber [Tue, 10 Nov 2015 16:56:46 +0000 (16:56 +0000)]
[ACPICA]
- Update to version 20150930
CORE-10509 #resolve

svn path=/trunk/; revision=69870

8 years ago[SHELL32] -Use a 32bit masked icon for "Open With" Dialog items
Robert Naumann [Tue, 10 Nov 2015 16:31:37 +0000 (16:31 +0000)]
[SHELL32] -Use a 32bit masked icon for "Open With" Dialog items
-Fix icon ID for the "Open With" Dialog
-Patches by Jared Smudde CORE-10500 CORE-10502

svn path=/trunk/; revision=69869

8 years ago[ACPICA]
Thomas Faber [Tue, 10 Nov 2015 15:20:17 +0000 (15:20 +0000)]
[ACPICA]
- Update to version 20150410
CORE-10509

svn path=/trunk/; revision=69868

8 years ago[ACPI]
Thomas Faber [Tue, 10 Nov 2015 14:15:52 +0000 (14:15 +0000)]
[ACPI]
- Fix memory leak in acpi_bus_add. CID 731690

svn path=/trunk/; revision=69867

8 years ago[ACPICA]
Thomas Faber [Tue, 10 Nov 2015 13:51:38 +0000 (13:51 +0000)]
[ACPICA]
- Update to version 20141107
- Get rid of the ROS diffs in actypes.h by making use of the new ACPI_USE_SYSTEM_INTTYPES define

svn path=/trunk/; revision=69866

8 years ago[HAL] Fix HalpInitializeTsc prototype.
Amine Khaldi [Tue, 10 Nov 2015 13:19:40 +0000 (13:19 +0000)]
[HAL] Fix HalpInitializeTsc prototype.

svn path=/trunk/; revision=69865

8 years ago[MESA] Addendum to r60576.
Amine Khaldi [Tue, 10 Nov 2015 13:11:09 +0000 (13:11 +0000)]
[MESA] Addendum to r60576.

svn path=/trunk/; revision=69864

8 years ago[ACPICA]
Thomas Faber [Tue, 10 Nov 2015 12:43:58 +0000 (12:43 +0000)]
[ACPICA]
- Fix GCC versions of ACPI_ACQUIRE_GLOBAL_LOCK/ACPI_RELEASE_GLOBAL_LOCK. It now generates the same code as the original
CORE-10509

svn path=/trunk/; revision=69863

8 years ago[FREELDR] FrLdrBugCheckWithMessage() is varags, it doesn't make sense to mark it...
Amine Khaldi [Tue, 10 Nov 2015 12:14:56 +0000 (12:14 +0000)]
[FREELDR] FrLdrBugCheckWithMessage() is varags, it doesn't make sense to mark it stdcall.

svn path=/trunk/; revision=69862

8 years ago[USER32] Improve the check for item in MENU_FindItem().
Amine Khaldi [Tue, 10 Nov 2015 12:11:10 +0000 (12:11 +0000)]
[USER32] Improve the check for item in MENU_FindItem().

svn path=/trunk/; revision=69861

8 years ago[ACPICA]
Thomas Faber [Tue, 10 Nov 2015 11:12:54 +0000 (11:12 +0000)]
[ACPICA]
- Mark ReactOS modifications as such
CORE-10509

svn path=/trunk/; revision=69860

8 years ago[NETWORK]: s/laod/load/
Hermès Bélusca-Maïto [Mon, 9 Nov 2015 18:01:54 +0000 (18:01 +0000)]
[NETWORK]: s/laod/load/

svn path=/trunk/; revision=69859

8 years ago[WS2_32_NEW]
Thomas Faber [Mon, 9 Nov 2015 17:46:54 +0000 (17:46 +0000)]
[WS2_32_NEW]
- Remove unnecessary dnsapi dependency
- Fix some comments and a DPRINT
Brought to you by Peter Hater.
CORE-10440

svn path=/trunk/; revision=69858

8 years ago[WS2_32_NEW]
Thomas Faber [Mon, 9 Nov 2015 17:19:33 +0000 (17:19 +0000)]
[WS2_32_NEW]
- Enable NDEBUG
CORE-10440

svn path=/trunk/; revision=69857

8 years ago[MSAFD]
Thomas Faber [Mon, 9 Nov 2015 17:00:26 +0000 (17:00 +0000)]
[MSAFD]
- SO_LINGER is not supported for datagram sockets. Patch by Peter Hater.
CORE-10440

svn path=/trunk/; revision=69856

8 years ago[SHELL32] Add a missing icon to the folder options "View" tab. the remaining missing...
Robert Naumann [Sun, 8 Nov 2015 18:03:33 +0000 (18:03 +0000)]
[SHELL32] Add a missing icon to the folder options "View" tab. the remaining missing icons of the other tabs are dynamical, they have to be implemented.

svn path=/trunk/; revision=69855

8 years ago[SHELL32]: Update French translation.
Hermès Bélusca-Maïto [Sun, 8 Nov 2015 16:31:42 +0000 (16:31 +0000)]
[SHELL32]: Update French translation.

svn path=/trunk/; revision=69854

8 years ago[NTVDM]
Daniel Reimer [Sun, 8 Nov 2015 16:27:39 +0000 (16:27 +0000)]
[NTVDM]
Update German translation

svn path=/trunk/; revision=69853

8 years ago[BROWSEUI]
Daniel Reimer [Sun, 8 Nov 2015 16:19:56 +0000 (16:19 +0000)]
[BROWSEUI]
Update German translation

svn path=/trunk/; revision=69852

8 years ago[BROWSEUI] Pass the Resource string directly instead of using an additional buffer...
Robert Naumann [Sun, 8 Nov 2015 15:44:18 +0000 (15:44 +0000)]
[BROWSEUI] Pass the Resource string directly instead of using an additional buffer. Remove the NULL characters from the strings. Fix return value handling of LoadStringW()

svn path=/trunk/; revision=69851

8 years ago[BROWSEUI]
Hermès Bélusca-Maïto [Sun, 8 Nov 2015 14:41:26 +0000 (14:41 +0000)]
[BROWSEUI]
- Apply the same fix as r69849, but for the Forward tooltip. Also it would be nice to use ATL strings to retrieve the resources & not hardcoding an extra NULL character inside the resource string.
- Add a missing string resource in romanian RC file.

svn path=/trunk/; revision=69850

8 years ago[BROWSEUI] Use a resource string instead of a hardcoded one for the "Back" button...
Robert Naumann [Sun, 8 Nov 2015 14:30:25 +0000 (14:30 +0000)]
[BROWSEUI] Use a resource string instead of a hardcoded one for the "Back" button. Patch by Ștefan Fulea with Spanish translation by Ismael Ferreras Morezuelas. CORE-10303
Changes by me:
-Add the same for Russian
-Add German translation

svn path=/trunk/; revision=69849

8 years ago[SHELL32] improve file delete dialogs. Patch by Jared Smudde. CORE-10398
Robert Naumann [Sun, 8 Nov 2015 13:06:39 +0000 (13:06 +0000)]
[SHELL32] improve file delete dialogs. Patch by Jared Smudde. CORE-10398
*fix some strings
*change the used icons to more aappropriate

svn path=/trunk/; revision=69848

8 years ago[SHELL32] Big Icon Update by Henry Tang Ih and Jared Smudde
Robert Naumann [Sun, 8 Nov 2015 12:08:59 +0000 (12:08 +0000)]
[SHELL32] Big Icon Update by Henry Tang Ih and Jared Smudde
-Fix blurry icons.
-Make the icons sharper and clearer in all size.
-Modified the design of some icons.
-Brand new Fax icons!
-Remove unneeded icon sizes

Things I have changed from the original patch:
-Fix 2 copypasta and 1 double definition errors
-Changed the icon back to the floppy one in folders.cpp and drvdefext.cpp because this would have resulted an a regression for floppy drives

svn path=/trunk/; revision=69847

8 years ago[WIN32K:NTUSER]
Thomas Faber [Sun, 8 Nov 2015 07:57:14 +0000 (07:57 +0000)]
[WIN32K:NTUSER]
- Don't leak the captured string in NtUserThunkedMenuItemInfo
CORE-10493

svn path=/trunk/; revision=69846

8 years ago[NTVDM]: Fix a bug I've introduced in r69838.
Hermès Bélusca-Maïto [Sun, 8 Nov 2015 02:42:17 +0000 (02:42 +0000)]
[NTVDM]: Fix a bug I've introduced in r69838.

svn path=/trunk/; revision=69845

8 years ago[NTVDM]: For now, use the shared Text/GraphicsFramebuffer variables for console+video...
Hermès Bélusca-Maïto [Sun, 8 Nov 2015 02:27:41 +0000 (02:27 +0000)]
[NTVDM]: For now, use the shared Text/GraphicsFramebuffer variables for console+video/svga. This ambiguity will be fixed later.

svn path=/trunk/; revision=69844

8 years ago[NTVDM]: Implement mouse capture. There are still "bugs" remaining, namely, if somebo...
Hermès Bélusca-Maïto [Sat, 7 Nov 2015 23:40:26 +0000 (23:40 +0000)]
[NTVDM]: Implement mouse capture. There are still "bugs" remaining, namely, if somebody moves the NTVDM console window, or, if resolution changes, the mouse clip rectangle is not recomputed. This is left as an exercice for the programmer (or, if I don't find patches in Jira soon, I or somebody else will fix it).

svn path=/trunk/; revision=69843

8 years ago[Win32k]
James Tabor [Sat, 7 Nov 2015 21:41:42 +0000 (21:41 +0000)]
[Win32k]
- Fix arrows on owner drawn menu bars. See CORE-6320 and CORE-9386.

svn path=/trunk/; revision=69842

8 years ago[USERENV]
Eric Kohl [Sat, 7 Nov 2015 21:06:07 +0000 (21:06 +0000)]
[USERENV]
- GetAllUsersProfileDirectoryW: Fail if lpcchSize is NULL.
- GetDefaultUserProfileDirectoryW: Fail if lpcchSize is NULL.
- GetUserProfileDirectoryW: Fail if hToken is NULL.

svn path=/trunk/; revision=69841

8 years ago[NTVDM]: Natively use UNICODE strings for the disk mounting system.
Hermès Bélusca-Maïto [Sat, 7 Nov 2015 20:19:32 +0000 (20:19 +0000)]
[NTVDM]: Natively use UNICODE strings for the disk mounting system.

svn path=/trunk/; revision=69840

8 years agoForgot this file.
Hermès Bélusca-Maïto [Sat, 7 Nov 2015 20:07:51 +0000 (20:07 +0000)]
Forgot this file.

svn path=/trunk/; revision=69839

8 years ago[NTVDM]
Hermès Bélusca-Maïto [Sat, 7 Nov 2015 20:07:12 +0000 (20:07 +0000)]
[NTVDM]
Start factoring out all code related to console-specific stuff (while leaving everything else in place). This is WIP (and the corresponding .c files are included where they are needed instead of being compiled, will be fixed later).

svn path=/trunk/; revision=69838

8 years ago[USERENV]
Eric Kohl [Sat, 7 Nov 2015 19:47:24 +0000 (19:47 +0000)]
[USERENV]
- GetProfilesDirectoryA: In case of success, return the length of the profiles directory.
- GetProfilesDirectoryW: Set ERROR_INSUFFICIENT_BUFFER, if lpProfilesDir is NULL.

svn path=/trunk/; revision=69837

8 years ago[CMAKE] Properly pass arguments to the host tools phase. Fixes MSVC x64 build.
Amine Khaldi [Sat, 7 Nov 2015 17:35:27 +0000 (17:35 +0000)]
[CMAKE] Properly pass arguments to the host tools phase. Fixes MSVC x64 build.

svn path=/trunk/; revision=69836