reactos.git
6 years ago[SAMSRV]
Eric Kohl [Fri, 22 Sep 2017 12:29:53 +0000 (12:29 +0000)]
[SAMSRV]
Implement SamIFree_SAMPR_DISPLAY_INFO_BUFFER.

svn path=/trunk/; revision=75925

6 years ago[SAMSRV]
Eric Kohl [Fri, 22 Sep 2017 10:05:48 +0000 (10:05 +0000)]
[SAMSRV]
Implement SamIFree_SAMPR_ALIAS_INFO_BUFFER, SamIFree_SAMPR_DOMAIN_INFO_BUFFER and SamIFree_SAMPR_GROUP_INFO_BUFFER.

svn path=/trunk/; revision=75924

6 years ago[CMAKE]
Thomas Faber [Fri, 22 Sep 2017 09:26:32 +0000 (09:26 +0000)]
[CMAKE]
- Hackfix base addresses to avoid comctl32/rpcrt4 overlap. This makes use of the fact that baseaddress_winspool.drv is not being used (it should be called baseaddress_winspool).
Base addresses should be properly regenerated at some point, and the issues exposed by the relocations are still bugs that need to be fixed. This should at least make testbot reliable again though.
CORE-13804

svn path=/trunk/; revision=75923

6 years ago[NDIS]
Thomas Faber [Fri, 22 Sep 2017 07:31:57 +0000 (07:31 +0000)]
[NDIS]
- Don't assert on IRP_MJ_CLEANUP
CORE-7630

svn path=/trunk/; revision=75922

6 years ago[NDIS]
Thomas Faber [Fri, 22 Sep 2017 07:28:29 +0000 (07:28 +0000)]
[NDIS]
- Don't assert on unimplemented ioctl. Print the control code instead.
CORE-7630

svn path=/trunk/; revision=75921

6 years ago[SVCHOST]
Thomas Faber [Fri, 22 Sep 2017 07:17:20 +0000 (07:17 +0000)]
[SVCHOST]
- Don't print "GetProcAddress failed" error for optional functions

svn path=/trunk/; revision=75920

6 years ago[FASTFAT]
Pierre Schweitzer [Thu, 21 Sep 2017 10:33:23 +0000 (10:33 +0000)]
[FASTFAT]
Don't allow temporary attribute to be set on a directory.
Even though our FastFAT totally ignores such attribute, this is illegal on Windows and makes SetFileAttribute fail, so do the same.

CORE-13495

svn path=/trunk/; revision=75919

6 years ago[FASTFAT]
Pierre Schweitzer [Thu, 21 Sep 2017 09:47:13 +0000 (09:47 +0000)]
[FASTFAT]
Notify in case of attributes/dates changes

svn path=/trunk/; revision=75918

6 years ago[FASTFAT]
Pierre Schweitzer [Thu, 21 Sep 2017 09:45:23 +0000 (09:45 +0000)]
[FASTFAT]
Misc fixes:
- Only set file attributes if they changed
- Fail to set attributes if directory attribute is asked for a file
- Perform file attributes setting before dates to allow safe fail

svn path=/trunk/; revision=75917

6 years ago[KMTESTS:KERNEL32]
Pierre Schweitzer [Thu, 21 Sep 2017 08:52:27 +0000 (08:52 +0000)]
[KMTESTS:KERNEL32]
Magic values--;

svn path=/trunk/; revision=75916

6 years ago[KERNEL32]
Pierre Schweitzer [Wed, 20 Sep 2017 16:38:48 +0000 (16:38 +0000)]
[KERNEL32]
Rewrite GetFileAttributesW() to make it simpler and more accurate.
Make GetFileAttributesA() call GetFileAttributesW()
This fixes the last failing tests from r75236.

CORE-13495

svn path=/trunk/; revision=75915

6 years ago[KERNEL32]
Pierre Schweitzer [Wed, 20 Sep 2017 16:13:15 +0000 (16:13 +0000)]
[KERNEL32]
Rewrite SetFileAttributesW() to make it W2K3 compliant.
Notable improvements:
- Supports reparse points
- Doesn't query attributes to set them (speedup!)

This fixes a few failures in tests committed in r75236.

CORE-13495

svn path=/trunk/; revision=75914

6 years ago[FSUTIL]
Pierre Schweitzer [Wed, 20 Sep 2017 11:41:28 +0000 (11:41 +0000)]
[FSUTIL]
Implement fsutil volume diskfree

svn path=/trunk/; revision=75913

6 years agoexplorer: Improve Japanese resource
Eric Kohl [Wed, 20 Sep 2017 10:35:55 +0000 (10:35 +0000)]
explorer: Improve Japanese resource
Patch by Katayama Hirofumi MZ.
CORE-13809

svn path=/trunk/; revision=75912

6 years ago[VFATLIB]
Pierre Schweitzer [Wed, 20 Sep 2017 08:45:28 +0000 (08:45 +0000)]
[VFATLIB]
Fix a really bad bug in VfatChkdsk(), the routine used to check a volume:
In case readwrite is enabled (ie, volume fixing is allowed), when the volume is opened, it is also locked.
If the volume has the clean shutdown bit and is to be checked only if that one is not set, then the volume lock is leaked.
This makes the volume then totally unusable later on (any later open will fail).

Because r75772 fixed volume locking on non-system partition, this totally broke (access denied) any secondary FAT volume in ROS.

Now, we just properly release the lock when required, also made a comment more explicit to avoid later bugs like that.

CORE-13805

