Zebediah Figura
|
dfc3b0f583
|
Rebase against 1976685a0f57bdec939228d73f6252c68ccb8f80.
|
2020-05-05 16:17:09 -05:00 |
|
Zebediah Figura
|
3e39e3132b
|
Fix a couple of errors.
|
2020-05-04 22:44:11 -05:00 |
|
Alistair Leslie-Hughes
|
76ba9d2387
|
Rebase against 4e2ad334b5881af7661be4d6df3c51aae92ca4a2
|
2020-05-04 22:19:25 -05:00 |
|
Zebediah Figura
|
d4918b4305
|
kernel32-Named_Pipe: Remove patch set.
We have had complete message mode named pipe support for multiple years now, and PIPE_NOWAIT for a while too.
|
2020-05-04 22:19:25 -05:00 |
|
Paul Gofman
|
dcd4faf1c9
|
Updated winebuild-Fake_Dlls patchset.
Fix Apple code path after ntdll-User_Shared_Data update.
|
2020-05-04 22:19:24 -05:00 |
|
Zebediah Figura
|
7557b3e2eb
|
Revert "winebuild-Fake_Dlls: Get rid of the separate path for Mac OS."
This reverts commit 4147635dfc .
|
2020-05-04 22:19:24 -05:00 |
|
Zebediah Figura
|
4b12c5a4e3
|
Revert "Updated winebuild-Fake_Dlls, ntdll-Syscall_Emulation patchsets."
This reverts commit ca73dc62cd .
|
2020-05-04 22:19:24 -05:00 |
|
Paul Gofman
|
ca73dc62cd
|
Updated winebuild-Fake_Dlls, ntdll-Syscall_Emulation patchsets.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=49065
|
2020-05-01 14:36:17 +03:00 |
|
Zebediah Figura
|
4147635dfc
|
winebuild-Fake_Dlls: Get rid of the separate path for Mac OS.
|
2020-04-30 18:58:33 -05:00 |
|
Zebediah Figura
|
4e6a477acd
|
ntdll-User_Shared_Data: Replace with new wineserver-based implementation.
|
2020-04-30 18:14:40 -05:00 |
|
Zebediah Figura
|
169c49055d
|
Rebase against 0c27d244f76ad90301c5db09d738b3a0389bcdac.
|
2020-04-30 17:39:18 -05:00 |
|
Alistair Leslie-Hughes
|
7b0b95ee53
|
Rebase against cf8a6eb2769d2c4ba5bb837d29db89f6b88706ae
|
2020-04-30 08:28:10 +10:00 |
|
Paul Gofman
|
1785a56934
|
Updated ntdll-NtSetLdtEntries patchset.
Fixed a test failure.
|
2020-04-29 17:18:02 +03:00 |
|
Paul Gofman
|
f2d1cc1a8c
|
Updated wined3d-Indexed_Vertex_Blending patchset.
Fix crash in 'Raiden 3 Digital Edition'.
|
2020-04-29 15:22:03 +03:00 |
|
Zebediah Figura
|
8a46f19ece
|
Rebase against 7ccc45f754a39a425ecc2358a4cfc5675ff11ffb.
|
2020-04-28 17:41:41 -05:00 |
|
Paul Gofman
|
d33cdb84fd
|
Updated ntdll-WRITECOPY patchset.
Added patches by Andrew Wesie which complete the implementation
and remove the configuration option that was previously
disabled by default.
|
2020-04-28 14:55:04 +03:00 |
|
Zebediah Figura
|
69a4e4baa2
|
Rebase against 28ec2795186c7db83637b3b17e4fa95095ebb77d.
|
2020-04-27 16:42:51 -05:00 |
|
Alistair Leslie-Hughes
|
2ad422ff4d
|
Release v5.7
|
2020-04-25 21:49:25 +10:00 |
|
Paul Gofman
|
a8b95783eb
|
Added ntdll-FLS_Callbacks patchset.
|
2020-04-25 13:12:04 +03:00 |
|
Zebediah Figura
|
4581daea3b
|
Rebase against c44e0cf60ad1a967d80fafb427974332b35a0071.
|
2020-04-24 16:35:33 -05:00 |
|
Paul Gofman
|
77d29cbee9
|
Updated ntdll-Syscall_Emulation patchset.
|
2020-04-24 13:43:49 +03:00 |
|
Zebediah Figura
|
f90eb74f8d
|
Rebase against 28bc1bb463eb4075c6a113ba5c279a0506c6daea.
|
2020-04-23 23:15:23 -05:00 |
|
Zebediah Figura
|
abc772e286
|
Add missing server object operations to struct context.
Missed by yesterday's rebase.
|
2020-04-23 10:57:26 -05:00 |
|
Zebediah Figura
|
2c2eabb5c0
|
Rebase against f52b33c63064aa59f48a9c10d624e3508da55b88.
|
2020-04-22 17:09:11 -05:00 |
|
Paul Gofman
|
75637c26ea
|
Updated ntdll-Syscall_Emulation patchset.
|
2020-04-22 19:14:29 +03:00 |
|
Alistair Leslie-Hughes
|
4e0031b058
|
Rebase against f65cfbfe9b20e38537c7cb8608e7f411c9e8b725
|
2020-04-22 08:35:52 +10:00 |
|
Alistair Leslie-Hughes
|
0d8d1f0447
|
Rebase against f31a29b8d1ea478af28f14cdaf3db1515a932853
|
2020-04-21 08:19:34 +10:00 |
|
Alistair Leslie-Hughes
|
029c249e78
|
Rebase against 59987bc9ecdd0dbafd768a95c21a14884bc77c07
|
2020-04-18 14:54:07 +10:00 |
|
Zebediah Figura
|
8d4d0a840e
|
user32-rawinput-mouse: Don't send raw input messages when there's no windows or sinks to receive them.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=48946
|
2020-04-16 17:55:20 -05:00 |
|
Zebediah Figura
|
767b90c5dd
|
Rebase against c18152630362c1bff1813fe8ad5c75ffb8dbb7cf.
|
2020-04-16 17:42:47 -05:00 |
|
Alistair Leslie-Hughes
|
a23c076055
|
Rebase against dc214bfad723efeea96a5d33eb7fc0802dc34be9
|
2020-04-15 10:14:15 +10:00 |
|
Paul Gofman
|
e2c2447841
|
Updated ntdll-Syscall_Emulation patchset.
|
2020-04-14 14:32:16 +03:00 |
|
Alistair Leslie-Hughes
|
4861c47f2b
|
Remove macos compile patch
Fixed upstream.
|
2020-04-14 16:27:59 +10:00 |
|
Zebediah Figura
|
437038604a
|
Rebase against 5e75310837e5ec77ebc361d689ea3279fa49ebac.
|
2020-04-13 18:10:11 -05:00 |
|
Alistair Leslie-Hughes
|
4c160ec82a
|
Release v5.6.1
Fix macos compile issue.
|
2020-04-11 19:11:22 +10:00 |
|
Alistair Leslie-Hughes
|
528144a4ad
|
Added secur32-macos-compile patchset
|
2020-04-11 17:19:00 +10:00 |
|
Alistair Leslie-Hughes
|
76900de5bb
|
Release v5.6
|
2020-04-11 11:32:24 +10:00 |
|
Alistair Leslie-Hughes
|
776306026a
|
Added ntdll-LDR_IMAGE_IS_DLL patchset
|
2020-04-11 11:20:50 +10:00 |
|
Alistair Leslie-Hughes
|
c4c72e90ab
|
Rebase against 2b0977fc711e1faadfef69e3a46c2d1848b4826b
|
2020-04-11 11:10:52 +10:00 |
|
Zebediah Figura
|
f8c3c9a6f8
|
Rebase against 2b0977fc711e1faadfef69e3a46c2d1848b4826b.
|
2020-04-09 20:55:11 -05:00 |
|
Alistair Leslie-Hughes
|
39678da196
|
Updated ntdll-RtlIpv4StringToAddress patchset
|
2020-04-09 08:15:42 +10:00 |
|
Zebediah Figura
|
be8a670b5b
|
user32-rawinput-mouse: Fix dinput rawinput events sequence number.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=48833
|
2020-04-08 09:51:35 -05:00 |
|
Zebediah Figura
|
4d11895651
|
patchinstall.py: Escape characters in C strings.
|
2020-04-08 09:42:45 -05:00 |
|
Alistair Leslie-Hughes
|
bf3fbb7bdf
|
Rebase against 38e95ed2227dd3f0fc3d1394c884265d43e3b283
|
2020-04-08 10:22:04 +10:00 |
|
Zebediah Figura
|
160a5024b4
|
patchinstall.py: Some fixes.
|
2020-04-07 10:10:11 -05:00 |
|
Zebediah Figura
|
f36c844f11
|
patchinstall.py: Bring up to patchinstall.sh.
I think as of this commit it's feature-complete, minus a couple things I'm not sure we still care about.
|
2020-04-06 23:33:07 -05:00 |
|
Alistair Leslie-Hughes
|
732ab97a7e
|
Rebase against ca092dcf819174699f9bb1af45a285dff2f6ac81
|
2020-04-07 08:23:24 +10:00 |
|
Zebediah Figura
|
46fbb7d31e
|
patchinstall.py: New patch installation script.
|
2020-04-05 12:49:14 -05:00 |
|
Zebediah Figura
|
44d1a45e98
|
user32-rawinput-nolegacy: Also update the key state if RIDEV_NOLEGACY is used.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=48612
|
2020-04-05 11:38:00 -05:00 |
|
Zebediah Figura
|
f23b6cb7dc
|
user32-rawinput-mouse: Fix some dependencies.
|
2020-04-05 11:30:28 -05:00 |
|