Pierre Schweitzer [Sat, 5 Dec 2015 18:29:57 +0000 (18:29 +0000)]
[TCPIP]
DispTdiQueryIpHwAddress(): use the correct function to get the interface associated with an IP address.
Also, because local links aren't in the ARP table (obviously), handle them without the mechanism described previously
This fixes arpinging oneself.
svn path=/trunk/; revision=70277
Timo Kreuzer [Sat, 5 Dec 2015 18:29:33 +0000 (18:29 +0000)]
[EXPLORER] A DLGPROC returns INT_PTR, not BOOL.
[DDK] Fix invalid syntax in fltkernel.h
svn path=/trunk/; revision=70276
Amine Khaldi [Sat, 5 Dec 2015 17:46:37 +0000 (17:46 +0000)]
[IPHLPAPI::ICMP] Partially sync with Wine Staging 1.7.55 and mark our differences. Please inspect them. CORE-10536
svn path=/trunk/; revision=70275
Amine Khaldi [Sat, 5 Dec 2015 17:11:25 +0000 (17:11 +0000)]
[IPHLPAPI] Properly return on invalid parameters in GetIcmpStatisticsEx(). Fixes two iphlpapi tests.
svn path=/trunk/; revision=70274
Amine Khaldi [Sat, 5 Dec 2015 16:59:23 +0000 (16:59 +0000)]
[RAPPS] Turkish translation update by Erdem Ersoy. CORE-10513
svn path=/trunk/; revision=70273
Amine Khaldi [Sat, 5 Dec 2015 16:57:14 +0000 (16:57 +0000)]
[TRANSLATIONS] Turkish translation update by Erdem Ersoy. CORE-10513
svn path=/trunk/; revision=70272
Amine Khaldi [Sat, 5 Dec 2015 16:46:04 +0000 (16:46 +0000)]
[CMAKE/ROSTESTS] Define WINETEST_MSVC_IDE_FORMATTING in VS builds. By Mark Jansen. ROSTESTS-156 ROSTESTS-207
svn path=/trunk/; revision=70271
Amine Khaldi [Sat, 5 Dec 2015 16:40:43 +0000 (16:40 +0000)]
[IPHLPAPI_WINETEST] Import htonl and co from ws2_32 instead of hacking things locally. ROSTESTS-206
svn path=/trunk/; revision=70270
Pierre Schweitzer [Sat, 5 Dec 2015 10:41:56 +0000 (10:41 +0000)]
[TCPIP]
- Fix a bug IRPFinish(): do not touch the IRP if there's a pending return. Thanks to Thomas for his help!
- Implement DispTdiQueryIpHwAddress(): the current implementation is not optimal, but works. It first reset the ARP table entry corresponding the to target host, if it exists. Then, it sends the ARP probe and wait till the ARP table is updated to return the HW link address.
Could be improved, but it would require more important work in the driver, which is not a good solution when we're to release ;-).
Obviously, this fixes arping not working in ReactOS: https://twitter.com/HeisSpiter/status/
673088515647930368
And this fixes a few iphlpapi_apitest tests.
svn path=/trunk/; revision=70269
Hermès Bélusca-Maïto [Sat, 5 Dec 2015 00:51:48 +0000 (00:51 +0000)]
[CONSRV]: Implement the skeleton for the console server font APIs; reduces kernel32 console winetest failures to 5 (see r70258 also).
svn path=/trunk/; revision=70268
Pierre Schweitzer [Fri, 4 Dec 2015 13:02:36 +0000 (13:02 +0000)]
[PING]
Backport a change from arping: on ctrl+c hit, display statistics
svn path=/trunk/; revision=70267
Robert Naumann [Fri, 4 Dec 2015 12:47:26 +0000 (12:47 +0000)]
[RAPPS] unuglify icons. CORE-10642
svn path=/trunk/; revision=70266
Hermès Bélusca-Maïto [Fri, 4 Dec 2015 12:29:46 +0000 (12:29 +0000)]
[NTVDM]: "BytesRead is uninitialized in DosReadCharacter" (CID
1341427)
CORE-10644
svn path=/trunk/; revision=70265
Amine Khaldi [Fri, 4 Dec 2015 11:12:01 +0000 (11:12 +0000)]
[SHELL32] Disable 'Empty Recycle Bin' when no items are present. By Mark Jansen. CORE-10438
svn path=/trunk/; revision=70264
Pierre Schweitzer [Fri, 4 Dec 2015 11:10:52 +0000 (11:10 +0000)]
[RAPPS]
Don't leak memory
CID
1341348
svn path=/trunk/; revision=70263
Amine Khaldi [Fri, 4 Dec 2015 10:57:44 +0000 (10:57 +0000)]
[ICMP][IPHLPAPI] Move the icmp functions to iphlpapi where they belong. Brought to you by Tim Crawford with my fixes. CORE-10498
svn path=/trunk/; revision=70262
Amine Khaldi [Fri, 4 Dec 2015 10:34:24 +0000 (10:34 +0000)]
[IPHLPAPI_APITEST] Move icmp tests from winetests to apitests where they belong. By Tim Crawford. ROSTESTS-201
svn path=/trunk/; revision=70261
Thomas Faber [Fri, 4 Dec 2015 09:36:34 +0000 (09:36 +0000)]
[PORTCLS]
- Fix error check in CPortPinWaveRT::Init. CID 511862
svn path=/trunk/; revision=70260
Thomas Faber [Fri, 4 Dec 2015 09:24:52 +0000 (09:24 +0000)]
[USETUP]
- Fix copypasta'd error check in IsAcpiComputer. CID 715947
svn path=/trunk/; revision=70259
Hermès Bélusca-Maïto [Fri, 4 Dec 2015 00:43:31 +0000 (00:43 +0000)]
[KERNEL32]
Implement client-side only of console font APIs:
- documented: GetConsoleFontSize, GetCurrentConsoleFont;
- undocumented: GetConsoleFontInfo, GetNumberOfConsoleFonts, SetConsoleFont (see http://cboard.cprogramming.com/windows-programming/102187-console-font-size.html for a working usage example of these APIs).
(Also related to CORE-7931)
svn path=/trunk/; revision=70258
Robert Naumann [Thu, 3 Dec 2015 22:45:14 +0000 (22:45 +0000)]
[REG][DESKADP] Update polish translation. Based on a patch by Adam Stachowicz. CORE-10011
svn path=/trunk/; revision=70257
Robert Naumann [Thu, 3 Dec 2015 22:35:38 +0000 (22:35 +0000)]
[TELNET][WINLOGON] Update icons. Work by Henry Tang Ih. CORE-10616
svn path=/trunk/; revision=70256
Robert Naumann [Thu, 3 Dec 2015 22:26:58 +0000 (22:26 +0000)]
[ICONS] Remove unneeded icon sizes, such as 24px. This slightly decreases ISO size.
This booooooring work was done by Jared Smudde (and Henry Tang Ih?!?). Thank you. CORE-10348
svn path=/trunk/; revision=70255
Daniel Reimer [Thu, 3 Dec 2015 21:35:17 +0000 (21:35 +0000)]
[RAPPS]
"Add free stop watch (cronometer) to rapps" by J. Manuel Mar H.
CORE-9547 #resolve #comment Added, thx ^^
svn path=/trunk/; revision=70254
Daniel Reimer [Thu, 3 Dec 2015 21:21:51 +0000 (21:21 +0000)]
[RAPPS]
"update broken WinBoard" by reactosfanboy
CORE-10635 #resolve #comment Fixed. Thx ^^
svn path=/trunk/; revision=70253
Daniel Reimer [Thu, 3 Dec 2015 21:15:20 +0000 (21:15 +0000)]
[RAPPS]
"Add DiskInternals Linux Reader into RAPPS" by Alexander Rechitskiy
CORE-10622 #resolve #comment Added, thx ^^
svn path=/trunk/; revision=70252
Daniel Reimer [Thu, 3 Dec 2015 21:07:43 +0000 (21:07 +0000)]
[RAPPS]
"Add Adobe Air to Rapps" by J. Manuel Mar H.
CORE-10484 #resolve #comment Added, thx ^^
svn path=/trunk/; revision=70251
Daniel Reimer [Thu, 3 Dec 2015 20:56:16 +0000 (20:56 +0000)]
[RAPPS]
"add Everything Search Engine to ReactOS downloader" by Alexander Rechitskiy
(Silently remove some BOMs I created...)
CORE-8309 #resolve #comment Added, thx ^^
svn path=/trunk/; revision=70250
Daniel Reimer [Thu, 3 Dec 2015 20:26:56 +0000 (20:26 +0000)]
[RAPPS]
rapps-database does not update automatically because of broken build scripts by reactosfanboy
CORE-10633 #resolve #comment Fixed by removing the copies completely and updating the ones in rapps. Not the best solution, but it works for the update task.
svn path=/trunk/; revision=70249
Daniel Reimer [Thu, 3 Dec 2015 20:15:48 +0000 (20:15 +0000)]
[SHELL32]
Fix Go button image not showing by Jared Smudde
CORE-10626 #resolve #comment SHAME ON YOU!! :P Committed ^^
svn path=/trunk/; revision=70248
Daniel Reimer [Wed, 2 Dec 2015 23:52:45 +0000 (23:52 +0000)]
[FONTS]
oops
svn path=/trunk/; revision=70247
Daniel Reimer [Wed, 2 Dec 2015 23:42:27 +0000 (23:42 +0000)]
[FONTS]
Add LiberationSans Narrow to complete the font family
svn path=/trunk/; revision=70246
Daniel Reimer [Wed, 2 Dec 2015 23:11:28 +0000 (23:11 +0000)]
[DLL]
Fix DLL control themeing by Jared Smudde
CORE-10563 #resolve #comment Hm, yeah, you are right. Somehow I really forgot that one when I did that manifest fun in the past ^^ Thx
svn path=/trunk/; revision=70245
Daniel Reimer [Wed, 2 Dec 2015 23:02:23 +0000 (23:02 +0000)]
[SHELL32]
Improve the bitmaps by Jared Smudde
CORE-10620 #resolve #comment Committed, thx ^^
svn path=/trunk/; revision=70244
Daniel Reimer [Wed, 2 Dec 2015 22:55:38 +0000 (22:55 +0000)]
[RAPPS]
Apache Open Office 2.4.3 link is dead
CORE-10600 #resolve
svn path=/trunk/; revision=70243
Daniel Reimer [Wed, 2 Dec 2015 22:44:03 +0000 (22:44 +0000)]
[TRANSLATION]
Add/Update Traditional Chinese (zh-TW) translation in ReactOS. [Wave 2/4] by Henry Tang Ih
CORE-10615 #resolve #comment Committed, thx ^^
svn path=/trunk/; revision=70242
Daniel Reimer [Wed, 2 Dec 2015 22:36:08 +0000 (22:36 +0000)]
[RAPPS]
Update LibreOffice rapps version to 4.4.6 by Henry Tang Ih
CORE-10599 #resolve #comment Fixed, thx
svn path=/trunk/; revision=70241
Daniel Reimer [Wed, 2 Dec 2015 22:05:06 +0000 (22:05 +0000)]
[RAPPS]
Small Database Update by Jared Smudde
CORE-10393 #resolve #comment Committed, thx ^^
svn path=/trunk/; revision=70240
Daniel Reimer [Wed, 2 Dec 2015 21:59:45 +0000 (21:59 +0000)]
[RAPPS]
Update RosBE version to 2.1.3 by Hermes Belusca
CORE-10603 #resolve #comment Fixed. Does not work in ROS anyway, but fixed ^^
svn path=/trunk/; revision=70239
Daniel Reimer [Wed, 2 Dec 2015 21:47:45 +0000 (21:47 +0000)]
[TRANSLATIONS]
Missing italian translations in ReactOS by Carlo Bramini
CORE-9725 #comment Applied/Committed lautus and services patches
svn path=/trunk/; revision=70238
Amine Khaldi [Wed, 2 Dec 2015 21:04:16 +0000 (21:04 +0000)]
[T2EMBED] Leverage Wine Staging 1.7.55 code and put our remaining stubs into a proper source file. CORE-10536
svn path=/trunk/; revision=70237
Amine Khaldi [Wed, 2 Dec 2015 21:00:36 +0000 (21:00 +0000)]
[PSDK] Add missing E_API_NOTIMPL.
svn path=/trunk/; revision=70236
Amine Khaldi [Wed, 2 Dec 2015 11:41:50 +0000 (11:41 +0000)]
[MEDIA/DOC] Add Libxslt to the 3rd party modules list.
svn path=/trunk/; revision=70235
Amine Khaldi [Wed, 2 Dec 2015 11:36:52 +0000 (11:36 +0000)]
[LIBXML2] Update to v2.9.3.
svn path=/trunk/; revision=70234
Amine Khaldi [Wed, 2 Dec 2015 11:13:12 +0000 (11:13 +0000)]
[LIBMPG123] Update to v1.22.4.
svn path=/trunk/; revision=70233
Amine Khaldi [Wed, 2 Dec 2015 11:08:51 +0000 (11:08 +0000)]
[WIN-ICONV] Update to git commit
8765259.
svn path=/trunk/; revision=70232
Amine Khaldi [Wed, 2 Dec 2015 11:03:22 +0000 (11:03 +0000)]
[LIBPNG] Update to v1.6.19.
svn path=/trunk/; revision=70231
Amine Khaldi [Wed, 2 Dec 2015 09:02:07 +0000 (09:02 +0000)]
[PSDK] Update shldisp.idl. CORE-10536
svn path=/trunk/; revision=70230
Ged Murphy [Tue, 1 Dec 2015 21:33:32 +0000 (21:33 +0000)]
I forgot to put the minimalist headers back
svn path=/trunk/; revision=70229
Ged Murphy [Tue, 1 Dec 2015 21:29:12 +0000 (21:29 +0000)]
[CHARMAP]
- Hackfix the existing charmap for the 0.4 release (just in case I don't get time to finish the new one). This fixes showing invalid glyphs and also removes the advanced section as it was unimplemented.
svn path=/trunk/; revision=70228
Amine Khaldi [Tue, 1 Dec 2015 18:09:05 +0000 (18:09 +0000)]
[PSDK] Add missing EBO_NOBORDER and EBO_NO.
svn path=/trunk/; revision=70227
Thomas Faber [Tue, 1 Dec 2015 14:22:17 +0000 (14:22 +0000)]
[KMTESTS:FSRTL]
- Add tests for FsRtlDissectName/FsRtlDissectDbcs and FsRtlIsFatDbcsLegal/FsRtlIsHpfsDbcsLegal
svn path=/trunk/; revision=70226
Amine Khaldi [Tue, 1 Dec 2015 10:36:24 +0000 (10:36 +0000)]
[FREETYPE] Update to v2.6.2. CORE-10614
svn path=/trunk/; revision=70225
Amine Khaldi [Mon, 30 Nov 2015 22:25:50 +0000 (22:25 +0000)]
[SETUPAPI_WINETEST] Sync with Wine Staging 1.7.55. CORE-10536
svn path=/trunk/; revision=70224
Amine Khaldi [Mon, 30 Nov 2015 21:55:07 +0000 (21:55 +0000)]
[PSDK] Update d3d9types.h. CORE-10536
svn path=/trunk/; revision=70223
Amine Khaldi [Mon, 30 Nov 2015 21:47:40 +0000 (21:47 +0000)]
[IPHLPAPI_WINETEST] Sync with Wine Staging 1.7.55. CORE-10536
svn path=/trunk/; revision=70222
Amine Khaldi [Mon, 30 Nov 2015 21:45:34 +0000 (21:45 +0000)]
[IPHLPAPI] Properly stub GetExtendedUdpTable().
svn path=/trunk/; revision=70221
Amine Khaldi [Mon, 30 Nov 2015 20:08:57 +0000 (20:08 +0000)]
[PSDK] Attempt to improve the whole iphlpapi related headers situation. CORE-7685 CORE-10536
svn path=/trunk/; revision=70220
Amine Khaldi [Mon, 30 Nov 2015 19:01:56 +0000 (19:01 +0000)]
[TRANSLATIONS] Simplified Chinese translation update by Henry Tang Ih. CORE-10588
svn path=/trunk/; revision=70219
Amine Khaldi [Mon, 30 Nov 2015 18:53:22 +0000 (18:53 +0000)]
[TRANSLATIONS] Spanish translation update by Ismael Ferreras Morezuelas. CORE-10613
svn path=/trunk/; revision=70218
Ged Murphy [Mon, 30 Nov 2015 12:07:18 +0000 (12:07 +0000)]
[ATL]
- Implement CHandle
svn path=/trunk/; revision=70217
Thomas Faber [Mon, 30 Nov 2015 11:25:14 +0000 (11:25 +0000)]
[FASTFAT]
- Gracefully handle empty filenames found on disk, and warn about them.
svn path=/trunk/; revision=70216
Ged Murphy [Mon, 30 Nov 2015 11:17:26 +0000 (11:17 +0000)]
[SHELL32]
- Add support for canonical/string verbs when using CMINVOKECOMMANDINFO. This fixes switching views and adding a new folder when using the button in the common dialogs. This really needs to go in a CDefFolderMenu class (which likely inherits the context menu class), but we don't use that design.
- Partially implement CDefaultContextMenu::GetCommandString 'while I was there' It's completely untested though.
CORE-10089
svn path=/trunk/; revision=70215
Thomas Faber [Sun, 29 Nov 2015 20:23:43 +0000 (20:23 +0000)]
[FASTFAT]
- Handle multiple trailing backslashes without asserting
CORE-10483
svn path=/trunk/; revision=70214
Pierre Schweitzer [Sun, 29 Nov 2015 19:53:48 +0000 (19:53 +0000)]
[TCPIP]
Stub implementation of IOCTL_QUERY_IP_HW_ADDRESS.
This fixes 5 tests in iphlpapi_apitest!
svn path=/trunk/; revision=70213
Pierre Schweitzer [Sun, 29 Nov 2015 19:44:29 +0000 (19:44 +0000)]
[ARPING]
Implement an arping tool. Some portions of code are just plain copy/paste from ping tool code (booh, it's bad!).
It was designed and tested on W2K3.
It's in RosApps for two major reasons: such a tool doesn't exist by default in Windows 2K3.
And it doesn't work in ReactOS.
svn path=/trunk/; revision=70212
Amine Khaldi [Sun, 29 Nov 2015 19:38:09 +0000 (19:38 +0000)]
[PSDK] Update d3d8types.h. CORE-10536
svn path=/trunk/; revision=70211
Pierre Schweitzer [Sun, 29 Nov 2015 19:31:33 +0000 (19:31 +0000)]
[IPHLPAPI_APITEST]
Add a new apitest for iphlpapi.dll.
It includes tests for testing the SendARP() and its underlying IOCTL.
Tested against W2K3.
Obviously, most of these tests fail on ReactOS.
svn path=/trunk/; revision=70210
Thomas Faber [Sun, 29 Nov 2015 19:11:35 +0000 (19:11 +0000)]
[KMTESTS:IO]
- Add more path open tests
- Also test creating files
CORE-10483
svn path=/trunk/; revision=70209
Thomas Faber [Sun, 29 Nov 2015 18:43:50 +0000 (18:43 +0000)]
[FASTFAT]
- Fail attempts to open files relative to the volume
svn path=/trunk/; revision=70208
Amine Khaldi [Sun, 29 Nov 2015 18:13:33 +0000 (18:13 +0000)]
[NOTEPAD] Let the user know when an opened file is modified. By Lee Schroeder. CORE-9721
svn path=/trunk/; revision=70207
Amine Khaldi [Sun, 29 Nov 2015 18:00:19 +0000 (18:00 +0000)]
[SHELL32] Set the OK button in the run dialog as disabled by default unless text is added. By Mark Jansen. CORE-10436
svn path=/trunk/; revision=70206
Amine Khaldi [Sun, 29 Nov 2015 17:53:09 +0000 (17:53 +0000)]
[FDEBUG] Add an application manifest and change the window title from to "FreeLoader Debugger". By Ricardo Hanke. CORE-10410
svn path=/trunk/; revision=70205
Hermès Bélusca-Maïto [Sun, 29 Nov 2015 17:49:43 +0000 (17:49 +0000)]
[IPCONFIG]: Fix word lost in translation.
svn path=/trunk/; revision=70204
Amine Khaldi [Sun, 29 Nov 2015 17:45:09 +0000 (17:45 +0000)]
[WIN32K] This looks more like a normal trace to me. Jim, please review. CORE-9604 CORE-5272
svn path=/trunk/; revision=70203
Amine Khaldi [Sun, 29 Nov 2015 17:08:13 +0000 (17:08 +0000)]
[TRANSLATIONS] Russian translation update by Kudratov Olimjon. CORE-10589
svn path=/trunk/; revision=70202
Amine Khaldi [Sun, 29 Nov 2015 16:50:05 +0000 (16:50 +0000)]
[ADVAPI32] Apply Wine commit
985e226 by Hans Leidekker: Support parsing mandatory label ACE strings. CORE-10536
svn path=/trunk/; revision=70201
Amine Khaldi [Sun, 29 Nov 2015 16:35:51 +0000 (16:35 +0000)]
[RTL] Partially sync wait.c with Wine Staging 1.7.55. By Samuel Serapión. CORE-10536 CORE-10577
svn path=/trunk/; revision=70200
Amine Khaldi [Sun, 29 Nov 2015 16:30:45 +0000 (16:30 +0000)]
[MBEDTLS] Update to v2.2.0. By Ismael Ferreras Morezuelas. CORE-10561
svn path=/trunk/; revision=70199
Amine Khaldi [Sat, 28 Nov 2015 21:47:43 +0000 (21:47 +0000)]
[ADVAPI32] Apply Wine commit
4f3acf3 by Michael Müller: Add initial implementation for GetWindowsAccountDomainSid. CORE-10536
svn path=/trunk/; revision=70198
Amine Khaldi [Sat, 28 Nov 2015 21:33:49 +0000 (21:33 +0000)]
[ADVAPI32] Apply Wine commit
d2f0bc2 by Dmitry Timoshkov: Add CreatePrivateObjectSecurityWithMultipleInheritance semi-stub. CORE-10536
svn path=/trunk/; revision=70197
Amine Khaldi [Sat, 28 Nov 2015 21:23:21 +0000 (21:23 +0000)]
[README.WINE] Mark some advapi32 related entries as synced with Wine Staging 1.7.55. CORE-10536
svn path=/trunk/; revision=70196
Amine Khaldi [Sat, 28 Nov 2015 21:21:52 +0000 (21:21 +0000)]
[ADVAPI32] Sync crypt.c with Wine Staging 1.7.55 and update the exports list accordingly. CORE-10536
svn path=/trunk/; revision=70195
Amine Khaldi [Sat, 28 Nov 2015 21:13:41 +0000 (21:13 +0000)]
[README.WINE] Update some entires and remove some no longer relevant ones. CORE-10536
svn path=/trunk/; revision=70194
Amine Khaldi [Sat, 28 Nov 2015 21:11:14 +0000 (21:11 +0000)]
[MSHTML_WINETEST] Sync with Wine Staging 1.7.55. CORE-10536
svn path=/trunk/; revision=70193
Eric Kohl [Sat, 28 Nov 2015 21:11:11 +0000 (21:11 +0000)]
[MSGINA]
Fix exceptions while processing messages when the "Welcome to ReactOS" dialog is created.
svn path=/trunk/; revision=70192
Amine Khaldi [Sat, 28 Nov 2015 21:10:43 +0000 (21:10 +0000)]
[MSHTML] Sync with Wine Staging 1.7.55. [APPWIZ][BOOTDATA] Update gecko package to 2.40. CORE-10536
svn path=/trunk/; revision=70191
Amine Khaldi [Sat, 28 Nov 2015 18:53:53 +0000 (18:53 +0000)]
[PSDK] Update mshtmdid.h and mshtml.idl. CORE-10536
svn path=/trunk/; revision=70190
Amine Khaldi [Sat, 28 Nov 2015 18:51:17 +0000 (18:51 +0000)]
[USER32] Sync mdi.c with Wine Staging 1.7.55. CORE-10536
svn path=/trunk/; revision=70189
Amine Khaldi [Sat, 28 Nov 2015 18:49:34 +0000 (18:49 +0000)]
[SECUR32] Partially sync sspi.c with Wine Staging 1.7.55. We don't need secext.c anymore. CORE-10536
svn path=/trunk/; revision=70188
Timo Kreuzer [Sat, 28 Nov 2015 17:43:30 +0000 (17:43 +0000)]
[WIN32K]
Use the actual DC attribute, not the embedded one, when checking iGraphicsMode in GreExtTextOutW.
CORE-4657 #resolve
svn path=/trunk/; revision=70187
Amine Khaldi [Sat, 28 Nov 2015 17:37:30 +0000 (17:37 +0000)]
[WINMINE] Apply Wine commit
3966aff by Jared Smudde: Load main icon in the about window. CORE-10536
svn path=/trunk/; revision=70186
Amine Khaldi [Sat, 28 Nov 2015 16:33:35 +0000 (16:33 +0000)]
[CRT] Sync undname.c with Wine Staging 1.7.55. CORE-10536
svn path=/trunk/; revision=70185
Amine Khaldi [Sat, 28 Nov 2015 16:29:14 +0000 (16:29 +0000)]
[USER32] Sync spy.c with Wine Staging 1.7.55. CORE-10536
svn path=/trunk/; revision=70184
Amine Khaldi [Sat, 28 Nov 2015 16:27:34 +0000 (16:27 +0000)]
[USER32] Sync exticon.c with Wine Staging 1.7.55. CORE-10536
svn path=/trunk/; revision=70183
Amine Khaldi [Sat, 28 Nov 2015 16:25:17 +0000 (16:25 +0000)]
[PSDK] Add missing TB_HASACCELERATOR.
svn path=/trunk/; revision=70182
Amine Khaldi [Sat, 28 Nov 2015 16:24:53 +0000 (16:24 +0000)]
[RTL] Partially sync actctx.c with Wine Staging 1.7.55. Fixes 3 kernel32:actctx failures. CORE-10536
svn path=/trunk/; revision=70181
Timo Kreuzer [Sat, 28 Nov 2015 15:52:20 +0000 (15:52 +0000)]
[WIN32K]
Fix DC reference leak in IntPolygon.
svn path=/trunk/; revision=70180
Timo Kreuzer [Sat, 28 Nov 2015 15:48:57 +0000 (15:48 +0000)]
[WIN32K]
Check for dc->dclevel.pSurface == NULL in IntGdiPolygon.
CORE-10377 #resolve
svn path=/trunk/; revision=70179
Hermès Bélusca-Maïto [Sat, 28 Nov 2015 15:35:33 +0000 (15:35 +0000)]
[SHELL32]
Use the programs folder icon in the Open-With list box. By Jared Smudde.
CORE-10592
svn path=/trunk/; revision=70178