reactos.git
7 years ago[NTOS:KD64]
Kamil Hornicek [Mon, 20 Mar 2017 10:21:11 +0000 (10:21 +0000)]
[NTOS:KD64]
- Fix a copy-pasta.
- Spotted by Sumanai. Thanks!
CORE-12952

svn path=/trunk/; revision=74210

7 years ago[RAPPS]
Kamil Hornicek [Sun, 19 Mar 2017 22:27:59 +0000 (22:27 +0000)]
[RAPPS]
- Add a custom build of the Mesa 3D Graphics Library. This build contains mesa, gallium and llvmpipe. It provides an enormous performance boost over the software implementation present in opengl32.
- This is meant for platforms with missing, outdated or broken HW OpenGl acceleration.
- Thanks Daniel for helping with the Rapps stuff!

svn path=/trunk/; revision=74209

7 years ago[OPENGLCFG]
Kamil Hornicek [Sun, 19 Mar 2017 22:20:51 +0000 (22:20 +0000)]
[OPENGLCFG]
- Add a simple applet to set a custom OGL ICD or force the use of the built in software implementation.
- It can be used to set the DEBUGCHANNEL to +opengl,+wgl to make obtaining debug info more user friendly.

svn path=/trunk/; revision=74208

7 years ago[OPENGL32]
Kamil Hornicek [Sun, 19 Mar 2017 22:15:58 +0000 (22:15 +0000)]
[OPENGL32]
Disclaimer: This code is ReactOS specific and is the complete opposite of what Windows does (tm):
- Add the option to override the default OpenGL driver by a custom driver or to force the use of the built-in software implementation.
- This will allow some more flexibility when running games / apps that depend on OGL.
- This code needs a special entry in the registry so opengl32 behaves as usual by default.

svn path=/trunk/; revision=74207

7 years ago[FREETYPE] Update to v2.7.1. Patch by Katayama Hirofumi MZ, verified by me. CORE...
Amine Khaldi [Sun, 19 Mar 2017 17:53:42 +0000 (17:53 +0000)]
[FREETYPE] Update to v2.7.1. Patch by Katayama Hirofumi MZ, verified by me. CORE-12949

svn path=/trunk/; revision=74206

7 years ago[VERSION_WINETEST] Sync with Wine Staging 2.2. CORE-12823
Amine Khaldi [Sun, 19 Mar 2017 17:23:26 +0000 (17:23 +0000)]
[VERSION_WINETEST] Sync with Wine Staging 2.2. CORE-12823

svn path=/trunk/; revision=74205

7 years ago[PSDK] Import verrsrc.h and update winver.h accordingly. CORE-12823
Amine Khaldi [Sun, 19 Mar 2017 17:22:09 +0000 (17:22 +0000)]
[PSDK] Import verrsrc.h and update winver.h accordingly. CORE-12823

svn path=/trunk/; revision=74204

7 years ago[VERSION] Sync with Wine Staging 2.2. CORE-12823
Amine Khaldi [Sun, 19 Mar 2017 17:16:33 +0000 (17:16 +0000)]
[VERSION] Sync with Wine Staging 2.2. CORE-12823

8e1335b version: Ignore flag values in Ex functions.

svn path=/trunk/; revision=74203

7 years ago[AT]
Eric Kohl [Sun, 19 Mar 2017 17:15:59 +0000 (17:15 +0000)]
[AT]
- Replace ARRAYSIZE() by _countof().
- Implement parsing of days per month schedule information for the /every and /next options.
- Print days per month schedule information.

svn path=/trunk/; revision=74202

7 years ago[WINTRUST_WINETEST] Sync with Wine Staging 2.2. CORE-12823
Amine Khaldi [Sun, 19 Mar 2017 17:12:49 +0000 (17:12 +0000)]
[WINTRUST_WINETEST] Sync with Wine Staging 2.2. CORE-12823

svn path=/trunk/; revision=74201

7 years ago[PSDK] Update wintrust.h. CORE-12823
Amine Khaldi [Sun, 19 Mar 2017 17:11:45 +0000 (17:11 +0000)]
[PSDK] Update wintrust.h. CORE-12823

svn path=/trunk/; revision=74200

7 years ago[WINTRUST] Sync with Wine Staging 2.2. CORE-12823
Amine Khaldi [Sun, 19 Mar 2017 17:09:31 +0000 (17:09 +0000)]
[WINTRUST] Sync with Wine Staging 2.2. CORE-12823

e141d4a wintrust: Use return value of sprintf() instead of calling strlen().

svn path=/trunk/; revision=74199

7 years ago[WINHTTP_WINETEST] Sync with Wine Staging 2.2. CORE-12823
Amine Khaldi [Sun, 19 Mar 2017 17:05:35 +0000 (17:05 +0000)]
[WINHTTP_WINETEST] Sync with Wine Staging 2.2. CORE-12823

svn path=/trunk/; revision=74198

7 years ago[WINHTTP] Sync with Wine Staging 2.2. CORE-12823
Amine Khaldi [Sun, 19 Mar 2017 17:04:32 +0000 (17:04 +0000)]
[WINHTTP] Sync with Wine Staging 2.2. CORE-12823

