Compare commits

..

708 Commits

Author SHA1 Message Date
Sebastian Lackner
126524d9ce Release 1.8.4. 2016-09-03 22:43:51 +02:00
Sebastian Lackner
441bcce3db patchinstall.sh: Add support for eapply backend and mark epatch as deprecated (thanks NP-Hardass).
(cherry picked from commit e875860886)
2016-08-25 22:17:58 +02:00
Sebastian Lackner
1bf2e6fe90 Rebase against c03303838dc648b4dc9fc8d0c78b4ec51a455253.
[api-ms-win-crt-Stub_DLLs]
Removed patch to forward urcrtbase *_base functions to msvcrt (fixed upstream).

[kernel32-FreeUserPhysicalPages]
Removed patch to add stub for kernel32.FreeUserPhysicalPages (accepted
upstream).

[ntdll-NtSetLdtEntries]
Removed patch to add stub for NtSetLdtEntries/ZwSetLdtEntries (accepted
upstream).

[secur32-ANSI_NTLM_Credentials]
Removed patch to fix handling of ANSI NTLM credentials (accepted upstream).

[winsta-WinStationEnumerateW]
Removed patch to add stub for winsta.WinStationEnumerateW (accepted upstream).

[ws2_32-Sort_default_route]
Removed patch to ensure default route IP addresses are returned in correct
order (accepted upstream).
2016-08-25 21:59:49 +02:00
Sebastian Lackner
9d13bfd569 Release 1.8.3. 2016-07-10 07:01:18 +02:00
Sebastian Lackner
739a308958 Rebase against 205228eb80089c38b25e7249073021e7806d2bfa.
[dinput-DIPROP_USERNAME]
Removed patch to implement dinput device property DIPROP_USERNAME (accepted
upstream).

[kernel32-GetFinalPathNameByHandle]
Removed patch to add support for GetFinalPathNameByHandle (accepted upstream).

[ntoskrnl-Stubs]
Removed patches for KeDelayExecutionThread and PsRemoveLoadImageNotifyRoutine
stubs (accepted upstream).

[server-Parent_Process]
Removed patch to avoid holding reference on parent process in wineserver
(accepted upstream).

[wined3d-Geforce_425M]
Removed patch to add wined3d detection for GeForce GT 425M (accepted upstream).

[winscard-SCardListReaders]
Removed patch to add stub for winscard.SCardListReadersA/W (accepted upstream).
2016-06-25 19:50:04 +02:00
Sebastian Lackner
35b9051d1c Release 1.8.2. 2016-04-19 06:34:52 +02:00
Sebastian Lackner
7e776b7a90 Rebase against 24a730187e08699b51c698d4fed58ba2947f0c5d.
[kernel32-CompareString_Length]
Removed patch to make sure CompareString aborts on first non-matching character
(accepted upstream).

[kernel32-GetLogicalProcessorInformationEx]
Removed patch to return TRUE from GetLogicalProcessorInformationEx stub
(accepted upstream).

[user32-WM_CAPTURECHANGE]
Removed patch to send WM_CAPTURECHANGE also when capture has not changed
(accepted upstream).

[wined3d-Multisampling]
Removed patch to allow to override number of quality levels for
D3DMULTISAMPLE_NONMASKABLE (fixed upstream).
2016-04-13 18:08:17 +02:00
Sebastian Lackner
24dcca66e3 Release 1.8.1. 2016-03-27 06:51:29 +02:00
Sebastian Lackner
9118e47cd3 kernel32-CompareString_Length: Update patchset to correctly handle comparison of strings ending with multiple \0 characters.
(cherry picked from commit d924f74e90)
2016-03-27 06:01:53 +02:00
Sebastian Lackner
8ae4e4601d Pipelight: Add a missing CDECL.
(cherry picked from commit 09612a2923)
2016-03-27 06:01:48 +02:00
Sebastian Lackner
21efb9c6f2 Added patch to avoid inheriting QT_* environment variables to Windows environment.
(cherry picked from commit 5e0122ae53)
2016-03-27 06:01:40 +02:00
Sebastian Lackner
4c11d0c812 ntdll-DOS_Attributes: Always store SAMBA_XATTR_DOS_ATTRIB when path could be interpreted as hidden.
(cherry picked from commit a560ca2cee)
2016-03-27 06:01:29 +02:00
Sebastian Lackner
d7546964c7 patchupdate.py: Split logic to generate apply order / check patch dependencies into separate function.
(cherry picked from commit bca995cef8)
2016-03-27 06:01:16 +02:00
Sebastian Lackner
766590c481 patchupdate.py: Autodepends should ignore disabled patchsets.
(cherry picked from commit 72f80a6c3c)
2016-03-27 06:01:13 +02:00
Sebastian Lackner
5ed04faa06 gitapply.sh: Fix parsing of 'deleted file mode' git header.
(cherry picked from commit 4ffcf184bb)
2016-03-27 06:01:04 +02:00
Sebastian Lackner
dbaf56b01c patchupdate.py: Store last 10 hashes per file.
(cherry picked from commit 72ddac6f01)
2016-03-27 05:37:47 +02:00
Sebastian Lackner
7145f11c99 patchinstall.sh: Sort list of commands in help.
(cherry picked from commit 90dc2c0daa)
2016-03-27 05:35:21 +02:00
Sebastian Lackner
819a64744e README.md: Update readme.
(cherry picked from commit f1a2b30343)
2016-03-27 05:35:11 +02:00
Sebastian Lackner
5bcbac4982 patchinstall.sh: Remove comment about Makefiles.
(cherry picked from commit 74cffcfdb6)
2016-03-27 05:34:49 +02:00
Sebastian Lackner
ed7fe13391 patchutils.py: Fix a bug in preprocessor when parsing specific strings.
(cherry picked from commit ff0e7cc638)
2016-03-27 05:33:16 +02:00
Sebastian Lackner
740b727a94 patchupdate.py: Generate #ifdef patches in alphabetical order.
(cherry picked from commit 0a5887e483)
2016-03-27 05:32:53 +02:00
Sebastian Lackner
33c9d17dee patchupdate.py: Several style improvements and cleanup.
(cherry picked from commit 67c348107c)
2016-03-27 05:30:23 +02:00
Sebastian Lackner
5d4124c92b patchupdate.py: Remove unused optional revision argument from read_patchset function.
(cherry picked from commit 33a4d4c90e)
2016-03-27 05:29:37 +02:00
Sebastian Lackner
02d83cab14 patchinstall.sh: No longer depend on debian changelog file.
The repository no longer contains packaging files for debian.
This information will be provided on a separate website soon.

(cherry picked from commit e4321c5093)
2016-03-27 05:29:05 +02:00
Sebastian Lackner
7fc4595aaa README.md: Remove autogenerated list of fixed bugs.
This information will be provided on a separate website soon.

