reactos.git
8 years ago[USER32_WINETEST]
Thomas Faber [Sun, 26 Jul 2015 09:11:08 +0000 (09:11 +0000)]
[USER32_WINETEST]
- Skip test_paintingloop instead of test_paint_messages? Grml
ROSTESTS-18

svn path=/trunk/; revision=68576

8 years ago[USER32_WINETEST]
Thomas Faber [Sun, 26 Jul 2015 08:41:13 +0000 (08:41 +0000)]
[USER32_WINETEST]
- Skip user32:msg_paint test_paint_messages if running on Windows in non-interactive mode. This should allow WHS-Testbot to get a bit further
ROSTESTS-185
ONLINE-441 ROSTESTS-184

svn path=/trunk/; revision=68575

8 years ago[KMTESTS:RTL]
Thomas Faber [Sun, 26 Jul 2015 08:05:07 +0000 (08:05 +0000)]
[KMTESTS:RTL]
- Fix build
CORE-9947

svn path=/trunk/; revision=68574

8 years ago[PSDK]
Thomas Faber [Sun, 26 Jul 2015 08:03:02 +0000 (08:03 +0000)]
[PSDK]
- Add support for intsafe signed Add functions
- Guard signed math in ENABLE_INTSAFE_SIGNED_FUNCTIONS
CORE-9947 #resolve

svn path=/trunk/; revision=68573

8 years ago[PSDK]
Thomas Faber [Sun, 26 Jul 2015 07:48:24 +0000 (07:48 +0000)]
[PSDK]
- intsafe: use the correct type to check overflow in DEFINE_SAFE_ADD
CORE-9946 #resolve

svn path=/trunk/; revision=68572

8 years ago[NTOSKRNL]
Eric Kohl [Sat, 25 Jul 2015 11:53:16 +0000 (11:53 +0000)]
[NTOSKRNL]
NtQuerySystemInformation:
- Windows Vista and later: Check the information class before probing the buffer.
- Pre-Vista Windows: Check the information class after probing the buffer.
- Pre-Vista Windows: Fixed the aligment check for invalid information classes.
- Pre-Vista Windows: The SystemFlagsInformation and SystemKernelDebuggerInformation classes return no required length in case of an error.
This fixes all ntdll_apitest:NtSystemInformation fails.

svn path=/trunk/; revision=68571

8 years ago[NTOSKRNL]
Eric Kohl [Sat, 25 Jul 2015 10:21:18 +0000 (10:21 +0000)]
[NTOSKRNL]
Revert r68346.
CORE-9933 #resolve

svn path=/trunk/; revision=68570

8 years ago[DIKPART]
Eric Kohl [Fri, 24 Jul 2015 20:02:56 +0000 (20:02 +0000)]
[DIKPART]
Implement the RESCAN command.

svn path=/trunk/; revision=68569

8 years ago[User32]
James Tabor [Fri, 24 Jul 2015 10:16:53 +0000 (10:16 +0000)]
[User32]
- Fix check menu item and preserve the calling ID. See CORE-9884.

svn path=/trunk/; revision=68568

8 years ago[MSPAINT_NEW] move hDrawingDC and mirror/rotate stuff to ImageModel
Benedikt Freisen [Thu, 23 Jul 2015 13:52:02 +0000 (13:52 +0000)]
[MSPAINT_NEW] move hDrawingDC and mirror/rotate stuff to ImageModel

svn path=/trunk/; revision=68566

8 years ago[MSPAINT_NEW]
Benedikt Freisen [Thu, 23 Jul 2015 13:11:54 +0000 (13:11 +0000)]
[MSPAINT_NEW]
- move bitmap and DC initialization to ImageModel
- remove unused global variables
- remove copy-pasta bug from SelectionModel::DrawSelection

svn path=/trunk/; revision=68565

8 years ago[README.WINE] Mark some modules as synced with Wine Staging 1.7.47. CORE-9924
Amine Khaldi [Thu, 23 Jul 2015 13:08:39 +0000 (13:08 +0000)]
[README.WINE] Mark some modules as synced with Wine Staging 1.7.47. CORE-9924

svn path=/trunk/; revision=68564