6053db9 winhttp: Fix handling of Accept headers.
c43dd19 winhttp: Add __WINE_ALLOC_SIZE attributes to heap_xxx() functions.
5b9beca winhttp: Fix some spec file entries.
542998e winhttp: Accept NULL buffer for size queries in WinHttpCreateUrl.
ec35394 winhttp: Handle EINTR from connect and poll.
613e239 winhttp: Use return value of sprintf() instead of calling strlen() and simplify code.

svn path=/trunk/; revision=74197

7 years ago[URLMON_WINETEST] Sync with Wine Staging 2.2. CORE-12823
Amine Khaldi [Sun, 19 Mar 2017 16:58:47 +0000 (16:58 +0000)]
[URLMON_WINETEST] Sync with Wine Staging 2.2. CORE-12823

svn path=/trunk/; revision=74196

7 years ago[URLMON] Sync with Wine Staging 2.2. CORE-12823
Amine Khaldi [Sun, 19 Mar 2017 16:57:50 +0000 (16:57 +0000)]
[URLMON] Sync with Wine Staging 2.2. CORE-12823

1b04cf1 urlmon: Remove 'stub' from implemented functions trace message.
8f23a89 urlmon: Fix FindMimeFromData spec file entry.
32671b1 urlmon: Added Seek implementations for streams using cache file.
aa2ed73 urlmon: Correctly handle INTERNET_STATUS_REQUEST_COMPLETE notification with no data available.
22b4599 urlmon: Fix buffer overflow in parse_canonicalize.

svn path=/trunk/; revision=74195

7 years ago[USP10_WINETEST] Sync with Wine Staging 2.2. CORE-12823
Amine Khaldi [Sun, 19 Mar 2017 16:54:04 +0000 (16:54 +0000)]
[USP10_WINETEST] Sync with Wine Staging 2.2. CORE-12823

svn path=/trunk/; revision=74194

7 years ago[USP10] Sync with Wine Staging 2.2. CORE-12823
Amine Khaldi [Sun, 19 Mar 2017 16:53:04 +0000 (16:53 +0000)]
[USP10] Sync with Wine Staging 2.2. CORE-12823

d00f731 usp10: Itemise ZWSP like ZWNJ and ZWJ.
721fbf6 usp10: Explicitly check for zero-width control characters in ScriptShapeOpenType().
7e6a4b2 usp10: Fix LB27 rule that should check for prefix, not suffix.
c4626bb usp10: Fixed LB30 condition, breaking after CP class.
0c14195 usp10: Apply 'ccmp' before Arabic contextual shaping.
e2d4cf9 usp10: Fix next index for RTL MultipleSubst.
0401bdf usp10: Change GSUB_E_NOGLYPH value.
10e9adf usp10: Fix Contextual Shaping for Languages with RTL write order.
961e1e6 usp10: Fix ScriptRecordDigitSubstitution spec file entry.
aae5a83 usp10: Implement Chaining Context Substitution Format 2: Class-based Chaining Context Glyph Substitution.
b98a70a usp10: Implement Contextual Positioning Subtable: Format 2.
5e6b2c0 usp10: Implement GSUB Context Substitution types 1 and 2.
c705eca usp10: A spelling fix in a comment.

svn path=/trunk/; revision=74193

7 years ago[AT]
Eric Kohl [Sun, 19 Mar 2017 00:43:26 +0000 (00:43 +0000)]
[AT]
Fix duplicate resource string.

svn path=/trunk/; revision=74192

7 years agoimport EGA palette fix from Wine
Sebastian Gasiorek [Sun, 19 Mar 2017 00:35:48 +0000 (00:35 +0000)]
import EGA palette fix from Wine

svn path=/trunk/; revision=74191

7 years ago[AT]
Eric Kohl [Sun, 19 Mar 2017 00:11:31 +0000 (00:11 +0000)]
[AT]
Implement the AT command:
- The /every and /next options are not supported yet.
- The 12 hour time format cannot be parsed yet.

svn path=/trunk/; revision=74190

7 years ago[MUP]
Pierre Schweitzer [Sat, 18 Mar 2017 14:03:45 +0000 (14:03 +0000)]
[MUP]
Properly define magic values for CCB and DFS

svn path=/trunk/; revision=74189

7 years ago[USETUP] Split font substitution settings for CJK languages. Patch by Katayama Hirofu...
Mark Jansen [Sat, 18 Mar 2017 13:28:57 +0000 (13:28 +0000)]
[USETUP] Split font substitution settings for CJK languages. Patch by Katayama Hirofumi MZ. CORE-9615

svn path=/trunk/; revision=74188

7 years ago[APPLICATIONS/SYSUTILS] Add a font substitutes editor. Patch by Katayama Hirofumi...
Mark Jansen [Sat, 18 Mar 2017 13:01:18 +0000 (13:01 +0000)]
[APPLICATIONS/SYSUTILS] Add a font substitutes editor. Patch by Katayama Hirofumi MZ. CORE-12749 #resolve #comment Thanks!

svn path=/trunk/; revision=74187

7 years ago[REGEDIT] Fix regedit not showing it's main window when loading view settings fail...
Mark Jansen [Sat, 18 Mar 2017 12:54:43 +0000 (12:54 +0000)]
[REGEDIT] Fix regedit not showing it's main window when loading view settings fail. CORE-12749

svn path=/trunk/; revision=74186