svn path=/trunk/; revision=75911

6 years ago[FSUTIL]
Pierre Schweitzer [Wed, 20 Sep 2017 08:15:10 +0000 (08:15 +0000)]
[FSUTIL]
Implement fsutil volume dismount

CORE-13805

svn path=/trunk/; revision=75910

6 years ago[FSUTIL]
Pierre Schweitzer [Wed, 20 Sep 2017 07:50:48 +0000 (07:50 +0000)]
[FSUTIL]
Define handlers type

svn path=/trunk/; revision=75909

6 years ago[FASTFAT]
Pierre Schweitzer [Tue, 19 Sep 2017 21:19:55 +0000 (21:19 +0000)]
[FASTFAT]
Only perform dismount check on close/cleanup for volume opening.
This prevents random dismounts and fixes 1st stage when ENABLE_SWAPOUT is enabled in FastFAT (disabled by default).

CORE-13805

svn path=/trunk/; revision=75908

6 years ago[USBPORT]
Thomas Faber [Mon, 18 Sep 2017 12:01:12 +0000 (12:01 +0000)]
[USBPORT]
- Simplify some loops in USBPORT_OpenInterface. No logical changes

svn path=/trunk/; revision=75907

6 years ago[USBPORT]
Thomas Faber [Mon, 18 Sep 2017 11:50:42 +0000 (11:50 +0000)]
[USBPORT]
- Rename NumInterfaces to NumEndpoints in USBPORT_OpenInterface

svn path=/trunk/; revision=75906

6 years ago[URLMON_WINETEST] Sync with Wine Staging 2.16. CORE-13762
Amine Khaldi [Sun, 17 Sep 2017 22:58:07 +0000 (22:58 +0000)]
[URLMON_WINETEST] Sync with Wine Staging 2.16. CORE-13762

svn path=/trunk/; revision=75903

6 years ago[URLMON] Sync with Wine Staging 2.16. CORE-13762
Amine Khaldi [Sun, 17 Sep 2017 22:58:01 +0000 (22:58 +0000)]
[URLMON] Sync with Wine Staging 2.16. CORE-13762

5660a9b urlmon: Remove a redundant NULL check before SysFreeString().
acb1f03 urlmon: Support BINDINFO_OPTIONS_DISABLEAUTOREDIRECTS in BindProtocol object.
ccc5ba2 urlmon: Added a helper function for releasing protocol handler.
cded077 urlmon: Release previously set URI in BindProtocol::StartEx.
9e92254 urlmon: Added support for BINDINFO_OPTIONS_DISABLEAUTOREDIRECTS in http protocol handler.

svn path=/trunk/; revision=75902

6 years ago[PSDK] Update urlmon.idl. CORE-13762
Amine Khaldi [Sun, 17 Sep 2017 22:57:54 +0000 (22:57 +0000)]
[PSDK] Update urlmon.idl. CORE-13762

svn path=/trunk/; revision=75901

6 years ago[SXS] Sync with Wine Staging 2.16. CORE-13762
Amine Khaldi [Sun, 17 Sep 2017 22:57:49 +0000 (22:57 +0000)]
[SXS] Sync with Wine Staging 2.16. CORE-13762

3c4f6ed sxs: Use standard wine_dbgstr_longlong.

svn path=/trunk/; revision=75900

6 years ago[RPCRT4_WINETEST] Sync with Wine Staging 2.16. CORE-13762
Amine Khaldi [Sun, 17 Sep 2017 22:57:43 +0000 (22:57 +0000)]
[RPCRT4_WINETEST] Sync with Wine Staging 2.16. CORE-13762

svn path=/trunk/; revision=75899

6 years ago[RPCRT4] Sync with Wine Staging 2.16. CORE-13762
Amine Khaldi [Sun, 17 Sep 2017 22:57:32 +0000 (22:57 +0000)]
[RPCRT4] Sync with Wine Staging 2.16. CORE-13762

2d9e894 rpcrt4: Always protect ref access for connections associated with protseq in RPCRT4_ReleaseConnection.
aea6d23 rpcrt4: Mark function that are only called from assembly as hidden.
bea5c0c rpcrt4: Spelling fixes in comments.
2cb32b2 rpcrt4: Change RPCRT4_ReleaseConnection return type to void.
e889b02 rpcrt4: Fix a race when server grabs a connection from the list of active connections.
09e98be rpcrt4: Wait for server threads to finish in RpcMgmtWaitServerListen.
e98c7a5 rpcrt4: Wait for all active connections to be released before quiting server thread.
10a6b33 rpcrt4: Recreate listening pipe in rpcrt4_protseq_np_get_wait_array if needed.
5c2083f rpcrt4: Store listening pipe name in RpcConnection_np.
5c81f82 rpcrt4: Store server thread handle in RpcServerProtseq.

svn path=/trunk/; revision=75898

6 years ago[RICHED20_WINETEST] Sync with Wine Staging 2.16. CORE-13762
Amine Khaldi [Sun, 17 Sep 2017 22:57:24 +0000 (22:57 +0000)]
[RICHED20_WINETEST] Sync with Wine Staging 2.16. CORE-13762

svn path=/trunk/; revision=75897

6 years ago[RICHED20] Sync with Wine Staging 2.16. CORE-13762
Amine Khaldi [Sun, 17 Sep 2017 22:57:18 +0000 (22:57 +0000)]
[RICHED20] Sync with Wine Staging 2.16. CORE-13762