8 years ago[MSPAINT_NEW] initialize ImageModel member variables
Benedikt Freisen [Thu, 23 Jul 2015 07:48:32 +0000 (07:48 +0000)]
[MSPAINT_NEW] initialize ImageModel member variables

svn path=/trunk/; revision=68563

8 years ago[MSGINA]
Eric Kohl [Wed, 22 Jul 2015 20:28:51 +0000 (20:28 +0000)]
[MSGINA]
Show shutdown dialog at the logon screen if the user wants to shutdown. Patch by Jared Smudde.
CORE-9919 #resolve #comment Thanks a lot!

svn path=/trunk/; revision=68562

8 years ago[DBGHELP] Sync with Wine Staging 1.7.47. CORE-9924
Amine Khaldi [Wed, 22 Jul 2015 19:50:35 +0000 (19:50 +0000)]
[DBGHELP] Sync with Wine Staging 1.7.47. CORE-9924

svn path=/trunk/; revision=68561

8 years ago[WININET_WINETEST] Sync with Wine Staging 1.7.47. CORE-9924
Amine Khaldi [Wed, 22 Jul 2015 19:43:32 +0000 (19:43 +0000)]
[WININET_WINETEST] Sync with Wine Staging 1.7.47. CORE-9924

svn path=/trunk/; revision=68560

8 years ago[WININET] Sync with Wine Staging 1.7.47. CORE-9924
Amine Khaldi [Wed, 22 Jul 2015 19:43:18 +0000 (19:43 +0000)]
[WININET] Sync with Wine Staging 1.7.47. CORE-9924

svn path=/trunk/; revision=68559

8 years ago[WINHTTP_WINETEST] Sync with Wine Staging 1.7.47. CORE-9924
Amine Khaldi [Wed, 22 Jul 2015 19:39:37 +0000 (19:39 +0000)]
[WINHTTP_WINETEST] Sync with Wine Staging 1.7.47. CORE-9924

svn path=/trunk/; revision=68558

8 years ago[WINHTTP] Sync with Wine Staging 1.7.47. CORE-9924
Amine Khaldi [Wed, 22 Jul 2015 19:39:23 +0000 (19:39 +0000)]
[WINHTTP] Sync with Wine Staging 1.7.47. CORE-9924

svn path=/trunk/; revision=68557

8 years ago[COMDLG32_WINETEST] Sync with Wine Staging 1.7.47. CORE-9924
Amine Khaldi [Wed, 22 Jul 2015 19:35:36 +0000 (19:35 +0000)]
[COMDLG32_WINETEST] Sync with Wine Staging 1.7.47. CORE-9924

svn path=/trunk/; revision=68556

8 years ago[COMDLG32] Sync with Wine Staging 1.7.47. CORE-9924
Amine Khaldi [Wed, 22 Jul 2015 19:35:34 +0000 (19:35 +0000)]
[COMDLG32] Sync with Wine Staging 1.7.47. CORE-9924

svn path=/trunk/; revision=68555

8 years ago[COMCTL32_WINETEST] Sync with Wine Staging 1.7.47. CORE-9924
Amine Khaldi [Wed, 22 Jul 2015 19:30:52 +0000 (19:30 +0000)]
[COMCTL32_WINETEST] Sync with Wine Staging 1.7.47. CORE-9924

svn path=/trunk/; revision=68554

8 years ago[COMCTL32] Sync with Wine Staging 1.7.47. CORE-9924
Amine Khaldi [Wed, 22 Jul 2015 19:30:27 +0000 (19:30 +0000)]
[COMCTL32] Sync with Wine Staging 1.7.47. CORE-9924

svn path=/trunk/; revision=68553

8 years ago[CONFIGURE.CMD]
David Quintana [Wed, 22 Jul 2015 13:58:05 +0000 (13:58 +0000)]
[CONFIGURE.CMD]
Add a case for VSSolution generation with VS14. It DOES NOT WORK with the cmake version we use currently, but it's better to have the error rather than generating ninja files without warning.

svn path=/trunk/; revision=68551

8 years ago[XMLLITE_WINETEST] Sync with Wine Staging 1.7.47. CORE-9924
Amine Khaldi [Wed, 22 Jul 2015 00:49:37 +0000 (00:49 +0000)]
[XMLLITE_WINETEST] Sync with Wine Staging 1.7.47. CORE-9924