7 years ago[SDK] Add WM_CONTEXTMENU handler to WindowsX.h CORE-12749
Mark Jansen [Sat, 18 Mar 2017 12:24:16 +0000 (12:24 +0000)]
[SDK] Add WM_CONTEXTMENU handler to WindowsX.h CORE-12749

svn path=/trunk/; revision=74185

7 years ago[BOOTLIB]
Thomas Faber [Fri, 17 Mar 2017 14:11:03 +0000 (14:11 +0000)]
[BOOTLIB]
- Avoid an uninitialized variable in BlpDisplayReinitialize. Patch by Victor Martinez Calvo. CID 1363648.
CORE-11692 #resolve

svn path=/trunk/; revision=74184

7 years ago[FONTVIEW]
Eric Kohl [Thu, 16 Mar 2017 23:36:08 +0000 (23:36 +0000)]
[FONTVIEW]
Implement fontview /p parameter support.
Patch by amber. Patch was slightly modified by me in order to open the print dialog automatically.
CORE-12944 #resolve #comment Thanks a lot!

svn path=/trunk/; revision=74183

7 years ago[DXG] Implement DxDdCanCreateSurface and DxDdCanCreateD3DBuffer. Reorganisation of...
Sebastian Gasiorek [Thu, 16 Mar 2017 14:37:27 +0000 (14:37 +0000)]
[DXG] Implement DxDdCanCreateSurface and DxDdCanCreateD3DBuffer. Reorganisation of code - put functions in the same filenames as in ntddraw CORE-4490

svn path=/trunk/; revision=74181

7 years ago[DXG] implement DxDdGetDriverInfo, DxDdQueryDirectDrawObject, DxDdReenableDirectDrawO...
Sebastian Gasiorek [Thu, 16 Mar 2017 12:20:36 +0000 (12:20 +0000)]
[DXG] implement DxDdGetDriverInfo, DxDdQueryDirectDrawObject, DxDdReenableDirectDrawObject, fix DirectDrawLocal assignment in intDdCreateDirectDrawLocal CORE-4490

svn path=/trunk/; revision=74180

7 years ago[DXG] DdHmgLock - use PLONG instead of PBYTE.
Sebastian Gasiorek [Thu, 16 Mar 2017 09:59:15 +0000 (09:59 +0000)]
[DXG] DdHmgLock - use PLONG instead of PBYTE.

svn path=/trunk/; revision=74179

7 years ago[WIN32SS] Improve font substitutes by adding support for charset + loading the substi...
Mark Jansen [Wed, 15 Mar 2017 20:38:45 +0000 (20:38 +0000)]
[WIN32SS] Improve font substitutes by adding support for charset + loading the substitutes at boot. Patch by Katayama Hirofumi MZ. CORE-12902 #resolve #comment Thanks!

svn path=/trunk/; revision=74178

7 years ago[ATL][ATL_APITEST] Allow CString to be initialized with a resource ID + add tests...
Mark Jansen [Wed, 15 Mar 2017 19:17:44 +0000 (19:17 +0000)]
[ATL][ATL_APITEST] Allow CString to be initialized with a resource ID + add tests for this. Patch by Katayama Hirofumi MZ. CORE-12917 #resolve #comment Thanks!

svn path=/trunk/; revision=74177

7 years ago[IoCsq]
Ged Murphy [Wed, 15 Mar 2017 18:01:54 +0000 (18:01 +0000)]
[IoCsq]
- Clean up the DriverContext that was dirtied by the CSQ
The do while(0) thing feels a bit weird. I can only assume it was done so a 'break' will unlock before returning.

svn path=/trunk/; revision=74176

7 years ago[EXPLORER] Show the notification settings dialog from it's context menu entry
Robert Naumann [Wed, 15 Mar 2017 15:08:39 +0000 (15:08 +0000)]
[EXPLORER] Show the notification settings dialog from it's context menu entry

svn path=/trunk/; revision=74175

7 years ago[DXG] replace EngDeleteSemaphore with EngReleaseSemaphore in DdHmgLock! CORE-4490
Sebastian Gasiorek [Wed, 15 Mar 2017 14:16:00 +0000 (14:16 +0000)]
[DXG] replace EngDeleteSemaphore with EngReleaseSemaphore in DdHmgLock! CORE-4490

svn path=/trunk/; revision=74174

7 years ago[ROSBE]
Daniel Reimer [Wed, 15 Mar 2017 07:55:11 +0000 (07:55 +0000)]
[ROSBE]
Update RosBE in RAPPS too.

svn path=/trunk/; revision=74173

7 years ago[NDK]: No, the NDK applications do not have to use UNICODE.
Hermès Bélusca-Maïto [Wed, 15 Mar 2017 00:06:42 +0000 (00:06 +0000)]
[NDK]: No, the NDK applications do not have to use UNICODE.
Indeed the RTL/NDK/whatever always explicitely uses ANSI and/or UNICODE string types where needed (and do not depend on tchar.h stuff).
It is up to the given application to explicitely specify (in its CMakeLists.txt or elsewhere) whether it wants to define UNICODE or not.
--> Fix the problem of having the UNICODE define magically being defined after including some NDK header.

[DNSAPI][USER32_APITEST]: Explicitely use UNICODE functions where needed (and as was already done in other parts of the code).

svn path=/trunk/; revision=74172