58cac9c riched20: Remove the separate implementation of IOleWindow as IOleInPlaceSite inherits from IOleWindow.
adf53a9 riched20: Add support for pasting EMFs.
bbf34a4 riched20: Use the implementation of EM_PASTESPECIAL for EM_CANPASTE.
46fef3d riched20: Use the implementation of EM_PASTESPECIAL for WM_PASTE.
9bec53f riched20: Add support for EM_PASTESPECIAL.
417c80d riched20: Don't create a special richedit ole instance for the RTF parser.
1bc48be riched20: Initialize ME_TextEditor members in ME_MakeEditor().
5cc8c9f riched20: Retrieve the default paragraph alignment from the text host.
4cb7578 riched20: Move the editor initialization out of CreateTextHost().
2d91663 riched20: New high resolution cursor generated from SVG.
17b7cde riched20: The background colour is set using \highlight.

svn path=/trunk/; revision=75896

6 years ago[PROPSYS_WINETEST] Sync with Wine Staging 2.16. CORE-13762
Amine Khaldi [Sun, 17 Sep 2017 22:57:07 +0000 (22:57 +0000)]
[PROPSYS_WINETEST] Sync with Wine Staging 2.16. CORE-13762

svn path=/trunk/; revision=75895

6 years ago[PROPSYS] Sync with Wine Staging 2.16. CORE-13762
Amine Khaldi [Sun, 17 Sep 2017 22:56:55 +0000 (22:56 +0000)]
[PROPSYS] Sync with Wine Staging 2.16. CORE-13762

7960ed9 propsys: Don't use the format string size as buffer size.

svn path=/trunk/; revision=75894

6 years ago[OLEAUT32_WINETEST] Sync with Wine Staging 2.16. CORE-13762
Amine Khaldi [Sun, 17 Sep 2017 22:56:47 +0000 (22:56 +0000)]
[OLEAUT32_WINETEST] Sync with Wine Staging 2.16. CORE-13762

svn path=/trunk/; revision=75893

6 years ago[OLEAUT32] Sync with Wine Staging 2.16. CORE-13762
Amine Khaldi [Sun, 17 Sep 2017 22:56:37 +0000 (22:56 +0000)]
[OLEAUT32] Sync with Wine Staging 2.16. CORE-13762

8da116d oleaut32: Don't copy uninitialized data.
0dde882 oleaut32: Use variable with the correct type in LIST_FOR_EACH_ENTRY_SAFE macro.
840ab7c oleaut32: Simplify VarCat implementation.
538e46a oleaut32: Improve support for IDispatch in VarCat.
cf45f3b oleaut32: Add an arguments check to LoadTypeLibEx.
4be8d83 oleaut32: Make VARIANT_GetLocalisedText() static.

svn path=/trunk/; revision=75892

6 years ago[OLE32_WINETEST] Sync with Wine Staging 2.16. CORE-13762
Amine Khaldi [Sun, 17 Sep 2017 22:56:20 +0000 (22:56 +0000)]
[OLE32_WINETEST] Sync with Wine Staging 2.16. CORE-13762

svn path=/trunk/; revision=75891

6 years ago[OLE32] Sync with Wine Staging 2.16. CORE-13762
Amine Khaldi [Sun, 17 Sep 2017 22:56:11 +0000 (22:56 +0000)]
[OLE32] Sync with Wine Staging 2.16. CORE-13762

a56bc8f ole32: Store proxy/stub CLSIDs per process, not per apartment.
3b44927 ole32: New high resolution cursors generated from SVG.
5a3b87a ole32: Avoid null pointer dereferences in CoGetTreatAsClass.
13c6d37 ole32: Add stub for OleGetIconOfFile.
33a720b ole32: InitNew() should fail if there is a current storage.
966e8a2 ole32: Create initial cache entries for the CLSID_Picture_ classes.
111b72f ole32: Add the ability to create an entry without returning it.
705ccd7 ole32: Start allocating regular cache entries with id of 2.
0267564 ole32: Fix incorrectly assigned member in the presentation stream.
85a1309 ole32: Make bitmap_info_size() static.

svn path=/trunk/; revision=75890

6 years ago[MSIMG32] Sync with Wine Staging 2.16. CORE-13762
Amine Khaldi [Sun, 17 Sep 2017 22:55:42 +0000 (22:55 +0000)]
[MSIMG32] Sync with Wine Staging 2.16. CORE-13762

f77bf35 msimg32: Label ordinals.

svn path=/trunk/; revision=75889

6 years agosyssetup: Improve Japanese translation
Eric Kohl [Sun, 17 Sep 2017 22:55:33 +0000 (22:55 +0000)]
syssetup: Improve Japanese translation
Patch by Katayama Hirofumi MZ.
CORE-13785

svn path=/trunk/; revision=75888

6 years ago[MSACM32_WINETEST] Sync with Wine Staging 2.16. CORE-13762
Amine Khaldi [Sun, 17 Sep 2017 22:55:26 +0000 (22:55 +0000)]
[MSACM32_WINETEST] Sync with Wine Staging 2.16. CORE-13762

svn path=/trunk/; revision=75887

6 years ago[MSACM32] Sync with Wine Staging 2.16. CORE-13762
Amine Khaldi [Sun, 17 Sep 2017 22:55:04 +0000 (22:55 +0000)]
[MSACM32] Sync with Wine Staging 2.16. CORE-13762