svn path=/trunk/; revision=68548

8 years ago[XMLLITE] Sync with Wine Staging 1.7.47. CORE-9924
Amine Khaldi [Wed, 22 Jul 2015 00:49:19 +0000 (00:49 +0000)]
[XMLLITE] Sync with Wine Staging 1.7.47. CORE-9924

svn path=/trunk/; revision=68547

8 years ago[WSHOM_WINETEST] Sync with Wine Staging 1.7.47. CORE-9924
Amine Khaldi [Wed, 22 Jul 2015 00:47:52 +0000 (00:47 +0000)]
[WSHOM_WINETEST] Sync with Wine Staging 1.7.47. CORE-9924

svn path=/trunk/; revision=68546

8 years ago[WSHOM.OCX] Sync with Wine Staging 1.7.47. CORE-9924
Amine Khaldi [Wed, 22 Jul 2015 00:47:35 +0000 (00:47 +0000)]
[WSHOM.OCX] Sync with Wine Staging 1.7.47. CORE-9924

svn path=/trunk/; revision=68545

8 years ago[WINDOWSCODECS_WINETEST] Sync with Wine Staging 1.7.47. CORE-9924
Amine Khaldi [Wed, 22 Jul 2015 00:45:50 +0000 (00:45 +0000)]
[WINDOWSCODECS_WINETEST] Sync with Wine Staging 1.7.47. CORE-9924

svn path=/trunk/; revision=68544

8 years ago[WINDOWSCODECS] Sync with Wine Staging 1.7.47. CORE-9924
Amine Khaldi [Wed, 22 Jul 2015 00:45:26 +0000 (00:45 +0000)]
[WINDOWSCODECS] Sync with Wine Staging 1.7.47. CORE-9924

svn path=/trunk/; revision=68543

8 years ago[WBEMPROX_WINETEST] Sync with Wine Staging 1.7.47. CORE-9924
Amine Khaldi [Wed, 22 Jul 2015 00:43:56 +0000 (00:43 +0000)]
[WBEMPROX_WINETEST] Sync with Wine Staging 1.7.47. CORE-9924

svn path=/trunk/; revision=68542

8 years ago[WBEMPROX] Sync with Wine Staging 1.7.47. CORE-9924
Amine Khaldi [Wed, 22 Jul 2015 00:43:39 +0000 (00:43 +0000)]
[WBEMPROX] Sync with Wine Staging 1.7.47. CORE-9924

svn path=/trunk/; revision=68541

8 years ago[WBEMDISP] Sync with Wine Staging 1.7.47. CORE-9924
Amine Khaldi [Wed, 22 Jul 2015 00:41:30 +0000 (00:41 +0000)]
[WBEMDISP] Sync with Wine Staging 1.7.47. CORE-9924

svn path=/trunk/; revision=68540

8 years ago[VERSION_WINETEST] Sync with Wine Staging 1.7.47. CORE-9924
Amine Khaldi [Wed, 22 Jul 2015 00:40:49 +0000 (00:40 +0000)]
[VERSION_WINETEST] Sync with Wine Staging 1.7.47. CORE-9924

svn path=/trunk/; revision=68539

8 years ago[VERSION] Sync with Wine Staging 1.7.47. CORE-9924
Amine Khaldi [Wed, 22 Jul 2015 00:40:38 +0000 (00:40 +0000)]
[VERSION] Sync with Wine Staging 1.7.47. CORE-9924

svn path=/trunk/; revision=68538

8 years ago[VBSCRIPT_WINETEST] Sync with Wine Staging 1.7.47. CORE-9924
Amine Khaldi [Wed, 22 Jul 2015 00:40:02 +0000 (00:40 +0000)]
[VBSCRIPT_WINETEST] Sync with Wine Staging 1.7.47. CORE-9924

svn path=/trunk/; revision=68537

8 years ago[VBSCRIPT] Sync with Wine Staging 1.7.47. CORE-9924
Amine Khaldi [Wed, 22 Jul 2015 00:39:49 +0000 (00:39 +0000)]
[VBSCRIPT] Sync with Wine Staging 1.7.47. CORE-9924

svn path=/trunk/; revision=68536