7 years ago[DXG] Implement DxDdCreateDirectDrawObject and update DdHmgAlloc CORE-4490
Sebastian Gasiorek [Tue, 14 Mar 2017 23:05:49 +0000 (23:05 +0000)]
[DXG] Implement DxDdCreateDirectDrawObject and update DdHmgAlloc CORE-4490

svn path=/trunk/; revision=74171

7 years ago[DXG] Implement DxDdEnableDirectDraw CORE-4490
Sebastian Gasiorek [Tue, 14 Mar 2017 19:45:23 +0000 (19:45 +0000)]
[DXG] Implement DxDdEnableDirectDraw CORE-4490
[NTDDRAW] Enable DxEGShDevData_hSpooler and DxEGShDevData_ldev in DxEngGetHdevData CORE-7733

svn path=/trunk/; revision=74170

7 years ago[GDI] Windows puts DeviceObject to hSpooler field when it is graphics device. CORE...
Sebastian Gasiorek [Tue, 14 Mar 2017 19:13:19 +0000 (19:13 +0000)]
[GDI] Windows puts DeviceObject to hSpooler field when it is graphics device. CORE-7733 CORE-4490

svn path=/trunk/; revision=74169

7 years ago[EXPLORER] Now that CORE-10575 is correctly fixed, delete the old and obsolete start...
Robert Naumann [Tue, 14 Mar 2017 15:08:11 +0000 (15:08 +0000)]
[EXPLORER] Now that CORE-10575 is correctly fixed, delete the old and obsolete start icon. Final part of CORE-10030

svn path=/trunk/; revision=74168

7 years ago[NTOS:IO]
Eric Kohl [Mon, 13 Mar 2017 21:23:15 +0000 (21:23 +0000)]
[NTOS:IO]
IopGetDeviceRelations:
- Use captured parameters to probe for write.
- Do not check IopInitiatePnpIrp for STATUS_PENDING.

svn path=/trunk/; revision=74167

7 years ago[EXPLORER} -Cleanup some code that I forgot in the previous commit.
Giannis Adamopoulos [Mon, 13 Mar 2017 21:21:50 +0000 (21:21 +0000)]
[EXPLORER} -Cleanup some code that I forgot in the previous commit.

svn path=/trunk/; revision=74166

7 years ago[EXPLORER] - CTrayWindow: Implement handling WM_NCCALCSIZE to get rid of the three...
Giannis Adamopoulos [Mon, 13 Mar 2017 21:14:15 +0000 (21:14 +0000)]
[EXPLORER] - CTrayWindow: Implement handling WM_NCCALCSIZE to get rid of the three unneeded borders when themes are enabled and the taskbar is not locked. Use GetWindowDC to draw the grip properly. Misc size fixes. Patch by Sylvain Deverre with fixes by me. CORE-9668

svn path=/trunk/; revision=74165

7 years ago[SHELL32] -Fix redrawing the desktop when its size changes. This was broken in 72834.
Giannis Adamopoulos [Mon, 13 Mar 2017 21:04:35 +0000 (21:04 +0000)]
[SHELL32] -Fix redrawing the desktop when its size changes. This was broken in 72834.

svn path=/trunk/; revision=74164

7 years ago[RAPPS]
Daniel Reimer [Mon, 13 Mar 2017 19:28:09 +0000 (19:28 +0000)]
[RAPPS]
Last one... slow like hell, but here it is... Foxit Reader

svn path=/trunk/; revision=74163

7 years ago[RAPPS]
Daniel Reimer [Mon, 13 Mar 2017 19:09:07 +0000 (19:09 +0000)]
[RAPPS]
... welcome back WinXP support.

svn path=/trunk/; revision=74162

7 years ago[RAPPS]
Daniel Reimer [Mon, 13 Mar 2017 18:38:09 +0000 (18:38 +0000)]
[RAPPS]
Add "TortoiseSVN" in "ReactOS App Manager"
CORE-11748 #resolve #comment Added, thx ^^
Add NET framework 4.0 to RAPPS
CORE-11523 #resolve #comment Added, thx ^^
[RAPPS-DB] UltraVNC 1.2.1.0 link is dead
CORE-11642 #resolve #comment Added, thx ^^
And Fixed LibreOffce d/l again...

svn path=/trunk/; revision=74161

7 years ago{EXPLORER] -Fix gcc build.
Giannis Adamopoulos [Mon, 13 Mar 2017 13:19:12 +0000 (13:19 +0000)]
{EXPLORER] -Fix gcc build.

svn path=/trunk/; revision=74160

7 years ago[EXPLORER] -Remove the old way that the start button was painted. Keep some very...
Giannis Adamopoulos [Mon, 13 Mar 2017 13:07:55 +0000 (13:07 +0000)]
[EXPLORER] -Remove the old way that the start button was painted. Keep some very simple fallback code in case the text couldn't be loaded or when the optimal size can't be determined.

svn path=/trunk/; revision=74159

7 years ago[EXPLORER] use a checkmark instead of a radio button for the "Lock the taskbar" optio...
Robert Naumann [Mon, 13 Mar 2017 10:36:46 +0000 (10:36 +0000)]
[EXPLORER] use a checkmark instead of a radio button for the "Lock the taskbar" option. CORE-12760 #resolve

svn path=/trunk/; revision=74158