993faf5 msacm32: Implement ACMFORMATCHOOSE_STYLEF_INITTOWFXSTRUCT.
84e61e6 msacm32: Add invalid parameter checks for acmFormatChoose().
5e2c243 msacm32: Don't add a format entry if it is decode-only.
cadedd7 msacm32: Rewrite PCM conversion functions.
7493364 msacm32: Check correct variable.
ab2760e msacm32: Try to suggest PCM to PCM conversion first.
8e88af3 msacm32: Add more invalid parameter checks for acmFormatSuggest().
1e30f79 msacm32: Add invalid parameter checks for acmFormatDetails().
c984aa5 msacm32: Add more invalid parameter checks for acmFormatEnum().
4e0c370 msacm32: Don't write cbSize if the format is WAVE_FORMAT_PCM.

svn path=/trunk/; revision=75886

6 years ago[MAPI32] Sync with Wine Staging 2.16. CORE-13762
Amine Khaldi [Sun, 17 Sep 2017 22:54:52 +0000 (22:54 +0000)]
[MAPI32] Sync with Wine Staging 2.16. CORE-13762

b0a31c3 mapi32: A spelling fix in a comment.

svn path=/trunk/; revision=75885

6 years ago[JSPROXY] Sync with Wine Staging 2.16. CORE-13762
Amine Khaldi [Sun, 17 Sep 2017 22:54:44 +0000 (22:54 +0000)]
[JSPROXY] Sync with Wine Staging 2.16. CORE-13762

a79c6a8 jsproxy: Label ordinals.

svn path=/trunk/; revision=75884

6 years ago[JSCRIPT_WINETEST] Sync with Wine Staging 2.16. CORE-13762
Amine Khaldi [Sun, 17 Sep 2017 22:54:31 +0000 (22:54 +0000)]
[JSCRIPT_WINETEST] Sync with Wine Staging 2.16. CORE-13762

svn path=/trunk/; revision=75883

6 years ago[JSCRIPT] Sync with Wine Staging 2.16. CORE-13762
Amine Khaldi [Sun, 17 Sep 2017 22:54:24 +0000 (22:54 +0000)]
[JSCRIPT] Sync with Wine Staging 2.16. CORE-13762

c25208f jscript: Added support for VT_R4 VARIANT types.
5c8c4d9 jscript: A spelling fix in a comment.

svn path=/trunk/; revision=75882

6 years ago[INETCOMM_WINETEST] Sync with Wine Staging 2.16. CORE-13762
Amine Khaldi [Sun, 17 Sep 2017 22:54:17 +0000 (22:54 +0000)]
[INETCOMM_WINETEST] Sync with Wine Staging 2.16. CORE-13762

svn path=/trunk/; revision=75881

6 years ago[INETCOMM] Sync with Wine Staging 2.16. CORE-13762
Amine Khaldi [Sun, 17 Sep 2017 22:54:12 +0000 (22:54 +0000)]
[INETCOMM] Sync with Wine Staging 2.16. CORE-13762

fe6367a inetcomm: Implemented IMimeBody::GetClassID().
5557081 inetcomm: Release previously set data (Valgrind).

svn path=/trunk/; revision=75880

6 years ago[IMAADP32.ACM] Sync with Wine Staging 2.16. CORE-13762
Amine Khaldi [Sun, 17 Sep 2017 22:54:07 +0000 (22:54 +0000)]
[IMAADP32.ACM] Sync with Wine Staging 2.16. CORE-13762

0f0fb98 imaadp32.acm: Fix nibble ordering.
2a1c1a4 imaadp32.acm: Fix block size calculations.

svn path=/trunk/; revision=75879

6 years ago[COMCTL32] Addendum to r75862. CORE-13762
Amine Khaldi [Sun, 17 Sep 2017 22:54:01 +0000 (22:54 +0000)]
[COMCTL32] Addendum to r75862. CORE-13762

svn path=/trunk/; revision=75878

6 years agodesk.cpl: Improve Japanese translation
Eric Kohl [Sun, 17 Sep 2017 22:50:06 +0000 (22:50 +0000)]
desk.cpl: Improve Japanese translation
Patch by Katayama Hirofumi MZ.
CORE-13784

svn path=/trunk/; revision=75877

6 years agodevmgr: Japanese translation
Eric Kohl [Sun, 17 Sep 2017 22:41:08 +0000 (22:41 +0000)]
devmgr: Japanese translation
Patch by Katayama Hirofumi MZ.
CORE-13783

svn path=/trunk/; revision=75876

6 years agoSysSetup: Russian translation of Theme dialog
Eric Kohl [Sun, 17 Sep 2017 22:23:24 +0000 (22:23 +0000)]
SysSetup: Russian translation of Theme dialog
Patch by amber.
CORE-13708

svn path=/trunk/; revision=75875

6 years agoTRANSLATION: Update Polish translation
Eric Kohl [Sun, 17 Sep 2017 22:11:50 +0000 (22:11 +0000)]
TRANSLATION: Update Polish translation
Patch by Marcin MikoÅ‚ajczak.
CORE-13750

svn path=/trunk/; revision=75874

6 years ago[GDIPLUS_WINETEST] Sync with Wine Staging 2.16. CORE-13762
Amine Khaldi [Sun, 17 Sep 2017 12:34:24 +0000 (12:34 +0000)]
[GDIPLUS_WINETEST] Sync with Wine Staging 2.16. CORE-13762

svn path=/trunk/; revision=75873

6 years ago[GDIPLUS] Sync with Wine Staging 2.16. CORE-13762
Amine Khaldi [Sun, 17 Sep 2017 12:34:15 +0000 (12:34 +0000)]
[GDIPLUS] Sync with Wine Staging 2.16. CORE-13762

