Amine Khaldi
b4e4f9fc77
[MCIQTZ32] Sync with Wine Staging 4.18. CORE-16441
2019-11-09 21:52:30 +01:00
Amine Khaldi
9ac5b9a017
[MCIAVI32] Sync with Wine Staging 4.18. CORE-16441
2019-11-09 21:51:26 +01:00
Amine Khaldi
9d3a9694f4
[MAPI32] Sync with Wine Staging 4.18. CORE-16441
2019-11-09 21:50:53 +01:00
Katayma Hirofumi MZ
4a1cd04501
[SHELL32] Improve Japanese translation
2019-11-09 19:57:51 +09:00
Pierre Schweitzer
15a703503e
[SHELL32] Update French translation
...
CORE-12562
2019-11-09 10:19:10 +01:00
Katayama Hirofumi MZ
5308a606dc
[SHELL32] Initial SendTo implementation ( #2021 )
...
This PR will realize SendTo feature. Initially, there is no file in SendTo folder (displayed as "(None)"). If you added some shortcut files, then SendTo shows some menu items.
- Copy, Move, and Link are working.
- Added icons.
CORE-12562
2019-11-09 08:08:40 +09:00
James Tabor
d96f24e384
[ComCtl32] Fix Build 2
...
Part 2
2019-11-06 21:29:56 -06:00
James Tabor
680d63eed3
[ComCtl32] Fix Build
...
Add missing header.
2019-11-06 20:50:32 -06:00
James Tabor
040c0c8376
[ComCtl32] Properly handle WM_CTLCOLOR* messages.
...
Patch by Fabian Maurer : Properly handle WM_CTLCOLOR* messages.
See CORE-15560 and
https://source.winehq.org/git/wine.git/?a=commit;h=1dc3ec2cdc83da0c1cab96f2dc61b2c917fd1e29
.
2019-11-06 20:29:28 -06:00
Joachim Henze
93220e26d0
[KERNEL32] The DPRINT again - Nevermind
...
Tribute to DepositePirate.
This reverts commit 4ed0c1acef
.
2019-11-03 23:41:34 +01:00
Joachim Henze
4ed0c1acef
[KERNEL32] Fix typo in DPRINT
...
I checked: this is no Wine synced code.
2019-11-03 22:30:35 +01:00
Hermès Bélusca-Maïto
1c9d825b78
[HTTPAPI] Fix MSVC2010 build.
2019-11-03 17:00:58 +01:00
Hermès Bélusca-Maïto
4b82c19196
[DNSAPI] Fix MSVC build.
2019-11-03 17:00:57 +01:00
Eric Kohl
158fda5cdf
[DNSAPI][PSDK] Implement GetCurrentTimeInSeconds() and fix DnsQuery_A/UTF8/W()
2019-11-02 23:59:06 +01:00
Eric Kohl
01bd090db0
[DNSAPI] Add missing exported functions
2019-11-02 18:48:31 +01:00
Amine Khaldi
80b74aaec8
[LOADPERF] Sync with Wine Staging 4.18. CORE-16441
2019-11-02 18:40:10 +01:00
Amine Khaldi
341a75bff3
[JSPROXY] Sync with Wine Staging 4.18. CORE-16441
2019-11-02 18:38:56 +01:00
Amine Khaldi
3e2d6582b7
[JSCRIPT] Sync with Wine Staging 4.18. CORE-16441
2019-11-02 18:38:06 +01:00
Amine Khaldi
da0cd273de
[ITSS] Sync with Wine Staging 4.18. CORE-16441
2019-11-02 18:37:34 +01:00
Amine Khaldi
eac6ed6332
[ITIRCL] Sync with Wine Staging 4.18. CORE-16441
2019-11-02 18:36:57 +01:00
Amine Khaldi
bf833d29a7
[INSENG] Sync with Wine Staging 4.18. CORE-16441
2019-11-02 18:36:31 +01:00
Amine Khaldi
089221f4e9
[INITPKI] Sync with Wine Staging 4.18. CORE-16441
2019-11-02 18:35:54 +01:00
Amine Khaldi
1c94266177
[INETMIB1] Sync with Wine Staging 4.18. CORE-16441
2019-11-02 18:35:29 +01:00
Amine Khaldi
ae07dd64af
[INETCOMM] Sync with Wine Staging 4.18. CORE-16441
2019-11-02 18:35:04 +01:00
Amine Khaldi
9ece2deded
[IMM32] Sync with Wine Staging 4.18. CORE-16441
2019-11-02 18:34:15 +01:00
Amine Khaldi
bee818a28a
[IMAGEHLP] Sync with Wine Staging 4.18. CORE-16441
2019-11-02 18:33:24 +01:00
Amine Khaldi
c3cabdbf31
[IEFRAME] Sync with Wine Staging 4.18. CORE-16441
2019-11-02 18:32:59 +01:00
Amine Khaldi
ebcc4c6109
[HTTPAPI] Sync with Wine Staging 4.18. CORE-16441
2019-11-02 18:32:29 +01:00
Amine Khaldi
61d79795bd
[HLINK] Sync with Wine Staging 4.18. CORE-16441
2019-11-02 18:30:25 +01:00
Katayama Hirofumi MZ
a63678c9a9
[KERNEL32] Fix MultiByteToWideChar(CP_UTF8, ...) ( #2007 )
...
CP_UTF8 validation was not strict. 5- or 6-byte length sequences are invalid in RFC 3629 UTF-8. CORE-16468
- Fix MultiByteToWideChar(CP_UTF8, ...) by making check strict.
2019-11-02 14:16:26 +09:00
Eric Kohl
a95a0b61bd
[SETUPAPI] Add support for the optional StartName entry in inf file service install sections
2019-11-02 00:17:33 +01:00
Eric Kohl
a2f4e191f4
[DNSAPI] Get rid of the internal/windns.h file.
2019-10-27 23:20:26 +01:00
Eric Kohl
b79246c534
[DNSAPI] Add the Resolver Service RPC client code and implement DnsFlushResolverCache()
...
Patch by Peter Hater and Christoph von Wittich.
Slightly modified by me.
CORE-12159
2019-10-27 20:38:25 +01:00
Serge Gautherie
e133817811
[CMAKE] Use modules instead of shared libraries
...
Follow-up to 23373acbb9
.
2 missed cases: apisets, lunar.msstyles.
4 new cases: w32time, netplwiz, msxml3r, mizu.msstyles.
2019-10-27 09:51:28 +01:00
Eric Kohl
789edebfac
[IPCONFIG][DNSAPI][SDK] Renamed DNSCACHEENTRY and fixed its type field(s)
...
Now, 'ipconfig /displaydns' displays A- and AAAA-records correctly.
2019-10-27 08:35:03 +01:00
Amine Khaldi
0c64ffd3ab
[COMDLG32] Improve some header inclusions.
2019-10-26 23:11:08 +01:00
Amine Khaldi
6cbb644524
[HHCTRL.OCX] Sync with Wine Staging 4.18. CORE-16441
2019-10-26 22:57:01 +01:00
Amine Khaldi
88179a5d0f
[FUSION] Sync with Wine Staging 4.18. CORE-16441
2019-10-26 22:56:11 +01:00
Amine Khaldi
683b9f8f98
[FAULTREP] Sync with Wine Staging 4.18. CORE-16441
2019-10-26 22:55:45 +01:00
Amine Khaldi
b81745a3a0
[CRYPTUI] Sync with Wine Staging 4.18. CORE-16441
2019-10-26 22:55:21 +01:00
Amine Khaldi
f4663f8ef0
[CRYPTNET] Sync with Wine Staging 4.18. CORE-16441
2019-10-26 22:54:32 +01:00
Amine Khaldi
e6e75f1cb3
[CRYPTDLL] Sync with Wine Staging 4.18. CORE-16441
2019-10-26 22:54:07 +01:00
Amine Khaldi
2fdfd36ca5
[CRYPTDLG] Sync with Wine Staging 4.18. CORE-16441
2019-10-26 22:53:42 +01:00
Amine Khaldi
98ef8700d2
[CREDUI] Sync with Wine Staging 4.18. CORE-16441
2019-10-26 22:53:18 +01:00
Amine Khaldi
ce73ea1e08
[COMPSTUI] Sync with Wine Staging 4.18. CORE-16441
2019-10-26 22:52:52 +01:00
Amine Khaldi
5981ef3ecc
[COMDLG32] Sync with Wine Staging 4.18. CORE-16441
2019-10-26 22:52:27 +01:00
Amine Khaldi
00f14ee1f2
[COMCTL32] Sync listview.c and progress.c with Wine Staging 4.18. CORE-16441
2019-10-26 22:51:10 +01:00
Amine Khaldi
0e4180451f
[CABINET] Sync with Wine Staging 4.18. CORE-16441
2019-10-26 22:50:17 +01:00
Amine Khaldi
854ed51035
[AVIFIL32] Sync with Wine Staging 4.18. CORE-16441
2019-10-26 22:49:48 +01:00
Amine Khaldi
ac78751192
[ATL80] Sync with Wine Staging 4.18. CORE-16441
2019-10-26 22:49:13 +01:00