Chan Chilung
c1c59624ba
[TRANSLATION] Chinese Traditional (zh-TW) translation update ( #4039 )
2021-12-10 01:16:32 +03:00
Thomas Faber
40ee59d609
[LIBXML2] Update to version 2.9.12. CORE-17766
2021-09-18 21:42:26 -04:00
Hermès Bélusca-Maïto
9393fc320e
[FORMATTING] Remove trailing whitespace. Addendum to 34593d93
.
...
Excluded: 3rd-party code (incl. wine) and most of the win32ss.
2021-09-13 03:52:22 +02:00
Thomas Faber
103a79ce4f
[MBEDTLS] Update to version 2.16.11. CORE-17326
2021-09-12 10:49:55 -04:00
Thomas Faber
cbda039f4f
[MBEDTLS] Update to version 2.16.10. CORE-17326
2021-09-12 10:49:55 -04:00
Thomas Faber
a01a8faa60
[MBEDTLS] Update to version 2.7.19. CORE-17252
2021-09-12 10:49:55 -04:00
Thomas Faber
2e53fc8edb
[MBEDTLS] Update to version 2.7.18. CORE-17252
2021-09-12 10:49:54 -04:00
Thomas Faber
218e2596de
[MBEDTLS] Update to version 2.7.17. CORE-17252
2021-09-12 10:49:47 -04:00
Thomas Faber
0a656b574e
[ACPICA] Update to version 20210730. CORE-17760
2021-09-11 10:48:30 -04:00
Thomas Faber
3c2845607c
[ACPICA] Update to version 20210604. CORE-17760
2021-09-11 10:48:30 -04:00
Thomas Faber
6eb8cc4979
[ACPICA] Update to version 20210331. CORE-17760
2021-09-11 10:48:29 -04:00
Thomas Faber
05926c7ac5
[ACPICA] Update to version 20210105. CORE-17760
2021-09-11 10:48:17 -04:00
Oleg Dubinskiy
d7b2280c5c
[DSOUND] Improvements to DirectSound(Capture)EnumerateW ( #3899 )
...
Fix and improve DirectSoundEnumerateW and DirectSoundCaptureEnumerateW implementations in our dsound.
Use the Windows-compatible way to get the device name and pass it to callback.
- Don't use Wine-specific DSDRIVERDESC structure and DRV_QUERYDSOUNDDESC message, declared in sdk/include/dxsdk/dsdriver.h, whose are obsolete even in Wine for now.
- Instead, declare a new WAVEINCAPSW and WAVEOUTCAPSW structures (for input and output appropriately), call waveInGetDevCapsW and WaveOutGetDevCapsW for enumerated device ID and store retieved device name in these structures.
- Then pass them to a lpDSEnumCallbackW as well, without Ansi to Unicode conversion (since the retrieved string is Unicode already).
- Do this both for capture and playback functions.
- Addtionally, add MMSYSERR_BADDEVICEID status code to mmErr macro, because it also might be returned by waveIn/OutGetDevCapsW as well, in case of failure.
- And mark our dosund as forked, because it definitely will not be synced at least until we'll retarget to Vista or newer. Add an appropriate comment.
This fixes incorrect detection of DirectSound audio input and output devices, so now a lot of apps are able to detect it correctly, and can play the sound properly (e.g. AIMP 2.61 and IcyTower from RAPPS).
CORE-7535 CORE-10907 CORE-15324 CORE-15533 CORE-16340
2021-09-04 15:58:42 +03:00
Victor Perevertkin
3927ad9d47
[SFLOPPY] Move storage/floppy_new -> storage/class/sfloppy
...
This is a SCSI Floppy driver, which depends on classpnp.
Don't mix that with the other floppy (FDC) stack.
2021-08-08 02:42:34 +03:00
Victor Perevertkin
3088717b3f
[CDROM][DISK] Remove "_new" suffix from cdrom and disk drivers
2021-08-08 02:42:34 +03:00
Victor Perevertkin
49cfac17c5
[FFS] Remove the FFS/UFS driver
...
The upstream driver is not maintained and the file system itself
is in a semi-abandoned state.
Originally imported at 3a3ef631d1
The driver is written by Lee Jae-Hong, updated by Bo Brantén.
ReactOS porting made by Peter Hater and Pierre Schweitzer.
Follow updates at http://www.acc.umu.se/~bosse/
FS Recognizer code is left to keep the FS support as an
installable driver.
CORE-11040
2021-07-30 17:14:57 +03:00
Victor Perevertkin
2e2190df57
[REISERFS] Remove the ReiserFS driver
...
The upstream driver is not maintained and the file system itself
is in a semi-abandoned state.
Originally imported at e308102f4a
The driver is written by Mark W Piper, updated by Bo Brantén.
ReactOS porting made by Peter Hater and Pierre Schweitzer.
Follow updates at http://www.acc.umu.se/~bosse/
FS Recognizer code is left to keep the FS support as an
installable driver.
CORE-11005
2021-07-30 17:14:53 +03:00
Katayama Hirofumi MZ
92393a7517
[IMM32] Add some candidate handlings ( #3799 )
...
- Implement ImmGetCandidateListA and ImmGetCandidateListW, by using newly added ImmGetCandidateListAW function.
- Implement ImmLockClientImc and ImmUnlockClientImc functions.
- Modify imm32.spec.
- Remove #ifdef's.
CORE-11700
2021-07-11 09:48:15 +09:00
Serge Gautherie
309f707e7f
[DOC] 3rd Party Files.txt: Use complete MS Windows Driver Samples URLs ( #3515 )
...
Addendum to 119f102
.
2021-03-09 15:43:17 +01:00
Serge Gautherie
682f85ad9f
[DOC][WS2_32][WS2HELP] Fix ws2* paths ( #3425 )
2021-02-07 22:17:01 +01:00
Aobi Chan CL
3692b5ff25
[TRANSLATION] Chinese Traditional (zh-TW) translation improvement ( #3430 )
...
- CACLS, FONTSUB, NOTEPAD, SOLITAIRE, VCDCONTROLTOOL, WORDPAD: Update Chinese Traditional translation.
- CALC, PING, SYSTEMINFO Add Chinese Traditional translation.
- PING, SYSTEMINFO: Update zh-TW.rc to make it less Windows like (maybe).
- WRITE, WINFILE: Translation sync to Wine.
+ Update media/doc/For_Chinese_Translation.txt
2021-02-07 22:14:19 +01:00
Jérôme Gardou
44eecfaa01
[MEDIA] Update WINESYNC.txt for d3dx9 DLLs
2021-02-04 16:37:07 +01:00
Serge Gautherie
fa47d6f852
[CMIPCI][DOC] Fix 4 DriverVer values
...
And add entry to '3rd Party Files.txt'.
Addendum to 4b4d95d
(r39827) and ee4368d
(r58644).
2021-02-02 01:56:50 +03:00
Jérôme Gardou
a853102a7b
[MEDIA] Update Winesync doc
2021-01-05 11:03:13 +01:00
Thomas Faber
9587fe1c36
[ACPICA] Update to version 20201217. CORE-17410
2021-01-01 16:20:53 +01:00
Thomas Faber
9cc1a26b70
[ACPICA] Update to version 20201113. CORE-17382
2020-11-22 11:23:25 +01:00
Hermès Bélusca-Maïto
e4f1b12606
Addendum to commit 3e79cb8e
: Add also the official URL to the PCI IDs database.
2020-11-21 17:34:55 +01:00
Serge Gautherie
3e79cb8e6c
[HALX86] Update the PCI hardware IDs database.
...
Extracted from the pci.ids database at https://pci-ids.ucw.cz/ from 2020-11-14 03:15:02 .
Maintained by Albert Pool, Martin Mares, and other volunteers from the PCI ID Project.
Co-authored-by: Hermès BÉLUSCA - MAÏTO <hermes.belusca-maito@reactos.org>
2020-11-21 17:31:40 +01:00
Serge Gautherie
698a8e6554
[DOC] 3rd Party Files.txt: Add 'rdesktop' entry ( #3333 )
2020-10-30 15:35:49 +03:00
Victor Perevertkin
dcfb80c47a
[DOC] Add more files to "3rd Party Files.txt"
2020-10-24 17:07:13 +03:00
Victor Perevertkin
119f102f63
[DOC] Make "3rd Party Files.txt" a main source about 3rd party projects
...
- Add path and license information to "3rd Party Files.txt"
- Merge README.FSD with it
- Rename README.WINE to WINESYNC.txt
2020-10-24 06:34:55 +03:00
Thomas Faber
3499b96682
[ACPICA] Update to version 20200925. CORE-17170
2020-10-16 01:21:52 +02:00
Thomas Faber
8605f660f4
[ACPICA] Update to version 20200717. CORE-17170
2020-10-16 01:21:47 +02:00
Jérôme Gardou
f2cf465dba
[DOC] Update README.WINE to reflect dbghelp latest status
2020-09-16 10:36:03 +02:00
Oleg Dubinskiy
07f98eb10a
[DBGENG] Import dbgeng.dll from Wine Staging 4.18
...
CORE-17153.
2020-09-10 18:19:28 +02:00
Serge Gautherie
bd593ed366
Merge pull request #2900 from SergeGautherie/SergeGautherie/PRonly_3rdPartyFiles-txt_chmc-lzxcomp
...
[3rd Party Files.txt] Add 'chmc and lzxcomp' entry
2020-07-11 01:38:15 +02:00
Thomas Faber
292f67af5b
[MBEDTLS] Update to version 2.7.16. CORE-17155
2020-07-04 21:53:46 +02:00
Serge Gautherie
8983adf967
[FASTFAT_NEW] Sync to upstream 16022c5 ( #2938 )
2020-06-26 20:03:01 +03:00
Thomas Faber
aa811c00e3
[MPG123] Update to version 1.26.1. CORE-17098
2020-06-14 09:19:05 +02:00
Thomas Faber
cab7e9ade8
[ACPICA] Update to version 20200528. CORE-17094
2020-06-14 09:19:02 +02:00
Serge Gautherie
cb2515d521
[README.FSD] Add 'disk_new' entry
...
Follow-up to 022f4b2
(r55555).
2020-06-12 10:04:03 +02:00
Serge Gautherie
f6d551525b
[README.FSD] Add 'nfs41 project' entries
...
CORE-8204
2020-06-12 10:04:03 +02:00
Serge Gautherie
2367bd2af8
[README.FSD] Remove obsolete 'reactos/' directory
2020-06-12 10:04:03 +02:00
Oleg Dubinskiy
90aff2947b
[REGAPI] Import regapi.dll from Wine Staging 5.7 CORE-16458 ( #2723 )
...
- Comment some other missing exports Windows regapi.dll has them, but Wine's one doesn't.
Required by MS winlogon with Win32SS replaced. I double-rechecked: now it doesn't fail due to missing regapi.dll in system32 or separate missing functions in this dll, exactly the same as with MS regapi. In pair with my profmap.dll (which was merged recently), now it fails due to InitializeUserProfile() stub in our userenv.dll (if to replace msgina too).
Also I compared the exports of MS regapi.dll and Wine's one. Win2k3 version has all exports that Wine version has and some others (which looks like were dropped in NT6). But those exports which already exist, are enough to allow MS winlogon no longer fail.
CORE-16458
2020-05-14 14:21:16 +02:00
Victor Perevertkin
8bd9450da8
[HTTPAPI] Convert httpapi.dll to a stub-only library
...
Wine's implementation relies on http.sys driver, which we don't have
anyway. Function declarations are taken from Wine 5.7
CORE-16963
2020-05-04 11:37:16 +03:00
Thomas Faber
baa3380649
[ACPICA] Update to version 20190430. CORE-16998
2020-05-01 12:18:48 +02:00
Thomas Faber
b01a480163
[LIBXSLT] Update to version 1.1.34. CORE-16952
2020-04-24 14:45:03 +02:00
Thomas Faber
f22fa382fe
[LIBXML2] Update to version 2.9.10. CORE-16952
2020-04-24 14:44:52 +02:00
Victor Perevertkin
194ea909fd
[BTRFS][UBTRFS][SHELLBTRFS] Upgrade to 1.7.2
...
CORE-16679
2020-04-23 07:07:36 +03:00
Serge Gautherie
efd59ec202
[README.WINE] Fix 'User32' typo and add winetests/winmm. CORE-16441 ( #2525 )
...
CORE-16441
2020-04-15 12:48:54 +02:00
Victor Perevertkin
740a859e92
[TCPIP] Implement IOCTL_ICMP_ECHO_REQUEST in tcpip.sys
...
Also clean up ICMP handling code in sdk/lib/drivers/ip
CORE-10760
2020-04-07 05:32:40 +03:00
Thomas Faber
1b00a1f50f
[MBEDTLS] Update to version 2.7.14. CORE-16787
2020-04-05 14:45:03 +02:00
Thomas Faber
040546d8ff
[ACPICA] Update to version 20200326. CORE-16783
2020-04-05 14:44:53 +02:00
Oleg Dubinskiy
56aa5137e7
[QCAP] Import qcap.dll from Wine Staging 3.3. CORE-16350 ( #2421 )
...
Fix also MSVC build.
[DOC] Add qcap entry in README.WINE
Co-Authored-By: Thomas Faber <18138474+ThFabba@users.noreply.github.com>
2020-04-03 23:59:12 +02:00
Serge Gautherie
ebeeb9dcb8
[DOC] 3rd Party Files.txt: Add 'Schily Tools, mkisofs' entry
2020-02-27 21:22:11 +03:00
Thomas Faber
81e6846e06
[ACPICA] Update to version 20200110 (Copyright update only). CORE-16696
2020-02-15 20:45:48 +01:00
Thomas Faber
1d5741919d
[LIBJPEG] Update to version 9d. CORE-16686
2020-02-09 21:23:33 +01:00
Thomas Faber
d152519a4a
[MBEDTLS] Update to version 2.7.13. CORE-16686
2020-02-09 21:23:22 +01:00
Masanori Ogino
e63bbef5aa
[OPENGL32][MESA] Describe the current status ( #2309 )
...
Since 5f2bebf7
, the Mesa library in dll/opengl/ has been downgraded from 8.0.4 to 2.6,
while the related documents were not updated to reflect the change.
2020-02-07 18:09:38 +01:00
Masanori Ogino
695946a5cd
[GLU32] Sync with glu 9.0.1 ( #2314 )
2020-02-07 18:07:56 +01:00
Serge Gautherie
82d2f13cea
[FLOPPY_NEW] WindowsSync to 8fb512a ( #2238 )
...
* [FLOPPY_NEW] Make 6 '#ifdef' explicit about '__REACTOS__'
* [FLOPPY_NEW] RtlStringCbPrintf?() need bytes, not chars
Import
8fb512ac67
2020-01-14 18:50:19 +01:00
Amine Khaldi
1a472d9453
[UNICODE] Sync with Wine Staging 4.18. CORE-16441
2019-12-23 00:58:51 +01:00
Amine Khaldi
3cfeed64b1
[REG] Sync with Wine Staging 4.18. CORE-16441
2019-12-23 00:58:26 +01:00
Amine Khaldi
e87b3957e4
[CSCRIPT][WSCRIPT] Sync with Wine Staging 4.18. CORE-16441
2019-12-23 00:58:01 +01:00
Amine Khaldi
e32507b525
[LOCALUI] Sync with Wine Staging 4.18. CORE-16441
2019-12-23 00:57:33 +01:00
Amine Khaldi
90cb67a7f4
[INETCPL] Sync with Wine Staging 4.18. CORE-16441
2019-12-23 00:57:10 +01:00
Amine Khaldi
fba7694887
[XMLLITE] Sync with Wine Staging 4.18. CORE-16441
2019-12-23 00:56:19 +01:00
Amine Khaldi
a80c5a56e3
[WUAPI] Sync with Wine Staging 4.18. CORE-16441
2019-12-23 00:55:33 +01:00
Amine Khaldi
667d393424
[WTSAPI32] Sync with Wine Staging 4.18. CORE-16441
2019-12-23 00:54:46 +01:00
Thomas Faber
e85f436a50
[LIBMPG123] Update to version 1.25.13. CORE-16550
2019-12-08 16:50:00 +01:00
Thomas Faber
f87faf6703
[LIBTIFF] Update to version 4.1.0. CORE-16550
2019-12-08 16:49:57 +01:00
Amine Khaldi
8e3284089b
[WSHOM.OCX] Sync with Wine Staging 4.18. CORE-16441
2019-12-07 13:11:52 +01:00
Amine Khaldi
7c3b31ddcc
[WMVCORE] Sync with Wine Staging 4.18. CORE-16441
2019-12-07 13:11:07 +01:00
Amine Khaldi
bd00327109
[WMIUTILS] Sync with Wine Staging 4.18. CORE-16441
2019-12-07 13:10:01 +01:00
Amine Khaldi
6b9bd93fe6
[WLDAP32] Sync with Wine Staging 4.18. CORE-16441
2019-12-07 13:09:39 +01:00
Amine Khaldi
d296bbebbe
[WINTRUST] Sync with Wine Staging 4.18. CORE-16441
2019-12-07 13:08:52 +01:00
Amine Khaldi
79d5eedcb4
[WINSCARD] Sync with Wine Staging 4.18. CORE-16441
2019-12-07 13:08:06 +01:00
Amine Khaldi
c239cdd4e6
[WININET] Sync with Wine Staging 4.18. CORE-16441
2019-12-07 13:06:34 +01:00
Amine Khaldi
5bd6580fc6
[WINHTTP] Sync with Wine Staging 4.18. CORE-16441
2019-12-07 13:05:48 +01:00
Amine Khaldi
611eb5508c
[WINEMP3.ACM] Sync with Wine Staging 4.18. CORE-16441
2019-12-07 13:05:25 +01:00
Amine Khaldi
f6a1733daf
[WINDOWSCODECS] Sync with Wine Staging 4.18. CORE-16441
2019-12-07 13:04:33 +01:00
Amine Khaldi
628f4c996c
[WBEMPROX] Sync with Wine Staging 4.18. CORE-16441
2019-12-01 19:45:00 +01:00
Amine Khaldi
36873c4934
[WBEMDISP] Sync with Wine Staging 4.18. CORE-16441
2019-12-01 19:44:13 +01:00
Amine Khaldi
658118f098
[VSSAPI] Sync with Wine Staging 4.18. CORE-16441
2019-12-01 19:43:49 +01:00
Amine Khaldi
f1e575c3d2
[VERSION] Sync with Wine Staging 4.18. CORE-16441
2019-12-01 19:43:24 +01:00
Amine Khaldi
9a0ddc1388
[VBSCRIPT] Sync with Wine Staging 4.18. CORE-16441
2019-12-01 19:42:07 +01:00
Amine Khaldi
29ff85ba5d
[USP10] Sync with Wine Staging 4.18. CORE-16441
2019-12-01 19:41:14 +01:00
Amine Khaldi
6c3c2e33f6
[URLMON] Sync with Wine Staging 4.18. CORE-16441
2019-12-01 19:39:31 +01:00
Amine Khaldi
7cddbe34e2
[UPDSPAPI] Sync with Wine Staging 4.18. CORE-16441
2019-12-01 19:39:04 +01:00
Amine Khaldi
174271931a
[TWAIN_32] Sync with Wine Staging 4.18. CORE-16441
2019-12-01 19:38:39 +01:00
Amine Khaldi
3edf37e269
[TAPI32] Sync with Wine Staging 4.18. CORE-16441
2019-12-01 19:38:13 +01:00
Amine Khaldi
5a267e6b9e
[T2EMBED] Sync with Wine Staging 4.18. CORE-16441
2019-12-01 19:37:45 +01:00
Amine Khaldi
58895b70d0
[SXS] Sync with Wine Staging 4.18. CORE-16441
2019-11-30 14:56:42 +01:00
Amine Khaldi
66b46b04f4
[STI] Sync with Wine Staging 4.18. CORE-16441
2019-11-30 14:55:34 +01:00
Amine Khaldi
21c2e3982d
[SNMPAPI] Sync with Wine Staging 4.18. CORE-16441
2019-11-30 14:51:23 +01:00
Amine Khaldi
04c12ebdfa
[SLBCSP] Sync with Wine Staging 4.18. CORE-16441
2019-11-30 14:50:58 +01:00
Amine Khaldi
09ad24e1f4
[SHDOCVW] Sync with Wine Staging 4.18. CORE-16441
2019-11-30 14:49:41 +01:00
Amine Khaldi
d44df9b83d
[SENSAPI] Sync with Wine Staging 4.18. CORE-16441
2019-11-30 14:49:13 +01:00
Amine Khaldi
39343ec6e1
[SCRRUN] Sync with Wine Staging 4.18. CORE-16441
2019-11-30 14:47:27 +01:00
Amine Khaldi
858af2db9d
[SCCBASE] Sync with Wine Staging 4.18. CORE-16441
2019-11-30 14:46:59 +01:00