Sebastian Lackner
11f1207852
patchupdate.py: Remove some dead code.
2014-11-06 18:43:35 +01:00
Sebastian Lackner
a05b7dc368
Remove several patches (accepted upstream).
2014-11-06 18:17:40 +01:00
Sebastian Lackner
8d9d2558c9
Added patch to implement DXTn support for d3dx9_36.
2014-11-06 11:08:00 +01:00
Sebastian Lackner
f6dd7940f0
ntdll-Fix_Alignment: Use DECLSPEC_ALIGN instead of __attribute__((aligned(..))).
2014-11-06 03:18:26 +01:00
Sebastian Lackner
14ae97f5a2
kernel32-GetSystemTimes: Fix invalid value passed to NtQuerySystemInformation.
2014-11-06 03:16:36 +01:00
Sebastian Lackner
677a246d22
Several minor style fixes.
2014-11-06 03:08:11 +01:00
Michael Müller
fdd2f4a7f3
Add patch for KeSetSystemAffinityThread stub.
2014-11-05 05:14:07 +01:00
Sebastian Lackner
1c01fe44d7
Added patch to prevent processing message events for CoWaitForMultipleHandles when APC calls are queued.
2014-11-05 00:54:45 +01:00
Sebastian Lackner
2c0583d002
Added patch with stub for NtSetLdtEntries/ZwSetLdtEntries.
2014-11-04 21:09:40 +01:00
Sebastian Lackner
a691cec6e7
Remove several patches (accepted/fixed upstream).
2014-11-04 17:11:34 +01:00
Sebastian Lackner
f66b06739e
patchutils.py: Speed improvement for hunk parsing (approximately by a factor of 2).
...
We don't need to keep the whole line in memory, the first character is sufficient.
Moreover, exception handling is faster in python than explicitly checking for None.
2014-11-04 06:49:35 +01:00
Mark Harmstone
305af53597
winepulse: expose individual audio devices directly
2014-11-04 04:42:32 +01:00
Michael Müller
463d01d3aa
Replace Wine-compholio with Wine Staging in README.
2014-11-04 00:47:24 +01:00
Sebastian Lackner
5a51c64426
patchupdate.py: Remove unused function _winebugs_query_short_desc.
2014-11-03 21:01:07 +01:00
Sebastian Lackner
7c793eb695
Remove several patches (accepted upstream), temporarily disable mshtml patchset.
2014-11-03 20:12:34 +01:00
Sebastian Lackner
25e56dc257
Release 1.7.30.
2014-11-02 00:48:02 +01:00
Sebastian Lackner
749fc944fc
Added patch to silence a few FIXMEs and for ITextSelection_fnGetDuplicate implementation.
2014-11-01 23:11:57 +01:00
Sebastian Lackner
9c556a5905
Added patch to update ProductVersion when applying MSI transforms.
2014-11-01 21:30:04 +01:00
Sebastian Lackner
61769b2227
Added patch for TLB dependencies lookup in resources.
2014-11-01 08:59:45 +01:00
Sebastian Lackner
9414a2da0a
patchupdate.py: Directly link to https urls on winehq.org.
2014-10-31 15:15:13 +01:00
Sebastian Lackner
3cf93b92fc
Added patch to implement D3DXCreatePolygon.
2014-10-31 15:05:38 +01:00
Sebastian Lackner
35adc2a6f7
Added patch for implementation of GdipCreateRegionRgnData.
2014-10-31 08:20:17 +01:00
Sebastian Lackner
5661a76f20
Removed patch to fix compilation errors on Archlinux (fixed upstream).
...
Fixed with 4b1aba754e
2014-10-31 08:01:38 +01:00
Sebastian Lackner
953163c6ff
Added patch to emulate write to CR4 register.
2014-10-31 07:34:09 +01:00
Sebastian Lackner
7e6191a4cd
Removed patch to Iimplement IRichEditOle and ITextDocument support for ITextServices (accepted upstream).
2014-10-30 20:43:01 +01:00
Sebastian Lackner
621ece3c6f
Added patch to implement RtlDecompressBuffer.
2014-10-30 18:46:55 +01:00
Sebastian Lackner
9c9639f3ae
Fix wrong escaping of quote/slash characters in patchupdater script (thanks felixonmars).
2014-10-30 15:50:33 +01:00
Sebastian Lackner
ade7c1e886
Added patch to add support for pasting HTML from native Unix applications.
2014-10-27 09:28:38 +01:00
Sebastian Lackner
26699042ab
Added patch to implement iphlpapi stub functions.
2014-10-27 02:55:56 +01:00
Sebastian Lackner
3dd8fd35af
Removed patch for additional ATL thunks (accepted upstream).
2014-10-21 17:16:35 +02:00
Sebastian Lackner
cc459b2b4f
Added patch to filter out specific warning messages for D3DCompileShader.
2014-10-20 22:14:11 +02:00
Sebastian Lackner
aa07c4b087
Removed patch to avoid Clang compiler warning because of unused Vtable (accepted upstream).
2014-10-20 19:54:20 +02:00
Sebastian Lackner
79d612a5ad
Release 1.7.29.
2014-10-19 19:39:25 +02:00
Sebastian Lackner
4410ccbead
Replaced patch for shell32-Default_Folder_ACLs.
...
The old patch contained several issues, including invalid memory access, a memory leak,
and wrong DACL size calculation. This updated version simplifies the logic a bit and should
fix those issues.
2014-10-19 06:53:16 +02:00
Sebastian Lackner
6c4eb0bb53
Added patch for implementation of BindImageEx.
2014-10-19 00:45:51 +02:00
Sebastian Lackner
07f9996abc
Added patch for wine64 support on FreeBSD/PC-BSD.
2014-10-18 18:37:20 +02:00
Sebastian Lackner
500d83235b
Added patch to implement support for additional ATL thunks.
2014-10-18 04:36:26 +02:00
Sebastian Lackner
971d304a1f
Added patch to ensure tests check exact return value of ParseURLFromOutsideSourceX.
2014-10-18 01:22:08 +02:00
Sebastian Lackner
291d4468f7
Updated patches for NtQuerySection.
2014-10-16 23:34:43 +02:00
Sebastian Lackner
5a35178f86
Removed remaining patches for ATL thunk improvements (accepted upstream).
2014-10-15 19:10:59 +02:00
Sebastian Lackner
b757d6fe5c
Partially removed patches for ATL thunk fixes (accepted upstream).
2014-10-13 18:48:49 +02:00
Sebastian Lackner
04467e7e68
Added patch to add UTF7 encoding/decoding support.
2014-10-09 05:47:51 +02:00
Sebastian Lackner
5ce94e4f43
Removed patch to implement stubs for [Get|Set]SystemFileCacheSize (accepted upstream).
2014-10-08 21:52:59 +02:00
Sebastian Lackner
9fb8420891
Added patch to fix issues with execute permissions on pages with guard / write watch flags.
2014-10-08 21:41:19 +02:00
Sebastian Lackner
b165863a60
Removed several patches (accepted upstream).
2014-10-07 22:05:04 +02:00
Sebastian Lackner
7787c66cc7
Updated debian/changelog file.
2014-10-06 01:03:19 +02:00
Sebastian Lackner
e4d758a10b
Release 1.7.28.
2014-10-04 04:40:22 +02:00
Sebastian Lackner
b585bfb7f4
Added patch for FindFirstFileExW level FindExInfoBasic.
2014-10-03 21:04:01 +02:00
Sebastian Lackner
6a19f586ea
Added patch to implement NtQuerySection.
2014-10-03 18:25:08 +02:00
Sebastian Lackner
aaf0c7d2dc
kernel32-FindFirstFile: Remove patch (accepted upstream), update changelog.
2014-10-03 00:21:12 +02:00
Sebastian Lackner
2616a89d50
Show winediag message informing about applied patches, append '(Compholio)' to wine --version string.
2014-10-02 20:04:58 +02:00
Sebastian Lackner
4f5b5fa483
Rename wine_patch struct field hash to name.
2014-10-02 20:03:19 +02:00
Sebastian Lackner
f2f8ea98c5
Removed several patches (accepted upstream).
2014-10-01 21:54:28 +02:00
Sebastian Lackner
f062a5a3ba
Added patch to fix implementation of SH*Shared commands.
2014-10-01 02:44:22 +02:00
Sebastian Lackner
e8107fe104
Remove several patches (accepted upstream).
2014-09-29 23:08:35 +02:00
Sebastian Lackner
e9da761795
Added patch for IRichEditOle and ITextDocument support for ITextServices.
2014-09-29 04:50:06 +02:00
Sebastian Lackner
acacbd588d
Added patch to limit cross thread access to ImmSet* functions.
2014-09-29 02:52:26 +02:00
Sebastian Lackner
ed22aea5bd
Added patch to export ?_BADOFF@std@@3_JB on both i386 and win64.
2014-09-29 00:23:24 +02:00
Sebastian Lackner
6a81960f7a
Added patch to fix differences in exception handling behaviour between Wine and Windows.
2014-09-28 23:54:50 +02:00
Michael Müller
8fbca5cb69
Update changelog.
2014-09-28 22:05:42 +02:00
Sebastian Lackner
7b26c74d54
Added patch to fix issues when driver dispatch routine returns different status codes.
2014-09-28 17:34:05 +02:00
Sebastian Lackner
d8de3eb6fa
Added patch to send WM_PAINT event during dialog creation.
2014-09-26 20:27:43 +02:00
Sebastian Lackner
a5250a0fc4
Added patch for support of FIND_FIRST_EX_CASE_SENSITIVE flag in FindFirstFileExW.
2014-09-25 03:13:16 +02:00
Sebastian Lackner
7dae05d4de
Added patch to create desktop shortcuts with absolute wine path.
2014-09-24 21:21:01 +02:00
Sebastian Lackner
f43cf8d682
patchupdate.py: Don't query bugzilla for additional bug information (not displayed in the README page anyway).
2014-09-22 06:27:47 +02:00
Sebastian Lackner
68a575f319
Add recommendation for libtxc-dxtn-s2tc0 on Ubuntu.
2014-09-21 01:46:34 +02:00
Sebastian Lackner
c8164d802d
Release 1.7.27.
2014-09-20 05:53:36 +02:00
Sebastian Lackner
d8aaa94042
Add build dependency to libtxc-dxtn-s2tc-dev.
2014-09-20 05:13:54 +02:00
Sebastian Lackner
297a301f35
Added patch to implement software decoding/encoding of DXT1 textures (by Michael Müller).
...
Since we have a lot of changes to configure.ac, we need to get rid of a bit context in order to apply
them in arbitrary order.
2014-09-20 03:18:27 +02:00
Sebastian Lackner
0f73278955
patchupdate.py: Fix escaping of single quoted strings in definition files.
2014-09-19 16:30:05 +02:00
Sebastian Lackner
299a2daeac
Added patch to revert pixelformat changes (caused regression for many apps).
...
Well, usually we don't revert Wine commits in this branch. In this case the original author of the
patches suggested to revert them, because its unfinished and the rest of the patches will not be
accepted anymore in the near future. Without the complete patchset it causes a lot of side effects
(flickering, black/grey screen, missing video). This makes Wine basically useless for all affected
apps. Since the revert was not accepted upstream, we do it in our branch, until either the problems
are gone, or the revert got accepted.
2014-09-19 04:44:18 +02:00
Sebastian Lackner
969e9d5583
Added patch to silence repeated GSUB_applly_ChainContext[Subst|Pos] FIXMEs.
2014-09-18 00:59:20 +02:00
Sebastian Lackner
943405c277
Added patch to avoid filling KdHelp structure for uermode applications.
2014-09-15 22:58:22 +02:00
Sebastian Lackner
d874e1323d
Removed several patches (accepted upstream).
2014-09-15 21:08:12 +02:00
Sebastian Lackner
773df03830
Added patch to fix wrapper for glu polygon/contour functions.
2014-09-14 08:03:11 +02:00
Sebastian Lackner
42f18b7237
Added patch to support FIND_FIRST_EX_LARGE_FETCH flag in FindFirstFileExW.
2014-09-13 01:43:56 +02:00
Sebastian Lackner
4fb2477927
Removed patch to fix uninitialized cch member in GetMenuItemInfo (accepted upstream).
2014-09-09 22:47:34 +02:00
Sebastian Lackner
774f0634ba
kernel32-GetSystemTimes: Fix some issues in the patchset.
2014-09-09 16:14:39 +02:00
Sebastian Lackner
797ead4b3c
Removed patch to use assembly wrapper for TLS callbacks (accepted upstream).
2014-09-08 21:15:09 +02:00
Sebastian Lackner
9a4a7e1cb3
Release 1.7.26.
2014-09-07 23:51:44 +02:00
Sebastian Lackner
6053bea2da
Updated debian/changelog.
2014-09-07 22:20:51 +02:00
Sebastian Lackner
f5abff47fb
README.md: Some improvements in the first chapter.
2014-09-07 16:31:57 +02:00
Sebastian Lackner
1a5b602120
Remove deprecated information from debian/control (patchlist incomplete, and 31993 already fixed upstream).
2014-09-07 16:12:35 +02:00
Sebastian Lackner
7b90cca3d7
Added patch to (hopefully) fix detection of gnutls on Ubuntu 14.10.
2014-09-07 08:14:56 +02:00
Sebastian Lackner
6bca298771
patchupdate.py: Fix whitespace issue in 'Modified files' string.
2014-09-07 01:53:29 +02:00
Sebastian Lackner
ba1bf62faa
Added additional patch to use assembly wrapper for TLS callbacks.
2014-09-07 01:51:30 +02:00
Sebastian Lackner
baae7829ff
Added patch to silence noise when compiling with -Werror on Archlinux.
2014-09-06 05:06:09 +02:00
Sebastian Lackner
cc1c1f12ae
Removed patch to fix detection of ncurses on Archlinux (accepted upstream).
2014-09-05 18:44:34 +02:00
Sebastian Lackner
3cd7f91608
Removed patchset msi-MoveFiles (accepted upstream).
2014-09-04 22:04:40 +02:00
Sebastian Lackner
4c094dc57d
Makefile: Add support for 'series' and 'install-git' target.
2014-09-04 04:46:15 +02:00
Sebastian Lackner
c45a17079d
Explicitly run patch scripts with python2 (since Archlinux has 3 installed by default).
2014-09-01 21:32:23 +02:00
Sebastian Lackner
faf78575ac
Added patch to fix detection of ncurses library on Archlinux.
2014-09-01 21:30:32 +02:00
Sebastian Lackner
027b85ed1b
Fix formatting issue in debian/changelog.
2014-08-29 22:43:06 +02:00
Sebastian Lackner
f6566f892d
README.md: Move most of the content to the Wiki.
2014-08-28 04:39:29 +02:00
Sebastian Lackner
9c80cd53f9
patchupdate.py: Clean up some comments and spelling fixes.
2014-08-28 04:06:16 +02:00
Sebastian Lackner
f4e3d72fc1
patchupdate.py: Fix issue in patch dependency detection (ntdll-Junction_Points depend on ntdll-Fix_Free to apply properly).
2014-08-28 03:53:34 +02:00
Sebastian Lackner
15a19d27fc
patchupdate.py: Fix typo in name of exception.
2014-08-28 03:53:23 +02:00
Sebastian Lackner
a8f3f9c4e4
Added patch to improve heap allocation performance.
2014-08-27 02:58:27 +02:00
Sebastian Lackner
3246faa114
Add patch to fix issues with setcap on wine-preloader executable.
2014-08-27 00:38:26 +02:00
Sebastian Lackner
cf5a6bdbf3
Add patch to make allow dynamic linking of wpcap.
2014-08-26 23:04:55 +02:00