8 years ago[USP10_WINETEST] Sync with Wine Staging 1.7.47. CORE-9924
Amine Khaldi [Wed, 22 Jul 2015 00:38:30 +0000 (00:38 +0000)]
[USP10_WINETEST] Sync with Wine Staging 1.7.47. CORE-9924

svn path=/trunk/; revision=68535

8 years ago[URLMON_WINETEST] Sync with Wine Staging 1.7.47. CORE-9924
Amine Khaldi [Wed, 22 Jul 2015 00:37:31 +0000 (00:37 +0000)]
[URLMON_WINETEST] Sync with Wine Staging 1.7.47. CORE-9924

svn path=/trunk/; revision=68534

8 years ago[URLMON] Sync with Wine Staging 1.7.47. CORE-9924
Amine Khaldi [Wed, 22 Jul 2015 00:37:05 +0000 (00:37 +0000)]
[URLMON] Sync with Wine Staging 1.7.47. CORE-9924

svn path=/trunk/; revision=68533

8 years ago[D3DX9_24] => [D3DX9_43] Sync with Wine Staging 1.7.47. CORE-9924
Amine Khaldi [Wed, 22 Jul 2015 00:34:54 +0000 (00:34 +0000)]
[D3DX9_24] => [D3DX9_43] Sync with Wine Staging 1.7.47. CORE-9924

svn path=/trunk/; revision=68532

8 years ago[D3DCOMPILER_43] Sync with Wine Staging 1.7.47. CORE-9924
Amine Khaldi [Wed, 22 Jul 2015 00:32:43 +0000 (00:32 +0000)]
[D3DCOMPILER_43] Sync with Wine Staging 1.7.47. CORE-9924

svn path=/trunk/; revision=68531

8 years ago[D3D8][D3D9][DDRAW][WINED3D] Sync with Wine Staging 1.7.47. CORE-9924
Amine Khaldi [Tue, 21 Jul 2015 23:40:47 +0000 (23:40 +0000)]
[D3D8][D3D9][DDRAW][WINED3D] Sync with Wine Staging 1.7.47. CORE-9924

svn path=/trunk/; revision=68530

8 years ago[D3DRM_WINETEST] Sync with Wine Staging 1.7.47. CORE-9924
Amine Khaldi [Tue, 21 Jul 2015 23:33:35 +0000 (23:33 +0000)]
[D3DRM_WINETEST] Sync with Wine Staging 1.7.47. CORE-9924

svn path=/trunk/; revision=68529

8 years ago[D3DRM] Sync with Wine Staging 1.7.47. CORE-9924
Amine Khaldi [Tue, 21 Jul 2015 23:33:10 +0000 (23:33 +0000)]
[D3DRM] Sync with Wine Staging 1.7.47. CORE-9924
[PSDK] Update d3drm.h.

svn path=/trunk/; revision=68528

8 years ago[QUARTZ_WINETEST] Sync with Wine Staging 1.7.47. CORE-9924
Amine Khaldi [Tue, 21 Jul 2015 23:30:04 +0000 (23:30 +0000)]
[QUARTZ_WINETEST] Sync with Wine Staging 1.7.47. CORE-9924

svn path=/trunk/; revision=68527

8 years ago[QUARTZ] Sync with Wine Staging 1.7.47. CORE-9924
Amine Khaldi [Tue, 21 Jul 2015 23:29:47 +0000 (23:29 +0000)]
[QUARTZ] Sync with Wine Staging 1.7.47. CORE-9924

svn path=/trunk/; revision=68526

8 years ago[MSDMO] Sync with Wine Staging 1.7.47. CORE-9924
Amine Khaldi [Tue, 21 Jul 2015 23:28:13 +0000 (23:28 +0000)]
[MSDMO] Sync with Wine Staging 1.7.47. CORE-9924

svn path=/trunk/; revision=68525

8 years ago[DXGI] Sync with Wine Staging 1.7.47. CORE-9924
Amine Khaldi [Tue, 21 Jul 2015 23:27:21 +0000 (23:27 +0000)]
[DXGI] Sync with Wine Staging 1.7.47. CORE-9924

svn path=/trunk/; revision=68524