6bf1b63 gdiplus: Account for gdi32 transform in SOFTWARE_GdipDrawThinPath.
e127101 gdiplus: Send paths to gdi32 in device coordinates.
93e8507 gdiplus: Account for gdi32 transform in GdipDrawImage.
be95252 gdiplus: Use SOFTWARE_GdipDrawPath with alpha hdc's.
0914f62 gdiplus: Account for gdi transform in brush_fill_pixels.
399fd55 gdiplus: Account for gdi transform in SOFTWARE_GdipFillRegion.
016dc76 gdiplus: Transform clipping region to gdi device coordinates.
cfa4f08 gdiplus: Replace DPtoLP with an internal coordinate space constant.
5c12ced gdiplus: Check for invalid coordinate space in GdipTransformPoints.
8c593bd gdiplus: Set correct color space flags for grayscale images.
7860d11 gdiplus: Don't call PlayEnhMetaFileRecord for records handled by gdiplus.
5870431 gdiplus: Force conversion of 8 bpp grayscale PNG images to 32 bpp BGRA.
42e5d27 gdiplus: Use defined constants for wrap modes.
79ebd3f gdiplus: Fix copy-paste typo.
a4ab858 gdiplus: GdipCreateMetafileFromWmfFile will also load EMFs.
aac33da gdiplus: Implement transform matrix for line gradient brushes.
14bb8df gdiplus: Support GdipSetClipRegion in metafiles.
4a02870 gdiplus: Add write_region_data helper and use it in GdipGetRegionData.
595959c gdiplus: Add more accurate algorithm for inverting scaling and translation matrices in GdipInvertMatrix.
1744277 gdiplus: Implement stub for GdipGraphicsSetAbort.
331a7af gdiplus: Fix a possible floating point exception in path gradients.
400cfb0 gdiplus: Avoid division by zero in SOFTWARE_GdipDrawThinPath.
2176348 gdiplus: Return success saving path to metafile.
70afb4e gdiplus: Fix saving pen dashed line cap style to metafile.
a172cc6 gdiplus: Free dash_pattern_scaled (Coverity).
58eb74c gdiplus: Use write_path_data helper in GdipGetRegionData.
a892b68 gdiplus: Add write_path_data helper to create EMF+ path object.
5545332 gdiplus: Store newer gdi+ version in created GdipRegions.
cfe2b3f gdiplus: Don't require specific gdi+ versions in metafile structures.
a8b5fdd gdiplus: Use VERSION_MAGIC2 constant in metafiles functions.
8498aa3 gdiplus: Add support for creating image object containing metafile.
9f22041 gdiplus: Fix leak in widen_dashed_figure.
f9b881e gdiplus: Fix GdipGetVisibleClipBounds behavior on metafiles.
de37ced gdiplus: Add partial support for GdipFillPath on metafiles.
e79c4ca gdiplus: Add partial support for GdipDrawPath on metafiles.
7d6896e gdiplus: Add helper for saving pens to metafile.
e502a8d gdiplus: Add helper for saving path objects in metafile.
8608bf5 gdiplus: Add DrawPath stub for metafiles.
29968cf gdiplus: Support GdipSetInterpolationMode in metafiles.
f248374 gdiplus: Support GdipSetCompositingQuality in metafiles.
1cecd47 gdiplus: Support GdipSetCompositingMode in metafiles.
910975a gdiplus: Support GdipSetSmoothingMode in metafiles.
f716029 gdiplus: Support GdipSetPixelOffsetMode in metafiles.
683315d gdiplus: Support GdipSetTextRenderingHint in metafiles.
689268d gdiplus: Add support for ImageAttributes when drawing image to metafile.
ac231b1 gdiplus: Add function for managing metafile objects id.
e1e4dd2 gdiplus: Add partial support for GdipDrawImagePointsRect on metafile.
1a75f76 gdiplus: Remove unused clsid parameter from encode_image_func helpers.
01c9fb9 gdiplus: Remove a duplicate word in a comment.
6ec3cd9 gdiplus: Set flatness more appropriately in GdipDrawPath.
7e1522c gdiplus: Scale widened dashes to the pen width.
c95877d gdiplus: Write API documentation for GdipAddPathArc and GdipAddPathArcI.
f1123f3 gdiplus: Write API for GdipClonePath.
f96e319 gdiplus: Write API for GdipAddPathLine and GdipAddPathLineI.
260cbd0 gdiplus: Implement triangular line caps in widened paths.
a4b7fe6 gdiplus: Initialize containers list in GdipCloneImage.

svn path=/trunk/; revision=75872

6 years ago[PSDK] Update gdiplusflat.h. CORE-13762
Amine Khaldi [Sun, 17 Sep 2017 12:34:07 +0000 (12:34 +0000)]
[PSDK] Update gdiplusflat.h. CORE-13762

svn path=/trunk/; revision=75871

6 years ago[FUSION_WINETEST] Sync with Wine Staging 2.16. CORE-13762
Amine Khaldi [Sun, 17 Sep 2017 12:34:03 +0000 (12:34 +0000)]
[FUSION_WINETEST] Sync with Wine Staging 2.16. CORE-13762

svn path=/trunk/; revision=75870

6 years ago[FUSION] Sync with Wine Staging 2.16. CORE-13762
Amine Khaldi [Sun, 17 Sep 2017 12:33:57 +0000 (12:33 +0000)]
[FUSION] Sync with Wine Staging 2.16. CORE-13762

da03b46 fusion: Use standard wine_dbgstr_longlong.

