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
Pierre Schweitzer
96ca9e39f8
[BROWSEUI] Update French translation
...
Addresses changes done in 103c87d
CORE-16427
2019-10-26 22:11:18 +02:00
Amine Khaldi
51373fdd86
[ATL] Sync with Wine Staging 4.18. CORE-16441
2019-10-26 13:08:57 +01:00
Amine Khaldi
fa8d16a0eb
[ADVPACK] Sync with Wine Staging 4.18. CORE-16441
2019-10-26 13:08:05 +01:00
Amine Khaldi
a8f780a9db
[ACTIVEDS] Sync with Wine Staging 4.18. CORE-16441
2019-10-26 13:07:38 +01:00
Joachim Henze
f2f833c53c
[COMCTL32] Address regression CORE-14622
...
"Avira Antivir Personal 6.35.00.243" had issues painting its
setup wizard dialog with correct background color.
That part was a regression of SVN r74136 == git
b1b42795a9
and also did not draw its umbrella bmp, which did never work
in ros up to now afaik.
https://reactos.org/testman/compare.php?ids=69394,69478 VBOX
https://reactos.org/testman/compare.php?ids=69395,69479 KVM
Thanks to patches author Doug Lyons and HBelusca.
Wine has been reported to be affected by that bug as well:
https://bugs.winehq.org/show_bug.cgi?id=46636
Not sure whether our patch will be accepted by Wine,
to my naive eye this looks like an interim solution.
2019-10-22 01:10:28 +02:00
Eric Kohl
4455dcb26e
[DNSAPI][REACTOS] Add a header for undocumented dnsapi functions and use it in dnsapi.dll
2019-10-20 23:13:46 +02:00
Amine Khaldi
7c98f2203d
[HNETCFG] Sync with Wine Staging 4.18. CORE-16441
2019-10-20 20:03:33 +01:00
Mark Jansen
1f362c1a5a
[SHELL32] CDefaultContextMenu: Don't render a medium just to query if it is present
2019-10-20 17:10:12 +02:00
Mark Jansen
e45beb55f8
[SHELL32] CDefaultContextMenu: Always add the wanted operation to the IDataObject
2019-10-20 17:10:12 +02:00
Mark Jansen
c31327114b
[SDK][SHELL32] Augment the internally used IDataObject with some extra formats
...
This is needed because our code seems to use CF_HDROP a lot, instead of HIDA...
2019-10-20 17:10:12 +02:00
Mark Jansen
f9d3c2c608
[SHELL32] Mark an unexpected failure as unexpected
2019-10-20 17:10:11 +02:00
Mark Jansen
75cabb07be
[SHELL32] Properly release an StgMedium
2019-10-20 17:10:11 +02:00
Eric Kohl
2ed4b3f780
[NETCFGX] Free all component data on INetCfg_fnUninitialize()
2019-10-20 15:01:55 +02:00
Mark Jansen
730a99c860
[SHELL32] Update CDataObject,
...
allowing it to accept new formats and behave a bit more like windows
2019-10-19 18:42:15 +02:00
Mark Jansen
5d54b65ceb
[SHELL32] Add support for custom View objects defined with UICLSID
...
CORE-16271
2019-10-19 18:42:15 +02:00
Mark Jansen
5d7ae44059
[SHELL32] Demote an ERR to WARN
2019-10-19 18:41:52 +02:00
Joachim Henze
a01b272578
[BROWSEUI][SHELLFIND] Update de-DE.rc CORE-16427
...
Translate the new checkboxes text to german
Addendum to 0.4.14-dev-60-g
103c87d2b9
2019-10-19 16:36:02 +02:00
Doug Lyons
103c87d2b9
[SHELLFIND] Add Hidden Files & Folders Selection. CORE-16427
2019-10-19 15:57:34 +02:00
Pierre Schweitzer
c290ae21c7
[WSHTCPIP] Print IOCTL as hexa value
2019-10-19 12:04:40 +02:00
Serge Gautherie
a8236e3fa9
[MSAFD] SizeOf*Buffer: Type is ULONG, not INT/DWORD
2019-10-19 10:50:03 +02:00
Serge Gautherie
3f0ba492ad
[MSAFD] WSPSetSockOpt(): Fix a copypasta
...
Addendum to 6bc61f63f1
.
CORE-15804
2019-10-17 08:18:43 +02:00
Joachim Henze
cd2a274ef7
[BROWSEUI][SHELLFIND] Allow to 'Open Containing Folder'
...
of a search result again.
The feature regressed by 0.4.13-dev-1133-g
a3ee648d8b
I chose the shorter solution of Brock Mammen instead
of the patch of Doug Lyons from PR1960.
Still many thanks to Doug Lyons for his encouragement
in creating a fix as well and performing
regression-testing.
I intend to merge that back into 0.4.13RCs as well.
2019-10-12 15:44:58 +02:00
Mas4hmad
f84bd4f393
[TRANSLATION] Add/Update Indonesian translations ( #1904 )
...
Add/Update Indonesian translations for CHARMAP, CMDUTILS-HELP, SERVMAN, SETUPAPI, SHELL32, SUBST, SYSSETUP, TASKMGR, USERINIT.
2019-10-08 17:03:14 +02:00
Eric Kohl
80db055135
[SYSSETUP][NETCFGX][INF] Install the TCPIP protocol driver properly
...
Get rid of the special RandomProtocolGUID_TCPIP :-)
Works with the Setup CD and Live CD.
2019-10-06 22:36:19 +02:00
Doug Lyons
b6b7bda443
Shell Find Improvements to make Search Item general and Show Sub-directories ( #1927 )
...
* Shell Find Improvement to make Search Item general by adding asterisks before and after before search and show sub-directories in find listing. CORE-16152
2019-10-05 16:32:49 +02:00
Pierre Schweitzer
0ce3941b41
[KERNEL32] Fix FIXME by calling appropriate function in GetNativeSystemInfo()
2019-10-02 10:52:00 +02:00
Thomas Faber
a66bee2837
[SHELLFOLDERS] Gracefully handle NULL pidl in CDrivesFolder::BindToObject. CORE-16403
...
Fixes one of many crashes in shell32_winetest:shlfolder.
2019-09-29 12:42:26 +02:00
Thomas Faber
be1f95527a
[SHELL] IPersistIDList/IShellLink use P(C)IDLIST_ABSOLUTE. CORE-16385
2019-09-29 12:09:39 +02:00
Thomas Faber
b2992e7a5e
[SHELL] IShellExtInit::Initialize uses PCIDLIST_ABSOLUTE. CORE-16385
2019-09-29 12:09:02 +02:00
Thomas Faber
6b0d2c2a2c
[SHELL] Fix more IPersistFolder::Initialize prototypes. CORE-16385
...
Addendum to c2b476bd77
.
2019-09-29 12:07:43 +02:00
Shy Zedaka
acaff47682
[BROWSEUI][SHELL32][TRANSLATION] Major Translations to BROWSEUI And New Search function to Hebrew, and Some Other changes. ( #1938 )
2019-09-26 22:18:59 +02:00
Lee Schroeder
43f03da358
[MSXML3R] XML/XSL file description localization ( #1926 )
...
Add localization for the file description of both XML and XSL file formats.
Please check for copypasta errors!
CORE-16390
Co-Authored-By: Stanislav Motylkov <x86corez@gmail.com>
2019-09-23 23:30:53 +02:00
Abdulganiev Rafael
9dd71e12b9
[TRANSLATION] Russian translation for browseui ( #1928 )
...
Co-Authored-By: Stanislav Motylkov <x86corez@gmail.com>
2019-09-23 23:28:46 +02:00
Joachim Henze
a40331b0f4
[COMCTL32] Workaround v6 button redraw regressions CORE-13278 & CORE-16093
...
Most likely not correct, as it breaks comctl32:buttonv6 tests
https://reactos.org/testman/compare.php?ids=68146,68147
But greatly eliminates perceived flickering when hovering
with the mouse about buttons in unthemed mode.
We suffered from these regressions for years and nobody did
find a proper solution, therefore it's time to at least workaround them.
The patch did not expose any new real-world-issues after I retested
the whole rapps suite against it in 0.4.12RCs.
I committed the same workaround already into 0.4.12-RC-30-g
9513c9bf12
CORE-13278 was once introduced/unhidden by SVN 73806 ==
c607de714c
CORE-16093 was once introduced/unhidden by SVN 74149 ==
301c476074
2019-09-22 21:17:10 +02:00
Joachim Henze
b7f62b9bf9
[BROWSEUI] RC de-DE of Search feature & Folderoptions caption CORE-16392
2019-09-22 19:11:39 +02:00
Thomas Faber
c2b476bd77
[SHELL] IPersistFolder::Initialize takes a PCIDLIST_ABSOLUTE. CORE-16385
2019-09-22 16:19:11 +02:00
Thomas Faber
b90c24d640
[SHELL] IPersistFolder2::GetCurFolder takes a PIDLIST_ABSOLUTE*. CORE-16385
2019-09-22 16:19:09 +02:00
Thomas Faber
d41c5be3bd
[BROWSEUI] Fix a PIDL leak.
2019-09-22 11:42:06 +02:00
Thomas Faber
cfc5b3749f
[SHLWAPI] Import Wine commit c8175e6c7a7 (Fix Stat() method for file streams) by Nikolay Sivov.
...
Fixes crash in shlwapi_winetest:istream.
2019-09-22 11:42:01 +02:00
Thomas Faber
faae7e5790
[SHELL32] Handle BYREF variants in CFolderItems::Item.
...
Fixes crash in shell32_winetest:shelldispatch.
See also:
6634b31520
2019-09-22 11:41:57 +02:00
Hermès Bélusca-Maïto
7fccd6b763
[UBTRFS] Addendum to 255ef2c3
: Add missing exports expected by mkbtrfs.
...
CORE-16383 CORE-16354
2019-09-21 04:35:01 +02:00