8 years ago[DXDIAGN_WINETEST] Sync with Wine Staging 1.7.47. CORE-9924
Amine Khaldi [Tue, 21 Jul 2015 23:25:58 +0000 (23:25 +0000)]
[DXDIAGN_WINETEST] Sync with Wine Staging 1.7.47. CORE-9924

svn path=/trunk/; revision=68523

8 years ago[DXDIAGN] Sync with Wine Staging 1.7.47. CORE-9924
Amine Khaldi [Tue, 21 Jul 2015 23:25:41 +0000 (23:25 +0000)]
[DXDIAGN] Sync with Wine Staging 1.7.47. CORE-9924

svn path=/trunk/; revision=68522

8 years ago[DMUSIC] Sync with Wine Staging 1.7.47. CORE-9924
Amine Khaldi [Tue, 21 Jul 2015 23:24:15 +0000 (23:24 +0000)]
[DMUSIC] Sync with Wine Staging 1.7.47. CORE-9924

svn path=/trunk/; revision=68521

8 years ago[DINPUT_WINETEST] Sync with Wine Staging 1.7.47. CORE-9924
Amine Khaldi [Tue, 21 Jul 2015 23:23:09 +0000 (23:23 +0000)]
[DINPUT_WINETEST] Sync with Wine Staging 1.7.47. CORE-9924

svn path=/trunk/; revision=68520

8 years ago[DINPUT] Sync with Wine Staging 1.7.47. CORE-9924
Amine Khaldi [Tue, 21 Jul 2015 23:22:55 +0000 (23:22 +0000)]
[DINPUT] Sync with Wine Staging 1.7.47. CORE-9924

svn path=/trunk/; revision=68519

8 years ago[DEVENUM] Sync with Wine Staging 1.7.47. CORE-9924
Amine Khaldi [Tue, 21 Jul 2015 23:21:01 +0000 (23:21 +0000)]
[DEVENUM] Sync with Wine Staging 1.7.47. CORE-9924

svn path=/trunk/; revision=68518

8 years ago[D3DXOF] Sync with Wine Staging 1.7.47. CORE-9924
Amine Khaldi [Tue, 21 Jul 2015 23:19:30 +0000 (23:19 +0000)]
[D3DXOF] Sync with Wine Staging 1.7.47. CORE-9924

svn path=/trunk/; revision=68517

8 years ago[AMSTREAM_WINETEST] Sync with Wine Staging 1.7.47. CORE-9924
Amine Khaldi [Tue, 21 Jul 2015 23:17:52 +0000 (23:17 +0000)]
[AMSTREAM_WINETEST] Sync with Wine Staging 1.7.47. CORE-9924

svn path=/trunk/; revision=68516

8 years ago[AMSTREAM] Sync with Wine Staging 1.7.47. CORE-9924
Amine Khaldi [Tue, 21 Jul 2015 23:17:39 +0000 (23:17 +0000)]
[AMSTREAM] Sync with Wine Staging 1.7.47. CORE-9924

svn path=/trunk/; revision=68515

8 years ago[INETCPL] Let the default homepage be our website.
Amine Khaldi [Tue, 21 Jul 2015 23:16:24 +0000 (23:16 +0000)]
[INETCPL] Let the default homepage be our website.

svn path=/trunk/; revision=68514

8 years ago[INETCPL] Sync with Wine Staging 1.7.47. CORE-9924
Amine Khaldi [Tue, 21 Jul 2015 23:07:30 +0000 (23:07 +0000)]
[INETCPL] Sync with Wine Staging 1.7.47. CORE-9924

svn path=/trunk/; revision=68513

8 years ago[DXSDK] Add missing D3DXDisassembleEffect declaration.
Amine Khaldi [Tue, 21 Jul 2015 23:06:36 +0000 (23:06 +0000)]
[DXSDK] Add missing D3DXDisassembleEffect declaration.

svn path=/trunk/; revision=68512

8 years agoForgot to commit this file.
Aleksandar Andrejevic [Tue, 21 Jul 2015 00:49:11 +0000 (00:49 +0000)]
Forgot to commit this file.

svn path=/trunk/; revision=68509