svn path=/trunk/; revision=75869

6 years ago[DBGHELP] Sync with Wine Staging 2.16. CORE-13762
Amine Khaldi [Sun, 17 Sep 2017 12:33:49 +0000 (12:33 +0000)]
[DBGHELP] Sync with Wine Staging 2.16. CORE-13762

00e27186 dbghelp: Silence a noisy FIXME.

svn path=/trunk/; revision=75868

6 years ago[CRYPTUI] Sync with Wine Staging 2.16. CORE-13762
Amine Khaldi [Sun, 17 Sep 2017 12:33:43 +0000 (12:33 +0000)]
[CRYPTUI] Sync with Wine Staging 2.16. CORE-13762

8dcc4ed cryptui: Use proper size for combobox controls.

svn path=/trunk/; revision=75867

6 years ago[CRYPT32_WINETEST] Sync with Wine Staging 2.16. CORE-13762
Amine Khaldi [Sun, 17 Sep 2017 12:33:34 +0000 (12:33 +0000)]
[CRYPT32_WINETEST] Sync with Wine Staging 2.16. CORE-13762

svn path=/trunk/; revision=75866

6 years ago[CRYPT32] Sync with Wine Staging 2.16. CORE-13762
Amine Khaldi [Sun, 17 Sep 2017 12:33:29 +0000 (12:33 +0000)]
[CRYPT32] Sync with Wine Staging 2.16. CORE-13762

8738b03 crypt32: Increase buffer size to silence a gcc warning.

svn path=/trunk/; revision=75865

6 years ago[COMDLG32] Sync with Wine Staging 2.16. CORE-13762
Amine Khaldi [Sun, 17 Sep 2017 12:33:21 +0000 (12:33 +0000)]
[COMDLG32] Sync with Wine Staging 2.16. CORE-13762

823c4b1 comdlg32: Use proper size for combobox controls.
1c1db33 comdlg32: Improve tracing messages.
c4b133e comdlg32: Simplify notification helper.

svn path=/trunk/; revision=75864

6 years ago[COMCTL32_WINETEST] Sync with Wine Staging 2.16. CORE-13762
Amine Khaldi [Sun, 17 Sep 2017 12:33:06 +0000 (12:33 +0000)]
[COMCTL32_WINETEST] Sync with Wine Staging 2.16. CORE-13762

svn path=/trunk/; revision=75863

6 years ago[COMCTL32] Sync with Wine Staging 2.16. CORE-13762
Amine Khaldi [Sun, 17 Sep 2017 12:33:00 +0000 (12:33 +0000)]
[COMCTL32] Sync with Wine Staging 2.16. CORE-13762

d505c2d comctl32/monthcal: Make sure set focus date is valid before using it (Valgrind).
a56f49c comctl32/monthcal: Make sure set today date is valid before using it (Valgrind).
9231452 comctl32/monthcal: Initialize day field before setting final hit test result (Valgrind).
1d45250 comctl32/listview: Invalidate the focus rectangle when the control gets or loses focus.
d6fdbae comctl32: New high resolution cursors generated from SVG.
11c557b comctl32: Don't FIXME on handled cases.
5b06498 comctl32/taskdialog: Added support for custom buttons.
9e3ebed comctl32/taskdialog: Added TaskDialog() export.
d93ae6f comctl32/toolbar: Support undocumented IDs for standard bitmap lists.
ece34a1 comctl32/toolbar: Don't add NULL imagelist entries.
e558858 comctl32: Change some overly exciting tracing messages.

svn path=/trunk/; revision=75862

6 years ago[KMTESTS:KERNEL32]
Thomas Faber [Sun, 17 Sep 2017 08:08:39 +0000 (08:08 +0000)]
[KMTESTS:KERNEL32]
- Add additional file attribute tests. Based on a patch by Katayama Hirofumi MZ.
CORE-13495

svn path=/trunk/; revision=75861

6 years ago[README.WINE] Update the status of the recently committed syncs. CORE-13762
Amine Khaldi [Sat, 16 Sep 2017 20:52:03 +0000 (20:52 +0000)]
[README.WINE] Update the status of the recently committed syncs. CORE-13762

svn path=/trunk/; revision=75860

6 years ago[QUARTZ_WINETEST] Sync with Wine Staging 2.16. CORE-13762
Amine Khaldi [Sat, 16 Sep 2017 20:45:12 +0000 (20:45 +0000)]
[QUARTZ_WINETEST] Sync with Wine Staging 2.16. CORE-13762

svn path=/trunk/; revision=75859

6 years ago[QUARTZ] Sync with Wine Staging 2.16. CORE-13762
Amine Khaldi [Sat, 16 Sep 2017 20:45:04 +0000 (20:45 +0000)]
[QUARTZ] Sync with Wine Staging 2.16. CORE-13762

84f5761 quartz: Use standard wine_dbgstr_longlong.
e994c62 quartz: Use nAvgBytesPerSec to calculate length.
e1d14d2 quartz: Restore a comment explaining mediatime.
bf9eaac quartz: Small readability fix.

svn path=/trunk/; revision=75858

6 years ago[DPLAYX_WINETEST] Sync with Wine Staging 2.16. CORE-13762
Amine Khaldi [Sat, 16 Sep 2017 20:44:56 +0000 (20:44 +0000)]
[DPLAYX_WINETEST] Sync with Wine Staging 2.16. CORE-13762

svn path=/trunk/; revision=75857