(cherry picked from commit e4d488316c)
2016-03-27 05:27:24 +02:00
Sebastian Lackner
364cd111e2 patchutils.py: Fix a bug related to #ifdef patch generator.
(cherry picked from commit f2fccc7342)
2016-03-27 05:23:00 +02:00
Sebastian Lackner
e9f11bd51b Rebase against 84cae8c3ea2614fce65d5d499159de9d530444ef.
[ntdll-x86_64_set_cpu_context]
Removed patch to allow to set debug registers separately in NtSetContextThread
(accepted upstream).
2016-03-27 05:20:50 +02:00
Sebastian Lackner
15f62469af patchupdate.py: Track the stable branch of Wine. 2016-03-27 04:07:21 +02:00
Sebastian Lackner
8a378ee8e7 Release 1.8. 2015-12-21 18:34:18 +01:00
Sebastian Lackner
fd5fd19bb9 wusa-MSU_Package_Installer: Improve tracing and warn if cabinet contains compressed files. 2015-12-21 04:45:30 +01:00
Sebastian Lackner
d14e078ed7 Added patch to implement of wusa.exe (MSU package installer). 2015-12-21 03:16:54 +01:00
Sebastian Lackner
47e0b460b4 nvencodeapi-Video_Encoder: Update patchset to version 6.0 and fix Debian compatibility. 2015-12-20 22:55:59 +01:00
Sebastian Lackner
0c1324b8de Release 1.8-rc4. 2015-12-15 00:56:47 +01:00
Sebastian Lackner
e9f445ed37 server-Parent_Process: Add tests and some minor improvements. 2015-12-13 01:53:38 +01:00
Sebastian Lackner
84730be30e Rebase against ca9001d6bda3084ab9bc80baa7d6e5533252c797. 2015-12-13 00:19:03 +01:00
Sebastian Lackner
42da4b38cc Rebase against 97ac9d410fdd612db863fdccc538d8dd8d94d91a. 2015-12-10 16:57:56 +01:00
Sebastian Lackner
7dac88ab13 Added patch to fix memory corruption wineserver (token_duplicate should not reference the original token). 2015-12-10 16:49:38 +01:00
Sebastian Lackner
c3f580b642 opengl32-Revert_Disable_Ext: Update patch and definition file. 2015-12-10 06:08:16 +01:00
Sebastian Lackner
ffa55dcc00 Added patch to avoid holding reference on parent process in wineserver. 2015-12-10 06:03:53 +01:00
Sebastian Lackner
cde035a721 Rebase against 571dc0faa502b63880e905c35d3e3da6d87c5599. 2015-12-08 18:33:36 +01:00
Sebastian Lackner
c094720578 Release 1.8-rc3. 2015-12-07 17:11:09 +01:00
Sebastian Lackner
2e17709095 ws2_32-WSACleanup: Fix compatibility with server-Desktop_Refcount patchset. 2015-12-05 23:56:38 +01:00
Sebastian Lackner
dea2594156 Added patch to fix implementation of NtQueryInformationProcess for ProcessDebugFlags. 2015-12-05 22:48:34 +01:00
Sebastian Lackner
af4ac5433d Updated patch for d3dx9_36 DrawText implementation and fixed multiple bugs. 2015-12-05 21:43:45 +01:00
Sebastian Lackner
ce6a5b015d Added patch to properly implement GetLargestConsoleWindowSize. 2015-12-05 19:38:43 +01:00
Sebastian Lackner
07a42a496d Added patch to set LastError to 0 in GetSidIdentifierAuthority. 2015-12-05 04:06:58 +01:00
Sebastian Lackner
78db8b7950 Added patch to fix possible leak of explorer.exe processes and implement proper desktop refcounting. 2015-12-04 20:06:24 +01:00
Sebastian Lackner
78ed3fc7e9 Rebase against ffee96a80c0585fb5fcb041382540e2014d2f77b. 2015-12-04 18:59:12 +01:00
Sebastian Lackner
a605ae9359 msidb-Implementation: Pass correct size argument to snprintfW (Thanks Amine Khaldi). 2015-12-04 11:02:13 +01:00
Sebastian Lackner
ebf9db37d5 Rebase against 71bbd8da87109161448c7c6d7f6fcfa721b6c746. 2015-12-03 17:52:40 +01:00
Sebastian Lackner
2d713a931d comctl32-PROPSHEET_InsertPage: Third argument of SendMessage is WPARAM. 2015-12-03 01:26:00 +01:00
Sebastian Lackner
9dcb352d8d Rebase against e69d9ec3c4e8829c5c18cea7d8348171d51dcd76. 2015-12-02 22:46:56 +01:00
Sebastian Lackner
3d3effd8b3 Rebase against 66d8e38ba4c5d67ae6e287cac557acfeae8b5bcd. 2015-12-01 02:36:42 +01:00
Sebastian Lackner
eb1820cd45 Release 1.8-rc2. 2015-11-29 21:23:59 +01:00
Sebastian Lackner
6655f3dc84 Added patch to ensure default route IP addresses are returned first in gethostbyname. 2015-11-29 18:54:40 +01:00
Sebastian Lackner
c28bcab311 Added patch to implement dinput device property DIPROP_USERNAME. 2015-11-29 18:33:00 +01:00
Sebastian Lackner
e60b8d144b Added patch to ignore socket type for protocol IPPROTO_IPV6 in getaddrinfo. 2015-11-29 18:10:07 +01:00
Sebastian Lackner
b14f029f04 Added patch to allow to set debug registers separately in NtSetContextThread. 2015-11-29 00:36:33 +01:00
Sebastian Lackner
cd0241f0e2 Added patch to start SERVICE_FILE_SYSTEM_DRIVER services with winedevice. 2015-11-28 23:31:47 +01:00
Sebastian Lackner
096164c275 Added patch to silence repeated FIXME message in surface_cpu_blt. 2015-11-28 23:23:06 +01:00
Sebastian Lackner
ef47e8db59 Added patch to send WM_CAPTURECHANGE also when capture has not changed. 2015-11-28 23:19:32 +01:00
Sebastian Lackner
632a8a163b Added patch to skip invalid entries in GetPrivateProfileString16. 2015-11-28 22:51:22 +01:00
Sebastian Lackner
8af8164874 Added patch for delayed end of DST in Europe/Istanbul. 2015-11-28 22:50:13 +01:00
Sebastian Lackner
69be96b093 ntdll-Stack_Fault: Updated patch to commit page when handling stack fault, and add tests. 2015-11-28 22:17:37 +01:00
Sebastian Lackner
d73096b63a Added patch to implement check for invalid handle type for HSPFILEQ handles. 2015-11-27 23:20:34 +01:00
Sebastian Lackner
d8b26a26c5 Rebase against e6c67c52757508ce92c3819bb14e87c2ab21fa20. 2015-11-27 23:06:06 +01:00
Sebastian Lackner
c873b7f422 libs-Unicode_Collation: Also enable sorting tests, they pass after this patch. 2015-11-27 10:52:08 +01:00
Sebastian Lackner
a85a3e8533 Rebase against 4a315cd78a3c97d76ae06e3185ab01a70eb9a1a2. 2015-11-26 19:30:18 +01:00
Sebastian Lackner
a7b8b87d73 gdi32-Symbol_Truetype_Font: Add a new reference to bug report. 2015-11-26 00:05:08 +01:00
Sebastian Lackner
208a1f6573 wined3d-Revert_PixelFormat: Remove reference to bugs marked as fixed. 2015-11-26 00:03:21 +01:00
Sebastian Lackner
6f9e2dae7d Rebase against 6790d825d1b2c41de73ffe5cb5df28c1d1cc8878. 2015-11-25 21:57:01 +01:00
Sebastian Lackner
67b1817720 Rebase against 3a6ac6055511b14a7e26ba0200f36da418f80723. 2015-11-25 20:59:04 +01:00
Sebastian Lackner
a990060062 Rebase against 1d19eb15d4abfdd14dccc5ac05b83c0ee1a1ace1. 2015-11-25 20:24:27 +01:00
Sebastian Lackner
be3e802c6f Rebase against a2c6a2beb68cae239d72e012aa8d4af113b8aaa7. 2015-11-23 18:22:33 +01:00
Sebastian Lackner
7d18a5d9b8 Release 1.8-rc1. 2015-11-23 08:01:31 +01:00
Sebastian Lackner
87b990dc41 Rename patch-tools/ to staging/. 2015-11-23 02:43:28 +01:00
Sebastian Lackner
83bc0c02bd Added patch for stub driver tdi.sys. 2015-11-22 23:51:35 +01:00
Sebastian Lackner
2585f4dda7 Added patch to fix a possible leak in codeview_dump_symbols. 2015-11-22 23:24:40 +01:00
Sebastian Lackner
55a86c83c0 Added patch to avoid leaking output name in sfnt2fon if specified multiple times. 2015-11-22 23:21:30 +01:00
Sebastian Lackner
3d3f7c7088 Added patch to change value for WM_MDICALCCHILDSCROLL to 0x003f. 2015-11-22 23:18:53 +01:00
Sebastian Lackner
64719a7bda Added patch to improve detection of symbol charset for old truetype fonts. 2015-11-22 22:53:57 +01:00
Sebastian Lackner
c60b60d2f5 winex11-wglShareLists: Add a new reference to bug report.
Also remove two references in the wined3d-Revert_PixelFormat patchset.
2015-11-22 22:48:20 +01:00
Sebastian Lackner
5decc603f2 fonts-Missing_Fonts: Fix license information in LICENSE. 2015-11-22 22:37:48 +01:00
Sebastian Lackner
923b875122 Move debian/ folder to separate repository. 2015-11-20 22:22:26 +01:00
Sebastian Lackner
eee03cfecb Rebase against 39f2ed321d87d888ac3f81e764d0e5c661db74ea. 2015-11-19 16:32:11 +01:00
Sebastian Lackner
803e04c3fe Rebase against 7f6634b2bd916b530e30ef8a850fefbc0dbdf687. 2015-11-18 20:34:58 +01:00
Sebastian Lackner
9a2af99c65 Rebase against 19eaed6a3833a7bff780ccc31800cad2ecfd48d4. 2015-11-18 11:18:57 +01:00
Sebastian Lackner
8aa631da85 Rebase against 097006b1466854fbd80af8d85a729d85ec52b163. 2015-11-16 16:58:47 +01:00
Sebastian Lackner
be377f28ee Release 1.7.55. 2015-11-15 18:41:33 +01:00
Sebastian Lackner
6604238b3c ntoskrnl-Stubs: Add bug reference for KeWaitForMultipleObjects stub. 2015-11-15 16:04:10 +01:00
Sebastian Lackner
58cd8f2507 Added patch to allow to set default display frequency in registry. 2015-11-15 15:49:06 +01:00
Sebastian Lackner
3aa9934386 Added patch to allow dinput EnumDevices callback with broken calling convention. 2015-11-15 14:44:51 +01:00
Sebastian Lackner
4a6afc96cb patchupdate.py: Allow to disable synchronization for specific bugs. 2015-11-15 05:40:26 +01:00
Sebastian Lackner
6539aec608 patchupdate.py: Remove support for deprecated Fixes: format. 2015-11-15 05:31:46 +01:00
Sebastian Lackner
0c787e6a09 Added patch to implement stubless proxies on x86_64. 2015-11-15 05:21:15 +01:00
Sebastian Lackner
8b28977596 patchutils.py: Uppercase first character of patch description. 2015-11-15 01:05:09 +01:00
Sebastian Lackner
b0a0836e95 Added patch to implement marshalling for TKIND_COCLASS. 2015-11-15 00:45:05 +01:00
Sebastian Lackner
03fc84498f Added patch to make sure CompareString immediately aborts on first non-matching character. 2015-11-14 20:50:18 +01:00
Sebastian Lackner
cfc2f08f0a Added patch to fix required privileges for load_registry and unload_registry wineserver call. 2015-11-14 18:29:24 +01:00
Sebastian Lackner
7c7da8183e Added patch for stubs of advapi32.RegCreateKeyTransacted[A/W]. 2015-11-14 17:32:04 +01:00
Sebastian Lackner
68a4753dbf Added patch for stub of kernel32.FreeUserPhysicalPages. 2015-11-13 23:48:07 +01:00
Sebastian Lackner
dbce23ab3b Added patch to properly handle multiple registry notifications per key. 2015-11-13 23:33:19 +01:00
Sebastian Lackner
19d466a729 Added patch for stub of hid.HidP_TranslateUsagesToI8042ScanCodes. 2015-11-13 21:14:30 +01:00
Sebastian Lackner
5da8bc54a5 Added patch for partial implementation of ITfThreadMgrEx_ActivateEx. 2015-11-13 19:58:23 +01:00
Sebastian Lackner
e5bff1feaf d3dx9_36-DDS: Add initial tests for D3DXSaveSurfaceToFileInMemory. 2015-11-13 19:09:04 +01:00
Sebastian Lackner
2c3f70b42b Rebase against a786dca935c3e9b3d85853db4b61700e590a1c8b. 2015-11-13 18:00:14 +01:00
Sebastian Lackner
75dc81b7d3 Rebase against 370254cbe93beae6a9ff693d98c638db5bfb1134. 2015-11-12 18:17:43 +01:00
Sebastian Lackner
3faa0f1212 Rebase against 5cf95396503d49f0249c473c1ed51e51213124c0. 2015-11-11 18:20:09 +01:00
Sebastian Lackner
42b1edd98d hal-KeQueryPerformanceCounter: Use numeric return type to ensure correct code is generated on x86. 2015-11-11 06:06:03 +01:00
Sebastian Lackner
97d07afaf9 Rebase against 61c49bd78e5c96f14870e5c21a2ff75da7ac17b2. 2015-11-10 20:14:26 +01:00
Sebastian Lackner
eb20574d3e Added patch to implement support for "Purist Mode" (override for all dlls). 2015-11-10 17:22:06 +01:00
Sebastian Lackner
6a3ea0e976 Added patch to revert "Prepare GL resources before calling context_apply_fbo_state". 2015-11-10 03:28:48 +01:00
Sebastian Lackner
0696c2c351 kernel32-Named_Pipe: Only allow one test result. 2015-11-09 18:16:06 +01:00
Sebastian Lackner
f98e04ebc1 Rebase against 7bd852c6ce0299f14fa585c124bae029f0d6d214. 2015-11-09 17:04:55 +01:00
Sebastian Lackner
9d447d1e4b debian/install: Fix list of files for i386 package. 2015-11-09 01:54:19 +01:00
Sebastian Lackner
f09a38e62f winepulse-PulseAudio_Support: Fix patch to use delay import for winealsa.drv. 2015-11-08 02:59:57 +01:00
Sebastian Lackner
f673b561d0 Rebase against a0d0d0dd0a5b4a500ab8d37cc6e687a202997d56. 2015-11-06 18:47:17 +01:00
Sebastian Lackner
425fb96870 ntdll-Wait_User_APC: Remove todo_wine in tests. 2015-11-05 18:30:01 +01:00
Sebastian Lackner
9afe850d99 Rebase against bfb845f9fccb2ff5bff0b0ba3238fec7f9f7b710. 2015-11-05 17:57:35 +01:00
Sebastian Lackner
4205b76407 precommit-hook.sh: Do not complain about untracked *.py scripts in patches/ directory. 2015-11-05 02:30:29 +01:00
Sebastian Lackner
f6e27c19e1 Rebase against 60fedd23f95c66f4dce06c5c447de9ec99ebefa5. 2015-11-05 02:11:17 +01:00
Sebastian Lackner
3f08cafe30 Rebase against a410990f7cb0fd7477d4594f8644428ca8873f0e. 2015-11-05 02:03:36 +01:00
Sebastian Lackner
a51602d5df Rebase against b53256b8b752855576252cc2290dfbc9cb0f1280. 2015-11-05 01:58:41 +01:00
Sebastian Lackner
ec61f717d5 Rebase against 99033b14534ffe8ff6c88c8d38a70d398c933b4d. 2015-11-05 01:32:19 +01:00
Sebastian Lackner
00b4488edc ntdll-Wait_User_APC: Simplify the code.
But still not simple enough... :/
https://www.winehq.org/pipermail/wine-devel/2015-November/110204.html
2015-11-04 16:21:41 +01:00
Sebastian Lackner
91a3fcc513 winepulse-PulseAudio_Support: Reenable patchset.
Various patches have been modified to use static initialization of device data,
to avoid loader deadlocks when initializing PulseAudio too early. These are very
huge changes, so the new patchset should receive some additional testing before
the next release.
2015-11-04 05:46:57 +01:00
Sebastian Lackner
637b89cefa Rebase against c715127536a78166e58b165c390a57b704899d29. 2015-11-03 17:47:17 +01:00
Sebastian Lackner
1d24dc8141 Rebase against 8f443077416fd820375b1bc0d1276286d23348fc.
The pulseaudio patchset is temporarily disabled in this commit because the
upstream merge introduced several bugs. It will be reenabled in one of the
next commits.
2015-11-03 17:46:24 +01:00
Sebastian Lackner
d5a263093f debian/install: Move loader manpages to common -i386 package. 2015-11-02 04:00:22 +01:00
Sebastian Lackner
8c4e21ef46 Remove disabled ntdll-FD_Cache patchset (only for PowerPC, no longer necessary because Wine uses inline cmpxchg64 now when compiling with gcc). 2015-11-01 01:17:10 +01:00
Sebastian Lackner
123214c032 Remove disabled reg-Cleanup patchset (only cleanup and not actively maintained). 2015-11-01 01:11:18 +01:00
Sebastian Lackner
15733c4eb8 Remove disabled shell32-Quoted_ShellExecute patchset (bug already fixed and all tests pass). 2015-11-01 01:09:13 +01:00
Sebastian Lackner
dc86f5c543 Release 1.7.54. 2015-11-01 00:16:04 +01:00
Sebastian Lackner
d2e9fa96e2 ntdll-SystemHandleInformation: Fix a possible memory corruption. 2015-10-31 23:36:39 +01:00
Sebastian Lackner
d9bb5a1e45 Added patch to implement SystemHandleInformation info class. 2015-10-31 22:29:13 +01:00
Sebastian Lackner
d4e3581847 Updated server-FileEndOfFileInformation patchset, growing a memory mapped file should still work. 2015-10-31 21:12:40 +01:00
Sebastian Lackner
4be7c872c3 Added patch to implement kernel32.GetConsoleFontSize. 2015-10-31 18:39:31 +01:00
Sebastian Lackner
896b3398f1 Added patch for SetConsoleKeyShortcuts stub function. 2015-10-31 17:54:21 +01:00
Sebastian Lackner
9ad85e9d6f Added patch to fix multiple issues in widl typelib generation. 2015-10-31 17:47:59 +01:00
Sebastian Lackner
a2714839b3 Added patch to zero out returned stats when IEnumSTATSTG::Next reaches end of enumeration. 2015-10-31 17:33:07 +01:00
Sebastian Lackner
85d50ecc2a Added patch for SfcGetNextProtectedFile stub function. 2015-10-31 16:59:04 +01:00
Sebastian Lackner
2e4d11137f Added patch for SetCoalescableTimer stub function. 2015-10-31 16:52:00 +01:00
Sebastian Lackner
b03c54797e Added patch to improve INetFwAuthorizedApplication::get_ProcessImageFileName stub. 2015-10-31 16:43:16 +01:00
Sebastian Lackner
5ad2c41098 ddraw-Write_Vtable: Add reference to bug report. 2015-10-31 16:37:01 +01:00
Sebastian Lackner
0488823205 Added patch to use close_handle instead of NtClose for internal memory management functions. 2015-10-31 03:32:37 +01:00
Sebastian Lackner
fd66b3bced ntdll-Virtual_Memory_Stack: Disable patchset, it has no effect when optimization is enabled. 2015-10-31 03:32:27 +01:00
Sebastian Lackner
d2f012b3d1 Added patch to pass '-read_only_relocs suppress' to the linker on OSX and enable patchset to use Nt* function wrappers. 2015-10-30 23:48:00 +01:00
Sebastian Lackner
7e1bf8aca0 Rebase against cbaab82d086e36dacaa22c6adf80f9114bb820fb. 2015-10-30 18:01:22 +01:00
Sebastian Lackner
f8627a6f02 ntdll-WriteWatches: Remove todo_wine in kernel32/virtual tests. 2015-10-30 01:01:13 +01:00
Sebastian Lackner
693e189c24 Added patch to fix build failure (introduced by makefile rewrite). 2015-10-29 22:01:33 +01:00
Sebastian Lackner
5acbd17da2 Rebase against 54633e3956e6b3c4d8ebbd5d721efa294e9602fb. 2015-10-29 20:12:02 +01:00
Sebastian Lackner
d014e899bc Added patch to implement hal.KeQueryPerformanceCounter. 2015-10-28 22:54:22 +01:00
Sebastian Lackner
397a31ae04 ntoskrnl-DriverTest: Always call IoCompleteRequest in driver functions. 2015-10-28 21:51:03 +01:00
Sebastian Lackner
2668c19b7f Rebase against 79c59085b1b1f487e91c2695028dd3d1d257a468. 2015-10-28 20:21:10 +01:00
Sebastian Lackner
2c0e907a4a Rebase against 28b916b26eceb35a071e9aad76da1fbbaa857ba1. 2015-10-27 20:53:46 +01:00
Sebastian Lackner
fb56e8d212 ws2_32-TransmitFile: Remove reference to upstream bug, main patches are already upstream. 2015-10-26 22:00:24 +01:00
Sebastian Lackner
22c57980db Added patches for memory allocation cleanup in gdiplus functions. 2015-10-26 21:59:15 +01:00
Sebastian Lackner
4c11394828 Rebase against 12111d8c3b897df92fabc1c1a81567477952e9b1. 2015-10-26 17:47:03 +01:00
Sebastian Lackner
f151e1f36f d3dx9_36-GetShaderSemantics: Use proper defines in shader code (thanks Christian Costa). 2015-10-25 00:09:48 +02:00
Sebastian Lackner
1c6124cc6e Added patch for implementation of additional HSTRING functions. 2015-10-24 22:55:19 +02:00
Sebastian Lackner
e51ebcc301 uxtheme-GTK_Theming: Fix configure.ac changes. 2015-10-24 02:40:56 +02:00
Sebastian Lackner
bff92e3d44 msidb-Implementation: Add missing changes to tools/make_makefiles. 2015-10-24 02:12:04 +02:00
Sebastian Lackner
1e79306b13 nvcuda-CUDA_Support: Fix typo. 2015-10-24 02:10:10 +02:00
Sebastian Lackner
8cd8abd51f Rebase against f8d78b0d927c1cae4c5075c64d980c306fb3ed87. 2015-10-24 02:09:12 +02:00
Sebastian Lackner
8adf60dc8e Added patch to implement FileNamesInformation class support for NtQueryDirectoryFile. 2015-10-22 22:57:30 +02:00
Sebastian Lackner
e64c3bff30 Rebase against 4fb840b614691a787c76659f02c163d922f88fba. 2015-10-22 20:37:13 +02:00
Sebastian Lackner
8d0e6ea5c8 d3dx9_36-GetShaderSemantics: Minor cleanup. 2015-10-22 02:20:08 +02:00
Sebastian Lackner
4f051ce511 ntdll-Wait_User_APC: Fix an outdated comment. 2015-10-22 01:58:28 +02:00
Sebastian Lackner
bd89770641 Rebase against 8075101480df82c5f4280d534f2d76f035653667. 2015-10-21 19:51:16 +02:00
Sebastian Lackner
7cf357b20c Added patch to block interruption of system APC in server_select. 2015-10-21 18:56:08 +02:00
Sebastian Lackner
91f812ed1b Added patch to release capture before sending WM_COMMAND. 2015-10-21 03:38:39 +02:00
Sebastian Lackner
8e8654d76e Added patch to implement stub for ProcessQuotaLimits info class. 2015-10-21 03:17:52 +02:00
Sebastian Lackner
d7013c255f Rebase against 59cca65ce0edd88b65a55a847468761e11dfab0b. 2015-10-20 20:55:52 +02:00
Sebastian Lackner
9638ce9ec6 ntdll-Consolidation_Callback: Do not add CFI rules for volatile registers, some other cleanup. 2015-10-20 05:57:11 +02:00
Sebastian Lackner
e1d5975f34 ntdll-Consolidation_Callback: Some style improvements, simplify assembler code. 2015-10-20 05:07:39 +02:00
Sebastian Lackner
f597f5b898 Added patch to use wrapper function for consolidation callback during unwinding. 2015-10-20 02:12:14 +02:00
Sebastian Lackner
63426eaa59 Rebase against 26094c5634b1f12d3f156a90a3e228513675cd63. 2015-10-19 22:03:53 +02:00
Sebastian Lackner
67dffe4dc6 Release 1.7.53. 2015-10-19 06:09:12 +02:00
Sebastian Lackner
d8cf46384c ntdll-Syscall_Wrappers: Only enable syscall wrappers on Linux, MacOS needs special linker flags. 2015-10-19 05:30:18 +02:00
Sebastian Lackner
6494429c2f server-Signal_Thread: Hold a reference while waking up objects waiting on thread. 2015-10-19 02:53:14 +02:00
Sebastian Lackner
be51f622f7 Added patch to delay signaling threads until they are really gone (fixes Wine Staging Bug #473). 2015-10-19 00:38:33 +02:00
Sebastian Lackner
922e5a0e06 Added patch to implement kernel32.GetPhysicallyInstalledSystemMemory. 2015-10-18 18:31:24 +02:00
Sebastian Lackner
9b1ac08c87 dinput-Events: Update patchset and avoid wine internal exports in user32. 2015-10-18 17:03:07 +02:00
Sebastian Lackner
bfabcd117e Added patch to always use 64-bit registry view on WOW64 setups. 2015-10-18 16:31:04 +02:00
Sebastian Lackner
b8c9f3454e Added patch to return WN_NOT_CONNECTED from WNetGetUniversalName REMOTE_NAME_INFO_LEVEL stub. 2015-10-18 03:50:44 +02:00
Sebastian Lackner
3f46a6acb7 user32-Painting: Add reference to a bug report. 2015-10-17 16:34:46 +02:00
Sebastian Lackner
c83adcf25b Added patch to implement comctl32.PROPSHEET_InsertPage. 2015-10-17 16:24:51 +02:00
Sebastian Lackner
091bcbce3c ntdll-Syscall_Wrappers: Run directory initialization early during process startup instead of wrapping syscalls. 2015-10-17 12:49:06 +02:00
Sebastian Lackner
6971149e11 d3dx9_36-AnimationController: Improve patchset and add initial tests. 2015-10-17 04:14:44 +02:00
Sebastian Lackner
1f9e5b10e0 Added patch to fix the initialization of combined DACLs when the new DACL is empty. 2015-10-17 03:17:26 +02:00
Sebastian Lackner
0c3120e10d Rebase against 65d699eb5f7fc151197f3dc9f36499ee3e43f8e7. 2015-10-17 01:06:27 +02:00
Sebastian Lackner
550a60731f Rebase against 973de3f59c7d47602fe68c8cecf8fc3dbc59bcff. 2015-10-17 01:05:06 +02:00
Sebastian Lackner
3bf5b8762a Rebase against 14f024048b301cd6ccc7e15e731d069cd68b13c0. 2015-10-17 00:37:47 +02:00
Sebastian Lackner
188b345d2e Rebase against 31e0755ea664e02f05a1e500a19fb5f584c1c1cc. 2015-10-16 20:12:47 +02:00
Sebastian Lackner
458dd1fbce ntdll-Syscall_Wrappers: Added patches to call the implementation instead of the syscall wrapper when possible. 2015-10-16 05:56:30 +02:00
Sebastian Lackner
216a2d8994 Added patch to use wrapper functions for syscalls to appease Chromium sandbox (32-bit). 2015-10-16 03:48:10 +02:00
Sebastian Lackner
032bf69aa7 Rebase against bf4493404cee43a345fe853b5c11b053cdd22322. 2015-10-15 20:01:55 +02:00
Sebastian Lackner
e80a1b9b96 Rebase against 79361d3bc056ed7659fb63880ed91019837a4906 2015-10-15 18:17:11 +02:00
Sebastian Lackner
d1801f5a5e dxgi-GetDesc: Add additional upstream reference. 2015-10-13 22:25:53 +02:00
Sebastian Lackner
317fa9382c Rebase against c2dc6f3ef26fb18e7766956ef0a8cbadccc364d6. 2015-10-13 19:14:09 +02:00
Sebastian Lackner
e3ea1eef0d Rebase against e8b9bda53ac39c913ddc93de0308f0c8b69605fc. 2015-10-12 20:14:46 +02:00
Sebastian Lackner
cc0556df4a Added patch to fix handling of wait interrupted by User APC. 2015-10-09 21:33:39 +02:00
Sebastian Lackner
0dddb28c32 Rebase against d548639d977dee847350b408aec9522d68aef813. 2015-10-09 18:40:56 +02:00
Sebastian Lackner
46bd2a545f Rebase against ebb320fa37f2ad27649f571946af038e9d70ced2. 2015-10-08 19:38:23 +02:00
Sebastian Lackner
fbce85675d Rebase against fca636a01cfd1ef213326125582139bdd72a287a. 2015-10-08 19:16:54 +02:00
Sebastian Lackner
1ab89ae9bc Rebase against 8dd86823fdd9a5e631cf3173727b6f667ef1b611. 2015-10-08 18:43:39 +02:00
Sebastian Lackner
55379f6926 dsound-EAX: Added patch to implement DSPROPSETID_EAX20_BufferProperties stub. 2015-10-08 03:53:27 +02:00
Sebastian Lackner
48c78157ae Rebase against 20ff3352eb19292d47eaa8f3aecc61523ac1f1d9. 2015-10-08 00:28:48 +02:00
Sebastian Lackner
fdf5bad886 Rebase against 1d1487105d4d3a9133f0846d32363a0432812d0c. 2015-10-07 22:20:45 +02:00
Sebastian Lackner
b1d20ea747 ntdll-Status_Mapping: Update patchset and add test for NtWriteFile. 2015-10-07 05:16:25 +02:00
Sebastian Lackner
d8c4d47bbc Added patch to show windows version when collecting system info in winedbg. 2015-10-07 04:22:18 +02:00
Sebastian Lackner
ee5271ee57 Added patch to implement stub for DSPROPSETID_EAX20_ListenerProperties. 2015-10-07 02:57:45 +02:00
Sebastian Lackner
4adc56f74f Rebase against 6b9a87c7a801e1776444ac96c555fbad80d34115. 2015-10-06 19:58:45 +02:00
Sebastian Lackner
4fe40942a6 patchupdate.py: Return boolean from test_apply function. 2015-10-05 21:31:13 +02:00
Sebastian Lackner
2dc572f110 patchupdate.py: Rename stable -> released in multiple functions and variables. 2015-10-05 21:21:56 +02:00
Sebastian Lackner
3307e90080 Rebase against d050343c502202e1abdabdb37668684031d5367d. 2015-10-05 20:07:30 +02:00
Sebastian Lackner
6b720c8cd2 dinput-Events: Mark test failures with todo_wine. 2015-10-05 01:11:06 +02:00
Sebastian Lackner
76aa292beb Added patch to implement support for msiexec /passive command line option. 2015-10-04 23:57:13 +02:00
Sebastian Lackner
1d3eb97763 Release 1.7.52. 2015-10-03 22:17:32 +02:00
Sebastian Lackner
3c4ad355ff ntdll-Virtual_Memory_Stack: Remove Fixes: line, the patch doesn't help when compiling with optimization. 2015-10-03 19:10:34 +02:00
Sebastian Lackner
c7c250e381 Added patch to correctly parse double quotes in the msi token values. 2015-10-03 18:57:24 +02:00
Sebastian Lackner
28d60dbd10 Added patch to fix random crashes of Cygwin/MSYS2 for some compilers. 2015-10-03 18:30:52 +02:00
Sebastian Lackner
1c46676667 patchupdate.py: Add an additional default CC contact. 2015-10-03 02:07:34 +02:00
Sebastian Lackner
8f08951d14 Added patch to implement ws2_32.InetPtonA/W functions. 2015-10-03 00:42:19 +02:00
Sebastian Lackner
6a06b1710e Added patch for implementation of mfplat.MFTEnum. 2015-10-02 19:45:55 +02:00
Sebastian Lackner
59e96aed08 Added patch to make ddraw1 and ddraw_surface1 vtable as writable. 2015-10-02 17:55:54 +02:00
Sebastian Lackner
784acaf1fa Added patch to mark WritePrivateProfileStringA as hotpatchable. 2015-10-02 17:53:26 +02:00
Sebastian Lackner
d9e1415701 Added patch to mark BitBlt and StretchDIBits as hotpatchable. 2015-10-02 17:51:04 +02:00
Sebastian Lackner
3cee0925e8 Added patch to mark RegOpenKeyExA, RegCloseKey and RegQueryValueExA as hotpatchable. 2015-10-02 17:48:08 +02:00
Sebastian Lackner
eb98f4e74f Rebase against 9bd963065b1fb7b445d010897d5f84967eadf75b. 2015-10-02 17:13:21 +02:00
Sebastian Lackner
6ef9e97ec1 comctl32-LoadIconMetric: Set *icon to NULL on invalid size argument in LoadIconMetric. 2015-10-02 16:28:29 +02:00
Sebastian Lackner
f9edeb7354 Added patch for TRACE in msi_get_property. 2015-10-02 01:49:35 +02:00
Sebastian Lackner
f4dcef9c77 Added patch to pass cookie by reference to msvcrt_local_unwind4 in _seh_longjmp_unwind4. 2015-10-02 01:43:56 +02:00
Sebastian Lackner
8b65b1c1c8 Added patch to avoid waiting for hook thread startup in IDirectInput8::Initialize. 2015-10-02 01:20:46 +02:00
Sebastian Lackner
2a080a1262 comctl32-LoadIconMetric: Update patchset and fix loading of ico files. 2015-10-02 00:21:58 +02:00
Sebastian Lackner
1928fdacbe Added patch to implement additional stub functions in authz.dll. 2015-10-01 21:52:45 +02:00
Sebastian Lackner
74daa3b210 Rebase against 781b88b7c586fc295780f0c8ad76bda0ffe96cd1. 2015-10-01 20:41:57 +02:00
Sebastian Lackner
b951b9ad09 Added patch to avoid using GdipAlloc and GdipFree in internal gdiplus functions. 2015-10-01 18:29:20 +02:00
Sebastian Lackner
0f5d19c2e0 ntdll-Heap_Delay_Free: Add reference to known issues. 2015-09-30 15:28:07 +02:00
Sebastian Lackner
c498b3557f gdi32-MultiMonitor: Add missing patchset for winemac driver support. 2015-09-29 02:28:20 +02:00
Michael MĂĽller
65be847fcc patchupdate.py: Add option to automatically update bug status. 2015-09-29 02:20:49 +02:00
Michael MĂĽller
70d974cad5 patchupdate.py: Check whether bugs are marked as STAGED and validate patchset url. 2015-09-29 00:33:21 +02:00
Michael MĂĽller
ed021737de patchupdate.py: Show bugs that are incorrectly marked as STAGED. 2015-09-28 23:46:29 +02:00
Michael MĂĽller
5eab79aa77 patchupdate.py: Use XML RPC to query bugtracker. 2015-09-28 23:05:59 +02:00
Sebastian Lackner
31e4657a83 patchupdate.py: Move bug status check to a separate function. 2015-09-28 19:41:52 +02:00
Sebastian Lackner
e5d2ae6b87 README.md: Update description of Wine Staging. 2015-09-28 17:49:44 +02:00
Sebastian Lackner
8073750c5c Staging: Update bug reporting URL. 2015-09-28 16:04:26 +02:00
Sebastian Lackner
0d466f5e6d Added patch to protect TVM_GETITEM from invalid item pointers. 2015-09-28 00:35:20 +02:00
Sebastian Lackner
5f353ac80e d3d8-D3DSWAPEFFECT_COPY_VSYNC: Add a better upstream bug report as reference. 2015-09-27 20:35:33 +02:00
Sebastian Lackner
447235f1dc Pipelight: Mark test failures with todo_wine. 2015-09-27 20:20:46 +02:00
Sebastian Lackner
e522c26b4b Added patch to refresh MDI menus when DefMDIChildProc(WM_SETTEXT) is called. 2015-09-27 20:07:42 +02:00
Sebastian Lackner
07de62088d precommit-hook.sh: Do not allow committing when patches/ or debian/ folder has unstaged changes. 2015-09-27 16:29:07 +02:00
Sebastian Lackner
f7950d74e6 user32-ListBox_Size: Add missing file. 2015-09-27 15:54:48 +02:00
Sebastian Lackner
e499f1c187 Added patch to ignore width/height passed to edit control in WM_SIZE message. 2015-09-27 15:33:11 +02:00
Sebastian Lackner
8a0c14b145 Added patch to fix calculation of listbox size when horizontal scrollbar is present. 2015-09-27 03:46:31 +02:00
Sebastian Lackner
f64d5ad94d Added patch to reduce stack usage of virtual memory functions. 2015-09-27 00:19:56 +02:00
Sebastian Lackner
2f4c5ae81e Added patch to implement semi-stub for d3d8 swapchain effect D3DSWAPEFFECT_COPY_VSYNC. 2015-09-26 17:23:36 +02:00
Sebastian Lackner
0182014bed Rebase against 3966affe064c7b98a7b4c052b6a6696fe74c8830. 2015-09-25 22:33:19 +02:00
Sebastian Lackner
22331fa377 patchupdate.py: Delete outdated cache information after each run. 2015-09-23 13:52:18 +02:00
Sebastian Lackner
456eb2f553 Added patches for msidb commandline utility (to read and write *.msi files). 2015-09-23 13:00:53 +02:00
Sebastian Lackner
4ad4553546 Added patch to ensure codepage conversion fails when destlen < 0. 2015-09-22 15:25:09 +02:00
Sebastian Lackner
6efa37655c patchutils.py: Add support for parsing Signed-off-by headers. 2015-09-21 22:10:05 +02:00
Sebastian Lackner
ff889f6cdc Rebase against 60d1d6f5952e8b5d6fb0327a28c047058851fa70. 2015-09-19 00:59:38 +02:00
Sebastian Lackner
8ba35e61d8 Rebase against 8fdcc239ba784894eed0f5c08ec56441db783e5e. 2015-09-16 17:11:17 +02:00
Sebastian Lackner
f44120dffe Rebase against aacc7b394ee1eb25001ae2854fd774e1b443e50b. 2015-09-15 17:17:54 +02:00
Sebastian Lackner
0a96d76b16 Added patch to ignore higher bits in selector for ThreadDescriptorTableEntry info query. 2015-09-13 23:06:26 +02:00
Sebastian Lackner
ff9f5115fb Added patch to return STATUS_INVALID_DEVICE_REQUEST when trying to call NtReadFile on directory. 2015-09-13 17:18:35 +02:00
Sebastian Lackner
929a331358 Rebase against efb1cf0299c23385f934fa9b3abc920bfca46611. 2015-09-10 16:06:52 +02:00
Sebastian Lackner
357269a486 comctl32-Button_Theming: Improve patch subject. 2015-09-09 22:31:34 +02:00
Sebastian Lackner
23ec346541 wined3d-CSMT_Main: Remove empty patch. 2015-09-08 19:35:08 +02:00
Sebastian Lackner
2517360ebd Rebase against e28d6b2fb099795d2472a97d7ab0bfe868e90421. 2015-09-08 19:33:15 +02:00
Sebastian Lackner
08738c151c Rebase against 07cc9a34a87cd08c87ae198e4aeb8c9bb7f55175. 2015-09-07 16:51:56 +02:00
Sebastian Lackner
0030289d83 Release 1.7.51. 2015-09-07 02:30:38 +02:00
Sebastian Lackner
cd7cfab427 Added patch to for IHTMLLocation::hash property's getter implementation. 2015-09-07 00:03:21 +02:00
Sebastian Lackner
cbe5306706 Added patch to properly initialize caps->dwZBufferBitDepths in ddraw7_GetCaps. 2015-09-06 20:26:50 +02:00
Sebastian Lackner
88db6aa7b1 kernel32-ThreadGroupAffinity: Mark a test as broken on Win7 and Win8. 2015-09-06 13:07:49 +02:00
Sebastian Lackner
031935bc29 Added patch to fix possible memory leak in netprofm init_networks. 2015-09-06 12:54:22 +02:00
Sebastian Lackner
9af3e03c5b ws2_32-WSACleanup: Invalidate file descriptors on client-side after closing sockets. 2015-09-06 12:42:10 +02:00
Sebastian Lackner
d5ddb4f687 Added patch to properly render themed buttons when they are pressed. 2015-09-06 12:18:42 +02:00
Sebastian Lackner
dd18774526 Added patch to implement {Set,Get}ThreadGroupAffinity and related ntdll functions. 2015-09-06 12:08:52 +02:00
Sebastian Lackner
7d662cf2d7 wined3d-CSMT_Main: Fix compilation on x86_64. 2015-09-06 10:29:21 +02:00
Sebastian Lackner
49c01cab8a Added patch to properly close sockets when WSACleanup is called. 2015-09-05 04:29:38 +02:00
Sebastian Lackner
426191d7fb Added patch to use proper glyph names in wineps driver. 2015-09-05 03:52:56 +02:00
Sebastian Lackner
bcc10f6d7b shell32-FolderItems_Stub_Iface: Fix a typo in the patch subject. 2015-09-05 01:28:43 +02:00
Sebastian Lackner
ea4b82dd1d gdiplus-GdipCreateEffect: Update patchset. 2015-09-05 00:30:30 +02:00
Sebastian Lackner
7795ed188b Added patch for stub of dwmapi.DwmUpdateThumbnailProperties. 2015-09-05 00:19:00 +02:00
Sebastian Lackner
b61581b653 Added patch to implement FolterImpl_Items and stubbed FolderItems interface. 2015-09-04 23:52:08 +02:00
Sebastian Lackner
12beeb3ac9 wined3d-CSMT_Main: Update patchset for CSMT (commandstream multithreading), to keep in sync with upstream repository. 2015-09-04 23:02:57 +02:00
Sebastian Lackner
a4e76e0849 opencl-Deprecation: Always apply before all other patches. 2015-09-04 21:12:06 +02:00
Sebastian Lackner
b3e0c26b34 Rebase against 253a587e471a653e1b5ed590280452f43679aa6d. 2015-09-04 19:22:32 +02:00
Sebastian Lackner
36aa7ea01e wined3d-CSMT_Main: Avoid unnecessary call to wined3d_resource_get_patch. 2015-09-04 17:58:05 +02:00
Sebastian Lackner
3cabc8a125 wined3d-CSMT_Main: Sync trivial changes from the upstream repository. 2015-09-04 17:57:05 +02:00
Sebastian Lackner
ef1d526974 mfplat-MFTRegister: Fix specfile. 2015-09-04 11:22:05 +02:00
Sebastian Lackner
159a22391a Added patch to avoid deprecation warning for OpenCL 1.2 APIs. 2015-09-03 23:32:47 +02:00
Sebastian Lackner
7f28f3b56d Rebase against 76c43d817746bb9c81b36e0d0bec4bb0b2ffbdbb. 2015-09-03 14:40:25 +02:00
Sebastian Lackner
c17d191886 Added patch to create Microsoft\Windows\Themes directory during Wineprefix creation. 2015-09-03 04:58:10 +02:00
Sebastian Lackner
a588c8fe73 Update license information for fonts. 2015-09-03 02:42:15 +02:00
Sebastian Lackner
ee86efea1a fonts-Missing_Fonts: Update Arial font, replace Courier New font with Liberation Mono, and add a replacment font for Times New Roman. 2015-09-03 01:51:09 +02:00
Sebastian Lackner
a0e3b5a066 Rebase against 99ecebe90de9ca502c43fbf62d0fbdd09c416b6b. 2015-09-02 17:54:10 +02:00
Sebastian Lackner
a465af2933 imagehlp-Cleanup: Add reference to upstream bugreport. 2015-09-02 15:14:33 +02:00
Sebastian Lackner
969a65493a debian/changelog: Fix reference to Wine Staging bug. 2015-09-02 11:29:32 +02:00
Sebastian Lackner
3265df0984 patchupdate.py: Add proper commandline parser and '--skip-checks' option. 2015-09-02 09:49:59 +02:00
Sebastian Lackner
f8acf446ea patchupdate.py: Fix a bug in the code to generate IfDefined patch files, show more useful error messages. 2015-09-02 06:56:53 +02:00
Sebastian Lackner
4d3c02ca8e Added patch to fallback to default comspec when %COMSPEC% is not set (fixes Wine Staging Bug #405). 2015-09-02 06:28:05 +02:00
Sebastian Lackner
138070e141 Added patch to silence repeated crypt32.CryptUnprotectMemory FIXMEs. 2015-09-01 22:28:54 +02:00
Sebastian Lackner
6952a88ec9 shell32-Progress_Dialog: Fix compile error. 2015-09-01 16:48:29 +02:00
Sebastian Lackner
2aee7a7ac1 Rebase against 8348c0ebe00752af2afbabc78315f9e07e43ee09. 2015-09-01 16:22:33 +02:00
Sebastian Lackner
7e58e7e2d4 Rebase against d3177504b1cbf5029b505588928911be980eebec. 2015-08-31 16:29:08 +02:00
Sebastian Lackner
570e4a6933 wineconsole-Forward_Exitcode: Update definition file. 2015-08-31 08:51:31 +02:00
Sebastian Lackner
9d4b8df3cc Added patch to fix SHFileOperation with FO_MOVE on Vista+ (should create non-existent subdirectories). 2015-08-31 08:49:30 +02:00
Sebastian Lackner
51d7077f51 patchupdate.py: Add 'Apply-Before' definition field and fix a bug in dependency resolution. 2015-08-31 05:52:49 +02:00
Sebastian Lackner
e9cda98df5 Added patch to translate flags in LaunchINFSectionW. 2015-08-30 22:55:44 +02:00
Sebastian Lackner
c5e1cdaffb Added patch with stub for winspool.SetPrinterW level 8. 2015-08-30 19:10:29 +02:00
Sebastian Lackner
299b3b59f2 server-Map_EXDEV_Error: Add reference to bug report. 2015-08-30 19:00:48 +02:00
Sebastian Lackner
9d3f4bc8ce Added patch to allow non-nullterminated string as working directory in kernel32.create_startup_info (fixes Wine Staging Bug #543). 2015-08-30 09:55:05 +02:00
Sebastian Lackner
a21372e977 Added patch to fix error handling in DeferWindowPos when passing an invalid HWND. 2015-08-30 05:38:07 +02:00
Sebastian Lackner
0be8e1fc40 mscoree-CorValidateImage: Update patchset. 2015-08-30 05:29:11 +02:00
Sebastian Lackner
c3db854717 ddraw-EnumSurfaces: Update patchset. 2015-08-30 05:26:18 +02:00
Sebastian Lackner
38db7901d7 Added patch to fix failure to create anonymous file mapping after failed open_fd server call (fixes Wine Staging Bug #538). 2015-08-30 05:05:58 +02:00
Sebastian Lackner
4e0bdd2c9b Added patch to map EXDEV error code to STATUS_NOT_SAME_DEVICE. 2015-08-30 04:18:06 +02:00
Sebastian Lackner
5b28f7a01c Added patch to fix compile failure in d3d11 with recent versions of gcc. 2015-08-29 06:25:20 +02:00
Sebastian Lackner
e7d3684f81 Rebase against 6056a3f1634a72e181fb3a03ca625aaa7720523e. 2015-08-28 16:24:18 +02:00
Sebastian Lackner
33e1ccc03c Rebase against e5ce90ed1b88bba8389aabfcb9ad0b6f837f6a14. 2015-08-27 18:04:25 +02:00
Sebastian Lackner
a81dee672e Added patch to return a dummy BIOS name in Win32_BIOS record (fixes Wine Staging Bug #528). 2015-08-27 02:01:33 +02:00
Sebastian Lackner
c2bac3f03f Rebase against dcc6868057605296a7dacd89211e0673396abe45. 2015-08-26 17:59:16 +02:00
Sebastian Lackner
074eae4371 patchinstall.sh: Introduce a new '--upstream-commit' function to obtain the commit in raw format. 2015-08-25 23:03:39 +02:00
Sebastian Lackner
5aa6e7afe4 Rebase against bdaa571c5d7dd59dd28fd1f25cdad5761bfaf4dd. 2015-08-25 22:44:50 +02:00
Sebastian Lackner
574959b168 Added patch to fix access violation in MSYS2 git when when cloning repository (fixes Wine Staging Bug #348). 2015-08-25 08:30:07 +02:00
Sebastian Lackner
f73de49f9f Rebase against 6038e2ab7957b65dd2e13ddd414c206718fb14b7. 2015-08-24 15:40:06 +02:00
Sebastian Lackner
ddb4ddd749 Added patch to fix bug in wineserver debug_children inheritance (fixes Wine Staging Bug #525). 2015-08-24 07:57:02 +02:00
Sebastian Lackner
12d1613d90 Release 1.7.50. 2015-08-23 02:11:02 +02:00
Sebastian Lackner
3414a0cc0e patchutils.py: Remove unused class variables. 2015-08-23 01:16:02 +02:00
Sebastian Lackner
78204c282f Added patch to return a valid mesh in D3DXCreateTeapot. 2015-08-23 00:59:52 +02:00
Sebastian Lackner
cd3a07933a Added patch to make sure Notepad creates new files immediately. 2015-08-22 22:01:24 +02:00
Sebastian Lackner
d7da67b4de Updated GTK3 patchset to fix "division by zero" exception errors (fixes Wine Staging Bug #523). 2015-08-22 17:18:11 +02:00
Sebastian Lackner
9660c304bc uxtheme-GTK_Theming: Add dependency on loader redirect support. 2015-08-22 17:15:38 +02:00
Sebastian Lackner
f99ef3c9eb ntdll-Dealloc_Thread_Stack: Fix typo in commit message. 2015-08-22 17:04:08 +02:00
Sebastian Lackner
6022983803 Added patch to return STATUS_OBJECT_NAME_INVALID in wine_nt_to_unix_file_name for paths that only contain a prefix. 2015-08-22 10:00:16 +02:00
Sebastian Lackner
afb16555cd Added patch to fix implementation of msvcrt.close when stdout == stderr (fixes Wine Staging Bug #485). 2015-08-22 08:12:21 +02:00
Sebastian Lackner
c8eb156226 Added patch to fix test failure in kernel32/thread tests. 2015-08-22 06:11:04 +02:00
Sebastian Lackner
cbf392300d Added patch to reject setting EOF on memory mapped files (fixes Wine Staging Bug #471). 2015-08-22 06:02:36 +02:00
Sebastian Lackner
f1045ce6bb ntdll-FileDispositionInformation: Add braces around argument. 2015-08-22 05:14:36 +02:00
Sebastian Lackner
76f5985038 Added patch to block deallocation of thread stack for current thread (fixes Wine Staging Bug #241). 2015-08-22 04:44:59 +02:00
Sebastian Lackner
f3b30373fb Rebase against 5ccc463a4e3ba181b96a161c3c8cd4bc0cb0e607. 2015-08-21 16:54:56 +02:00
Sebastian Lackner
1dc5f2f601 patchupdate.py: Also list indirect dependencies for each patch in patchinstall.sh. 2015-08-21 08:51:53 +02:00
Sebastian Lackner
ca01e366ef Added patch to use a helper function for NtWaitForMultipleObjects and NtWaitForSingleObject. 2015-08-21 07:41:48 +02:00
Sebastian Lackner
323b73a1f2 Rebase against 5021e91940fe01a54e6ee91f9d9f246ce8f6dd84. 2015-08-20 18:54:52 +02:00
Sebastian Lackner
428f65dd68 Rebase against 3b5107d06305972beaa9c5ff147ecbcd99949a75. 2015-08-19 17:13:50 +02:00
Sebastian Lackner
f28931a026 iphlpapi-TCP_Table: Use WS_AF_INET instead of AF_INET. 2015-08-19 16:40:11 +02:00
Sebastian Lackner
9a74e72f1b ntdll-WRITECOPY: Add reference to known issues. 2015-08-19 11:37:02 +02:00
Sebastian Lackner
869b164ece server-Key_State: Merge patch #2 and #3 to avoid introducing temporary regressions. 2015-08-19 11:29:42 +02:00
Sebastian Lackner
f5f1c89973 ntdll-FileDispositionInformation: Remove duplicated test. 2015-08-19 11:02:19 +02:00
Sebastian Lackner
092a14a3f6 Removed compatibility patchset for deprecated ACL string format.
The format was changed in version 1.7.25, released about one year ago.
2015-08-19 09:35:22 +02:00
Sebastian Lackner
ab06aee23d Added patch for forward/backward compatibility of previous format of high precision registry timestamps. 2015-08-19 09:27:00 +02:00
Sebastian Lackner
b1ede54d23 Added patch to fix implementation of krnl386.exe16.GetTempDrive. 2015-08-18 21:54:58 +02:00
Sebastian Lackner
3fe5ad7aef server-PeekMessage: Add a test for a situation not yet covered by the current patch. 2015-08-18 20:37:53 +02:00
Sebastian Lackner
3e9b40f5b6 Rebase against cfbc37c699e3b3b27df4c566014e6dde9c7194b8. 2015-08-18 17:48:13 +02:00
Sebastian Lackner
c0bdcaecf5 Rebase against bd7f43d7e8fca5cab20120b3819bfd5491436b72. 2015-08-17 18:29:01 +02:00
Sebastian Lackner
cc04af2457 Add missing linebreak to ok message in multiple patches. 2015-08-17 08:52:58 +02:00
Sebastian Lackner
68bdb355dc winepulse-PulseAudio_Support: Add linebreak to ERR message. 2015-08-17 08:52:58 +02:00
Sebastian Lackner
9e203d3b8f nvapi-Stub_DLL: Add missing linebreaks to ok() messages. 2015-08-17 08:52:58 +02:00
Sebastian Lackner
b5534bc463 Added patch fix detection of case-insensitive systems in MSYS2. 2015-08-17 08:52:51 +02:00
Sebastian Lackner
84aaa8ff12 Added patch to report correct ObjectName for NamedPipe wineserver objects (fixes Wine Staging Bug #363). 2015-08-17 01:25:22 +02:00
Sebastian Lackner
79253e6534 Added patch to implement shell32 NewMenu class with new folder item. 2015-08-16 23:19:29 +02:00
Sebastian Lackner
67f1219393 Add references to remaining bugs/issues to definition files. 2015-08-16 08:24:17 +02:00
Sebastian Lackner
1de318660f Added patch to fix multiple uninitialized memory issues in wineserver. 2015-08-16 07:20:22 +02:00
Sebastian Lackner
b8546ff85a Added patch to set SFGAO_HASSUBFOLDER only when there are really subfolders. 2015-08-15 21:28:54 +02:00
Sebastian Lackner
faac0015a6 Added patch to improve startup performance by delaying font initialization. 2015-08-15 21:10:25 +02:00
Sebastian Lackner
2c35b17c61 Added patch for shell32 IDragSourceHelper stub interface. 2015-08-15 18:22:30 +02:00
Sebastian Lackner
671aa4f38e Added patch to implement special handling for calling GetChildContainer with an empty string. 2015-08-15 05:08:50 +02:00
Sebastian Lackner
e7fceb902c Added patch to implement enumeration of sound devices and basic properties to dxdiagn. 2015-08-15 05:05:15 +02:00
Sebastian Lackner
e265cf1024 Rebase against e083986df52bd706d0c7e8ae8820a5d886942585. 2015-08-12 16:36:26 +02:00
Sebastian Lackner
6b398014f2 ntdll-NtMapViewOfSection: Perform check for non-aligned binaries to be compatible with winedevice code. 2015-08-11 08:57:48 +02:00
Sebastian Lackner
dcc8c25285 ntdll-NtMapViewOfSection: Updated patchset. 2015-08-11 08:12:44 +02:00
Sebastian Lackner
8f49524c86 patchupdate.py: Also list dependencies for each patchset in patchinstall.sh. 2015-08-11 07:43:35 +02:00
Sebastian Lackner
288c9a031d patchupdate.py: Sort dependencies, to avoid too many changes to patchinstall.sh. 2015-08-11 07:27:26 +02:00
Sebastian Lackner
c97628a0e5 Added patch to fix implementation of ntdll.MapViewOfSection. 2015-08-11 07:19:15 +02:00
Sebastian Lackner
03a15069bc Added various patches for imagehlp cleanup (fixes Wine Staging Bug #502). 2015-08-11 06:53:53 +02:00
Sebastian Lackner
e95a773114 Add patch to implement remaining OpenMP locking functions. 2015-08-11 06:14:46 +02:00
Sebastian Lackner
9711296d1f Release 1.7.49. 2015-08-09 22:03:40 +02:00
Michael MĂĽller
eb2fe4eb91 uxtheme-GTK_Theming: Improve forward compatibility for GTK 3.14. 2015-08-09 21:44:19 +02:00
Sebastian Lackner
dff451a72c uxtheme-GTK_Theming: Correctly render checkboxes with GTK >= 3.14.0. 2015-08-09 21:35:26 +02:00
Sebastian Lackner
f0c259b5e3 debian/control: Add build dependency on libgtk-3-dev. 2015-08-09 18:37:15 +02:00
Sebastian Lackner
32197bdc15 winecfg-Staging: Add patch to enable/disable GTK3 theming via winecfg. 2015-08-09 18:15:24 +02:00
Sebastian Lackner
ec3715b113 Added patch for native GTK3 theming support by Ivan Akulinchev. 2015-08-09 17:59:13 +02:00
Sebastian Lackner
0184015194 Added patch to make sure Winhttp raw request headers are terminated using double \r\n. 2015-08-09 17:25:33 +02:00
Sebastian Lackner
84f5a647d0 Added patch to fix possible integer overflow in VarR4FromDec. 2015-08-08 21:46:09 +02:00
Sebastian Lackner
f6dd131a74 Added patch to fake success in IViewObject::Draw stub. 2015-08-08 21:17:33 +02:00
Sebastian Lackner
0a38c0f4a6 Added patch to move cookie initialization code from memory management to loader. 2015-08-08 21:05:57 +02:00
Sebastian Lackner
b23f8c789b Added patch to fix leak and use-after-free in winecfg theming implementation. 2015-08-08 01:09:04 +02:00
Sebastian Lackner
45e6770be6 Added patch to implement stub for vcomp._vcomp_flush. 2015-08-07 23:25:05 +02:00
Sebastian Lackner
7a3bc88055 Added patch with stubs for additional wininet options in InternetSetOption (fixes Wine Staging Bug #443). 2015-08-07 22:37:26 +02:00
Sebastian Lackner
bdfd218e7e winhttp-System_Proxy_Autoconfig: Also silence 'no support on this platform' in wininet. 2015-08-07 21:35:27 +02:00
Sebastian Lackner
2bc55e66c3 Added patch for stub dlls required by the MSVC 2015 runtime library. 2015-08-07 20:58:38 +02:00
Sebastian Lackner
6f3699d87e Rebase against 06e68ff6613042e78a5dd4b9066713d9beab0c6d. 2015-08-07 20:58:38 +02:00
Sebastian Lackner
4a9653f221 Rebase against 813368481679a5848bc715d1e181782de157485f. 2015-08-07 20:58:38 +02:00
Sebastian Lackner
0054a6b6f5 Rebase against 07e4d4bd044ac3c9f46526b210205216d8bfeb45. 2015-08-07 20:58:38 +02:00
Sebastian Lackner
d1b4dd170a Added patch to improve stubs for dxgi MakeWindowAssociation and GetWindowAssociation. 2015-08-07 20:58:15 +02:00
Sebastian Lackner
16a22ca25b dbghelp-UnDecorateSymbolNameW: Update patchset. 2015-08-04 19:46:44 +02:00
Sebastian Lackner
ae5372cbde Rebase against e3c6777edda76f319e5c465faf6c20bb91ed9f17. 2015-08-04 02:48:57 +02:00
Sebastian Lackner
dfe5839903 ntdll-FileDispositionInformation: Clean up first few patches. 2015-08-03 19:08:45 +02:00
Sebastian Lackner
eefdde33ff Rebase against b3fe96a0a9748c71a24fe0393fd964f0fb2f4ff4. 2015-08-01 00:48:11 +02:00
Sebastian Lackner
6d60acbb21 Improve stub for NtQueryInformationJobObject and add tests. 2015-07-31 07:02:36 +02:00
Sebastian Lackner
113a63d374 Use alternative approach to create MachineGuid registry key during wineprefix startup. 2015-07-31 05:59:32 +02:00
Sebastian Lackner
14975afd63 Added patch to silence opencl deprecation warnings to allow compilation with -Werror. 2015-07-31 05:57:11 +02:00
Sebastian Lackner
e21bed742a Rebase against 571462c633edbcc5dd6f2f8e56470470f27b0b07. 2015-07-31 01:42:04 +02:00
Sebastian Lackner
493ed4662c Rebase against 5bd9d58016236da3142e030add2efbb2789fa2e4. 2015-07-29 22:53:17 +02:00
Sebastian Lackner
5ec4d6171e Release 1.7.48. 2015-07-29 21:11:46 +02:00
Sebastian Lackner
8728442a9a Added patch to avoid race-conditions with long running threadpool tasks. 2015-07-29 20:59:04 +02:00
Sebastian Lackner
76e7b82e31 d3dcompiler_43-D3DCompile: Update patchset, add semi-stub for D3DCompile2. 2015-07-29 18:02:53 +02:00
Sebastian Lackner
5a24762b33 Added patch to use video memory for rendering targets if possible. 2015-07-29 17:42:56 +02:00
Sebastian Lackner
9454f5fc78 server-Registry_Timestamp: Some style improvements. 2015-07-29 07:30:27 +02:00
Sebastian Lackner
c23d8e2738 Updated CSMT patchset to fix crash in Path of Exile after character selection (fixes Wine Staging Bug #451). 2015-07-29 06:54:21 +02:00
Sebastian Lackner
025e40edcc wined3d-CSMT_Helper: Move 'Merge get_pitch' patch into CSMT_Main. 2015-07-29 05:59:30 +02:00
Sebastian Lackner
c258f95d4b debian/changelog: Fix typo. 2015-07-29 00:15:45 +02:00
Sebastian Lackner
45b80e1d0d Added patch to add wined3d detection of GeForce GT 425M. 2015-07-28 23:34:45 +02:00
Sebastian Lackner
8ccce27f89 Added patch to implement dbghelp.UnDecorateSymbolNameW. 2015-07-28 23:00:22 +02:00
Sebastian Lackner
d96eed9e17 Added patch with stubs for D3DCompile2 and D3DCompileFromFile. 2015-07-28 21:36:16 +02:00
Sebastian Lackner
510297d315 gdiplus-GdipCreateEffect: Update patchset with new version from Alistair Leslie-Hughes. 2015-07-28 21:11:58 +02:00
Sebastian Lackner
2a2d46a77e Added patch with stub for D3DXTessellateNPatches. 2015-07-28 21:03:03 +02:00
Sebastian Lackner
74f4d7b45e Rebase against 797c037bff2f7621f5b3d632bd899349529d6b2b. 2015-07-28 20:47:45 +02:00
Sebastian Lackner
2393fd2c7e Added patch to implement AMStream GetMultiMediaStream functions. 2015-07-28 20:09:46 +02:00
Sebastian Lackner
02879c0800 debian/control: Remove unnecessary recommends for libgphoto / libopenal1. 2015-07-28 20:09:46 +02:00
Sebastian Lackner
a9538a1965 Added patch to store registry timestamps with nanoseconds precision. 2015-07-28 20:09:46 +02:00
Sebastian Lackner
1ce0efdd60 Added patch to return dummy ID3DXSkinInfo interface when skinning info not present. 2015-07-28 20:09:46 +02:00
Sebastian Lackner
8f5172f8de Added patch to export additional OpenAL32 functions. 2015-07-28 20:09:46 +02:00
Sebastian Lackner
0c6e311cea debian/rules: Improve detection of gcc version and allow compilation with gcc-4.9. 2015-07-28 20:08:27 +02:00
Sebastian Lackner
56447bdb5b patchutils.py: Strip '(resend)' from patch subject. 2015-07-27 23:44:04 +02:00
Sebastian Lackner
a66e263db0 ntdll-ThreadQuerySetWin32StartAddress: Update patchset with revision 2. 2015-07-27 23:13:09 +02:00
Sebastian Lackner
d9d1380650 Added patch to fake success in kernel32.SetFileCompletionNotificationModes. 2015-07-27 06:39:50 +02:00
Sebastian Lackner
7603fe0bc9 Added patch to reimplement RtlQueueWorkItem on top of new threadpool API. 2015-07-27 06:38:45 +02:00
Sebastian Lackner
1b23958eb3 Added patches to implement ThreadQuerySetWin32StartAddress info class. 2015-07-27 06:35:03 +02:00
Sebastian Lackner
e4d5d84401 d3dx9_36-DrawText: Merge improvement by Alistair Leslie-Hughes. 2015-07-26 03:41:54 +02:00
Sebastian Lackner
a5fac42aff Added patches to improve security cookie handling. 2015-07-26 02:33:17 +02:00
Sebastian Lackner
278c0ed870 comctl32-LoadIconMetric: Some additional improvements, add FIXME for unimplemented functionality. 2015-07-26 02:18:47 +02:00
Sebastian Lackner
495e7f4985 Update vcomp patchset and add implementation for various atomic functions. 2015-07-26 02:12:16 +02:00
Alistair Leslie-Hughes
75174bcf22 Add patch with stub for D3DX10CreateEffectFromMemory. 2015-07-24 15:28:28 +02:00
Sebastian Lackner
2315442bb2 Various additional improvements to LoadIconMetric tests. 2015-07-24 15:23:30 +02:00
Alistair Leslie-Hughes
77d2d3e4e0 Updated comctl32 LoadIconMetric patches. 2015-07-24 15:09:27 +02:00
Alistair Leslie-Hughes
06226bdc44 Updated D3DXGetShaderInputSemantics patch. 2015-07-24 14:53:29 +02:00
Sebastian Lackner
941323d469 Added patch to silence repeated LocaleNameToLCID/LCIDToLocaleName unsupported flags FIXMEs. 2015-07-23 19:56:28 +02:00
Sebastian Lackner
0de1b91a1b Rebase against 50d9d187c57448ca3f14de6a8eeb2520179db5b8. 2015-07-21 21:19:25 +02:00
Sebastian Lackner
5b94baf194 Rebase against 1a0c4efba9430382e3427cb3f355906bc2a66861. 2015-07-21 05:08:19 +02:00
Sebastian Lackner
2fdae8614e Added patch with stubs for d3dx10_43.D3DX10CreateEffectFromFileA/W. 2015-07-19 23:14:54 +02:00
Sebastian Lackner
e5c67078fd Added patch to share source of d3dx9_36 with d3dx9_33 to avoid Wine DLL forwards. 2015-07-19 22:30:15 +02:00
Sebastian Lackner
f4be181120 Update patchset to query GPU infos with GLX_MESA_query_renderer extension (fixes a regression with broken MESA versions). 2015-07-19 22:06:34 +02:00
Sebastian Lackner
679a5cef17 vcomp-Functions: Update vcomp patches and add various improvements. 2015-07-19 01:07:16 +02:00
Sebastian Lackner
c1c337b07c Update patches for d3dx9_36.D3DXGetShader{Input,Output}Semantics and add additional tests. 2015-07-18 16:28:05 +02:00
Sebastian Lackner
5f7b6bf45f Added patch to check architecture before trying to load libraries. 2015-07-18 09:27:37 +02:00
Sebastian Lackner
a37730ab0e Rebase against a90592c8d29d3b145eada90c297405cbd8a9277f. 2015-07-17 22:21:31 +02:00
Sebastian Lackner
36e9309497 shell32-Quoted_ShellExecute: Remove reference to upstream bug. 2015-07-17 04:19:11 +02:00
Sebastian Lackner
8f245e2d60 mscoree-CorValidateImage: Replace check for __x86_64__ with _WIN64. 2015-07-17 04:17:57 +02:00
Sebastian Lackner
76d8009160 gdi32-Default_Palette: Add reference to upstream bug report. 2015-07-16 21:27:19 +02:00
Sebastian Lackner
f1b8ef5d94 Rebase against 2294d3ba456921e83fa5970e0e62855614c9c30c. 2015-07-16 19:27:48 +02:00
Sebastian Lackner
d205f22f1e Rebase against 22f28d2923811b85024f63ce43e41966a864ecd0. 2015-07-15 18:48:39 +02:00
Sebastian Lackner
d26abf2d93 configure-Crosscompiling: Replace patch, improve check instead of removing. 2015-07-14 22:35:37 +02:00
Sebastian Lackner
9f011de1b5 Rebase against a8f45dff604058d419bd6c2e070f65a13a6ddfdb. 2015-07-14 21:59:32 +02:00
Sebastian Lackner
a8303d406b Removed patch to fix uninitialized memory access in ws2_32.do_poll (already fixed upstream). 2015-07-13 21:51:45 +02:00
Sebastian Lackner
800c42803f wineconsole-Forward_Exitcode: Update patchset, avoid waiting when console is closed by user. 2015-07-13 21:11:46 +02:00
Sebastian Lackner
49d6414382 Rebase against c3dd56c99332c4ad9dbd095935d2c17c53463154. 2015-07-13 18:13:10 +02:00
Sebastian Lackner
1d9163af16 Added patch to forward exitcode from child process when in wineconsole. 2015-07-13 02:30:20 +02:00
Sebastian Lackner
cd4db49a74 Release 1.7.47. 2015-07-12 04:13:40 +02:00
Sebastian Lackner
b5c7642a3e Added patch to avoid dereferencing NULL pointer for fonts without VDMX. 2015-07-12 03:38:31 +02:00
Sebastian Lackner
65c559753a Added initial set of patches for multithreaded vcomp implementation. 2015-07-12 00:08:14 +02:00
Sebastian Lackner
d709879134 Added patch to use GLX_MESA_query_renderer extension to get more exact GPU infos. 2015-07-11 23:55:45 +02:00
Sebastian Lackner
0748a983e3 Added patch to fix incorrect assignment in assert statement in ntdll/threadpool.c. 2015-07-11 15:34:39 +02:00
Sebastian Lackner
d1f4a25cbd Revert security cookie patch causing regression in multiple applications. 2015-07-10 20:55:42 +02:00
Sebastian Lackner
6df5635400 Added patch to increase buffer size in widl/typegen.c to avoid buffer overflow. 2015-07-10 20:05:21 +02:00
Sebastian Lackner
fb6baf5e83 Rebase against 744f7b69bf4692265588e10650090ca2f5129ccd. 2015-07-10 19:35:17 +02:00
Sebastian Lackner
174139f1ea Rebase against cf7a118a9e5922d819f216c21c3a0984c7bde5dd. 2015-07-10 00:57:15 +02:00
Sebastian Lackner
e3bece1c76 Added patch to silence repeated wbemprox "timeout not supported" fixme. 2015-07-09 06:35:48 +02:00
Sebastian Lackner
d7500bccd1 Added patch to silence repeated winhttp "no support on this platform" message. 2015-07-09 06:23:37 +02:00
Sebastian Lackner
04f83c2765 Rebase against 71e5fdf478dbfb1821d4c39a55c3555cc8188741. 2015-07-07 15:27:18 +02:00
Sebastian Lackner
56532e6bed wined3d-Revert_PixelFormat: Remove reference to bug which was marked as duplicate. 2015-07-06 19:04:26 +02:00
Sebastian Lackner
afb95f8dde Rebase against f6653a93eb6796b733c6b0e9e289746692ab0a69. 2015-07-06 19:01:52 +02:00
Sebastian Lackner
fae66ca721 Merge branch 'master' of github.com:wine-compholio/wine-staging 2015-07-05 18:18:41 +02:00
Sebastian Lackner
67c7aead03 server-Shared_Memory: Reduce memory usage by using WORD to store BOOL argument in user32 TEB data. 2015-07-05 18:07:39 +02:00
Michael MĂĽller
15581d6cce debian: Add libosmesa6-dev as build dependency. 2015-07-04 19:56:19 +02:00
Sebastian Lackner
fc0847724e ntdll-Vista_Threadpool: Clean up and split remaining patches. 2015-07-04 16:23:33 +02:00
Sebastian Lackner
cde323b772 Rebase against 8b566b1da71a412fe58c3cc1988d610c2aba5f2d. 2015-07-04 04:01:01 +02:00
Sebastian Lackner
dfd86e0f91 Rebase against 3d8353fe182f3e7742cd7dab3420635e45ace129. 2015-07-02 17:45:32 +02:00
Sebastian Lackner
16aad8a55f Rebase against 7a3c9889e38ede659230a66a167b82c024f0dc85. 2015-07-01 17:14:57 +02:00
Sebastian Lackner
62117ba8d6 Rebase against 6b205e41cf0798fd6dff7c37e9b250fc885cf792. 2015-06-30 17:15:47 +02:00
Sebastian Lackner
2da169a01b configure-Crosscompiling: Improve check for OTOOL. 2015-06-30 01:48:52 +02:00
Sebastian Lackner
3b975fa4f2 Rebase against 9353a36d8fc8bb400bc2227914db0f2e60a19c24. 2015-06-29 19:40:20 +02:00
Sebastian Lackner
8d92e1177f Release 1.7.46. 2015-06-28 18:21:50 +02:00
Sebastian Lackner
7dc75a302b nvcuda-CUDA_Support: Add missing commas. 2015-06-28 04:11:50 +02:00
Sebastian Lackner
7c8e6d90d3 Added patch to initialize *lpcDevices in RasEnumDevicesA. 2015-06-28 04:08:20 +02:00
Sebastian Lackner
872be6fa25 Staging: Mark a function as static. 2015-06-28 02:19:35 +02:00
Sebastian Lackner
74b6722150 Improved wined3d-DXTn patchset to search for dylib on OSX. 2015-06-27 23:52:23 +02:00
Sebastian Lackner
135024f481 Added patch to implement general tab for file property dialog. 2015-06-27 23:46:40 +02:00
Sebastian Lackner
53b570f698 Improved nvcuda-CUDA_Support patchset to search for dylib on OSX. 2015-06-27 19:50:17 +02:00
Sebastian Lackner
dc16523d00 Added patch to improve output of '--check-libs' on OSX. 2015-06-27 19:39:39 +02:00
Sebastian Lackner
1dc4d9dc2f Rebase against ae6efa469bfaecade30e160d195d607bdcdcc6ae. 2015-06-26 15:03:09 +02:00
Sebastian Lackner
731305d018 msvcrt-atof_strtod: Update patchset. 2015-06-26 10:46:23 +02:00
Sebastian Lackner
c981072e0d kernel32-GetNumaProcessorNode: Remove test failures on Windows XP and change order of patches. 2015-06-26 10:13:24 +02:00
Sebastian Lackner
e86a326f7b Rebase against efd41e4f2b1c784d4939aa10d869f87f2384f10c. 2015-06-25 16:37:32 +02:00
Sebastian Lackner
1aaf583c9f msvcrt-atof_strtod: Disable patchset, its already fixed upstream.
(The tests and a fix for a corner case might still be useful,
so leaving the patch there for now.)
2015-06-25 08:02:27 +02:00
Sebastian Lackner
f644b88d3e Rebase against 4f3acf31deef5893b057778695fa5691ccac32df. 2015-06-25 01:35:41 +02:00
Sebastian Lackner
3352a782c9 Update references to upstream bugreports. 2015-06-23 16:43:41 +02:00
Sebastian Lackner
ec9b8ec16d Rebase against da5151fd54c2679b9cd10a7a4d2933f727266bf5. 2015-06-23 16:38:54 +02:00
Sebastian Lackner
094635f160 advapi32-GetWindowsAccountDomainSid: Split patch and avoid test failures by using aligned memory block. 2015-06-22 03:29:51 +02:00
Sebastian Lackner
5f9893a79d Added patches to improve crosscompiling Wine for other platforms. 2015-06-21 20:21:23 +02:00
Sebastian Lackner
6b5229ca83 Added patch to use ULONGLONG to store offset in ntoskrnl. 2015-06-21 09:05:11 +02:00
Sebastian Lackner
6d10024c1e gitapply.sh: Explicitly check for GNU Awk. 2015-06-20 16:04:54 +02:00
Sebastian Lackner
c361cbefb2 Rebase against af55ae137965512a1635e69b8f41849114f60012. 2015-06-19 16:06:14 +02:00
Sebastian Lackner
76b602e336 fltlib-FilterLoad: Minor style improvements. 2015-06-19 05:26:39 +02:00
Sebastian Lackner
9f4a601887 Rebase against 6fe55462107b4dcc31f919296a6e5870dcc881a3. 2015-06-18 23:27:35 +02:00
Sebastian Lackner
b0071ce53e debian/rules: Remove --without-unwind, its no longer necessary. 2015-06-18 05:30:51 +02:00
Sebastian Lackner
36ec2e0cf4 ntdll-WRITECOPY: Also install SIGILL and SIGBUS early signal handler for MacOS compatibility. 2015-06-18 05:25:18 +02:00
Sebastian Lackner
dde3ae24dd ntoskrnl-Emulator: Add emulation for MOVZX instruction on x86_64. 2015-06-18 04:02:49 +02:00
Erich E. Hoover
f6af570538 Updated kernel32-GetVolumePathName to fix several test failures. 2015-06-17 19:35:28 -06:00
Sebastian Lackner
69ae1f591a Rebase against 9e96beefae97bb63845b1cac6f372de515465ada. 2015-06-17 18:47:16 +02:00
Sebastian Lackner
31bd06cb42 Added patch to fix wineserver crash when pipe server object is destroyed before client (fixes Wine Staging Bug #393). 2015-06-17 13:52:46 +02:00
Sebastian Lackner
0bef3b01c4 Rebase against dedbd1883611b1c72abeb05d9f93cd5ac8af2e90. 2015-06-16 22:35:05 +02:00
Sebastian Lackner
50b37c2d7e Added patch to fix possible use-after-free in wineserver device IPR code. 2015-06-16 03:26:43 +02:00
Sebastian Lackner
333de90b1a Added patch to globally invalidate key state on changes in other threads. 2015-06-16 03:09:11 +02:00
Sebastian Lackner
3daf410291 Rebase against 46bdb6e59a007b71aa6a0932228e30bf3ad8bc2b. 2015-06-15 17:27:30 +02:00
Sebastian Lackner
5a89756c6a Added patch to improve IoGetDeviceObjectPointer stub to appease SecuROM 5.x. 2015-06-15 03:27:14 +02:00
Sebastian Lackner
7af67608ec wininet-Cache_Long_URLs: Add reference to upstream bug report. 2015-06-14 09:17:37 +02:00
Sebastian Lackner
7c0b90ad19 Release 1.7.45. 2015-06-14 00:39:24 +02:00
Sebastian Lackner
a1611c8fd0 debian/rules: Add configure flag --without-unwind on x86_64, its not really required on Linux. 2015-06-13 21:24:00 +02:00
Sebastian Lackner
12f0292934 Added patch to implement advapi32.GetWindowsAccountDomainSid. 2015-06-13 21:06:36 +02:00
Sebastian Lackner
53b165e070 wined3d-CSMT_Main: Read format flags from container where possible. 2015-06-13 18:32:47 +02:00
Sebastian Lackner
6c70ccd388 Added patch to properly check existence for libunwind before linking against it. 2015-06-13 17:55:21 +02:00
Sebastian Lackner
703e98c1f5 Added patch to implement fallback to system ping command when CAP_NET_RAW is not available. 2015-06-13 07:13:20 +02:00
Sebastian Lackner
5628355586 Added patch with stub for winscard.SCardListReadersA/W. 2015-06-13 01:21:16 +02:00
Sebastian Lackner
7c2dfd1e28 Added patch to send WM_DROPFILES only when OLE dnd fails. 2015-06-13 01:03:13 +02:00
Sebastian Lackner
7765a19988 Rebase against cde46665fa8503e90c9a2fab1898cdb4d22f667b. 2015-06-12 20:13:22 +02:00
Sebastian Lackner
531ca00756 Minor style improvements in multiple patches. 2015-06-11 19:19:47 +02:00
Sebastian Lackner
2672e6b4c5 Rebase against 39797dcfb250c4b4497fa003ae67b873427daa37. 2015-06-11 18:42:12 +02:00
Sebastian Lackner
a6f687dcc9 Rebase against 714abcb7cdd8cab7d9383bded5b5426e55d98791. 2015-06-11 15:37:59 +02:00
Sebastian Lackner
995b761dee Rebase against 42cbc05e59d32228f4edd171ca66e4cbe5645d1d. 2015-06-09 16:04:06 +02:00
Sebastian Lackner
44a9c0cc8a ntdll-FileDispositionInformation: Avoid 'return NULL' in void function. 2015-06-09 14:44:06 +02:00
Sebastian Lackner
2b90f82b6a kernel32-SetFileInformationByHandle: Fix compile error. 2015-06-09 06:22:05 +02:00
Sebastian Lackner
945ec28ec8 Added patch to ensure console InsertMode changes take effect immediately. 2015-06-09 06:02:07 +02:00
Sebastian Lackner
5fc6371a97 Added patch to forward GIF encoder requests to windowscodecs. 2015-06-09 05:49:04 +02:00
Sebastian Lackner
7a6fec3740 patchupdate.py: Always try to match bug description. 2015-06-09 05:36:03 +02:00
Sebastian Lackner
aaeb4db3b3 Rebase against 0922865b377913a27cea568ac688787a8117d8a7.
Rebasing of CSMT will need some additional work / thoughts.
2015-06-09 04:56:36 +02:00
Sebastian Lackner
68ade392f8 ntdll-AT_ROUND_TO_PAGE: A couple of minor improvements for kernel32/tests. 2015-06-07 23:50:18 +02:00
Sebastian Lackner
f76f0d0052 Added patch to fix handling of periodic advice timers causing high CPU usage. 2015-06-07 20:17:10 +02:00
Sebastian Lackner
0ccd396056 patchupdate.py: Improvement of category dependency handling. 2015-06-07 04:41:40 +02:00
Sebastian Lackner
6b78b26763 Added patch to use NVX_GPU_MEMORY_INFO extension for more exact video memory accounting on NVIDIA graphic cards. 2015-06-06 20:28:46 +02:00
Sebastian Lackner
d2765a37f2 Added patch for semi-stub of FileFsVolumeInformation information class. 2015-06-06 19:12:42 +02:00
Sebastian Lackner
0c2536b025 Added patch to improve stubs for NtQueryEaFile. 2015-06-06 18:04:37 +02:00
Sebastian Lackner
cc1da4895e Added patch to fix endless loop in regedit when importing files with very long lines. 2015-06-06 04:53:33 +02:00
Sebastian Lackner
a0f1f35843 Added patch to fix link notification conditions for riched20. 2015-06-06 04:00:03 +02:00
Sebastian Lackner
26eb2942d0 Added patch to implement default homepage button in inetcpl.cpl. 2015-06-06 03:56:52 +02:00
Sebastian Lackner
16d40cf5d5 Added patch to initialize System\CurrentControlSet\Control\TimeZoneInformation registry keys. 2015-06-06 03:52:12 +02:00
Sebastian Lackner
9149fde0ff Added patches to fix error code for ReadFile/WriteFile on closed pipe (fixes Wine Staging Bug #348). 2015-06-06 02:15:34 +02:00
Sebastian Lackner
a110e490b8 Rebase against b2aa984743cb568f8e6a634a1536bf65950167db. 2015-06-05 17:49:14 +02:00
Sebastian Lackner
0af6df6bc0 Added patch to support AT_ROUND_TO_PAGE flag in NtMapViewOfSection. 2015-06-05 07:49:05 +02:00
Sebastian Lackner
4d919d4d83 Added patch to set a proper caption for shell32 Run dialog (by Jared Smudde). 2015-06-05 01:44:39 +02:00
Sebastian Lackner
32c289493f ntdll-FileDispositionInformation: Cleanup of patches for File{Rename,Link}Information. 2015-06-05 00:58:34 +02:00
Sebastian Lackner
9fde9be110 ntdll-Directory_Test: Update patchset. 2015-06-04 22:36:52 +02:00
Sebastian Lackner
ee2f208b2b Rebase against 9ce9ba30ead7560065c3179796eea81066b3b346. 2015-06-04 16:46:36 +02:00
Sebastian Lackner
002f664b68 Added patch to allow setting pixel format for desktop window. 2015-06-04 00:21:47 +02:00
Sebastian Lackner
9acb14c728 Added patch to set NamedPipeState to FILE_PIPE_CLOSING_STATE on broken pipe in NtQueryInformationFile. 2015-06-04 00:07:19 +02:00
Sebastian Lackner
fd6ff0999c Added patch to restore original error code in rpcrt4 when ReadFile fails with ERROR_MORE_DATA. 2015-06-03 22:31:02 +02:00
Sebastian Lackner
78327e5ead patchupdate.py: Show a more helpful patch apply failure message. 2015-06-03 21:09:01 +02:00
Sebastian Lackner
ccd977d649 patchupdate.py: Run patch apply tests in logical order. 2015-06-03 21:09:01 +02:00
Sebastian Lackner
873d07d7d7 fltmgr-Stub_SYS: Fix Makefile.in (try 2). 2015-06-03 21:08:49 +02:00
Sebastian Lackner
2412d1f4eb Updated patchset for ObjectTypeInformation and fix typename for various additional wineserver object types. 2015-06-03 18:32:16 +02:00
Sebastian Lackner
32f681f893 Rebase against 8d4f56810775757edc87f6f01754df7f9e98d7e3. 2015-06-03 18:13:44 +02:00
Sebastian Lackner
0d67dee015 Added patches for support of FileLinkInformation (fixes Wine Staging Bug #297). 2015-06-03 17:07:24 +02:00
Sebastian Lackner
26d8a27276 patchupdate.py: Allow to run from arbitrary working directory. 2015-06-03 07:32:57 +02:00
Sebastian Lackner
6a8261887f Added patch to silence test failures in ntdll/directory tests. 2015-06-03 07:27:51 +02:00
Sebastian Lackner
e88424ebc6 Added patch to fix opening a readonly file with FILE_WRITE_ATTRIBUTES access (fixes Wine Staging Bug #298). 2015-06-03 07:25:33 +02:00
Sebastian Lackner
0abc5f4b7b Added additional tests for behaviour of opening readonly files. 2015-06-03 05:44:56 +02:00
Sebastian Lackner
85364f3153 fltmgr-Stub_SYS: Fix Makefile.in. 2015-06-03 05:22:22 +02:00
Sebastian Lackner
a2722e8fe9 ntdll-FileDispositionInformation: Resolve a conflict with server-RootDirectory_File patchset. 2015-06-03 04:48:13 +02:00
Sebastian Lackner
2923808892 Added patches for FileRenameInformation support (fixes Wine Staging Bug #296). 2015-06-03 03:04:46 +02:00
Sebastian Lackner
fdc5f5c1dd server-Key_State: Introduce a shadow keystate array to sync keystates only on changes. 2015-06-02 19:16:06 +02:00
Sebastian Lackner
b9ec1ed8f5 Rebase against b75cd7e2f0f6f40655f690695ab0843fce472e88. 2015-06-02 15:34:19 +02:00
Sebastian Lackner
ad87c93337 server-Key_State: Fix test failure in comctl32/listview. 2015-06-01 21:34:17 +02:00
Sebastian Lackner
ce3f724ea2 Rebase against 7c5f639cb86fba26a3b96d9dd0798fd3da2150a0. 2015-06-01 19:20:24 +02:00
Sebastian Lackner
0d0440ede9 shell32-Icons: Fix a test failure in comctl32/imagelist tests. 2015-06-01 07:15:50 +02:00
Sebastian Lackner
7dc9e1b670 mscoree-CorValidateImage: Add reference to upstream bugreport. 2015-05-31 22:41:07 +02:00
Sebastian Lackner
528e9ceec3 ntdll-CLI_Images: Add reference to upstream bugreport. 2015-05-31 22:28:28 +02:00
Sebastian Lackner
da512da861 shlwapi-AssocGetPerceivedType: Fixed error checking for RegGetValueW based on feedback from Thomas Faber. 2015-05-31 21:51:48 +02:00
Sebastian Lackner
e7ab8d7b04 kernel32-GetNumaProcessorNode: Add reference to upstream bugreport. 2015-05-31 21:42:25 +02:00
Sebastian Lackner
bb8f219272 server-JobObjects: Add reference to upstream bugreport. 2015-05-31 15:01:42 +02:00
Sebastian Lackner
b54341886b Release 1.7.44. 2015-05-31 04:44:43 +02:00
Sebastian Lackner
088ca2f71d Added patch to avoid using unixfs for devices without mountpoint. 2015-05-31 00:29:12 +02:00
Sebastian Lackner
6d2e3ce903 server-RootDirectory_File: Duplicated file has to be completely decoupled from original one. 2015-05-30 23:08:39 +02:00
Sebastian Lackner
4c9804d9f5 Revert upstream patch which causes broken rendering in various games. 2015-05-30 21:43:52 +02:00
Sebastian Lackner
c7d100897a Change file permissions from 100755 to 100644 in two patches (thanks Qian Hong). 2015-05-30 20:28:41 +02:00
Sebastian Lackner
55902fb521 server-RootDirectory_File: Update patchset and add additional tests for file seeking behaviour. 2015-05-30 20:23:34 +02:00
Sebastian Lackner
a428549415 ntdll-Hide_Wine_Exports: Add reference to upstream bug report. 2015-05-30 19:23:31 +02:00
Sebastian Lackner
0432712e4e Added patchset to fix various upstream issues detected by Coverity. 2015-05-30 17:15:23 +02:00
Sebastian Lackner
b942798ef9 Fix a compile failure and add a missing file. 2015-05-30 06:23:51 +02:00
Sebastian Lackner
f576613dd2 Added patch to fix scaling behaviour of images and mipmap levels in IDirect3DTexture2_Load. 2015-05-30 03:27:41 +02:00
Sebastian Lackner
9384283aca Added patch to allow hiding wine version information from applications. 2015-05-30 02:40:29 +02:00
Sebastian Lackner
cf5c56ef11 Added patch to output winedbg system information also to the terminal, not only to dialog. 2015-05-30 01:27:24 +02:00
Sebastian Lackner
c632b99fb5 Added patch to fix handling of opening a file with RootDirectory pointing to a file handle. 2015-05-29 23:20:21 +02:00
Sebastian Lackner
f5c6731e84 Added patch to fix NULL pointer dereference in get_frame_by_name.
Note: An almost identical version was also submitted by Indrek Altpere to
wine-patches, but Michael MĂĽller submitted his own attempt even earlier
to me - see timestamp of the patch.
2015-05-29 20:09:44 +02:00
Sebastian Lackner
cec272a2d4 Added patch to return fake device type when systemroot is located on virtual disk. 2015-05-29 20:00:41 +02:00
Sebastian Lackner
1b2fa6c6cb Added patch to fix crash in Gothic 1/2 with builtin directmusic caused by wrong return value. 2015-05-29 19:09:54 +02:00
Sebastian Lackner
016e539659 Rebase against 7efe31d9294275f2505361c19afa4e8e50be2c8d. 2015-05-29 15:02:34 +02:00
Sebastian Lackner
412af27a17 Added patch to use random names when caching very long urls (fixes Wine Staging Bug #266). 2015-05-28 23:11:52 +02:00
Sebastian Lackner
bcb19df630 Added patch for stub of iphlpapi.ConvertInterfaceLuidToGuid. 2015-05-28 22:48:59 +02:00
Sebastian Lackner
79e542c24a Rebase against 22983f2b65dc40bfa90a73e3e3bd2e13cc90e22f. 2015-05-28 16:57:14 +02:00
Sebastian Lackner
c10eb9a4a1 Added patch to allow to enable/disable InsertMode in wineconsole settings. 2015-05-28 15:26:05 +02:00
Sebastian Lackner
79c69db369 Rebase against 39d71c52ef7839fe7daad97b009d029b71f691ba. 2015-05-27 22:10:54 +02:00
Sebastian Lackner
763bb554cd Staging: Print wine version in winediag message. 2015-05-26 23:06:47 +02:00
Sebastian Lackner
7cad745ad6 Added patch for support of ws2_32.dll.WSAPoll. 2015-05-26 22:06:15 +02:00
Sebastian Lackner
92379575c7 Rebase against 530d269e0187f2d0b406f8d5e3c4de974bf553ae. 2015-05-26 18:32:07 +02:00
Sebastian Lackner
2a1d1a0086 Rebase against 98b991fdcf3f2cdbdae7d61203367ce9728a5e6d. 2015-05-25 18:59:24 +02:00
Sebastian Lackner
83cbd1daaa Added patch to assign a drive serial number during prefix creation/update. 2015-05-25 06:10:28 +02:00
Sebastian Lackner
7f9bf47dd0 wineboot-drivers_etc_Stubs: Add a missing \n to an ERR message. 2015-05-25 05:50:39 +02:00
Sebastian Lackner
41484ad4ed Added patch with shell32 placeholder icons to match offsets with Windows. 2015-05-24 18:25:00 +02:00
Sebastian Lackner
4b4c5feb3d Added patch with stubbed ISWbemSecurity interfaces in wbemdisp. 2015-05-24 17:56:51 +02:00
Sebastian Lackner
5972e18a71 Added patch to handle '\r' as whitespace in wbemprox queries. 2015-05-24 17:31:50 +02:00
Sebastian Lackner
baa05e4719 Rebase against 90ed96a766b4b627a5dd18d601b41257c4f8e390. 2015-05-22 15:22:57 +02:00
Sebastian Lackner
ca8ffcd619 Rebase against 9586d3b2567e6b4a2270caeacf39796c168351c0. 2015-05-21 18:47:14 +02:00
Sebastian Lackner
b2297b41c3 Rebase against 1e8759805e3c5dfe00a31bb5f13f1c1da28d2826. 2015-05-21 06:24:11 +02:00
Sebastian Lackner
f09433417e riched20-IText_Interface: Avoid additional linked lists for font/para interfaces. 2015-05-20 07:35:12 +02:00
Sebastian Lackner
349ba2df2a Rebase against f4790714fe69df7701cff666d6b5ab4be049cbf6. 2015-05-20 06:00:09 +02:00
Sebastian Lackner
9573b57d3c Rebase against 0d91274defcf65093957cf8e43985b9be55642d5. 2015-05-19 05:25:23 +02:00
Sebastian Lackner
0defa32dfb Release 1.7.43. 2015-05-16 22:59:02 +02:00
Sebastian Lackner
1c29f7db86 Update category information for all patchsets. 2015-05-16 18:48:49 +02:00
Sebastian Lackner
bfb112653c Added patch to skip unknown item when decoding a CMS certificate. 2015-05-16 17:55:21 +02:00
Sebastian Lackner
7a5534ac75 Added patch with stub for kernel32.SetFileCompletionNotificationModes (for Steam in Win7 mode). 2015-05-16 17:19:40 +02:00
Sebastian Lackner
1bbf522c01 Added patch to free RPC parameters allocated by application before anything else. 2015-05-16 04:29:53 +02:00
Sebastian Lackner
95496eedab ntdll-Heap_Delay_Free: Disable patchset, it causes failures for other apps.
Will be re-added after the release when the patch has been improved.
2015-05-16 03:50:29 +02:00
Sebastian Lackner
13effc62f8 wininet-Cleanup: Added various additional fixes for wininet header handling. 2015-05-16 03:45:42 +02:00
Sebastian Lackner
975564c566 wininet-Cleanup: Added next couple of patches and merge with wininet-Memory_Leak. 2015-05-16 03:45:42 +02:00
Sebastian Lackner
8e4c7f1017 Added patch to add HTTP Host header in HttpSendRequest instead of HttpOpenRequest. 2015-05-16 03:45:41 +02:00
Sebastian Lackner
e2d58b98e4 Updated patch to emulate \Device\Null using /dev/null, use a proper device driver. 2015-05-16 03:45:41 +02:00
Sebastian Lackner
26e06cc151 Added patches for additional tests of wininet cookie/header/authentication handling, in preparation of various cleanup patches. 2015-05-16 03:45:41 +02:00
Sebastian Lackner
90bf076dfc Added patch to fix memory leak in wininet.HTTP_InsertCookies. 2015-05-16 03:45:41 +02:00
Sebastian Lackner
dcfee86e79 Added patch with tests for imagehlp.{ImageLoad,ImageUnload,GetImageUnusedHeaderBytes}. 2015-05-15 02:48:15 +02:00
Sebastian Lackner
a3ca9927db Added patch to implement kernel32.GetSystemTimePreciseAsFileTime. 2015-05-14 03:14:44 +02:00
Sebastian Lackner
d114a05de3 Added patch to allocate fake hWnd for wineconsole curses backend. 2015-05-13 19:32:09 +02:00
Sebastian Lackner
fb7bff38de Added patch to create stub files for system32/drivers/etc/{services,hosts,networks,protocol}. 2015-05-13 07:11:50 +02:00
Sebastian Lackner
2a8300034c Added patch with IEnumString stub interface for ACLShellSource. 2015-05-13 04:58:51 +02:00
Sebastian Lackner
1b0d071e41 Added patch to avoid creating foreign thread queues for attach_thread_input requests. 2015-05-12 05:46:20 +02:00
Sebastian Lackner
134b99fbb2 Added patch to implement shlwapi.AssocGetPerceivedType. 2015-05-12 03:36:39 +02:00
Sebastian Lackner
c3c9472eb4 Added patch for stub of fltlib.FilterLoad. 2015-05-11 18:19:20 +02:00
Sebastian Lackner
5215a311fe Rebase against 6d323d81b2a604b89c612928a573b290c945df75. 2015-05-11 18:10:47 +02:00
Sebastian Lackner
d3dbcb9165 Added patch to use POSIX implementation to enumerate directory content on FreeBSD. 2015-05-10 02:26:38 +02:00
Sebastian Lackner
53734776f6 ntdll-NtQuerySection: Fix signature also in ntoskrnl.exe specfile. 2015-05-09 21:03:46 +02:00
Sebastian Lackner
54451f955b advapi32-ImpersonateAnonymousToken: Add exports to api-ms-win-security-base-l1-{1,2}-0. 2015-05-09 20:59:43 +02:00
Sebastian Lackner
2fbbd765c6 kernel32-GetFinalPathNameByHandle: Add exports to api-ms-win-core-file-l1-1-0. 2015-05-09 20:57:21 +02:00
Sebastian Lackner
954aed181c Added patch to dirtify vertex shader on transformed update, fixes graphical corruption. 2015-05-09 04:26:56 +02:00
Sebastian Lackner
da0ebd230f ntdll-Vista_Threadpool: Fix compiler warning on x86_64. 2015-05-09 04:20:50 +02:00
Sebastian Lackner
6fb06b865c dsound-EAX: Fix compiler warning on x86_64. 2015-05-09 04:04:15 +02:00
Sebastian Lackner
ffe90cf9f7 kernel32-CopyFileEx: Fix test failures in kernel32/file and add additional tests. 2015-05-09 00:42:45 +02:00
Sebastian Lackner
d6a8a1d8a1 Added patch to fix error handling in OpenSCManagerW (fixes testfailure in advapi32/service tests when named pipe messagemode is available). 2015-05-08 21:57:09 +02:00
Sebastian Lackner
7fd064ce86 Added patch to implement support for ObjectTypeInformation class support in NtQueryObject. 2015-05-08 19:58:53 +02:00
Sebastian Lackner
20f6d63e2b Added patch to fix leak of async handle in pipe_server_flush. 2015-05-08 19:58:53 +02:00
Sebastian Lackner
bd4c1e3006 patchupdate.py: Ignore categories for disabled patches. 2015-05-08 19:58:53 +02:00
Sebastian Lackner
0a1e04b9f2 Rebase against 3ec3fa5eb7d4eefd3157dfce31dbe561a6cda474. 2015-05-08 19:58:50 +02:00
Sebastian Lackner
977b8b34ad Added patch with stub for winsta.WinStationEnumerateW. 2015-05-07 06:34:45 +02:00
Sebastian Lackner
caf809b1d5 Added patch to return default palette entries from GetSystemPaletteEntries for non-palette-based devices. 2015-05-07 04:20:48 +02:00
Sebastian Lackner
d532c3b5bd patchupdate.py: Wrap debian/changelog at 80 chars. 2015-05-07 02:24:03 +02:00
Sebastian Lackner
952ab53219 Added patch to wait before reusing recently freed memory (fixes Wine Staging Bug #269 and #199). 2015-05-07 02:06:56 +02:00
Sebastian Lackner
e44c30c64e Added patch with stub for atl80.AtlIPersistPropertyBag_Save. 2015-05-06 23:21:06 +02:00
Sebastian Lackner
41f0cda558 patchinstall.sh: Simplify code to enable/disable patchsets. 2015-05-06 22:37:54 +02:00
Sebastian Lackner
552d300345 patchinstall.sh: Some style fixes, use underscore for local variables. 2015-05-06 22:22:46 +02:00
Sebastian Lackner
1143708578 patchupdate.py: Add '--version' command to show staging/wine version. 2015-05-06 22:09:04 +02:00
Sebastian Lackner
aa817e83cf patchupdate.py: When using --force-autoconf, only update files if required. 2015-05-06 20:42:32 +02:00
Sebastian Lackner
1bb34e22a6 patchinstall.sh: Add commandline option '--force-autoconf' to include autogenerated changes in each commit. 2015-05-06 20:41:18 +02:00
Sebastian Lackner
dd18228f7d patchinstall.sh: Only update ./configure and wineserver protocol files if required. 2015-05-06 19:29:17 +02:00
Sebastian Lackner
a78acf275d msvcp90-basic_string_dtor: Fix behaviour for both char and wchar strings. 2015-05-06 17:55:10 +02:00
Sebastian Lackner
8ace9d57c0 Rebase against upstream changes. 2015-05-06 17:34:48 +02:00
Sebastian Lackner
0c248ecda3 Added patch with tests for shlwapi.AssocGetPerceivedType. 2015-05-06 16:57:47 +02:00
Sebastian Lackner
04b7095098 Added patch to improve ReadDataAvailable handling in FilePipeLocalInformation class. 2015-05-06 15:00:29 +02:00
Sebastian Lackner
d97efcbab3 Compiler_Warnings: Removed patch to fix build failure, no longer required. 2015-05-06 00:29:08 +02:00
Sebastian Lackner
52e3343bbb Removed various patches (accepted upstream). 2015-05-05 20:59:51 +02:00
Sebastian Lackner
ab87b19a87 Updated patch to calculate msvcrt exponential math operations with higher precision (fixes Wine Staging Bug #268). 2015-05-05 01:36:50 +02:00
Sebastian Lackner
3426979ddf Disable patchset shell32-Default_Folder_ACLs (fixes Wine Staging Bug #265). 2015-05-04 21:52:33 +02:00
Sebastian Lackner
3f7b4894a7 Compiler_Warnings: Added patch to fix recently introduced build failure with gcc4.9. 2015-05-04 19:34:09 +02:00
Sebastian Lackner
e0390d0bdb Removed various patches (accepted upstream). 2015-05-04 19:02:31 +02:00
Sebastian Lackner
5848db0ab8 Release 1.7.42. 2015-05-03 22:02:59 +02:00
Sebastian Lackner
ffb7bab285 Added patch to create HKLM\Software\Microsoft\Cryptography\MachineGuid registry key. 2015-05-03 18:52:56 +02:00
Sebastian Lackner
f3b8a3bfa3 Added patch to make sure OpenClipboard with current owner doesn't fail. 2015-05-03 07:36:40 +02:00
Sebastian Lackner
b182064bef Added patch to emulate \Device\Null using /dev/null. 2015-05-02 21:00:56 +02:00
Sebastian Lackner
f23ff69f86 Added patch to return failure in NtProtectVirtualMemory when last argument is omitted. 2015-05-02 19:09:57 +02:00
Sebastian Lackner
e25c35e363 winedevice-Fix_Relocation: Do not omit mandatory argument for VirtualProtect. 2015-05-02 18:31:58 +02:00
Sebastian Lackner
12842d4a5d ntdll-FD_Cache: Update patchset with recent changes. 2015-05-02 07:12:06 +02:00
Sebastian Lackner
a02130583a ws2_32-Select: Update patchset with recent changes. 2015-05-02 06:49:10 +02:00
Sebastian Lackner
582e9666ed Partially removed patches to fix handling of opening read-only files for FILE_DELETE_ON_CLOSE (accepted upstream). 2015-05-01 01:44:20 +02:00
Sebastian Lackner
0ce637dcda Added patch with stub for advapi32.ImpersonateAnonymousToken (fixes Wine Staging Bug #254). 2015-04-30 01:48:38 +02:00
Sebastian Lackner
9f7c9e309a Added patch with stub for D3DXFrameFind. 2015-04-30 01:48:38 +02:00
Sebastian Lackner
2ce759172c d3dx9_36-D3DXStubs: Fix spec file entries for D3DXComputeNormalMap in all d3dx9_* dlls. 2015-04-30 01:48:38 +02:00
Sebastian Lackner
8ecb8c648e Added patch with stub for d3d11.D3D11CreateDeviceAndSwapChain. 2015-04-30 01:48:38 +02:00
Sebastian Lackner
97fb6e215a Removed multiple patches (accepted upstream). 2015-04-30 01:48:38 +02:00
Sebastian Lackner
1f8b2211dc Added patch to fix various issues related to advapi32.LookupAccountSidA. 2015-04-30 01:48:38 +02:00
Sebastian Lackner
e390275c1d advapi32-LsaLookupSids: Returns STATUS_SUCCESS instead of STATUS_SOME_NOT_MAPPED when possible. 2015-04-30 01:48:37 +02:00
Sebastian Lackner
30cc97b72e Partially removed patches to fix timezone information. 2015-04-30 01:48:37 +02:00
Sebastian Lackner
a1c7c48e57 patchupdate.py: Introduce categories for 'stable' patchsets.
Based on the discussion in bug 202, this patch adds support for categories
to patchupdate.py.
2015-04-30 01:48:37 +02:00
Sebastian Lackner
040fd28c00 Rebase against upstream changes. 2015-04-30 01:48:36 +02:00
Sebastian Lackner
90eb3105b8 Added patch to ignore garbage after decoding gif lines. 2015-04-27 03:59:48 +02:00
Sebastian Lackner
157d49eb57 Added patch to fix check for texture levels in wined3d_device_update_texture. 2015-04-27 03:13:00 +02:00
Sebastian Lackner
58cc16c463 Added patch to update timezone information in wine.inf. 2015-04-26 20:51:52 +02:00
Sebastian Lackner
92f1b745f6 Rebase against upstream wine. 2015-04-26 02:02:16 +02:00
Sebastian Lackner
cf78829843 Rebase against 3c0ed9ce0af5370f89605d8bc4ceaec578562ac1 2015-04-26 01:59:36 +02:00
Sebastian Lackner
55ce7ddfc3 wined3d-CSMT_Main: Use resource->format_flags instead of resource->format.flags where possible. 2015-04-26 00:10:29 +02:00
Sebastian Lackner
b84a5e83cb Rebase against 1e494a69c1a368badf03f844d5911b107e79d774. 2015-04-25 21:15:53 +02:00
Sebastian Lackner
4a8f10e17d opengl32-Revert_Disable_Ext: Update metadata, the upstream bug report was closed but the issue is not completely fixed yet. 2015-04-24 02:44:20 +02:00
Sebastian Lackner
309e515899 Added patch to implement FileFsFullSizeInformation information class. 2015-04-23 23:53:22 +02:00
Sebastian Lackner
eadec3171e server-Shared_Memory: Invalidate foreground window in attach_thread_input. 2015-04-23 20:58:21 +02:00
Sebastian Lackner
bc21be9437 server-Shared_Memory: Fix two small bugs. 2015-04-23 18:34:26 +02:00
Sebastian Lackner
8e8e15c81a Removed patch to fix issues with invalid console handles for new processes (accepted upstream). 2015-04-23 17:03:20 +02:00
Sebastian Lackner
a139cd10bd Removed patch for stub of ntdll.WinSqmIsOptedIn (fixed upstream). 2015-04-22 23:38:15 +02:00
Sebastian Lackner
d92acf00eb server-Shared_Memory: Rebase against upstream changes. 2015-04-21 17:58:48 +02:00
Sebastian Lackner
1566e72122 Removed patch to avoid crash when trying to bind mshtml event scripts to window (fixed upstream). 2015-04-20 15:57:54 +02:00
978 changed files with 221486 additions and 88001 deletions

2
.gitignore vendored
View File

@@ -1,3 +1,3 @@
debian/tools/wine
staging/wine
*.pyc
.patchupdate.cache

View File

@@ -7,7 +7,7 @@ are part of **Wine Staging** and are licensed under the terms of the
[LGPLv2.1](#gnu-lgpl-version-21), to stay compatible with Wine:
```
Copyright (C) 2014-2015 the Wine Staging project authors.
Copyright (C) 2014-2016 the Wine Staging project authors.
Wine Staging is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
@@ -37,16 +37,21 @@ any way and are simply installed for end-user convenience.
file is licensed under the
[LIBERATION FONT SOFTWARE LICENSE](#liberation-font-software-license).
* `0002-fonts-Add-WenQuanYi-Micro-Hei-as-a-Microsoft-Yahei-r.patch`:
* `0002-fonts-Add-Liberation-Serif-as-an-Times-New-Roman-rep.patch`:
The **Liberation Serif** font is used as a Times New Roman replacement. This
file is licensed under the
[LIBERATION FONT SOFTWARE LICENSE](#liberation-font-software-license).
* `0003-fonts-Add-Liberation-Mono-as-an-Courier-New-replacem.patch`:
The **Liberation Mono** font is used as a Courier New replacement. This
file is licensed under the
[LIBERATION FONT SOFTWARE LICENSE](#liberation-font-software-license).
* `0004-fonts-Add-WenQuanYi-Micro-Hei-as-a-Microsoft-Yahei-r.patch`:
The **WenQuanYi Micro Hei** font is used as a Microsoft Yahei
replacement. This file is licensed under both the APACHE 2 license and
[GPLv3](#gnu-gpl-version-3).
* `0003-fonts-Add-Courier-Prime-as-a-Courier-New-replacement.patch`:
The **Courier Prime** font is used as a Courier New replacement.
This file is licensed under the
[OFLv1.1](#ofl-version-11).
Full license texts
==================
@@ -571,55 +576,64 @@ This agreement governs the use of the Software and any updates to the Software,
regardless of the delivery mechanism. Subject to the following terms, Red Hat,
Inc. ("Red Hat") grants to the user ("Client") a license to this work pursuant
to the GNU General Public License v.2 with the exceptions set forth below and
such other terms as our set forth in this End User License Agreement.
such other terms as are set forth in this End User License Agreement.
1.The Software and License Exception. LIBERATION font software (the "Software")
consists of TrueType-OpenType formatted font software for rendering LIBERATION
typefaces in sans serif, serif, and monospaced character styles. You are licensed
to use, modify, copy, and distribute the Software pursuant to the GNU General
Public License v.2 with the following exceptions:
(a)As a special exception, if you create a document which uses this font, and
embed this font or unaltered portions of this font into the document, this font
does not by itself cause the resulting document to be covered by the GNU General
Public License. This exception does not however invalidate any other reasons why
the document might be covered by the GNU General Public License. If you modify
this font, you may extend this exception to your version of the font, but you
are not obligated to do so. If you do not wish to do so, delete this exception
statement from your version.
(b)As a further exception, any distribution of the object code of the Software
in a physical product must provide you the right to access and modify the source
code for the Software and to reinstall that modified version of the Software in
object code form on the same physical product on which you received it.
2.Intellectual Property Rights. The Software and each of its components,
including the source code, documentation, appearance, structure and organization
are owned by Red Hat and others and are protected under copyright and other laws.
Title to the Software and any component, or to any copy, modification, or merged
portion shall remain with the aforementioned, subject to the applicable license.
The "LIBERATION" trademark is a trademark of Red Hat, Inc. in the U.S. and other
countries. This agreement does not permit Client to distribute modified versions
of the Software using Red Hat's trademarks. If Client makes a redistribution of
a modified version of the Software, then Client must modify the files names to
remove any reference to the Red Hat trademarks and must not use the Red Hat
trademarks in any way to reference or promote the modified Software.
3.Limited Warranty. To the maximum extent permitted under applicable law, the
1. The Software and License Exception. LIBERATION font software (the
"Software") consists of TrueType-OpenType formatted font software for rendering
LIBERATION typefaces in sans-serif, serif, and monospaced character styles. You
are licensed to use, modify, copy, and distribute the Software pursuant to the
GNU General Public License v.2 with the following exceptions:
(a) As a special exception, if you create a document which uses this font,
and embed this font or unaltered portions of this font into the document, this
font does not by itself cause the resulting document to be covered by the GNU
General Public License. This exception does not however invalidate any other
reasons why the document might be covered by the GNU General Public License. If
you modify this font, you may extend this exception to your version of the
font, but you are not obligated to do so. If you do not wish to do so, delete
this exception statement from your version.
(b) As a further exception, any distribution of the object code of the
Software in a physical product must provide you the right to access and modify
the source code for the Software and to reinstall that modified version of the
Software in object code form on the same physical product on which you received
it.
2. Intellectual Property Rights. The Software and each of its components,
including the source code, documentation, appearance, structure and
organization are owned by Red Hat and others and are protected under copyright
and other laws. Title to the Software and any component, or to any copy,
modification, or merged portion shall remain with the aforementioned, subject
to the applicable license. The "LIBERATION" trademark is a trademark of Red
Hat, Inc. in the U.S. and other countries. This agreement does not permit
Client to distribute modified versions of the Software using Red Hat's
trademarks. If Client makes a redistribution of a modified version of the
Software, then Client must modify the files names to remove any reference to
the Red Hat trademarks and must not use the Red Hat trademarks in any way to
reference or promote the modified Software.
3. Limited Warranty. To the maximum extent permitted under applicable law, the
Software is provided and licensed "as is" without warranty of any kind,
expressed or implied, including the implied warranties of merchantability,
non-infringement or fitness for a particular purpose. Red Hat does not warrant
that the functions contained in the Software will meet Client's requirements or
that the operation of the Software will be entirely error free or appear
precisely as described in the accompanying documentation.
4.Limitation of Remedies and Liability. To the maximum extent permitted by
4. Limitation of Remedies and Liability. To the maximum extent permitted by
applicable law, Red Hat or any Red Hat authorized dealer will not be liable to
Client for any incidental or consequential damages, including lost profits or
lost savings arising out of the use or inability to use the Software, even if
Red Hat or such dealer has been advised of the possibility of such damages.
5.General. If any provision of this agreement is held to be unenforceable, that
shall not affect the enforceability of the remaining provisions. This agreement
shall be governed by the laws of the State of North Carolina and of the United
States, without regard to any conflict of laws provisions, except that the
United Nations Convention on the International Sale of Goods shall not apply.
Copyright © 2007 Red Hat, Inc. All rights reserved. LIBERATION is a trademark
of Red Hat, Inc.
5. General. If any provision of this agreement is held to be unenforceable,
that shall not affect the enforceability of the remaining provisions. This
agreement shall be governed by the laws of the State of North Carolina and of
the United States, without regard to any conflict of laws provisions, except
that the United Nations Convention on the International Sale of Goods shall not
apply.
Copyright © 2007-2011 Red Hat, Inc. All rights reserved. LIBERATION is a
trademark of Red Hat, Inc.
```
@@ -1303,103 +1317,3 @@ the library. If this is what you want to do, use the GNU Lesser General
Public License instead of this License. But first, please read
<http://www.gnu.org/philosophy/why-not-lgpl.html>.
```
OFL, Version 1.1
---------------------
```
Copyright (c) 2013, Quote-Unquote Apps (http://quoteunquoteapps.com),
with Reserved Font Name Courier Prime.
This Font Software is licensed under the SIL Open Font License, Version 1.1.
This license is copied below, and is also available with a FAQ at:
http://scripts.sil.org/OFL
-----------------------------------------------------------
SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
-----------------------------------------------------------
PREAMBLE
The goals of the Open Font License (OFL) are to stimulate worldwide
development of collaborative font projects, to support the font creation
efforts of academic and linguistic communities, and to provide a free and
open framework in which fonts may be shared and improved in partnership
with others.
The OFL allows the licensed fonts to be used, studied, modified and
redistributed freely as long as they are not sold by themselves. The
fonts, including any derivative works, can be bundled, embedded,
redistributed and/or sold with any software provided that any reserved
names are not used by derivative works. The fonts and derivatives,
however, cannot be released under any other type of license. The
requirement for fonts to remain under this license does not apply
to any document created using the fonts or their derivatives.
DEFINITIONS
"Font Software" refers to the set of files released by the Copyright
Holder(s) under this license and clearly marked as such. This may
include source files, build scripts and documentation.
"Reserved Font Name" refers to any names specified as such after the
copyright statement(s).
"Original Version" refers to the collection of Font Software components as
distributed by the Copyright Holder(s).
"Modified Version" refers to any derivative made by adding to, deleting,
or substituting -- in part or in whole -- any of the components of the
Original Version, by changing formats or by porting the Font Software to a
new environment.
"Author" refers to any designer, engineer, programmer, technical
writer or other person who contributed to the Font Software.
PERMISSION & CONDITIONS
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Font Software, to use, study, copy, merge, embed, modify,
redistribute, and sell modified and unmodified copies of the Font
Software, subject to the following conditions:
1) Neither the Font Software nor any of its individual components,
in Original or Modified Versions, may be sold by itself.
2) Original or Modified Versions of the Font Software may be bundled,
redistributed and/or sold with any software, provided that each copy
contains the above copyright notice and this license. These can be
included either as stand-alone text files, human-readable headers or
in the appropriate machine-readable metadata fields within text or
binary files as long as those fields can be easily viewed by the user.
3) No Modified Version of the Font Software may use the Reserved Font
Name(s) unless explicit written permission is granted by the corresponding
Copyright Holder. This restriction only applies to the primary font name as
presented to the users.
4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
Software shall not be used to promote, endorse or advertise any
Modified Version, except to acknowledge the contribution(s) of the
Copyright Holder(s) and the Author(s) or with their explicit written
permission.
5) The Font Software, modified or unmodified, in part or in whole,
must be distributed entirely under this license, and must not be
distributed under any other license. The requirement for fonts to
remain under this license does not apply to any document created
using the Font Software.
TERMINATION
This license becomes null and void if any of the above conditions are
not met.
DISCLAIMER
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
OTHER DEALINGS IN THE FONT SOFTWARE.
```

342
README.md
View File

@@ -1,269 +1,101 @@
What is Wine Staging?
---------------------
**Warning: Do not report bugs at bugs.winehq.org when using this version!
Please take a look [here](http://bugs.wine-staging.com) for more information
about how to report bugs.**
**Wine Staging** is the testing area of winehq.org. It contains bug fixes and
features, which have not been integrated into the development branch yet. The
idea of Wine Staging is to provide experimental features faster to end users and
to give developers the possibility to discuss and improve their patches before
they are integrated into the main branch. More information about Wine Staging
can also be found on our website [wine-staging.com](http://wine-staging.com).
**Wine Staging** (formerly wine-compholio) is a special wine version containing
bug fixes and features, which are not yet available in regular wine versions.
The idea of Wine Staging is to provide new features faster to end users and to
give developers the possibility to discuss and improve their patches before
they are sent upstream. We also intend to create a community of wine developers
to share experience and to make it easier for beginners to start hacking on
wine. More information about Wine Staging can also be found on our website
[wine-staging.com](http://wine-staging.com).
Installation
------------
Although we are reviewing and testing all patches before adding them, you may
encounter additional bugs, which are not present in vanilla wine. Make sure to
report such issues in our bug tracker instead of winehq.org so that we can try
to solve them in future versions. Thanks!
Ready-to-use packages for Wine Staging are available for a variety of Linux
distributions and for Mac OS X. Just follow the
[installation instructions](https://github.com/wine-compholio/wine-staging/wiki/Installation)
for your operating system.
How to install and use Wine Staging
-----------------------------------
On most distributions the `wine-staging` package is installed to
`/opt/wine-staging`, such that multiple Wine versions can be installed in
parallel. If this is the case for your distribution, you will have to type
`/opt/wine-staging/bin/wine` instead of just `wine`. The same also applies for
other wine-specific programs like `winecfg`. To learn more about how to use
Wine Staging, please take a look at the
[usage instructions](https://github.com/wine-compholio/wine-staging/wiki/Usage).
Ready-to-use packages for Wine Staging are available for a variety
of different Linux distributions directly for download. Just follow the
instructions available on the
[Wiki](https://github.com/wine-compholio/wine-staging/wiki/Installation).
Reporting bugs
--------------
When using Wine Staging there are a few differences compared to regular
Wine. The main difference is that it is not sufficient to type `wine` to
run it, but instead you will have to type `/opt/wine-staging/bin/wine`.
Besides that there are also some other differences, for example additional
configuration options to tweak performance, which are not available in regular
Wine. All those differences are also documented on the
[Wiki](https://github.com/wine-compholio/wine-staging/wiki/Usage).
Since WineConf 2015 Wine Staging is an official part of WineHQ, which means you
can report problems directly at https://bugs.winehq.org/. Most of the time bugs
found in Wine Staging also turn out to be present in the development branch, so
its recommended to open your bug in the "Wine" product, unless you are sure its
really "Wine Staging" specific. For problems with our binary packages, please
also open a bug report there.
Building
--------
Included bug fixes and improvements
-----------------------------------
Wine Staging is maintained as a set of patches which has to be applied on top of
the development branch. In order to build Wine Staging, the first step is to
setup a build environment for Wine, including all required dependencies. A lot
of information about that is collected in the
[WineHQ Wiki](http://wiki.winehq.org/BuildingWine).
**Bug fixes and features in Wine Staging 1.7.41 [218]:**
In order to apply all Wine Staging patches it is recommended to use the
`patchinstall.sh` utility which takes care of applying all patches in the
correct order. For reference, the possible commandline arguments are:
*Note: The following list only contains features and bug fixes which are not
yet available in vanilla Wine. They are removed from the list as soon as they
are included upstream. The list also includes features and fixes from previous
releases, take a look at the
[changelog](https://github.com/wine-compholio/wine-staging/blob/master/debian/changelog)
for more details.*
```
Usage: ./patchinstall.sh [DESTDIR=path] [--all] [-W patchset] [patchset ...]
* Add Dynamic DST exceptions for Israel Standard Time ([Wine Bug #36374](https://bugs.winehq.org/show_bug.cgi?id=36374))
* Add a ProfileList\<UserSID> registry subkey ([Wine Bug #15670](https://bugs.winehq.org/show_bug.cgi?id=15670))
* Add default ACLs for user shell folders
* Add implementation for CreateThreadpool ([Wine Bug #35192](https://bugs.winehq.org/show_bug.cgi?id=35192))
* Add implementation for mfplat.MFTRegister ([Wine Bug #37811](https://bugs.winehq.org/show_bug.cgi?id=37811))
* Add nvapi stubs required for GPU PhysX support
* Add performance library registry keys needed by MS SQL Server Management Studio Express 2008 R2 ([Wine Bug #33661](https://bugs.winehq.org/show_bug.cgi?id=33661))
* Add semi-stub for GetFileVersionInfoExA/W ([Wine Bug #38098](https://bugs.winehq.org/show_bug.cgi?id=38098))
* Add semi-stub for GetFileVersionInfoSizeExA/W ([Wine Bug #38090](https://bugs.winehq.org/show_bug.cgi?id=38090))
* Add stub fltmgr.sys (filter manager driver) ([Wine Bug #23583](https://bugs.winehq.org/show_bug.cgi?id=23583))
* Add stub for D3DXComputeNormalMap
* Add stub for D3DXComputeTangentFrameEx ([Wine Bug #31984](https://bugs.winehq.org/show_bug.cgi?id=31984))
* Add stub for D3DXIntersect
* Add stub for NtSetLdtEntries/ZwSetLdtEntries ([Wine Bug #26268](https://bugs.winehq.org/show_bug.cgi?id=26268))
* Add stub for WinSqmIsOptedIn ([Wine Bug #38388](https://bugs.winehq.org/show_bug.cgi?id=38388))
* Add stub for gdiplus.GdipCreateEffect ([Wine Bug #32163](https://bugs.winehq.org/show_bug.cgi?id=32163))
* Add stub for ntoskrnl.ExAcquireResourceExclusiveLite
* Add stub for ntoskrnl.ExDeleteResourceLite
* Add stub for ntoskrnl.ExReleaseResourceForThread
* Add stub for ntoskrnl.KeWaitForMultipleObjects
* Add stub for ntoskrnl.Mm{Map,Unmap}LockedPages
* Add stub for ntoskrnl.PsRemoveLoadImageNotifyRoutine
* Add stub for setupapi.SetupDiSelectBestCompatDrv ([Wine Bug #32088](https://bugs.winehq.org/show_bug.cgi?id=32088))
* Add stub for wininet.ParseX509EncodedCertificateForListBoxEntry ([Wine Bug #29842](https://bugs.winehq.org/show_bug.cgi?id=29842))
* Add stubs for D3DXCreateAnimationController interface
* Add support for CopyFileEx progress callback ([Wine Bug #22692](https://bugs.winehq.org/show_bug.cgi?id=22692))
* Add support for GetPropValue to PulseAudio backend
* Add support for process specific debug channels
* Add support for wbemprox Win32_SystemEnclosure table ([Wine Bug #34517](https://bugs.winehq.org/show_bug.cgi?id=34517))
* Adobe Reader needs ITextSelection_fnGetDuplicate implementation
* Allow selection of audio device for PulseAudio backend
* Allow special characters in pipe names ([Wine Bug #28995](https://bugs.winehq.org/show_bug.cgi?id=28995))
* Allow to cancel a file operation via progress callback ([Wine Bug #22690](https://bugs.winehq.org/show_bug.cgi?id=22690))
* Allow to edit winecfg library override by double clicking
* Allow to open files/directories without any access rights in order to query attributes
* Allow to override number of quality levels for D3DMULTISAMPLE_NONMASKABLE. ([Wine Bug #12652](https://bugs.winehq.org/show_bug.cgi?id=12652))
* Anno 1602 installer depends on Windows 98 behavior of SHFileOperationW ([Wine Bug #37916](https://bugs.winehq.org/show_bug.cgi?id=37916))
* Audio stuttering and performance drops in multiple applications ([Wine Bug #30639](https://bugs.winehq.org/show_bug.cgi?id=30639))
* Avoid crash when trying to bind mshtml event scripts to window ([Wine Bug #38419](https://bugs.winehq.org/show_bug.cgi?id=38419))
* Avoid crashing when broken app tries to release surface although refcount is zero ([Wine Bug #18477](https://bugs.winehq.org/show_bug.cgi?id=18477))
* Avoid race-conditions in NtReadFile() operations with write watches.
* Avoid race-conditions of async WSARecv() operations with write watches.
* Avoid race-conditions with write watches in WS2_async_accept.
* Avseq crashes when multisampling is enabled ([Wine Bug #31998](https://bugs.winehq.org/show_bug.cgi?id=31998))
* Basic handling of write watches triggered while we're on the signal stack.
* Basic support for CUDA
* Black & White needs DXTn software decoding support ([Wine Bug #14939](https://bugs.winehq.org/show_bug.cgi?id=14939))
* CPU-Z fails to start because GetLogicalProcessorInformationEx returns FALSE
* Calculate msvcrt exponential math operations with higher precision ([Wine Bug #37149](https://bugs.winehq.org/show_bug.cgi?id=37149))
* CreateProcess does not prioritize the working directory over the system search path ([Wine Bug #23934](https://bugs.winehq.org/show_bug.cgi?id=23934))
* D3DCompileShader should filter specific warning messages ([Wine Bug #33770](https://bugs.winehq.org/show_bug.cgi?id=33770))
* Do not append duplicate NULL characters when importing keys with regedit ([Wine Bug #37575](https://bugs.winehq.org/show_bug.cgi?id=37575))
* Do not fail when a used context is passed to wglShareLists ([Wine Bug #11436](https://bugs.winehq.org/show_bug.cgi?id=11436))
* Emulate access to KI_USER_SHARED_DATA kernel page on x86_64 ([Wine Bug #33849](https://bugs.winehq.org/show_bug.cgi?id=33849))
* Enforce that surfaces are flushed after ReleaseDC
* Ensure NtProtectVirtualMemory and NtCreateSection are on separate pages ([Wine Bug #33162](https://bugs.winehq.org/show_bug.cgi?id=33162))
* Ensure X11 input events are handled even without explicit message loop ([Wine Bug #8854](https://bugs.winehq.org/show_bug.cgi?id=8854))
* Exception during start of fr-043 caused by missing DXTn support ([Wine Bug #37391](https://bugs.winehq.org/show_bug.cgi?id=37391))
* Expose PKEY_AudioEndpoint_PhysicalSpeakers device property in PulseAudio driver
* FEAR 1 installer expects basic_string_wchar_dtor to return NULL ([Wine Bug #37358](https://bugs.winehq.org/show_bug.cgi?id=37358))
* Fallback to global key state for threads without a queue ([Wine Bug #27238](https://bugs.winehq.org/show_bug.cgi?id=27238))
* Fix NULL dereference in ICSeqCompressFrameStart ([Wine Bug #27595](https://bugs.winehq.org/show_bug.cgi?id=27595))
* Fix access violation when calling GetStringTypeW with NULL src. ([Wine Bug #37759](https://bugs.winehq.org/show_bug.cgi?id=37759))
* Fix black screen on startup introduced by pixelformat changes. ([Wine Bug #35950](https://bugs.winehq.org/show_bug.cgi?id=35950))
* Fix caps lock state issues with multiple processes ([Wine Bug #35907](https://bugs.winehq.org/show_bug.cgi?id=35907))
* Fix comparison of punctuation characters in lstrcmp ([Wine Bug #10767](https://bugs.winehq.org/show_bug.cgi?id=10767))
* Fix condition mask handling in RtlVerifyVersionInfo ([Wine Bug #36143](https://bugs.winehq.org/show_bug.cgi?id=36143))
* Fix crash in Space Rangers2 caused by missing DXTn support ([Wine Bug #24983](https://bugs.winehq.org/show_bug.cgi?id=24983))
* Fix crash in clip_cursor_notify caused by uninitialized TLS ([Wine Bug #36915](https://bugs.winehq.org/show_bug.cgi?id=36915))
* Fix crash of Trine Demo on start ([Wine Bug #19231](https://bugs.winehq.org/show_bug.cgi?id=19231))
* Fix crash of winedevice when relocation entry crosses page boundary ([Wine Bug #28254](https://bugs.winehq.org/show_bug.cgi?id=28254))
* Fix cursor clip regression / broken raw input in multiple games ([Wine Bug #33479](https://bugs.winehq.org/show_bug.cgi?id=33479))
* Fix device paths in HKLM\SYSTEM\MountedDevices ([Wine Bug #38235](https://bugs.winehq.org/show_bug.cgi?id=38235))
* Fix flickering introduced by pixelformat changes. ([Wine Bug #35718](https://bugs.winehq.org/show_bug.cgi?id=35718))
* Fix for ConnectNamedPort return value in overlapped mode ([Wine Bug #16550](https://bugs.winehq.org/show_bug.cgi?id=16550))
* Fix for programs leaking wndproc slots ([Wine Bug #32451](https://bugs.winehq.org/show_bug.cgi?id=32451))
* Fix graphical corruption in FarCry 3 with NVIDIA drivers ([Wine Bug #35062](https://bugs.winehq.org/show_bug.cgi?id=35062))
* Fix gray screen on startup introduced by pixelformat changes. ([Wine Bug #35975](https://bugs.winehq.org/show_bug.cgi?id=35975))
* Fix handling of ANSI NTLM credentials ([Wine Bug #37063](https://bugs.winehq.org/show_bug.cgi?id=37063))
* Fix handling of empty section and key name for profile files. ([Wine Bug #8036](https://bugs.winehq.org/show_bug.cgi?id=8036))
* Fix handling of invert_y in DrawTextExW ([Wine Bug #22109](https://bugs.winehq.org/show_bug.cgi?id=22109))
* Fix handling of opening read-only files for FILE_DELETE_ON_CLOSE ([Wine Bug #38417](https://bugs.winehq.org/show_bug.cgi?id=38417))
* Fix handling of window attributes for WS_EX_LAYERED | WS_EX_COMPOSITED ([Wine Bug #37876](https://bugs.winehq.org/show_bug.cgi?id=37876))
* Fix issues with dragging layers between images in Adobe Photoshop 7.0 ([Wine Bug #12007](https://bugs.winehq.org/show_bug.cgi?id=12007))
* Fix missing video introduced by pixelformat changes. ([Wine Bug #36900](https://bugs.winehq.org/show_bug.cgi?id=36900))
* Fix multithreading issues with fullscreen clipping ([Wine Bug #38087](https://bugs.winehq.org/show_bug.cgi?id=38087))
* Fix possible segfault in pulse_rd_loop of PulseAudio backend
* Fix race-condition when threads are killed during shutdown
* Fix regression caused by blacklisting supported OpenGL extensions ([Wine Bug #38264](https://bugs.winehq.org/show_bug.cgi?id=38264))
* Fix return value of ScrollWindowEx for invisible windows ([Wine Bug #37706](https://bugs.winehq.org/show_bug.cgi?id=37706))
* Fix texture corruption in CSI: Fatal Conspiracy ([Wine Bug #33768](https://bugs.winehq.org/show_bug.cgi?id=33768))
* Fix unintentional leaks with ntdll internals
* Fix wined3d performance drop introduced by pixelformat changes. ([Wine Bug #35655](https://bugs.winehq.org/show_bug.cgi?id=35655))
* Fix wrong colors in Wolfenstein (2009) ([Wine Bug #34692](https://bugs.winehq.org/show_bug.cgi?id=34692))
* Fix wrong defition of ntoskrnl.IoReleaseCancelSpinLock function.
* Fix wrong version of ID3DXEffect interface for d3dx9_24
* Fix wrong version of ID3DXEffect interface for d3dx9_25 ([Wine Bug #25138](https://bugs.winehq.org/show_bug.cgi?id=25138))
* Games For Windows Live 1.x expects a valid linker version in the PE header ([Wine Bug #28768](https://bugs.winehq.org/show_bug.cgi?id=28768))
* GetMessage should remove already seen messages with higher priority ([Wine Bug #28884](https://bugs.winehq.org/show_bug.cgi?id=28884))
* GetMonitorInfo returns the same name for all monitors ([Wine Bug #37709](https://bugs.winehq.org/show_bug.cgi?id=37709))
* GetSecurityInfo returns NULL DACL for process object ([Wine Bug #15980](https://bugs.winehq.org/show_bug.cgi?id=15980))
* Graphical issues in Inquisitor ([Wine Bug #32490](https://bugs.winehq.org/show_bug.cgi?id=32490))
* Hearthstone fails to start ([Wine Bug #36216](https://bugs.winehq.org/show_bug.cgi?id=36216))
* IOCTL_DVD_READ_STRUCTURE expects the wrong size of output buffer for some requests ([Wine Bug #37767](https://bugs.winehq.org/show_bug.cgi?id=37767))
* Ignore unsupported flags for CoInternetSetFeatureEnabled ([Wine Bug #35197](https://bugs.winehq.org/show_bug.cgi?id=35197))
* Implement D3DXGetShaderOutputSemantics
* Implement DDENUMSURFACES_CANBECREATED in IDirectDraw7::EnumSurfaces ([Wine Bug #17233](https://bugs.winehq.org/show_bug.cgi?id=17233))
* Implement ID3DXEffect::FindNextValidTechnique ([Wine Bug #34101](https://bugs.winehq.org/show_bug.cgi?id=34101))
* Implement IDXGIOutput::GetDesc
* Implement SetFileInformationByHandle
* Implement a Microsoft Yahei replacement font ([Wine Bug #13829](https://bugs.winehq.org/show_bug.cgi?id=13829))
* Implement additional stubs for vcomp dlls ([Wine Bug #31640](https://bugs.winehq.org/show_bug.cgi?id=31640))
* Implement an Arial replacement font ([Wine Bug #32323](https://bugs.winehq.org/show_bug.cgi?id=32323))
* Implement combase.WindowsSubstring function
* Implement empty enumerator for IWiaDevMgr::EnumDeviceInfo ([Wine Bug #27775](https://bugs.winehq.org/show_bug.cgi?id=27775))
* Implement exclusive mode in PulseAudio backend ([Wine Bug #37042](https://bugs.winehq.org/show_bug.cgi?id=37042))
* Implement locking and synchronization of key states ([Wine Bug #31899](https://bugs.winehq.org/show_bug.cgi?id=31899))
* Implement mscoree._CorValidateImage for mono runtime
* Implement ntoskrnl driver testing framework.
* Implement ntoskrnl.KeInitializeMutex
* Implement proper handling of CLI .NET images in Wine library loader
* Implement stub for ntoskrnl.IoGetAttachedDeviceReference
* Implement stub for ntoskrnl.KeDelayExecutionThread.
* Implement stubs for ntoskrnl.Ex{Acquire,Release}FastMutexUnsafe
* Implement stubs for ntoskrnl.ObReferenceObjectByPointer and ntoskrnl.ObDereferenceObject
* Implement threadpool timers ([Wine Bug #37306](https://bugs.winehq.org/show_bug.cgi?id=37306))
* Implement threadpool wait objects
* Implement threadpool work items ([Wine Bug #32531](https://bugs.winehq.org/show_bug.cgi?id=32531))
* Improve stub for AEV_GetVolumeRange ([Wine Bug #35658](https://bugs.winehq.org/show_bug.cgi?id=35658))
* Improve stub for ID3DXEffectImpl_CloneEffect
* Improve stubs for AEV_{Get,Set}MasterVolumeLevel
* Improve stubs for AEV_{Get,Set}Mute
* Improvement for heap allocation performance
* Jedi Knight: Dark Forces II crashes with winmm set to native ([Wine Bug #37983](https://bugs.winehq.org/show_bug.cgi?id=37983))
* Lego Stunt Rally requires DXTn software de/encoding support ([Wine Bug #25486](https://bugs.winehq.org/show_bug.cgi?id=25486))
* Lockfree algorithm for filedescriptor cache (improves file access speed)
* MSVCRT crashes when NULL is passed as string to atof or strtod ([Wine Bug #32550](https://bugs.winehq.org/show_bug.cgi?id=32550))
* MSYS2 expects correct handling of WRITECOPY memory protection ([Wine Bug #35561](https://bugs.winehq.org/show_bug.cgi?id=35561))
* Make it possible to change media center / tablet pc status ([Wine Bug #18732](https://bugs.winehq.org/show_bug.cgi?id=18732))
* MediaCoder needs CUDA for video encoding ([Wine Bug #37664](https://bugs.winehq.org/show_bug.cgi?id=37664))
* Multiple applications need EnumDisplayDevicesW implementation ([Wine Bug #34978](https://bugs.winehq.org/show_bug.cgi?id=34978))
* Multiple applications start wrong executable if whitespace present in name ([Wine Bug #19666](https://bugs.winehq.org/show_bug.cgi?id=19666))
* Need for Speed 3 installer requires devices in HKEY_DYN_DATA ([Wine Bug #7115](https://bugs.winehq.org/show_bug.cgi?id=7115))
* Other Pipelight-specific enhancements
* Port Royale doesn't display ocean correctly ([Wine Bug #17913](https://bugs.winehq.org/show_bug.cgi?id=17913))
* Prevent window managers from grouping all wine programs together ([Wine Bug #32699](https://bugs.winehq.org/show_bug.cgi?id=32699))
* Process APC calls before starting process
* Process Hacker 2.x needs ntoskrnl.ProbeForRead ([Wine Bug #38103](https://bugs.winehq.org/show_bug.cgi?id=38103))
* Properly handle closing sockets during a select call ([Wine Bug #38399](https://bugs.winehq.org/show_bug.cgi?id=38399))
* Python PIP needs better NtQueryInformationJobObject stub
* Recognize localhost as local machine in wbemprox
* Reduced SetTimer minimum value from 10 ms to 5 ms (improves Silverlight framerates)
* Reset device state in SysKeyboard*Impl_Acquire ([Wine Bug #11607](https://bugs.winehq.org/show_bug.cgi?id=11607))
* Return an error when trying to open a terminated process ([Wine Bug #37087](https://bugs.winehq.org/show_bug.cgi?id=37087))
* Return correct IMediaSeeking stream positions in quartz ([Wine Bug #23174](https://bugs.winehq.org/show_bug.cgi?id=23174))
* Return correct device type for cd devices without medium
* Return correct values for GetThreadTimes function ([Wine Bug #20230](https://bugs.winehq.org/show_bug.cgi?id=20230))
* SO_CONNECT_TIME returns the appropriate time
* Scrolling causes mouse and screen to lock in Call to Power II ([Wine Bug #34559](https://bugs.winehq.org/show_bug.cgi?id=34559))
* Send WM_PAINT event during dialog creation ([Wine Bug #35652](https://bugs.winehq.org/show_bug.cgi?id=35652))
* Set last error when GetRawInputDeviceList fails ([Wine Bug #37667](https://bugs.winehq.org/show_bug.cgi?id=37667))
* Show unmounted devices in winecfg and allow changing the unix path
* Software support for Environmental Audio Extensions (EAX)
* Super Mario 3: Mario Forever fails to load keyboard mapping from profile files. ([Wine Bug #18099](https://bugs.winehq.org/show_bug.cgi?id=18099))
* Support for 8bpp grayscale TIFF images with 8bpp alpha channel ([Wine Bug #38027](https://bugs.winehq.org/show_bug.cgi?id=38027))
* Support for AllocateAndGetTcpExTableFromStack ([Wine Bug #34372](https://bugs.winehq.org/show_bug.cgi?id=34372))
* Support for BindImageEx ([Wine Bug #3591](https://bugs.winehq.org/show_bug.cgi?id=3591))
* Support for CSMT (command stream) to increase graphic performance ([Wine Bug #11674](https://bugs.winehq.org/show_bug.cgi?id=11674))
* Support for CUDA GPU video decoding
* Support for D3DXComputeNormals ([Wine Bug #26379](https://bugs.winehq.org/show_bug.cgi?id=26379))
* Support for D3DXGetShaderInputSemantics ([Wine Bug #22682](https://bugs.winehq.org/show_bug.cgi?id=22682))
* Support for DDS file format in D3DXSaveTextureToFileInMemory ([Wine Bug #26898](https://bugs.winehq.org/show_bug.cgi?id=26898))
* Support for DOS hidden/system file attributes ([Wine Bug #9158](https://bugs.winehq.org/show_bug.cgi?id=9158))
* Support for Dynamic DST (daylight saving time) information in registry
* Support for GdipCreateRegionRgnData ([Wine Bug #34843](https://bugs.winehq.org/show_bug.cgi?id=34843))
* Support for GetFinalPathNameByHandle ([Wine Bug #34851](https://bugs.winehq.org/show_bug.cgi?id=34851))
* Support for GetSystemTimes ([Wine Bug #19813](https://bugs.winehq.org/show_bug.cgi?id=19813))
* Support for GetVolumePathName
* Support for H264 DXVA2 GPU video decoding through vaapi
* Support for ID3DXFont::DrawTextA/W ([Wine Bug #24754](https://bugs.winehq.org/show_bug.cgi?id=24754))
* Support for ID3DXSkinInfoImpl_UpdateSkinnedMesh ([Wine Bug #32572](https://bugs.winehq.org/show_bug.cgi?id=32572))
* Support for ITextDocument_fnRange function ([Wine Bug #12458](https://bugs.winehq.org/show_bug.cgi?id=12458))
* Support for ITextRange, ITextFont and ITextPara ([Wine Bug #18303](https://bugs.winehq.org/show_bug.cgi?id=18303))
* Support for Junction Points ([Wine Bug #12401](https://bugs.winehq.org/show_bug.cgi?id=12401))
* Support for KF_FLAG_DEFAULT_PATH in SHGetKnownFolderPath ([Wine Bug #30385](https://bugs.winehq.org/show_bug.cgi?id=30385))
* Support for LoadIconMetric ([Wine Bug #35375](https://bugs.winehq.org/show_bug.cgi?id=35375))
* Support for MPEG2 DXVA2 GPU video decoding through vaapi
* Support for NVIDIA video encoder library (nvencodeapi)
* Support for NtQuerySection ([Wine Bug #37338](https://bugs.winehq.org/show_bug.cgi?id=37338))
* Support for NtSetInformationFile class FileDispositionInformation ([Wine Bug #30397](https://bugs.winehq.org/show_bug.cgi?id=30397))
* Support for PulseAudio backend for audio ([Wine Bug #10495](https://bugs.winehq.org/show_bug.cgi?id=10495))
* Support for RtlDecompressBuffer ([Wine Bug #37449](https://bugs.winehq.org/show_bug.cgi?id=37449))
* Support for SHCreateSessionKey ([Wine Bug #35630](https://bugs.winehq.org/show_bug.cgi?id=35630))
* Support for TransmitFile ([Wine Bug #5048](https://bugs.winehq.org/show_bug.cgi?id=5048))
* Support for WTSEnumerateProcessesW ([Wine Bug #29903](https://bugs.winehq.org/show_bug.cgi?id=29903))
* Support for extra large and jumbo icon lists in shell32 ([Wine Bug #24721](https://bugs.winehq.org/show_bug.cgi?id=24721))
* Support for inherited file ACLs ([Wine Bug #34406](https://bugs.winehq.org/show_bug.cgi?id=34406))
* Support for linux priority levels for faster performance
* Support for loader dll redirections
* Support for named pipe message mode (Linux only) ([Wine Bug #17195](https://bugs.winehq.org/show_bug.cgi?id=17195))
* Support for non-blocking SIO_ADDRESS_LIST_CHANGE requests ([Wine Bug #38062](https://bugs.winehq.org/show_bug.cgi?id=38062))
* Support for pasting HTML from Unix applications ([Wine Bug #7372](https://bugs.winehq.org/show_bug.cgi?id=7372))
* Support for process ACLs ([Wine Bug #22006](https://bugs.winehq.org/show_bug.cgi?id=22006))
* Support for setcap on wine-preloader ([Wine Bug #26256](https://bugs.winehq.org/show_bug.cgi?id=26256))
* Support for shell32 file operation progress dialog
* Support for stored file ACLs ([Wine Bug #33576](https://bugs.winehq.org/show_bug.cgi?id=33576))
* Try harder to get the host name address in getaddrinfo() ([Wine Bug #29609](https://bugs.winehq.org/show_bug.cgi?id=29609))
* Tumblebugs 2 requires DXTn software encoding support ([Wine Bug #29586](https://bugs.winehq.org/show_bug.cgi?id=29586))
* Update a XIM candidate position when cursor location changes ([Wine Bug #30938](https://bugs.winehq.org/show_bug.cgi?id=30938))
* Use actual program name if available to describe PulseAudio streams
* Use manual relay for RunDLL_CallEntry16 in shell32 ([Wine Bug #23033](https://bugs.winehq.org/show_bug.cgi?id=23033))
* Voobly expects correct handling of WRITECOPY memory protection ([Wine Bug #29384](https://bugs.winehq.org/show_bug.cgi?id=29384))
* Wine ignores IDF_CHECKFIRST flag in SetupPromptForDisk ([Wine Bug #20465](https://bugs.winehq.org/show_bug.cgi?id=20465))
* Workaround for shlwapi URLs with relative paths
* XEMBED support for embedding Wine windows inside Linux applications
* eRacer Demo doesn't correctly display text ([Wine Bug #29598](https://bugs.winehq.org/show_bug.cgi?id=29598))
* ntdll is missing WinSqm[Start|End]Session implementation ([Wine Bug #31971](https://bugs.winehq.org/show_bug.cgi?id=31971))
* wglDescribePixelFormat should return max index for NULL descriptor ([Wine Bug #6176](https://bugs.winehq.org/show_bug.cgi?id=6176))
Autogenerated script to apply all Wine Staging patches on your Wine
source tree.
Configuration:
DESTDIR=path Specify the path to the wine source tree
--all Select all patches
--force-autoconf Run autoreconf and tools/make_requests after each patch
--help Display this help and exit
--no-autoconf Do not run autoreconf and tools/make_requests
--no-patchlist Do not apply patchlist (needed for 'wine --patches')
--upstream-commit Print the upstream Wine commit SHA1 and exit
--version Show version information and exit
-W patchset Exclude a specific patchset
Backends:
--backend=patch Use regular 'patch' utility to apply patches (default)
--backend=eapply Use 'eapply' to apply patches (Gentoo only)
--backend=epatch Use 'epatch' to apply patches (Gentoo only, deprecated)
--backend=git-am Use 'git am' to apply patches
--backend=git-apply Use 'git apply' to apply patches
--backend=stg Import the patches using stacked git
```
If you want to apply *all* patches with the `patch` utility, the commandline
should look similar to this:
```
./patches/patchinstall.sh DESTDIR="/path/to/wine" --all
```
Before you proceed with the compilation, please make sure that you installed all
additional build dependencies required for the Wine Staging features you are
interested in (check output of `./configure`). More information about building
Wine Staging, optional build dependencies, and hints for packagers are collected
in our [Wiki](https://github.com/wine-compholio/wine-staging/wiki/Packaging).
Contributing
------------
Wine Staging mainly concentrates on experimental features and patches which are
difficult to get into the development branch. If you have a very simple bug fix
including tests, there is usually no need to send it to Wine Staging. You can
directly contribute it to the
[development branch](http://wiki.winehq.org/SubmittingPatches). However, if you
already tried that without success, or are working on such a complex area that
you do not really think its ready for inclusion, you might want to submit it to
our Staging tree. Please open a patch submission request on
[bugs.wine-staging.com](https://bugs.wine-staging.com/) including the patch.
More information is also available in our
[Wiki](https://github.com/wine-compholio/wine-staging/wiki/Contributing).

813
debian/changelog vendored

File diff suppressed because it is too large Load Diff

1
debian/compat vendored
View File

@@ -1 +0,0 @@
7

329
debian/control vendored
View File

@@ -1,329 +0,0 @@
Source: wine-staging
Section: otherosfs
Priority: optional
Maintainer: Erich E. Hoover <erich.e.hoover@gmail.com>
XSBC-Original-Maintainer: Scott Ritchie <scottritchie@ubuntu.com>
Build-Depends: autotools-dev,
autoconf,
bison,
bsdmainutils,
debhelper (>= 7),
docbook-to-man,
docbook-utils,
docbook-xsl,
flex,
fontforge,
gawk,
gcc-4.5 | gcc-4.7 | ubuntu-desktop (<< 1.207),
gettext,
libacl1-dev,
libasound2-dev,
libcapi20-dev,
libcups2-dev,
libdbus-1-dev,
libesd0 | libesd-alsa0,
libesd0-dev,
libfontconfig1-dev | libfontconfig-dev,
libfreetype6-dev,
libgl1-mesa-dev | nvidia-glx-dev | fglrx-driver-dev | libgl-dev,
libglu1-mesa-dev | libglu-dev,
libgnutls-dev,
libgphoto2-dev | libgphoto2-6-dev | libgphoto2-2-dev (>= 2.4.6),
libgsm1-dev,
libice-dev,
libjpeg-dev,
liblcms2-dev | ubuntu-desktop (<< 1.267),
libldap2-dev, libldap-dev,
libmpg123-dev,
libncurses5-dev | libncurses-dev,
libopenal-dev (>= 1:1.12) | ubuntu-desktop (<< 1.207),
libpcap-dev,
libpng12-dev,
libpulse-dev,
libsane-dev,
libssl-dev,
libstdc++6-4.5-dev | libstdc++-dev,
libtiff5-dev | libtiff4-dev | libtiff-dev,
libtxc-dxtn-s2tc-dev,
libv4l-dev,
libva-dev,
libx11-dev,
libxcomposite-dev,
libxcursor-dev,
libxext-dev,
libxi-dev,
libxinerama-dev,
libxml2-dev,
libxrandr-dev,
libxrender-dev,
libxslt1-dev,
libxt-dev,
libxxf86vm-dev,
linux-kernel-headers,
linux-libc-dev,
patch,
perl,
prelink,
sharutils,
unixodbc-dev,
x11proto-xinerama-dev
Standards-Version: 3.9.5
Package: wine-staging-i386
Architecture: i386
Multi-Arch: foreign
Pre-Depends: dpkg (>= 1.14.12ubuntu3), ${misc:Pre-Depends}
Depends: ${shlibs:Depends},
libasound2-plugins,
libncurses5
Recommends: libcapi20-3,
libcups2,
libdbus-1-3,
libfontconfig1 | libfontconfig,
libfreetype6,
libgnutls26,
libgphoto2-6 | libgphoto2-2 (>= 2.4.6),
libgphoto2-port10 | libgphoto2-port0 (>= 2.4.6),
libjpeg8,
libopenal1 (>= 1:1.12),
libosmesa6,
libpcap0.8,
libpng12-0,
libpulse0,
libsane,
libssl1.0.0,
libtiff5 | libtiff4,
libtxc-dxtn-s2tc0,
libv4l-0,
libva-drm1,
libva-x11-1,
libxcomposite1,
libxcursor1,
libxi6,
libxinerama1,
libxrandr2,
libxrender1,
libxslt1.1,
libxt6,
libxxf86vm1,
libodbc1,
libgsm1
Section: otherosfs
Priority: optional
Description: special build of the popular Wine software
The Staging Edition is a special build of the popular Wine software
with patches representing my current staging tree for Wine.
.
Microsoft Windows Compatibility Layer (Binary Emulator and Library)
Wine is a compatibility layer for running Windows applications on Linux.
Applications are run at full speed without the need of cpu emulation. Wine
does not require Microsoft Windows, however it can use native system dll
files in place of its own if they are available.
.
This package provides support for loading 32-bit x86 Windows applications
.
This package is based on a recent Wine beta. While many more applications
will work, there may be some loss of functionality compared with the stable
release provided by the regular wine package.
Package: wine-staging-amd64
Architecture: amd64
Multi-Arch: foreign
Pre-Depends: dpkg (>= 1.14.12ubuntu3), ${misc:Pre-Depends}
Depends: ${shlibs:Depends},
libasound2-plugins,
libncurses5
Recommends: libcapi20-3,
libcups2,
libdbus-1-3,
libfontconfig1 | libfontconfig,
libfreetype6,
libgnutls26,
libgphoto2-6 | libgphoto2-2 (>= 2.4.6),
libgphoto2-port10 | libgphoto2-port0 (>= 2.4.6),
libjpeg8,
libopenal1 (>= 1:1.12),
libosmesa6,
libpcap0.8,
libpng12-0,
libpulse0,
libsane,
libssl1.0.0,
libtiff5 | libtiff4,
libtxc-dxtn-s2tc0,
libv4l-0,
libva-drm1,
libva-x11-1,
libxcomposite1,
libxcursor1,
libxi6,
libxinerama1,
libxrandr2,
libxrender1,
libxslt1.1,
libxt6,
libxxf86vm1,
libodbc1,
libgsm1
Section: otherosfs
Priority: optional
Description: special build of the popular Wine software
The Staging Edition is a special build of the popular Wine software
with patches representing my current staging tree for Wine.
.
Microsoft Windows Compatibility Layer (Binary Emulator and Library)
Wine is a compatibility layer for running Windows applications on Linux.
Applications are run at full speed without the need of cpu emulation. Wine
does not require Microsoft Windows, however it can use native system dll
files in place of its own if they are available.
.
This package provides support for loading 64-bit x86 Windows applications
.
This package is based on a recent Wine beta. While many more applications
will work, there may be some loss of functionality compared with the stable
release provided by the regular wine package.
Package: wine-staging
Architecture: i386 amd64
Multi-Arch: foreign
Pre-Depends: dpkg (>= 1.14.12ubuntu3), ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends},
wine-staging-i386 (= ${binary:Version}) [i386 amd64],
wine-staging-amd64 (= ${binary:Version}) [amd64],
Section: otherosfs
Priority: optional
Description: special build of the popular Wine software
The Staging Edition is a special build of the popular Wine software
with patches representing my current staging tree for Wine.
.
Microsoft Windows Compatibility Layer (Binary Emulator and Library)
Wine is a compatibility layer for running Windows applications on Linux.
Applications are run at full speed without the need of cpu emulation. Wine
does not require Microsoft Windows, however it can use native system dll
files in place of its own if they are available.
.
This package includes a program loader for running unmodified Windows
executables as well as the Wine project's free version of the Windows API
for running programs ported from Windows.
.
This package is based on a recent Wine beta. While many more applications
will work, there may be some loss of functionality compared with the stable
release provided by the regular wine package.
Package: wine-staging-dev
Architecture: i386 amd64
Pre-Depends: dpkg (>= 1.14.12ubuntu3), ${misc:Pre-Depends}
Depends: libc6-dev,
${shlibs:Depends},
wine-staging-i386 (= ${binary:Version}) [i386 amd64],
wine-staging-amd64 (= ${binary:Version}) [amd64],
Section: libdevel
Priority: optional
Description: special build of the popular Wine software
The Staging Edition is a special build of the popular Wine software
with patches representing my current staging tree for Wine.
.
Microsoft Windows Compatibility Layer (Binary Emulator and Library)
Wine is a compatibility layer for running Windows applications on Linux.
Applications are run at full speed without the need of cpu emulation. Wine
does not require Microsoft Windows, however it can use native system dll
files in place of its own if they are available.
.
This package consists of the development files needed to compile programs
using wine's free version of the Microsoft Windows API.
Package: wine-staging-dbg
Architecture: i386 amd64
Multi-Arch: same
Pre-Depends: dpkg (>= 1.14.12ubuntu3), ${misc:Pre-Depends}
Depends: ${shlibs:Depends},
wine-staging-i386 (= ${binary:Version}) [i386 amd64],
wine-staging-amd64 (= ${binary:Version}) [amd64],
Section: debug
Priority: optional
Description: special build of the popular Wine software
The Staging Edition is a special build of the popular Wine software
with patches representing my current staging tree for Wine.
.
Microsoft Windows Compatibility Layer (Binary Emulator and Library)
Wine is a compatibility layer for running Windows applications on Linux.
Applications are run at full speed without the need of cpu emulation. Wine
does not require Microsoft Windows, however it can use native system dll
files in place of its own if they are available.
.
This package includes debugging symbols useful for reporting crashes and other
failures.
Package: wine-staging-compat
Architecture: i386 amd64
Depends: wine-staging, ${misc:Depends}
Section: otherosfs
Priority: optional
Replaces: wine, wine1.4, wine1.5, wine1.6, wine1.7, wine-i386, wine1.4-i386,
wine1.5-i386, wine1.6-i386, wine1.7-i386, ine-amd64, wine1.4-amd64,
wine1.5-amd64, wine1.6-amd64, wine1.7-amd64
Conflicts: wine, wine-i386, wine-amd64
Provides: wine, wine1.4, wine1.5, wine1.6, wine1.7, wine-i386, wine1.4-i386,
wine1.5-i386, wine1.6-i386, wine1.7-i386, wine-amd64 [amd64],
wine1.4-amd64 [amd64], wine1.5-amd64 [amd64], wine1.6-amd64 [amd64],
wine1.7-amd64 [amd64]
Description: special build of the popular Wine software
The Staging Edition is a special build of the popular Wine software
with patches representing our current staging tree for Wine.
.
Microsoft Windows Compatibility Layer (Binary Emulator and Library)
Wine is a compatibility layer for running Windows applications on Linux.
Applications are run at full speed without the need of cpu emulation. Wine
does not require Microsoft Windows, however it can use native system dll
files in place of its own if they are available.
.
This package includes a program loader for running unmodified Windows
executables as well as the Wine project's free version of the Windows API
for running programs ported from Windows.
.
This package is based on a recent Wine beta. While many more applications
will work, there may be some loss of functionality compared with the stable
release provided by the regular wine package.
.
This compatibility package allows to use Wine Staging system-wide as
the default Wine version.
Package: wine-compholio
Architecture: i386 amd64
Depends: wine-staging, ${misc:Depends}
Priority: extra
Section: oldlibs
Description: Transitional dummy package
This is a transitional dummy package. It can safely be removed.
Package: wine-compholio-i386
Architecture: i386
Depends: wine-staging-i386, ${misc:Depends}
Priority: extra
Section: oldlibs
Description: Transitional dummy package
This is a transitional dummy package. It can safely be removed.
Package: wine-compholio-amd64
Architecture: amd64
Depends: wine-staging-amd64, ${misc:Depends}
Priority: extra
Section: oldlibs
Description: Transitional dummy package
This is a transitional dummy package. It can safely be removed.
Package: wine-compholio-dev
Architecture: i386 amd64
Depends: wine-staging-dev, ${misc:Depends}
Priority: extra
Section: oldlibs
Description: Transitional dummy package
This is a transitional dummy package. It can safely be removed.
Package: wine-compholio-dbg
Architecture: i386 amd64
Depends: wine-staging-dbg, ${misc:Depends}
Priority: extra
Section: oldlibs
Description: Transitional dummy package
This is a transitional dummy package. It can safely be removed.

226
debian/copyright vendored
View File

@@ -1,226 +0,0 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: Wine Staging
Source: http://www.winehq.com/ and http://www.wine-staging.com/
Files: *
Copyright: 1993-2015, the Wine project authors
2014-2015, the Wine Staging project authors
License: LGPL-2.1
Files: patches/fonts-Missing_Fonts/0001-fonts-Add-Liberation-Sans-as-an-Arial-replacement.patch
Copyright: 2007, Red Hat
License: LiberationFontLicense
Files: patches/fonts-Missing_Fonts/0002-fonts-Add-WenQuanYi-Micro-Hei-as-a-Microsoft-Yahei-r.patch
Copyright: 2008-2009, WenQuanYi Board of Trustees
2007, Google Corporation
2003-2004, Electronic Font Open Laboratory
1990-2003, Wada Laboratory, the University of Tokyo
License: Apache-2 or GPL-3+ with font embedding exceptions
Files: patches/fonts-Missing_Fonts/0003-fonts-Add-Courier-Prime-as-a-Courier-New-replacement
Copyright: 2013, Quote-Unquote Apps
License: OFL1.1
License: LGPL-2.1
This software is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.
.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
.
On Debian systems, the complete text of the GNU Library General Public
License can be found in /usr/share/common-licenses/LGPL-2.1 file.
License: LiberationFontLicense
LICENSE AGREEMENT AND LIMITED PRODUCT WARRANTY
LIBERATION FONT SOFTWARE
.
This agreement governs the use of the Software and any updates to the Software,
regardless of the delivery mechanism. Subject to the following terms, Red Hat,
Inc. ("Red Hat") grants to the user ("Client") a license to this work pursuant
to the GNU General Public License v.2 with the exceptions set forth below and
such other terms as our set forth in this End User License Agreement.
.
1.The Software and License Exception. LIBERATION font software (the "Software")
consists of TrueType-OpenType formatted font software for rendering LIBERATION
typefaces in sans serif, serif, and monospaced character styles. You are licensed
to use, modify, copy, and distribute the Software pursuant to the GNU General
Public License v.2 with the following exceptions:
(a)As a special exception, if you create a document which uses this font, and
embed this font or unaltered portions of this font into the document, this font
does not by itself cause the resulting document to be covered by the GNU General
Public License. This exception does not however invalidate any other reasons why
the document might be covered by the GNU General Public License. If you modify
this font, you may extend this exception to your version of the font, but you
are not obligated to do so. If you do not wish to do so, delete this exception
statement from your version.
(b)As a further exception, any distribution of the object code of the Software
in a physical product must provide you the right to access and modify the source
code for the Software and to reinstall that modified version of the Software in
object code form on the same physical product on which you received it.
2.Intellectual Property Rights. The Software and each of its components,
including the source code, documentation, appearance, structure and organization
are owned by Red Hat and others and are protected under copyright and other laws.
Title to the Software and any component, or to any copy, modification, or merged
portion shall remain with the aforementioned, subject to the applicable license.
The "LIBERATION" trademark is a trademark of Red Hat, Inc. in the U.S. and other
countries. This agreement does not permit Client to distribute modified versions
of the Software using Red Hat's trademarks. If Client makes a redistribution of
a modified version of the Software, then Client must modify the files names to
remove any reference to the Red Hat trademarks and must not use the Red Hat
trademarks in any way to reference or promote the modified Software.
3.Limited Warranty. To the maximum extent permitted under applicable law, the
Software is provided and licensed "as is" without warranty of any kind,
expressed or implied, including the implied warranties of merchantability,
non-infringement or fitness for a particular purpose. Red Hat does not warrant
that the functions contained in the Software will meet Client's requirements or
that the operation of the Software will be entirely error free or appear
precisely as described in the accompanying documentation.
4.Limitation of Remedies and Liability. To the maximum extent permitted by
applicable law, Red Hat or any Red Hat authorized dealer will not be liable to
Client for any incidental or consequential damages, including lost profits or
lost savings arising out of the use or inability to use the Software, even if
Red Hat or such dealer has been advised of the possibility of such damages.
5.General. If any provision of this agreement is held to be unenforceable, that
shall not affect the enforceability of the remaining provisions. This agreement
shall be governed by the laws of the State of North Carolina and of the United
States, without regard to any conflict of laws provisions, except that the
United Nations Convention on the International Sale of Goods shall not apply.
Copyright © 2007 Red Hat, Inc. All rights reserved. LIBERATION is a trademark
of Red Hat, Inc.
License: GPL-3+ with font embedding exceptions
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
.
As a special exception, if you create a document which uses this font,
and embed this font or unaltered portions of this font into the
document, this font does not by itself cause the resulting document to
be covered by the GNU General Public License. This exception does not
however invalidate any other reasons why the document might be covered
by the GNU General Public License. If you modify this font, you may
extend this exception to your version of the font, but you are not
obligated to do so. If you do not wish to do so, delete this exception
statement from your version.
.
On Debian systems, the complete text of the GNU General Public License
version 3 can be found in /usr/share/common-licenses/GPL-3 file.
License: OFL1.1
Copyright (c) 2013, Quote-Unquote Apps (http://quoteunquoteapps.com),
with Reserved Font Name Courier Prime.
.
This Font Software is licensed under the SIL Open Font License, Version 1.1.
This license is copied below, and is also available with a FAQ at:
http://scripts.sil.org/OFL
.
PREAMBLE
The goals of the Open Font License (OFL) are to stimulate worldwide
development of collaborative font projects, to support the font creation
efforts of academic and linguistic communities, and to provide a free and
open framework in which fonts may be shared and improved in partnership
with others.
.
The OFL allows the licensed fonts to be used, studied, modified and
redistributed freely as long as they are not sold by themselves. The
fonts, including any derivative works, can be bundled, embedded,
redistributed and/or sold with any software provided that any reserved
names are not used by derivative works. The fonts and derivatives,
however, cannot be released under any other type of license. The
requirement for fonts to remain under this license does not apply
to any document created using the fonts or their derivatives.
.
DEFINITIONS
"Font Software" refers to the set of files released by the Copyright
Holder(s) under this license and clearly marked as such. This may
include source files, build scripts and documentation.
.
"Reserved Font Name" refers to any names specified as such after the
copyright statement(s).
.
"Original Version" refers to the collection of Font Software components as
distributed by the Copyright Holder(s).
.
"Modified Version" refers to any derivative made by adding to, deleting,
or substituting -- in part or in whole -- any of the components of the
Original Version, by changing formats or by porting the Font Software to a
new environment.
.
"Author" refers to any designer, engineer, programmer, technical
writer or other person who contributed to the Font Software.
.
PERMISSION & CONDITIONS
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Font Software, to use, study, copy, merge, embed, modify,
redistribute, and sell modified and unmodified copies of the Font
Software, subject to the following conditions:
.
1) Neither the Font Software nor any of its individual components,
in Original or Modified Versions, may be sold by itself.
.
2) Original or Modified Versions of the Font Software may be bundled,
redistributed and/or sold with any software, provided that each copy
contains the above copyright notice and this license. These can be
included either as stand-alone text files, human-readable headers or
in the appropriate machine-readable metadata fields within text or
binary files as long as those fields can be easily viewed by the user.
.
3) No Modified Version of the Font Software may use the Reserved Font
Name(s) unless explicit written permission is granted by the corresponding
Copyright Holder. This restriction only applies to the primary font name as
presented to the users.
.
4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
Software shall not be used to promote, endorse or advertise any
Modified Version, except to acknowledge the contribution(s) of the
Copyright Holder(s) and the Author(s) or with their explicit written
permission.
.
5) The Font Software, modified or unmodified, in part or in whole,
must be distributed entirely under this license, and must not be
distributed under any other license. The requirement for fonts to
remain under this license does not apply to any document created
using the Font Software.
.
TERMINATION
This license becomes null and void if any of the above conditions are
not met.
.
DISCLAIMER
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
OTHER DEALINGS IN THE FONT SOFTWARE.
License: Apache-2
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
.
http://www.apache.org/licenses/LICENSE-2.0
.
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
.
On Debian systems, the complete text of the Apache License 2.0 can be
found in /usr/share/common-licenses/Apache-2.0 file.

88
debian/rules vendored
View File

@@ -1,88 +0,0 @@
#!/usr/bin/make -f
# Use gcc-4.5 if it's available
ifeq ($(shell which gcc-4.5),)
CC = gcc
else
CC = gcc-4.5
endif
%:
dh $@ --parallel
override_dh_auto_configure:
# Apply our patches, reconfigure, and update the wineserver protocol request data
"$(CURDIR)/patches/patchinstall.sh" DESTDIR="$(CURDIR)" --all
# Run configure
ifeq ($(DEB_BUILD_ARCH), amd64)
./configure --prefix=/opt/wine-staging \
--libdir=\$${prefix}/lib64 \
--mandir=\$${prefix}/share/man \
--infodir=\$${prefix}/share/info \
--enable-win64 \
--without-gstreamer \
--with-xattr \
$(CONFFLAGS)
else
./configure --prefix=/opt/wine-staging \
--libdir=\$${prefix}/lib \
--mandir=\$${prefix}/share/man \
--infodir=\$${prefix}/share/info \
--without-gstreamer \
--with-xattr \
$(CONFFLAGS)
endif
override_dh_auto_test:
# Wine's test suite does not pass on build daemons, skip it for now
override_dh_installdocs:
dh_installdocs --link-doc=wine-staging
override_dh_install:
dh_install --fail-missing
# These files will end up in multiple packages otherwise
rm -f debian/wine-staging/opt/wine-staging/bin/wine
rm -f debian/wine-staging/opt/wine-staging/bin/wine-preloader
rm -f debian/wine-staging/opt/wine-staging/bin/wine64
rm -f debian/wine-staging/opt/wine-staging/bin/wine64-preloader
# Create compatibility symlinks
mkdir -p debian/wine-compholio/opt/wine-compholio/bin
mkdir -p debian/wine-staging-compat/usr/bin
for _file in $$(ls "debian/wine-staging/opt/wine-staging/bin"); do \
ln -s "/opt/wine-staging/bin/$$_file" "debian/wine-compholio/opt/wine-compholio/bin/$$_file"; \
ln -s "/opt/wine-staging/bin/$$_file" "debian/wine-staging-compat/usr/bin/$$_file"; \
done
# Architecture specific compatibility symlinks
ifeq ($(DEB_HOST_ARCH),amd64)
for _file in wine wine-preloader wine64 wine64-preloader; do \
ln -s "/opt/wine-staging/bin/$$_file" "debian/wine-compholio/opt/wine-compholio/bin/$$_file"; \
ln -s "/opt/wine-staging/bin/$$_file" "debian/wine-staging-compat/usr/bin/$$_file"; \
done
else
for _file in wine wine-preloader; do \
ln -s "/opt/wine-staging/bin/$$_file" "debian/wine-compholio/opt/wine-compholio/bin/$$_file"; \
ln -s "/opt/wine-staging/bin/$$_file" "debian/wine-staging-compat/usr/bin/$$_file"; \
done
endif
override_dh_strip:
dh_strip -Xwine-pthread -Xwine-kthread --dbg-package=wine-staging-dbg
override_dh_shlibdeps:
ifeq ($(DEB_HOST_ARCH),amd64)
dh_shlibdeps -l $(CURDIR)/debian/tmp/opt/wine-staging/lib64/
else
dh_shlibdeps -l $(CURDIR)/debian/tmp/opt/wine-staging/lib/
endif

View File

@@ -1 +0,0 @@
3.0 (native)

View File

@@ -1,43 +0,0 @@
What is Wine Staging?
---------------------
**Warning: Do not report bugs at bugs.winehq.org when using this version!
Please take a look [here](http://bugs.wine-staging.com) for more information
about how to report bugs.**
**Wine Staging** (formerly wine-compholio) is a special wine version containing
bug fixes and features, which are not yet available in regular wine versions.
The idea of Wine Staging is to provide new features faster to end users and to
give developers the possibility to discuss and improve their patches before
they are sent upstream. We also intend to create a community of wine developers
to share experience and to make it easier for beginners to start hacking on
wine. More information about Wine Staging can also be found on our website
[wine-staging.com](http://wine-staging.com).
Although we are reviewing and testing all patches before adding them, you may
encounter additional bugs, which are not present in vanilla wine. Make sure to
report such issues in our bug tracker instead of winehq.org so that we can try
to solve them in future versions. Thanks!
How to install and use Wine Staging
-----------------------------------
Ready-to-use packages for Wine Staging are available for a variety
of different Linux distributions directly for download. Just follow the
instructions available on the
[Wiki](https://github.com/wine-compholio/wine-staging/wiki/Installation).
When using Wine Staging there are a few differences compared to regular
Wine. The main difference is that it is not sufficient to type `wine` to
run it, but instead you will have to type `/opt/wine-staging/bin/wine`.
Besides that there are also some other differences, for example additional
configuration options to tweak performance, which are not available in regular
Wine. All those differences are also documented on the
[Wiki](https://github.com/wine-compholio/wine-staging/wiki/Usage).
Included bug fixes and improvements
-----------------------------------
{fixes}

View File

@@ -1,4 +0,0 @@
/opt/wine-staging/lib64/libwine.so*
/opt/wine-staging/lib64/wine
/opt/wine-staging/bin/wine64
/opt/wine-staging/bin/wine64-preloader

View File

@@ -1,3 +0,0 @@
# Wine preloader needs static linking to reserve memory and work properly, see
# the comments at loader/preloader.c for a fuller explanation
wine-staging-amd64 binary: statically-linked-binary opt/wine-staging/bin/wine64-preloader

View File

@@ -1 +0,0 @@
/opt/wine-staging/include

View File

@@ -1,4 +0,0 @@
/opt/wine-staging/lib/libwine.so*
/opt/wine-staging/lib/wine
/opt/wine-staging/bin/wine
/opt/wine-staging/bin/wine-preloader

View File

@@ -1,3 +0,0 @@
# Wine preloader needs static linking to reserve memory and work properly, see
# the comments at loader/preloader.c for a fuller explanation
wine-staging-i386 binary: statically-linked-binary opt/wine-staging/bin/wine-preloader

View File

@@ -1,4 +0,0 @@
documentation/README.*
ANNOUNCE
AUTHORS
README

View File

@@ -1,2 +0,0 @@
/opt/wine-staging/bin
/opt/wine-staging/share

View File

@@ -1,4 +1,4 @@
From aa76ae0448583e87dbe7f374101eb5b20d55dea8 Mon Sep 17 00:00:00 2001
From 35e7be609df3c37eded9a3fd117ba0cef02f24c7 Mon Sep 17 00:00:00 2001
From: "Erich E. Hoover" <erich.e.hoover@gmail.com>
Date: Fri, 8 Aug 2014 19:33:14 -0600
Subject: Appease the blessed version of gcc (4.5) when -Werror is enabled.
@@ -12,10 +12,10 @@ Subject: Appease the blessed version of gcc (4.5) when -Werror is enabled.
5 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/dlls/d3d9/tests/visual.c b/dlls/d3d9/tests/visual.c
index 0c10ffa..2f35992 100644
index 55140c6..2facbfb 100644
--- a/dlls/d3d9/tests/visual.c
+++ b/dlls/d3d9/tests/visual.c
@@ -11161,7 +11161,7 @@ static void yuv_layout_test(void)
@@ -12034,7 +12034,7 @@ static void yuv_layout_test(void)
IDirect3D9 *d3d;
D3DCOLOR color;
DWORD ref_color;
@@ -25,10 +25,10 @@ index 0c10ffa..2f35992 100644
IDirect3DDevice9 *device;
ULONG refcount;
diff --git a/dlls/netapi32/netapi32.c b/dlls/netapi32/netapi32.c
index d2a61fa..bb7ac1c 100644
index bb61e7f..cf4c466 100644
--- a/dlls/netapi32/netapi32.c
+++ b/dlls/netapi32/netapi32.c
@@ -779,7 +779,7 @@ static NET_API_STATUS share_info_to_samba( DWORD level, const BYTE *buf, unsigne
@@ -780,7 +780,7 @@ static NET_API_STATUS share_info_to_samba( DWORD level, const BYTE *buf, unsigne
static NET_API_STATUS share_add( LMSTR servername, DWORD level, LPBYTE buf, LPDWORD parm_err )
{
char *server = NULL;
@@ -38,7 +38,7 @@ index d2a61fa..bb7ac1c 100644
if (servername && !(server = strdup_unixcp( servername ))) return ERROR_OUTOFMEMORY;
diff --git a/dlls/winealsa.drv/mmdevdrv.c b/dlls/winealsa.drv/mmdevdrv.c
index e32cb54..ddf972d 100644
index 14eac39..ebff9f1 100644
--- a/dlls/winealsa.drv/mmdevdrv.c
+++ b/dlls/winealsa.drv/mmdevdrv.c
@@ -359,7 +359,7 @@ static WCHAR *construct_device_id(EDataFlow flow, const WCHAR *chunk1, const cha
@@ -51,31 +51,31 @@ index e32cb54..ddf972d 100644
static const WCHAR dashW[] = {' ','-',' ',0};
static const size_t dashW_len = (sizeof(dashW) / sizeof(*dashW)) - 1;
diff --git a/dlls/wined3d/glsl_shader.c b/dlls/wined3d/glsl_shader.c
index f3e921c..fa64436 100644
index 44e7090..429ae90 100644
--- a/dlls/wined3d/glsl_shader.c
+++ b/dlls/wined3d/glsl_shader.c
@@ -5834,7 +5834,7 @@ static void set_glsl_shader_program(const struct wined3d_context *context, const
@@ -6893,7 +6893,7 @@ static void set_glsl_shader_program(const struct wined3d_context *context, const
GLuint vs_id = 0;
GLuint gs_id = 0;
GLuint ps_id = 0;
- struct list *ps_list, *vs_list;
+ struct list *ps_list = NULL, *vs_list = NULL;
WORD attribs_map;
struct wined3d_string_buffer *tmp_name;
if (!(context->shader_update_mask & (1 << WINED3D_SHADER_TYPE_VERTEX)))
{
diff --git a/tools/makedep.c b/tools/makedep.c
index 54aab45..103422e 100644
index d8cf2f5..280f62f 100644
--- a/tools/makedep.c
+++ b/tools/makedep.c
@@ -1480,7 +1480,7 @@ static char *get_make_variable( struct makefile *make, const char *name )
*/
static char *get_expanded_make_variable( struct makefile *make, const char *name )
@@ -1559,7 +1559,7 @@ static const char *get_make_variable( const struct makefile *make, const char *n
static char *get_expanded_make_variable( const struct makefile *make, const char *name )
{
- char *p, *end, *var, *expand, *tmp;
+ char *p, *end, *var, *expand, *tmp = NULL;
const char *var;
- char *p, *end, *expand, *tmp;
+ char *p, *end, *expand, *tmp = NULL;
expand = get_make_variable( make, name );
if (!expand) return NULL;
var = get_make_variable( make, name );
if (!var) return NULL;
--
2.2.1
2.6.2

View File

@@ -0,0 +1 @@
Category: stable

View File

@@ -0,0 +1,29 @@
From 6f561502fe458837f3a5b27f477b1a52f33d88ba Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Hentschel?= <nerv@dawncrow.de>
Date: Mon, 16 Nov 2015 22:36:40 +0100
Subject: sfnt2fon: Don't leak output name if specified multiple times
(Coverity)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Signed-off-by: André Hentschel <nerv@dawncrow.de>
---
tools/sfnt2fon/sfnt2fon.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/tools/sfnt2fon/sfnt2fon.c b/tools/sfnt2fon/sfnt2fon.c
index 7612bc2..f825ae4 100644
--- a/tools/sfnt2fon/sfnt2fon.c
+++ b/tools/sfnt2fon/sfnt2fon.c
@@ -654,6 +654,7 @@ static char **parse_options( int argc, char **argv )
option_defchar = atoi( optarg );
break;
case 'o':
+ free( option_output );
option_output = strdup( optarg );
break;
case 'q':
--
2.6.2

Some files were not shown because too many files have changed in this diff Show More