Pierre Schweitzer
cc5c307b8e
[BTRFS] Fix MSVC build
2019-11-13 00:03:22 +01:00
Pierre Schweitzer
45a643a136
[SHELLBTRFS] Addendum to 1725ddf
2019-11-12 23:46:53 +01:00
Pierre Schweitzer
5f779048d3
[SHELLBTRFS] Replace emplace_back by something less efficient if not avaible
2019-11-12 23:29:08 +01:00
Pierre Schweitzer
a3c13c624f
[SHELLBTRFS] Addendum to 1725ddf
2019-11-12 23:12:48 +01:00
Pierre Schweitzer
1725ddfd8f
[SHELLBTRFS] Fix build when std::vector.data() is not implemented
2019-11-12 22:59:27 +01:00
Pierre Schweitzer
a837184300
[SHELLBTRFS] Fix build?
...
(Not sure why it works locally...)
2019-11-12 21:52:16 +01:00
Pierre Schweitzer
4eefc85c90
[DOC] Addendum to aed50d7
2019-11-12 21:46:36 +01:00
Pierre Schweitzer
aed50d7e21
[SHELLBTRFS] Upgrade to 1.5
...
CORE-16494
2019-11-12 21:45:49 +01:00
Pierre Schweitzer
86ee9b0cc2
[UBTRFS] Upgrade to 1.5
...
CORE-16494
2019-11-12 19:35:43 +01:00
Pierre Schweitzer
62e630de4c
[BTRFS] Upgrade to 1.5
...
CORE-16494
2019-11-12 19:35:43 +01:00
Katayama Hirofumi MZ
c214c04964
[SHELLEXT][FONTEXT] An attempt to implement IDropTarget ( #2019 )
...
CORE-12861
2019-11-12 20:26:56 +09:00
Katayama Hirofumi MZ
d037003511
[SHELL32] Add SendTo My Documents ( #2027 )
...
If SendTo folder is empty in SHGetFolderPathAndSubDirW function, then add a shortcut file linked to My Documents. CORE-16496
2019-11-12 16:54:28 +09:00
Katayama Hirofumi MZ
6e42e63c46
[SHELL32_APITEST] Add DragDrop testcase ( #2023 )
...
Add DragDrop testcase to shell32_apitest for testing Drag & Drop feature of the Shell.
This PR tests IDropTarget::DragEnter and IDropTarget::Drop. CORE-11238
2019-11-12 16:49:52 +09:00
Katayama Hirofumi MZ
c0f340bca5
[SHELL32] Implement 'Open file location' of shortcut files ( #2028 )
...
"Open file location" is a feature to open the location of the target of a shortcut file.
Ideally we should probably use SHOpenFolderAndSelectItems here, but that is not 100% implemented in ros yet... CORE-12770
2019-11-12 16:47:36 +09:00
Joachim Henze
23e575c1bc
[MEDIA][FONTS] Revert "Add Microsoft Sans Serif font ( #1805 )"
...
To fix regression CORE-16497 "Chromium BSU setup using wrong font"
It is a good idea to add micross.ttf, but we should not use
"Liberation Sans" as template but instead either create it from scratch
or at least use something with the same metrics as the MS font
and does not blur in CORE-16497.
This reverts commit 0.4.13-dev-796-g
eefc544202
Same revert already done in 0.4.13-RC-25-g
c8edd36e3e
2019-11-12 01:54:07 +01:00
Pierre Schweitzer
324285f0b9
[NTOSKRNL] Properly check for Ft volumes
...
This fixes a regression introduced in 5ab1cfc
which
was causing Unix (BtrFS, ExtX, and so on) volumes not
to be assigned a drive letter assigned anymore. And
thus, they were no longer mounted and presented to the
users.
CORE-16499
2019-11-11 21:20:58 +01:00
Pierre Schweitzer
0a0e6a9f07
[SDK] Properly define IsFTPartition so that it doesn't match Unix partition type
...
CORE-16499
2019-11-11 21:18:13 +01:00
Pierre Schweitzer
887200703c
[CLASS2] Drop the drive letter hack
2019-11-11 18:18:32 +01:00
Eric Kohl
2b39b42a0a
[NETSHELL] Fix checkboxes in the network adapter properties
...
- Use AUTOCHECKBOX instead of BS_AUTOCHECKBOX
- Use multiline checkboxes (BS_MULTILINE | BS_TOP) in order to display long text
CORE-15248
2019-11-11 00:15:06 +01:00
Tibor Lajos Füzi
a3398a8e80
[USETUP] Hungarian translation fix ( #2026 )
2019-11-10 23:36:51 +01:00
Eric Kohl
e92ad7f309
[IDL][DNSRSLVR] Use the stdcall calling convention for remote functions
2019-11-10 17:16:17 +01:00
Katayama Hirofumi MZ
3b2ead064f
[SHELL32] Follow up of #2021 ( #2022 )
...
- Delete IObjectWithSite interface.
- Use PIDLIST_ABSOLUTE and PITEMID_CHILD rather than LPITEMIDLIST.
- Move CLSID_SendToMenu to shlguid_undoc.h.
- Delete unnecessary codes.
CORE-12562
2019-11-11 00:37:23 +09:00
Thomas Faber
5d85d534e0
[SMSS] When determining page file size, keep more free disk space. CORE-6839
...
64 MB used to be enough to at least finish 2nd stage, but that does not
always seem to be the case anymore. Leaving this little free space does
not make for a good user experience either way.
256 MB is still not much, but at least provides slightly more usability.
2019-11-10 16:28:38 +01:00
Eric Kohl
305035be7d
[DNSRSLVR][DNSAPI] Enable the DNS resolver cache
...
- Fix the IDL file to return DNS records properly
- Reroute the DNS query call path: DNSQuery->R_ResolverQuery->Query_Main
DNS records get cached and 'ipconfig /flushdns' works as expected.
CORE-12159
2019-11-10 15:28:42 +01:00
Amine Khaldi
fc6e4ed576
[OLE32_WINETEST] Sync with Wine Staging 4.18. CORE-16441
2019-11-10 14:11:19 +01:00
Amine Khaldi
0f5d91b750
[OLE32] Sync with Wine Staging 4.18. CORE-16441
2019-11-10 14:10:55 +01:00
Amine Khaldi
6816ff8dbd
[ODBCCP32_WINETEST] Sync with Wine Staging 4.18. CORE-16441
2019-11-10 14:10:31 +01:00
Amine Khaldi
6410641025
[ODBCCP32] Sync with Wine Staging 4.18. CORE-16441
2019-11-10 14:10:08 +01:00
Amine Khaldi
4658658fb4
[ODBC32] Sync with Wine Staging 4.18. CORE-16441
2019-11-10 14:09:45 +01:00
Amine Khaldi
41203c9bb8
[OBJSEL] Sync with Wine Staging 4.18. CORE-16441
2019-11-10 14:09:23 +01:00
Amine Khaldi
4cf1f80a0e
[NTDSAPI] Sync with Wine Staging 4.18. CORE-16441
2019-11-10 14:09:00 +01:00
Amine Khaldi
1a3e41e769
[NPPTOOLS] Sync with Wine Staging 4.18. CORE-16441
2019-11-10 14:08:38 +01:00
Amine Khaldi
753e05959c
[MSXML3_WINETEST] Sync with Wine Staging 4.18. CORE-16441
2019-11-10 14:08:17 +01:00
Amine Khaldi
eb44c20c47
[MSXML3] Sync with Wine Staging 4.18. CORE-16441
2019-11-10 14:07:55 +01:00
Amine Khaldi
ac43fd2b92
[MSVFW32_WINETEST] Sync with Wine Staging 4.18. CORE-16441
2019-11-10 14:07:31 +01:00
Amine Khaldi
80bb48e789
[MSVFW32] Sync with Wine Staging 4.18. CORE-16441
2019-11-10 14:07:06 +01:00
Amine Khaldi
ce2df64a06
[MSVCRT_WINETEST] Sync with Wine Staging 4.18. CORE-16441
2019-11-10 14:06:44 +01:00
Amine Khaldi
e80dec128e
[MSSIP32] Sync with Wine Staging 4.18. CORE-16441
2019-11-10 14:06:19 +01:00
Amine Khaldi
f3c326b225
[MSSIGN32] Sync with Wine Staging 4.18. CORE-16441
2019-11-10 14:05:55 +01:00
Amine Khaldi
ee39ccec36
[MSRLE32] Sync with Wine Staging 4.18. CORE-16441
2019-11-10 14:04:59 +01:00
Amine Khaldi
7b0046072f
[MSNET32] Sync with Wine Staging 4.18. CORE-16441
2019-11-10 14:04:36 +01:00
Amine Khaldi
1420b5b062
[MSISYS.OCX] Sync with Wine Staging 4.18. CORE-16441
2019-11-10 14:04:14 +01:00
Amine Khaldi
bc2a33a802
[MSISIP] Sync with Wine Staging 4.18. CORE-16441
2019-11-10 14:03:52 +01:00
Amine Khaldi
38a119a72e
[MSIMTF] Sync with Wine Staging 4.18. CORE-16441
2019-11-10 14:03:20 +01:00
Amine Khaldi
9914d8b124
[MSG711.ACM] Sync with Wine Staging 4.18. CORE-16441
2019-11-10 14:02:55 +01:00
Katayama Hirofumi MZ
5225a606cb
[MEDIA][FONTS] Add Wine Wingdings (wingding.ttf) font ( #2024 )
...
Wine Wingdings font (wingding.ttf) is 9.30 KB and usable in ReactOS. CORE-16262
2019-11-10 13:07:24 +09:00
Amine Khaldi
f9a7523b63
[MSFTEDIT] Sync with Wine Staging 4.18. CORE-16441
2019-11-09 22:03:39 +01:00
Amine Khaldi
dd5a95e625
[MSCTF_WINETEST] Sync with Wine Staging 4.18. CORE-16441
2019-11-09 22:03:01 +01:00
Amine Khaldi
ac50127e48
[MSCTF] Sync with Wine Staging 4.18. CORE-16441
2019-11-09 22:02:02 +01:00
Amine Khaldi
4c4918afe9
[PSDK] Update msctf.idl. CORE-16441
2019-11-09 22:01:26 +01:00