6 years ago[DPLAYX] Sync with Wine Staging 2.16. CORE-13762
Amine Khaldi [Sat, 16 Sep 2017 20:44:50 +0000 (20:44 +0000)]
[DPLAYX] Sync with Wine Staging 2.16. CORE-13762

6a6f336 dplayx: Implement IDirectPlayLobby3 EnumAddressTypes.
2ef274b dplayx: Implement IDirectPlay4 EnumConnections.
4f4b3be dplayx: First name server address may be null.

svn path=/trunk/; revision=75856

6 years ago[DINPUT] Sync with Wine Staging 2.16. CORE-13762
Amine Khaldi [Sat, 16 Sep 2017 20:44:43 +0000 (20:44 +0000)]
[DINPUT] Sync with Wine Staging 2.16. CORE-13762

5214b47 dinput: Do not wait for hook thread startup in IDirectInput8::Initialize.
83a3887 dinput: Avoid possible deadlock when CS are acquired in different order.
49fdde1 dinput: Use proper size for combobox controls.
b50d1fa dinput: Limit axes while remaping broken devices.

svn path=/trunk/; revision=75855

6 years ago[D3DRM_WINETEST] Sync with Wine Staging 2.16. CORE-13762
Amine Khaldi [Sat, 16 Sep 2017 20:44:31 +0000 (20:44 +0000)]
[D3DRM_WINETEST] Sync with Wine Staging 2.16. CORE-13762

svn path=/trunk/; revision=75854

6 years ago[D3DRM] Sync with Wine Staging 2.16. CORE-13762
Amine Khaldi [Sat, 16 Sep 2017 20:44:24 +0000 (20:44 +0000)]
[D3DRM] Sync with Wine Staging 2.16. CORE-13762

svn path=/trunk/; revision=75853

6 years ago[PSDK] Update d3drmobj.h. CORE-13762
Amine Khaldi [Sat, 16 Sep 2017 20:44:16 +0000 (20:44 +0000)]
[PSDK] Update d3drmobj.h. CORE-13762

svn path=/trunk/; revision=75852

6 years ago[D3DCOMPILER_43] Sync with Wine Staging 2.16. CORE-13762
Amine Khaldi [Sat, 16 Sep 2017 20:44:11 +0000 (20:44 +0000)]
[D3DCOMPILER_43] Sync with Wine Staging 2.16. CORE-13762

svn path=/trunk/; revision=75851

6 years ago[DDRAW] Sync with Wine Staging 2.16. CORE-13762
Amine Khaldi [Sat, 16 Sep 2017 20:44:06 +0000 (20:44 +0000)]
[DDRAW] Sync with Wine Staging 2.16. CORE-13762

svn path=/trunk/; revision=75850

6 years ago[D3D9] Sync with Wine Staging 2.16. CORE-13762
Amine Khaldi [Sat, 16 Sep 2017 20:43:55 +0000 (20:43 +0000)]
[D3D9] Sync with Wine Staging 2.16. CORE-13762

svn path=/trunk/; revision=75849

6 years ago[D3D8] Sync with Wine Staging 2.16. CORE-13762
Amine Khaldi [Sat, 16 Sep 2017 20:43:50 +0000 (20:43 +0000)]
[D3D8] Sync with Wine Staging 2.16. CORE-13762

svn path=/trunk/; revision=75848

6 years ago[WINED3D] Sync with Wine Staging 2.16. CORE-13762
Amine Khaldi [Sat, 16 Sep 2017 20:43:40 +0000 (20:43 +0000)]
[WINED3D] Sync with Wine Staging 2.16. CORE-13762

svn path=/trunk/; revision=75847

6 years ago[NTOSKRNL]
Pierre Schweitzer [Fri, 15 Sep 2017 12:14:42 +0000 (12:14 +0000)]
[NTOSKRNL]
Don't set the read paging IO on write.
Fixes tests from r75845.

svn path=/trunk/; revision=75846

6 years ago[KMTESTS:CC]
Pierre Schweitzer [Fri, 15 Sep 2017 12:10:59 +0000 (12:10 +0000)]
[KMTESTS:CC]
[KMTESTS:MM]
Also test the paging IO flag of the MDL

svn path=/trunk/; revision=75845

6 years ago[NTOSKRNL]
Pierre Schweitzer [Fri, 15 Sep 2017 11:49:55 +0000 (11:49 +0000)]
[NTOSKRNL]
Fix the way the paging IO MDLs are issued by Cc on read.
Similar to r75834.
Fixes tests from r75842.

svn path=/trunk/; revision=75844

6 years ago[KMTESTS:CC]
Pierre Schweitzer [Fri, 15 Sep 2017 11:24:38 +0000 (11:24 +0000)]
[KMTESTS:CC]
That wasn't meant to be committed

svn path=/trunk/; revision=75843

6 years ago[KMTESTS:CC]
Pierre Schweitzer [Fri, 15 Sep 2017 10:37:00 +0000 (10:37 +0000)]
[KMTESTS:CC]
Tests for paging IO MDL for read operations. Equivalent to r75833 (and r75840).
They fail in ROS.

svn path=/trunk/; revision=75842

6 years ago[KMTESTS:MM]
Pierre Schweitzer [Fri, 15 Sep 2017 10:32:22 +0000 (10:32 +0000)]
[KMTESTS:MM]
Revert r75840.
It's no use that way

svn path=/trunk/; revision=75841

6 years ago[KMTESTS:MM]
Pierre Schweitzer [Fri, 15 Sep 2017 08:16:14 +0000 (08:16 +0000)]
[KMTESTS:MM]
Tests for paging IO MDL for read operations. Equivalent to r75833.