8 years ago[NTVDM]
Aleksandar Andrejevic [Tue, 21 Jul 2015 00:46:12 +0000 (00:46 +0000)]
[NTVDM]
Start implementing VESA BIOS Extensions (VBE) for our emulated
Cirrus Logic CL-GD5434.

svn path=/trunk/; revision=68508

8 years ago[WTSAPI32] Sync with Wine Staging 1.7.47. CORE-9924
Amine Khaldi [Mon, 20 Jul 2015 23:03:32 +0000 (23:03 +0000)]
[WTSAPI32] Sync with Wine Staging 1.7.47. CORE-9924

svn path=/trunk/; revision=68507

8 years ago[WINSCARD] Sync with Wine Staging 1.7.47. CORE-9924
Amine Khaldi [Mon, 20 Jul 2015 23:02:36 +0000 (23:02 +0000)]
[WINSCARD] Sync with Wine Staging 1.7.47. CORE-9924

svn path=/trunk/; revision=68506

8 years ago[WINEMP3.ACM] Sync with Wine Staging 1.7.47. CORE-9924
Amine Khaldi [Mon, 20 Jul 2015 23:01:25 +0000 (23:01 +0000)]
[WINEMP3.ACM] Sync with Wine Staging 1.7.47. CORE-9924

svn path=/trunk/; revision=68505

8 years ago[TWAIN_32_WINETEST] Sync with Wine Staging 1.7.47. CORE-9924
Amine Khaldi [Mon, 20 Jul 2015 23:00:00 +0000 (23:00 +0000)]
[TWAIN_32_WINETEST] Sync with Wine Staging 1.7.47. CORE-9924

svn path=/trunk/; revision=68504

8 years ago[USP10] Sync with Wine Staging 1.7.47. CORE-9924
Amine Khaldi [Mon, 20 Jul 2015 22:59:38 +0000 (22:59 +0000)]
[USP10] Sync with Wine Staging 1.7.47. CORE-9924

svn path=/trunk/; revision=68503

8 years ago[SHLWAPI_WINETEST] Sync with Wine Staging 1.7.47. CORE-9924
Amine Khaldi [Mon, 20 Jul 2015 22:58:24 +0000 (22:58 +0000)]
[SHLWAPI_WINETEST] Sync with Wine Staging 1.7.47. CORE-9924

svn path=/trunk/; revision=68502

8 years ago[SHLWAPI] Sync with Wine Staging 1.7.47. CORE-9924
Amine Khaldi [Mon, 20 Jul 2015 22:57:09 +0000 (22:57 +0000)]
[SHLWAPI] Sync with Wine Staging 1.7.47. CORE-9924

svn path=/trunk/; revision=68501

8 years ago[SHDOCVW] Sync with Wine Staging 1.7.47. CORE-9924
Amine Khaldi [Mon, 20 Jul 2015 22:56:16 +0000 (22:56 +0000)]
[SHDOCVW] Sync with Wine Staging 1.7.47. CORE-9924

svn path=/trunk/; revision=68500

8 years ago[SCRRUN_WINETEST] Sync with Wine Staging 1.7.47. CORE-9924
Amine Khaldi [Mon, 20 Jul 2015 22:55:40 +0000 (22:55 +0000)]
[SCRRUN_WINETEST] Sync with Wine Staging 1.7.47. CORE-9924

svn path=/trunk/; revision=68499

8 years ago[SCRRUN] Sync with Wine Staging 1.7.47. CORE-9924
Amine Khaldi [Mon, 20 Jul 2015 22:55:19 +0000 (22:55 +0000)]
[SCRRUN] Sync with Wine Staging 1.7.47. CORE-9924

svn path=/trunk/; revision=68498

8 years ago[RSAENH] Sync with Wine Staging 1.7.47. CORE-9924
Amine Khaldi [Mon, 20 Jul 2015 22:54:41 +0000 (22:54 +0000)]
[RSAENH] Sync with Wine Staging 1.7.47. CORE-9924

svn path=/trunk/; revision=68497

8 years ago[RICHED20_WINETEST] Sync with Wine Staging 1.7.47. CORE-9924
Amine Khaldi [Mon, 20 Jul 2015 22:53:56 +0000 (22:53 +0000)]
[RICHED20_WINETEST] Sync with Wine Staging 1.7.47. CORE-9924

