Erich E. Hoover
ad021f5462
Move 07-GetVolumePathName to kernel32-GetVolumePathName.
2014-07-25 18:38:39 -06:00
Erich E. Hoover
e800cac340
Move 06-winepulse to winepulse-PulseAudio_Support.
2014-07-25 18:38:06 -06:00
Erich E. Hoover
91cd19237f
Move 04-XEMBED to winex11-XEMBED.
2014-07-25 18:37:27 -06:00
Erich E. Hoover
1e0e9de2b0
Move 05-Named_Pipe to kernel32-Named_Pipe.
2014-07-25 18:36:21 -06:00
Erich E. Hoover
802ebcbb91
Move 00-Commandline to loader-Cmdline_Diagnostics.
2014-07-25 18:34:36 -06:00
Erich E. Hoover
2c3efe2faa
Split 02-ACL_Extended_Attributes into server-Stored_ACLs, server-Inherited_ACLs, shell32-Default_Folder_ACLs, and server-ACL_Compat.
2014-07-25 18:33:58 -06:00
Erich E. Hoover
2a3d9afece
Move 01-Address_Change_Notification to server-Address_Change_Notification.
2014-07-25 18:33:48 -06:00
Sebastian Lackner
1c6691895b
Updated changelog for Dynamic DST patch.
2014-07-26 00:57:56 +02:00
Sebastian Lackner
4dea282c90
Add Dynamic DST patches to fix issues with Israel timezone.
2014-07-26 00:55:23 +02:00
Erich E. Hoover
845a4dd675
Update README to indicate that Wine's SetTimer value is now 10 ms.
2014-07-25 15:46:12 -06:00
Sebastian Lackner
5bfc96a6a5
README.md: Add instructions how to specify a list of patches when calling the Makefile.
2014-07-25 22:52:11 +02:00
Sebastian Lackner
b8ab34f8d6
Update README.md with recent changes to the patch system.
2014-07-25 22:37:29 +02:00
Sebastian Lackner
eccde841d5
Fix typo in README.md.
2014-07-25 22:17:51 +02:00
Sebastian Lackner
22f1f858b1
Fix typo in debian/changelog.
2014-07-25 22:09:08 +02:00
Sebastian Lackner
ef427399da
Rewrite of patch system to simplify mainting large patchsets.
2014-07-25 22:08:08 +02:00
Sebastian Lackner
208b3c1d25
patchupdate.py: Small code style improvement.
2014-07-25 21:59:34 +02:00
Sebastian Lackner
60632bb522
patchutils.py: Silence output of patch commandline utility.
2014-07-25 21:57:46 +02:00
Sebastian Lackner
707a96d35a
patchupdate.py: Improve output in case of errors.
2014-07-25 21:54:58 +02:00
Sebastian Lackner
aa54f206eb
gitupdate.py: Add license header and some code cleanup.
2014-07-25 21:34:03 +02:00
Sebastian Lackner
6db9cf0e65
patchutils.py: Add license header, remove unnecessary variables.
2014-07-25 20:50:16 +02:00
Sebastian Lackner
8727d25f6f
gitapply.sh: Move gitsha1 algorithm into separate function.
2014-07-25 20:19:35 +02:00
Sebastian Lackner
02f52948f5
gitapply.sh: More regular expression replacements.
2014-07-25 20:14:48 +02:00
Sebastian Lackner
3f9af9fb49
gitapply.sh: Replace regular expression with with bash substring at some places.
2014-07-25 20:00:24 +02:00
Sebastian Lackner
e99ff32949
gitapply.sh: Add license, check for dependencies before proceeding, several smaller improvements.
2014-07-25 19:49:56 +02:00
Sebastian Lackner
1f95d8181d
patchupdate.py: Improve generated Makefile and delete *.ok files on error.
2014-07-25 17:52:08 +02:00
Sebastian Lackner
e827cc078f
patchupdate.py: Improve patch system and remove dependencies, when the order of patches doesn't matter.
2014-07-25 16:39:08 +02:00
Sebastian Lackner
80e51dcad6
patchutils.py: Remove unused functions min_{source,dest}_size.
2014-07-25 04:03:28 +02:00
Sebastian Lackner
10d9fda5f9
Merged with master.
2014-07-25 03:45:20 +02:00
Sebastian Lackner
f69c6a545c
Use patchutils.py to parse patch files and split them into individual changes.
2014-07-25 03:32:01 +02:00
Erich E. Hoover
a4d6e77557
Remove relative Junction Point linking for now (breaks tests).
2014-07-22 21:30:16 -06:00
Erich E. Hoover
5b691be2cc
Fix failing Junction Point test.
2014-07-22 21:28:01 -06:00
Erich E. Hoover
02eae9d5a0
Add missing definition file for Arial replacement.
2014-07-22 19:22:20 -06:00
Erich E. Hoover
a4dbc11aff
Add missing license file for Arial replacement.
2014-07-22 19:21:23 -06:00
Erich E. Hoover
f1121e3a1a
Merge branch 'tkurbad-fontsmoothing'
2014-07-22 18:36:31 -06:00
Torsten Kurbad
ac83718ba8
Downgraded Arial replacement font to Liberation Sans v1.07.3.
2014-07-22 18:24:15 -06:00
Erich E. Hoover
603d7ca80e
Make sure LICENSE files are included in the Debian packages.
2014-07-22 17:51:37 -06:00
Erich E. Hoover
6b2cc4c58f
Return correct IMediaSeeking stream positions in quartz.
2014-07-22 08:38:10 -06:00
Michael Müller
a3d2b4b9e0
Fix fuzz in patches.
2014-07-20 22:36:08 +02:00
Erich E. Hoover
95bee0aa1e
Fix race condition between EndOfStream and Pause.
2014-07-18 10:58:54 -06:00
Erich E. Hoover
bc6f854478
Fix possible race conditions in strmbase/quartz.
2014-07-17 10:54:33 -06:00
Sebastian Lackner
0b33c39275
patchupdate.py: Use abort() function instead of hardcoded call to exit.
2014-07-13 04:53:20 +02:00
Sebastian Lackner
fce29b88da
Improve patchupdate.py to detect changes even when regular diff files without git header are used.
2014-07-13 04:46:11 +02:00
Sebastian Lackner
f6dd1f3d0d
Add instructions how to exclude patches in README.md.
2014-07-13 03:29:56 +02:00
Sebastian Lackner
49bbdc5bf2
Add .NOTPARALLEL to generated Makefile.
...
We don't want to add unnatural dependencies for patches, if for example both
patch A and B modify the same file, but the order of applying the patches doesn't
matter. Adding a dependency would cause trouble when excluding patches.
2014-07-13 02:47:34 +02:00
Sebastian Lackner
df034abacb
Strip configure changes from winepulse patches.
...
These changes will be done automatically by autoreconf, keeping them in increases
chances to get conflicts.
2014-07-13 02:17:09 +02:00
Sebastian Lackner
d49ca49848
Update wine-pulse patches (extracted from version 1.7.21).
2014-07-13 02:07:52 +02:00
Sebastian Lackner
79843648fb
Include list of affected files for each set of patches.
2014-07-13 01:51:15 +02:00
Sebastian Lackner
63e82e5cd2
Replace custom templating system with Python format() in patchupdate.py.
2014-07-13 01:46:08 +02:00
Sebastian Lackner
7e3381c7a3
Fix formatting issues for README.md.
2014-07-13 01:33:28 +02:00
Sebastian Lackner
cffa29b1ae
Precommit script should trigger even if just the changelog was updated.
2014-07-13 01:32:09 +02:00