Felix Yan
4aabc285b9
Update winex11-CandidateWindowPos to use a new implementation from slackner
2014-09-23 23:30:26 +08:00
Felix Yan
2f26c3d624
Added patch to update a candidate window's position with over-the-spot style
2014-09-22 13:47:26 +08: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
312800fa66
riched20-IText_Interface: Removed some patches (accepted upstream), rebased against wine git.
2014-09-17 23:21:23 +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
c5f802363f
riched20-IText_Interface: Added patch to fix invalid memory access when parent object was destroyed before child object.
2014-09-13 17:27:01 +02:00
Sebastian Lackner
6aecd5a407
riched20-IText_Interface: Rebased patches (first part accepted upstream).
2014-09-13 16:50:22 +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
5ba46f55f2
kernel32-GetSystemTimes: Set errorcode to something useful in case of a failure.
2014-09-09 16:36:30 +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
Michael Müller
c83e83b911
Add patch for GetMenuItemInfo.
2014-09-07 20:26:44 +02:00
Sebastian Lackner
aaf6e38a98
configure-Detect_Gnutls: Still not the right library, check for linking against libgnutls-openssl.so.
2014-09-07 19:19:26 +02:00
Sebastian Lackner
b33ea6c233
configure-Detect_Gnutls: Try 2, maybe Ubuntu 14.10 links against libgnutls-openssl.so?
2014-09-07 17:12:17 +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
1598a4326e
Added missing file ... there should be some automatic check for that ;)
2014-09-06 05:17:21 +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
41b4bc29a0
server-Inherited_ACLs: One more small fix to ensure we don't dereference a NULL pointer.
2014-09-06 04:07:11 +02:00
Sebastian Lackner
1d0979cb9b
server-Inherited_ACLs: Fix leaking combined security descriptor and parent_sd.
2014-09-06 04:00:58 +02:00
Sebastian Lackner
b91cca8e61
server-Inherited_ACLs: More bugfixes (easy ones).
2014-09-06 03:10:50 +02:00
Sebastian Lackner
130fbbe654
server-Inherited_ACLs: Remove unused flag.
2014-09-06 00:34:40 +02:00
Sebastian Lackner
e536c2d707
server-ACL_Compat/server-Inherited_ACLs: Avoid creating unnecessary file object for checking the parent SDs.
2014-09-06 00:02:39 +02:00
Sebastian Lackner
6c26951aae
server-Inherited_ACLs: Added check for return value of strndup, improve detection of parent directory.
...
This is the same method that is used to traverse the path in kernel32.dll. Its still not perfect, because
the wineserver will easily get confused by symlinks. In this case the attributes should be inherited
from the real parent directory, not from the directory that contains the symlink.
2014-09-05 22:53:25 +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
b1a5dfb1f7
Updated libncursesw patch to be FreeBSD/MacOS compatible.
2014-09-04 22:23:45 +02:00
Sebastian Lackner
3cd7f91608
Removed patchset msi-MoveFiles (accepted upstream).
2014-09-04 22:04:40 +02:00
Sebastian Lackner
752393bbe3
Replace ncurses fix with easier solution (regex pattern instead of checking for two libs).
2014-09-04 09:34:49 +02:00
Sebastian Lackner
4c094dc57d
Makefile: Add support for 'series' and 'install-git' target.
2014-09-04 04:46:15 +02:00
Sebastian Lackner
5cab0e1b8f
kernel32-GetVolumePathName: Fix possible leak and merge patches 1 and 5.
2014-09-03 13:58:27 +02:00
Sebastian Lackner
819a738d3d
server-ACL_Compat: Make parser more strict and clean up code.
...
Voila! This new parser should catch all invalid security descriptor ACLs... I
only hope that it doesn't block valid ones. Probably makes sense to do some testing
before the release. ;)
2014-09-03 00:28:40 +02:00
Sebastian Lackner
4caa3f834f
server-ACL_Compat: Fix some style issues and buffer handling errors.
...
As we probably shouldn't remove ACL_Compat too soon, we have to maintain it unfortunately...
It would crash easily at the moment, when the extended attribute contains invalid data.
This patch is the easy part, there are a lot more issues left in the parser.
2014-09-02 07:13:24 +02:00
Sebastian Lackner
749bdd1781
Added patch to fix some of the issues with GetVolumePathName.
2014-09-02 05:37:54 +02:00
Sebastian Lackner
a118c9b4bd
Added additional tests for GetVolumePathName (todo_wine still missing...).
2014-09-02 05:25:35 +02:00
Sebastian Lackner
b0f0c3ea9f
kernel32-GetFinalPathNameByHandle: Fix an incorrect comment.
2014-09-01 23:47:48 +02:00
Sebastian Lackner
e272c49cd8
kernel32-GetFinalPathNameByHandle: Fix possible issues if GetVolumePathNameW changes upper/lowercase of characters.
2014-09-01 23:34:01 +02:00
Sebastian Lackner
c51df83deb
kernel32-GetVolumePathName: Avoid reformatting unchanged lines.
2014-09-01 22:48:15 +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
9b303a4f82
server-Stored_ACLs: Fix check for invalid security descriptors.
...
Checking for the length is not sufficient. The values contained in the SD (like AceCount) could
still be garbage, and lead to errors when the SD is processed later.
2014-08-29 04:22:32 +02:00
Sebastian Lackner
4ff0b53021
server-Inherited_ACLs: Avoid using different sizes for mem_alloc and memcpy, some style cleanup.
...
It is a bit risky to use two different values for mem_alloc and memcpy - under some circumstances
these values probably don't match, leading to an invalid memory access. As the ACLs are accessed
without any special checks this shows that we'll also need additional protection in one of the
earlier patches.
2014-08-29 03:58:31 +02:00
Sebastian Lackner
04d674d9b6
server-Stored_ACLs: Minor cleanup.
...
We can avoid some variable declarations in the regular code, and only need them for ACL_Compat.
2014-08-29 03:37:44 +02:00
Sebastian Lackner
e91e2daca4
ntdll-DOS_Attributes: Minor cleanup.
...
I think its more clear when all functions that take a tuple (struct stat, ULONG attr)
use the same argument order. Besides that I've removed the "const" prefix from ULONG
variables.
2014-08-28 18:11:00 +02:00
Sebastian Lackner
ece1d51745
ntdll-Fix_Free: Move fix for invalid memory access to patch 9, which introduced the error.
2014-08-28 07:26:53 +02:00