svn path=/trunk/; revision=68496

8 years ago[RICHED20] Sync with Wine Staging 1.7.47. CORE-9924
Amine Khaldi [Mon, 20 Jul 2015 22:53:23 +0000 (22:53 +0000)]
[RICHED20] Sync with Wine Staging 1.7.47. CORE-9924

svn path=/trunk/; revision=68495

8 years ago[RASAPI32_WINETEST] Sync with Wine Staging 1.7.47. CORE-9924
Amine Khaldi [Mon, 20 Jul 2015 22:52:14 +0000 (22:52 +0000)]
[RASAPI32_WINETEST] Sync with Wine Staging 1.7.47. CORE-9924

svn path=/trunk/; revision=68494

8 years ago[RASAPI32] Sync with Wine Staging 1.7.47. CORE-9924
Amine Khaldi [Mon, 20 Jul 2015 22:50:34 +0000 (22:50 +0000)]
[RASAPI32] Sync with Wine Staging 1.7.47. CORE-9924

svn path=/trunk/; revision=68493

8 years ago[QMGRPRXY] Sync with Wine Staging 1.7.47. CORE-9924
Amine Khaldi [Mon, 20 Jul 2015 22:49:30 +0000 (22:49 +0000)]
[QMGRPRXY] Sync with Wine Staging 1.7.47. CORE-9924

svn path=/trunk/; revision=68492

8 years ago[QMGR_WINETEST] Sync with Wine Staging 1.7.47. CORE-9924
Amine Khaldi [Mon, 20 Jul 2015 22:48:46 +0000 (22:48 +0000)]
[QMGR_WINETEST] Sync with Wine Staging 1.7.47. CORE-9924

svn path=/trunk/; revision=68491

8 years ago[QMGR] Sync with Wine Staging 1.7.47. CORE-9924
Amine Khaldi [Mon, 20 Jul 2015 22:48:28 +0000 (22:48 +0000)]
[QMGR] Sync with Wine Staging 1.7.47. CORE-9924

svn path=/trunk/; revision=68490

8 years ago[OLEDLG_WINETEST] Import from Wine Staging 1.7.47. CORE-9924
Amine Khaldi [Mon, 20 Jul 2015 22:46:22 +0000 (22:46 +0000)]
[OLEDLG_WINETEST] Import from Wine Staging 1.7.47. CORE-9924

svn path=/trunk/; revision=68489

8 years ago[OLEDLG] Sync with Wine Staging 1.7.47. CORE-9924
Amine Khaldi [Mon, 20 Jul 2015 22:45:19 +0000 (22:45 +0000)]
[OLEDLG] Sync with Wine Staging 1.7.47. CORE-9924

svn path=/trunk/; revision=68488

8 years ago[OLEAUT32_WINETEST] Sync with Wine Staging 1.7.47. CORE-9924
Amine Khaldi [Mon, 20 Jul 2015 22:44:40 +0000 (22:44 +0000)]
[OLEAUT32_WINETEST] Sync with Wine Staging 1.7.47. CORE-9924

svn path=/trunk/; revision=68487

8 years ago[OLEAUT32] Sync with Wine Staging 1.7.47. CORE-9924
Amine Khaldi [Mon, 20 Jul 2015 22:44:15 +0000 (22:44 +0000)]
[OLEAUT32] Sync with Wine Staging 1.7.47. CORE-9924

svn path=/trunk/; revision=68486

8 years ago[C++]
Thomas Faber [Mon, 20 Jul 2015 22:35:06 +0000 (22:35 +0000)]
[C++]
- Make <cmath> functions available in top-level namespace. Fixes stlport build with VS2015.
- Remove unused __cmath_power and __pow_helper

svn path=/trunk/; revision=68485

8 years ago[OLEACC_WINETEST] Sync with Wine Staging 1.7.47. CORE-9924
Amine Khaldi [Mon, 20 Jul 2015 21:52:30 +0000 (21:52 +0000)]
[OLEACC_WINETEST] Sync with Wine Staging 1.7.47. CORE-9924

svn path=/trunk/; revision=68484

8 years ago[OLEACC] Sync with Wine Staging 1.7.47. CORE-9924
Amine Khaldi [Mon, 20 Jul 2015 21:52:13 +0000 (21:52 +0000)]
[OLEACC] Sync with Wine Staging 1.7.47. CORE-9924