7 years ago[NTOS:OB]
Eric Kohl [Mon, 13 Mar 2017 00:10:23 +0000 (00:10 +0000)]
[NTOS:OB]
- Allocate all of the kernel objects security descriptor and the dos devices security descriptor from the paged pool, instead of just the ACLs.
- Replace special security descriptor free routines by calls to ExFreePoolWithTag.
- Replace the TAG_OB_DIR_SD by TAG_SD.

svn path=/trunk/; revision=74157

7 years ago[FASTFAT]: Fix an "error C4700: uninitialized local variable 'Entry' used" that is...
Hermès Bélusca-Maïto [Sun, 12 Mar 2017 18:25:21 +0000 (18:25 +0000)]
[FASTFAT]: Fix an "error C4700: uninitialized local variable 'Entry' used" that is caught by MSVC 2010 (that pointed out a genuine bug), but mysteriously unseen by MSVC 2012+, who knows why...

svn path=/trunk/; revision=74156

7 years ago[FASTFAT]: Fix compilation under MSVC 2010 (1/2).
Hermès Bélusca-Maïto [Sun, 12 Mar 2017 18:11:00 +0000 (18:11 +0000)]
[FASTFAT]: Fix compilation under MSVC 2010 (1/2).

svn path=/trunk/; revision=74155

7 years ago[HOST-TOOLS]: Add isohybrid to the list of host-tools (for NEW-BUILD scenario).
Hermès Bélusca-Maïto [Sun, 12 Mar 2017 17:43:12 +0000 (17:43 +0000)]
[HOST-TOOLS]: Add isohybrid to the list of host-tools (for NEW-BUILD scenario).
[BOOT]: Add experimental "isohybrid_bootcd(regtest)/livecd/hybridcd" targets to build patched "ISO-Hybrid" (i.e. USB-flashable) ISOs using the isohybrid tool.
CORE-12648

svn path=/trunk/; revision=74154

7 years ago[POWERCFG]
Eric Kohl [Sun, 12 Mar 2017 14:55:54 +0000 (14:55 +0000)]
[POWERCFG]
Replace 'CONTROL ... "Button", BS_AUTOCHECKBOX ...' by 'AUTOCHECKBOX'.

svn path=/trunk/; revision=74153

7 years ago[MMSYS]
Eric Kohl [Sun, 12 Mar 2017 14:06:28 +0000 (14:06 +0000)]
[MMSYS]
Convert all CHECKBOXes to AUTOCHECKBOXes.

svn path=/trunk/; revision=74152

7 years ago[BROWSEUI] -CExplorerBand: Stub QueryService method and set the site of the context...
Giannis Adamopoulos [Sun, 12 Mar 2017 09:48:25 +0000 (09:48 +0000)]
[BROWSEUI] -CExplorerBand: Stub QueryService method and set the site of the context menu so as to let the context menu find the SID_IShellBrowser when the open menu item is clicked. CORE-11783

svn path=/trunk/; revision=74151

7 years ago[COMCTL32] -Implement sending the BCN_HOTITEMCHANGE notification.
Giannis Adamopoulos [Sun, 12 Mar 2017 00:00:40 +0000 (00:00 +0000)]
[COMCTL32] -Implement sending the BCN_HOTITEMCHANGE notification.

svn path=/trunk/; revision=74150

7 years ago[COMCTL32] -Fix some tests regarding how the v6 buttons gets repainted.
Giannis Adamopoulos [Sat, 11 Mar 2017 13:42:29 +0000 (13:42 +0000)]
[COMCTL32] -Fix some tests regarding how the v6 buttons gets repainted.

svn path=/trunk/; revision=74149

7 years ago[COMCTL32_APITEST] -Add one more test.
Giannis Adamopoulos [Sat, 11 Mar 2017 13:41:03 +0000 (13:41 +0000)]
[COMCTL32_APITEST] -Add one more test.

svn path=/trunk/; revision=74148

7 years ago[COMCTL32_APITEST] -Add a couple more tests.
Giannis Adamopoulos [Sat, 11 Mar 2017 13:23:49 +0000 (13:23 +0000)]
[COMCTL32_APITEST] -Add a couple more tests.

svn path=/trunk/; revision=74147

7 years ago[COMCTL32_APITEST] -Add tests for the BST_HOT state.
Giannis Adamopoulos [Fri, 10 Mar 2017 22:46:35 +0000 (22:46 +0000)]
[COMCTL32_APITEST] -Add tests for the BST_HOT state.

svn path=/trunk/; revision=74146

7 years ago[COMCTL32_APITEST] -Get rid of some hardcoded values.
Giannis Adamopoulos [Fri, 10 Mar 2017 22:17:26 +0000 (22:17 +0000)]
[COMCTL32_APITEST] -Get rid of some hardcoded values.

svn path=/trunk/; revision=74145

7 years ago[UXTHEME] -Add tests for SetWindowTheme to test the behavior that was changed in...
Giannis Adamopoulos [Fri, 10 Mar 2017 17:56:18 +0000 (17:56 +0000)]
[UXTHEME] -Add tests for SetWindowTheme to test the behavior that was changed in r74038.

svn path=/trunk/; revision=74144