svn path=/trunk/; revision=75840

6 years ago[LIBTIRPC] Do not add makefiles in the CMakeLists.txt
Mark Jansen [Thu, 14 Sep 2017 20:31:53 +0000 (20:31 +0000)]
[LIBTIRPC] Do not add makefiles in the CMakeLists.txt

svn path=/trunk/; revision=75839

6 years ago[RAPPS]
Pierre Schweitzer [Thu, 14 Sep 2017 16:00:01 +0000 (16:00 +0000)]
[RAPPS]
Update French translation

svn path=/trunk/; revision=75838

6 years ago[RAPPS] Toggle toolbar captions on resize
Alexander Shaposhnikov [Thu, 14 Sep 2017 15:56:19 +0000 (15:56 +0000)]
[RAPPS] Toggle toolbar captions on resize
- Implemented hiding toolbar captions when buttons are about to intersect with the searchbar
- Minor style changes

svn path=/trunk/; revision=75837

6 years ago[BTRFS]
Pierre Schweitzer [Thu, 14 Sep 2017 09:04:32 +0000 (09:04 +0000)]
[BTRFS]
Disable the MountMgr thread; given the current storage stack state, it's useless and can even cause troubles

CORE-13769

svn path=/trunk/; revision=75836

6 years ago[KMTESTS:MM]
Pierre Schweitzer [Wed, 13 Sep 2017 16:38:32 +0000 (16:38 +0000)]
[KMTESTS:MM]
Few tests for MmBuildMdlForNonPagedPool() I wrote earlier.
They all pass fine on ROS.

svn path=/trunk/; revision=75835

6 years ago[NTOSKRNL]
Pierre Schweitzer [Wed, 13 Sep 2017 16:13:21 +0000 (16:13 +0000)]
[NTOSKRNL]
Don't call MmBuildMdlForNonPagedPool in CcWriteVirtualAddress():
- BaseAddress comes from PagedPood
- Windows returns a locked MDL from paged pool
- See tests from r75833 that are getting fixed with that revision

This fixes assertions failures on BtrFS write.

CORE-13763
CORE-13769

svn path=/trunk/; revision=75834

6 years ago[KMTESTS:MM]
Pierre Schweitzer [Wed, 13 Sep 2017 11:53:56 +0000 (11:53 +0000)]
[KMTESTS:MM]
Add a test that shows that MDLs issued by Cc for paging IOs are not in the correct state (nor correctly allocated)

CORE-13769

svn path=/trunk/; revision=75833

6 years agoStub CoGetInterceptorFromTypeInfo for Firefox. (lets xul.dll to load)
Sylvain Petreolle [Tue, 12 Sep 2017 20:25:59 +0000 (20:25 +0000)]
Stub CoGetInterceptorFromTypeInfo for Firefox. (lets xul.dll to load)
CORE-12828

svn path=/trunk/; revision=75832

6 years ago[RAPPS]
Daniel Reimer [Mon, 11 Sep 2017 19:20:32 +0000 (19:20 +0000)]
[RAPPS]
ENOUGH!
CORE-13666 #resolve #comment Fixed forever!

svn path=/trunk/; revision=75831

6 years ago[RAPPS]
Sylvain Petreolle [Sun, 10 Sep 2017 23:44:22 +0000 (23:44 +0000)]
[RAPPS]
Include cleanup. Patch by sanchaez+small changes by me.

svn path=/trunk/; revision=75830

6 years ago[RAPPS]
Sylvain Petreolle [Sun, 10 Sep 2017 22:57:01 +0000 (22:57 +0000)]
[RAPPS]
Better place for a pch inclusion. Spotted by gigaherz

svn path=/trunk/; revision=75829

6 years ago[RAPPS]
Sylvain Petreolle [Sun, 10 Sep 2017 22:50:52 +0000 (22:50 +0000)]
[RAPPS]
Include rapps.h(pch) in unattended.h
Fixes GCC build.

svn path=/trunk/; revision=75828

6 years ago[RAPPS]
David Quintana [Sun, 10 Sep 2017 22:31:08 +0000 (22:31 +0000)]
[RAPPS]
* Fix linux build? maybe? please?

svn path=/trunk/; revision=75827

6 years agoMerge RAPPS improvements branch into trunk.
David Quintana [Sun, 10 Sep 2017 22:07:29 +0000 (22:07 +0000)]
Merge RAPPS improvements branch into trunk.

Contains the work done by sanchaez (Alexander Shaposhnikov) during GSoC 2017:
 * Better information in the application details view.
 * Bulk installation of multiple applications at once.
 * Command-line automation of installation (single and bulk).

(for more details, see the related blog posts)

TRANSLATORS: Many resources have been changed, and they are in need of review!

svn path=/trunk/; revision=75826

6 years ago* Fix svn merge-info confusion regarding this file. backups/GSoC_2017/rapps@75905
David Quintana [Sun, 10 Sep 2017 21:26:00 +0000 (21:26 +0000)]
* Fix svn merge-info confusion regarding this file.

svn path=/branches/GSoC_2017/rapps/; revision=75825

6 years ago[RAPPS] Stopped GCC whining (fixed GCC build)
Alexander Shaposhnikov [Sun, 10 Sep 2017 21:02:06 +0000 (21:02 +0000)]
[RAPPS] Stopped GCC whining (fixed GCC build)

svn path=/branches/GSoC_2017/rapps/; revision=75824