svn path=/trunk/; revision=68483

8 years ago[PSDK] Add GetFileVersionInfoSizeEx{A,W} definitions.
Amine Khaldi [Mon, 20 Jul 2015 21:50:59 +0000 (21:50 +0000)]
[PSDK] Add GetFileVersionInfoSizeEx{A,W} definitions.

svn path=/trunk/; revision=68482

8 years ago[PSDK] Update oleacc.idl CORE-9924
Amine Khaldi [Mon, 20 Jul 2015 21:46:05 +0000 (21:46 +0000)]
[PSDK] Update oleacc.idl CORE-9924

svn path=/trunk/; revision=68481

8 years ago[PSDK] Update wincodec.idl CORE-9924
Amine Khaldi [Mon, 20 Jul 2015 21:43:12 +0000 (21:43 +0000)]
[PSDK] Update wincodec.idl CORE-9924

svn path=/trunk/; revision=68480

8 years ago[PSDK] Import bits2_{0,5}.idl from Wine Staging 1.7.47. CORE-9924
Amine Khaldi [Mon, 20 Jul 2015 21:40:05 +0000 (21:40 +0000)]
[PSDK] Import bits2_{0,5}.idl from Wine Staging 1.7.47. CORE-9924

svn path=/trunk/; revision=68479

8 years ago[PSDK] Update urlmon.idl. CORE-9924
Amine Khaldi [Mon, 20 Jul 2015 21:34:01 +0000 (21:34 +0000)]
[PSDK] Update urlmon.idl. CORE-9924

svn path=/trunk/; revision=68478

8 years ago[PSDK] Update tom.idl. CORE-9924
Amine Khaldi [Mon, 20 Jul 2015 21:25:42 +0000 (21:25 +0000)]
[PSDK] Update tom.idl. CORE-9924

svn path=/trunk/; revision=68477

8 years ago[Win32k]
James Tabor [Mon, 20 Jul 2015 19:58:11 +0000 (19:58 +0000)]
[Win32k]
- Add ellipsis to the caption text if the window size is reduced. See CORE-9474, it can use more tweaks.
- Also after all this, DefWndNCPaint can soon be moved into Win32k, draw.c in already in. This could help with caption redrawing while moving the window.

svn path=/trunk/; revision=68476

8 years ago[DISKPART]
Eric Kohl [Mon, 20 Jul 2015 19:47:08 +0000 (19:47 +0000)]
[DISKPART]
Speed up the interpreter a bit. Patch by Lee Schroeder.
CORE-9925 #resolve #comment Thank's a lot!

svn path=/trunk/; revision=68475

8 years ago[Win32k]
James Tabor [Mon, 20 Jul 2015 19:34:35 +0000 (19:34 +0000)]
[Win32k]
- Improve painting messages, separated functions and dual functions for isolating drawing issues. Next thing to do is fix Set Window Position; Still no SWP_FRAMECHANGED support.
- See CORE-7447 for test results.

svn path=/trunk/; revision=68474

8 years ago[DISKPART]
Eric Kohl [Mon, 20 Jul 2015 19:17:06 +0000 (19:17 +0000)]
[DISKPART]
- Use the partition list code from usetup. Scan all harddisks at startup and keep the list alive as long as diskpart is running.
- Use the partiton list in the 'select disk' and 'list disk' commands.
- Implement the 'list disk' and 'list partition' commmands.
- Add required strings.

svn path=/trunk/; revision=68473

8 years ago[OLE32_WINETEST] Sync with Wine Staging 1.7.47. CORE-9924
Amine Khaldi [Sun, 19 Jul 2015 23:12:15 +0000 (23:12 +0000)]
[OLE32_WINETEST] Sync with Wine Staging 1.7.47. CORE-9924

svn path=/trunk/; revision=68470

8 years ago[OLE32] Sync with Wine Staging 1.7.47. CORE-9924
Amine Khaldi [Sun, 19 Jul 2015 23:10:53 +0000 (23:10 +0000)]
[OLE32] Sync with Wine Staging 1.7.47. CORE-9924

svn path=/trunk/; revision=68469