7 years ago[DXG] Implement DdAllocateObject, DdFreeObject, DdGetFreeHandle, DdHmgAlloc, DdHmgFre...
Sebastian Gasiorek [Fri, 10 Mar 2017 17:51:20 +0000 (17:51 +0000)]
[DXG] Implement DdAllocateObject, DdFreeObject, DdGetFreeHandle, DdHmgAlloc, DdHmgFree CORE-4490

svn path=/trunk/; revision=74143

7 years ago[NTUSER] Lock before getting DesktopDC. Fixes crash during loading DirectX CORE-7733
Sebastian Gasiorek [Fri, 10 Mar 2017 16:33:45 +0000 (16:33 +0000)]
[NTUSER] Lock before getting DesktopDC. Fixes crash during loading DirectX CORE-7733

svn path=/trunk/; revision=74142

7 years ago[COMCTL32] -Add lots of tests for the messages that are sent when the button is paint...
Giannis Adamopoulos [Fri, 10 Mar 2017 15:32:32 +0000 (15:32 +0000)]
[COMCTL32] -Add lots of tests for the messages that are sent when the button is painted due to the mouse entering and leaving the button.

svn path=/trunk/; revision=74141

7 years ago[SYSSETUP]: Translations update.
Hermès Bélusca-Maïto [Thu, 9 Mar 2017 23:08:39 +0000 (23:08 +0000)]
[SYSSETUP]: Translations update.

svn path=/trunk/; revision=74140

7 years ago[NETSHELL]: Fix the height of some dialog boxes.
Hermès Bélusca-Maïto [Thu, 9 Mar 2017 22:42:29 +0000 (22:42 +0000)]
[NETSHELL]: Fix the height of some dialog boxes.

svn path=/trunk/; revision=74139

7 years ago[NETSHELL][SYSSETUP]: Revert r74134 as it's not the correct fix for what I wanted...
Hermès Bélusca-Maïto [Thu, 9 Mar 2017 22:39:26 +0000 (22:39 +0000)]
[NETSHELL][SYSSETUP]: Revert r74134 as it's not the correct fix for what I wanted to improve.

svn path=/trunk/; revision=74138

7 years ago[WIN32SS] Allocate memory for EDD_DIRECTDRAW_GLOBAL while creating PDEV (partially...
Sebastian Gasiorek [Thu, 9 Mar 2017 21:03:47 +0000 (21:03 +0000)]
[WIN32SS] Allocate memory for EDD_DIRECTDRAW_GLOBAL while creating PDEV (partially fixes CORE-7733)
[SDK] Update EDD_DIRECTDRAW_GLOBAL structure

svn path=/trunk/; revision=74137

7 years ago[COMCTL32]: comctl32/propsheet: Diverse UI fixes:
Hermès Bélusca-Maïto [Thu, 9 Mar 2017 20:30:16 +0000 (20:30 +0000)]
[COMCTL32]: comctl32/propsheet: Diverse UI fixes:
- Draw static text elements with a transparent background, so that they acquire the correct background color of the wizard window.
- Modify the check for the header bitmap, as the header's hbmHeader is initialized also if the flag PSH_HEADER but not PSH_USEHBMHEADER is set (see function PROPSHEET_LoadWizardBitmaps).
- Add a check for header's hbmWatermark so that the watermark is drawn only when a valid bitmap handle is present.
- Fix a copy-pasta error when drawing the header's subtitle.

CORE-12912 #comment Patch for the wizard visual problem sent upstream.
CORE-12823

svn path=/trunk/; revision=74136

7 years ago[i8042prt]: Add yet another Dell Latitude hack, (for D810 this time). These Dell...
Hermès Bélusca-Maïto [Thu, 9 Mar 2017 16:43:25 +0000 (16:43 +0000)]
[i8042prt]: Add yet another Dell Latitude hack, (for D810 this time). These Dell laptops undeniably have a peculiar init way that our driver doesn't support naturally.
CORE-12899

svn path=/trunk/; revision=74135

7 years ago[NETSHELL][SYSSETUP]: Enlarge a bit the height of the setup wizard pages, to not...
Hermès Bélusca-Maïto [Thu, 9 Mar 2017 16:39:43 +0000 (16:39 +0000)]
[NETSHELL][SYSSETUP]: Enlarge a bit the height of the setup wizard pages, to not have the bottom text cropped. Fixes the appearance of them when being run from Windows.

svn path=/trunk/; revision=74134

7 years ago[NTOS:OB]
Eric Kohl [Wed, 8 Mar 2017 22:27:06 +0000 (22:27 +0000)]
[NTOS:OB]
Replace calls to ExFreePool by calls to ExFreePoolWithTag.

svn path=/trunk/; revision=74132

7 years ago[SHUTDOWN]
Eric Kohl [Wed, 8 Mar 2017 22:22:21 +0000 (22:22 +0000)]
[SHUTDOWN]
shutdown -t causes crash
Patch by Michael Fritscher.
CORE-12886 #resolve #comment Thanks a lot!

svn path=/trunk/; revision=74131

7 years ago[UXTHEME_APITEST] -Add a test to show that CloseThemeData doesn't use exception handling.
Giannis Adamopoulos [Wed, 8 Mar 2017 15:15:19 +0000 (15:15 +0000)]
[UXTHEME_APITEST] -Add a test to show that CloseThemeData doesn't use exception handling.

svn path=/trunk/; revision=74128

7 years ago[UXTHEME] -Fix most new tests for DrawThemeParentBackground. Hackfix CloseThemeData.
Giannis Adamopoulos [Wed, 8 Mar 2017 15:08:56 +0000 (15:08 +0000)]
[UXTHEME] -Fix most new tests for DrawThemeParentBackground. Hackfix CloseThemeData.

svn path=/trunk/; revision=74127

7 years ago[UXTHEME_APITEST] -Add one more test for DrawThemeParentBackground.
Giannis Adamopoulos [Wed, 8 Mar 2017 14:54:02 +0000 (14:54 +0000)]
[UXTHEME_APITEST] -Add one more test for DrawThemeParentBackground.

svn path=/trunk/; revision=74126

7 years ago[UXTHEME_APITEST] -Add more tests for DrawThemeParentBackground.
Giannis Adamopoulos [Wed, 8 Mar 2017 14:46:36 +0000 (14:46 +0000)]
[UXTHEME_APITEST] -Add more tests for DrawThemeParentBackground.

svn path=/trunk/; revision=74125

7 years ago[USER32_APITEST] -Move the helper functions in the common include directory
Giannis Adamopoulos [Tue, 7 Mar 2017 22:29:48 +0000 (22:29 +0000)]
[USER32_APITEST] -Move the helper functions in the common include directory
[UXTHEME_APITEST] -Use the helper functions to test the messages sent by DrawThemeParentBackground

svn path=/trunk/; revision=74123

7 years ago[COMCTL32] -Buttons with the BS_PUSHLIKE style are drawn as if they were BS_PUSHBUTTO...
Giannis Adamopoulos [Mon, 6 Mar 2017 21:57:10 +0000 (21:57 +0000)]
[COMCTL32] -Buttons with the BS_PUSHLIKE style are drawn as if they were BS_PUSHBUTTON. Fixes the appearance of buttons in the advanced appearance dialog.

svn path=/trunk/; revision=74120

7 years ago[KERNEL32]: Check for NULL pointer specified to lstrlenA/W and return null length...
Hermès Bélusca-Maïto [Mon, 6 Mar 2017 19:17:53 +0000 (19:17 +0000)]
[KERNEL32]: Check for NULL pointer specified to lstrlenA/W and return null length, as specified in the MSDN doc and checked by the tests of r74118.
This should remove the unwanted 1st-chance exceptions caught when debugging Office 2010 installation, that calls from time to time lstrlen with NULL pointers.

svn path=/trunk/; revision=74119

7 years ago[KERNEL32_APITEST]: Add basic tests for lstrlenA/W, focusing on its special handling...
Hermès Bélusca-Maïto [Mon, 6 Mar 2017 19:14:27 +0000 (19:14 +0000)]
[KERNEL32_APITEST]: Add basic tests for lstrlenA/W, focusing on its special handling of the NULL pointer.
We detect that the NULL pointer is handled separately because no exception is generated, contrary to when the function is called with truly invalid pointers.
I thank Mark for having mentioned the vectored exception handling to me, needed to catch first-chance exceptions.

svn path=/trunk/; revision=74118

7 years ago[PSDK][NDK]: Add AddVectoredContinueHandler, RemoveVectoredContinueHandler, and RtlRe...
Hermès Bélusca-Maïto [Mon, 6 Mar 2017 19:04:17 +0000 (19:04 +0000)]
[PSDK][NDK]: Add AddVectoredContinueHandler, RemoveVectoredContinueHandler, and RtlRemoveVectoredExceptionHandler, RtlAddVectoredContinueHandler and RtlRemoveVectoredContinueHandler to our headers.

svn path=/trunk/; revision=74117

7 years ago[NtUser]
James Tabor [Mon, 6 Mar 2017 18:28:03 +0000 (18:28 +0000)]
[NtUser]
- Remove scroll bar search that sends another WM_NCCALCSIZE message. Use wine as an example. See CORE-12827.

svn path=/trunk/; revision=74116

7 years ago[MKISOFS]
Colin Finck [Sun, 5 Mar 2017 22:54:33 +0000 (22:54 +0000)]
[MKISOFS]
Update mkisofs to schily-2017-02-16, which comes with the following fixes:
- Fix null termination in libschily's Win32 implementation of opendir (submitted upstream by me).
  The bug was triggered when building an ISO from a directory instead of a graft-points (.lst) file.
- Prevent -duplicates-once from being used together with -cache-inodes. These options exclude each other.

svn path=/trunk/; revision=74112

7 years ago[OLEAUT32_WINETEST] Sync with Wine Staging 2.2. CORE-12823
Amine Khaldi [Sun, 5 Mar 2017 21:51:44 +0000 (21:51 +0000)]
[OLEAUT32_WINETEST] Sync with Wine Staging 2.2. CORE-12823

svn path=/trunk/; revision=74111

7 years ago[OLEAUT32] Sync with Wine Staging 2.2. CORE-12823
Amine Khaldi [Sun, 5 Mar 2017 21:50:37 +0000 (21:50 +0000)]
[OLEAUT32] Sync with Wine Staging 2.2. CORE-12823

43c59f0 oleaut32: Accept DISP_E_PARAMNOTFOUND for missing optional parameters in ITypeInfo::Invoke implementation. (v3)
a4f9840 oleaut32: Fix calling function with instance and VARIANT return type. (v2)
78ee7f5 oleaut32: Standardize the heap_xxx() functions.
9e54ae7 oleaut32: Return proper interface pointers.
655af6d oleaut32: Fix OleTranslateColor spec file entry.

svn path=/trunk/; revision=74110

7 years ago[RICHED20_WINETEST] Sync with Wine Staging 2.2. CORE-12823
Amine Khaldi [Sun, 5 Mar 2017 21:44:19 +0000 (21:44 +0000)]
[RICHED20_WINETEST] Sync with Wine Staging 2.2. CORE-12823

svn path=/trunk/; revision=74109

7 years ago[RICHED20] Sync with Wine Staging 2.2. CORE-12823
Amine Khaldi [Sun, 5 Mar 2017 21:43:39 +0000 (21:43 +0000)]
[RICHED20] Sync with Wine Staging 2.2. CORE-12823

440b921 riched20: Return proper interface pointers.
e63cea5 riched20: A spelling fix in a comment.
9f37f6a riched20: Check for NULL in fnTextSrv_TxSetText and add test.

svn path=/trunk/; revision=74108

7 years ago[INETCOMM_WINETEST] Sync with Wine Staging 2.2. CORE-12823
Amine Khaldi [Sun, 5 Mar 2017 21:37:58 +0000 (21:37 +0000)]
[INETCOMM_WINETEST] Sync with Wine Staging 2.2. CORE-12823

svn path=/trunk/; revision=74107

7 years ago[INETCOMM] I guess I asked too much from svn when I renamed the existing file and...
Amine Khaldi [Sun, 5 Mar 2017 21:36:38 +0000 (21:36 +0000)]
[INETCOMM] I guess I asked too much from svn when I renamed the existing file and then added a new one with the same name as the old.

svn path=/trunk/; revision=74106

7 years ago[INETCOMM] Sync with Wine Staging 2.2. CORE-12823
Amine Khaldi [Sun, 5 Mar 2017 21:33:13 +0000 (21:33 +0000)]
[INETCOMM] Sync with Wine Staging 2.2. CORE-12823

51e1a08 inetcomm: Return S_FALSE if no data is returned in IInternetProtocol::Read.
0672bfa inetcomm: Added support for decoding quoted-printable data.
07af9d0 inetcomm: Added mhtml binding tests.
cf8e259 inetcomm: Added support for binding mhtml protocol handler.
3f644cb inetcomm: Added IInternetProtocolInfo::CombineUrl implementation.
37792a2 inetcomm: Added MimeOleObjectFromMoniker semi-stub implementation.
242cbb1 inetcomm: Added tests reading MHTML page as MIME message.
eb0bd22 inetcomm: Removed unneeded type check in init_content_type.
56dc246 inetcomm: Read content encoding from MIME header.
dec243f inetcomm: Don't include headers in data stream in create_sub_body.
3ccba10 inetcomm: Properly handle boundary in the beginning of body stream in create_body_offset_list.
9c01a94 inetcomm: Use relative seek in copy_headers_to_buf.
915acd6 inetcomm: Added support for decoding base64 in IMimeBody::GetData.
0b80666 inetcomm: Return a new instance of stream in IMimeBody::GetData.
393512d inetcomm: Don't restore base stream position in sub stream Read.
bb5056e inetcomm: Moved sub_stream_t implementation before MimeBody implementation.
a1d0c6d inetcomm: Added COM aggregation support to MimeHtmlProtocol object.
fe3e5b9 inetcomm: Added IInternetProtocolInfo stub implementation.
6832273 inetcomm: Added MimeHtmlProtocol stub implementation.
d5d9aa3 inetcomm: Register mhtml protocol handler.

svn path=/trunk/; revision=74105

7 years ago[PSDK] Update mimeole.idl. CORE-12823
Amine Khaldi [Sun, 5 Mar 2017 21:29:40 +0000 (21:29 +0000)]
[PSDK] Update mimeole.idl. CORE-12823

svn path=/trunk/; revision=74104

7 years ago[NTOS:OB]
Eric Kohl [Sun, 5 Mar 2017 21:28:10 +0000 (21:28 +0000)]
[NTOS:OB]
- Define and use a pool tag for directory security descriptors.
- Use a custom security descriptor to create the KernelObjects directory.

svn path=/trunk/; revision=74103

7 years ago[CRYPT32_WINETEST] Sync with Wine Staging 2.2. CORE-12823
Amine Khaldi [Sun, 5 Mar 2017 21:22:31 +0000 (21:22 +0000)]
[CRYPT32_WINETEST] Sync with Wine Staging 2.2. CORE-12823

svn path=/trunk/; revision=74102

7 years ago[CRYPT32] Sync with Wine Staging 2.2. CORE-12823
Amine Khaldi [Sun, 5 Mar 2017 21:21:36 +0000 (21:21 +0000)]
[CRYPT32] Sync with Wine Staging 2.2. CORE-12823

a7d1d77 crypt32: Recognize sha256/384/512 KEY OIDs.
e376123 crypt32: Remove unused parameter and dead code.
254eb21 crypt32: Fix wrong Base64 trailer WCHAR constants.
a2f2de1 crypt32: CryptStringToBinary accepts any header.
552820a crypt32: Fix Base64 issues in CryptStringToBinary.
e353ab6 crypt32: Base64 header requires a space.

svn path=/trunk/; revision=74101