Sebastian Lackner
4ad4553546
Added patch to ensure codepage conversion fails when destlen < 0.
2015-09-22 15:25:09 +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
2517360ebd
Rebase against e28d6b2fb099795d2472a97d7ab0bfe868e90421.
2015-09-08 19:33:15 +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
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
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
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
c17d191886
Added patch to create Microsoft\Windows\Themes directory during Wineprefix creation.
2015-09-03 04:58:10 +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
a465af2933
imagehlp-Cleanup: Add reference to upstream bugreport.
2015-09-02 15:14:33 +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
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
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
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
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
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
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
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
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
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
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
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
b1ede54d23
Added patch to fix implementation of krnl386.exe16.GetTempDrive.
2015-08-18 21:54:58 +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
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
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
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
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
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
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
eefdde33ff
Rebase against b3fe96a0a9748c71a24fe0393fd964f0fb2f4ff4.
2015-08-01 00:48: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
5a24762b33
Added patch to use video memory for rendering targets if possible.
2015-07-29 17:42:56 +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
2a2d46a77e
Added patch with stub for D3DXTessellateNPatches.
2015-07-28 21:03:03 +02:00
Sebastian Lackner
2393fd2c7e
Added patch to implement AMStream GetMultiMediaStream functions.
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
d9d1380650
Added patch to fake success in kernel32.SetFileCompletionNotificationModes.
2015-07-27 06:39:50 +02:00
Sebastian Lackner
1b23958eb3
Added patches to implement ThreadQuerySetWin32StartAddress info class.
2015-07-27 06:35:03 +02:00
Sebastian Lackner
a5fac42aff
Added patches to improve security cookie handling.
2015-07-26 02:33:17 +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
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
5f7b6bf45f
Added patch to check architecture before trying to load libraries.
2015-07-18 09:27:37 +02:00
Sebastian Lackner
36e9309497
shell32-Quoted_ShellExecute: Remove reference to upstream bug.
2015-07-17 04:19:11 +02:00
Sebastian Lackner
76d8009160
gdi32-Default_Palette: Add reference to upstream bug report.
2015-07-16 21:27:19 +02:00
Sebastian Lackner
9f011de1b5
Rebase against a8f45dff604058d419bd6c2e070f65a13a6ddfdb.
2015-07-14 21:59:32 +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
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
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
e3bece1c76
Added patch to silence repeated wbemprox "timeout not supported" fixme.
2015-07-09 06:35:48 +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
cde323b772
Rebase against 8b566b1da71a412fe58c3cc1988d610c2aba5f2d.
2015-07-04 04:01:01 +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
7c8e6d90d3
Added patch to initialize *lpcDevices in RasEnumDevicesA.
2015-06-28 04:08:20 +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
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
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
c361cbefb2
Rebase against af55ae137965512a1635e69b8f41849114f60012.
2015-06-19 16:06:14 +02:00
Sebastian Lackner
9f4a601887
Rebase against 6fe55462107b4dcc31f919296a6e5870dcc881a3.
2015-06-18 23:27:35 +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
12f0292934
Added patch to implement advapi32.GetWindowsAccountDomainSid.
2015-06-13 21:06:36 +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
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
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
f76f0d0052
Added patch to fix handling of periodic advice timers causing high CPU usage.
2015-06-07 20:17:10 +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
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
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
0d67dee015
Added patches for support of FileLinkInformation (fixes Wine Staging Bug #297 ).
2015-06-03 17:07:24 +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
b9ec1ed8f5
Rebase against b75cd7e2f0f6f40655f690695ab0843fce472e88.
2015-06-02 15:34:19 +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
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
4c9804d9f5
Revert upstream patch which causes broken rendering in various games.
2015-05-30 21:43:52 +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
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
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
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
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
83cbd1daaa
Added patch to assign a drive serial number during prefix creation/update.
2015-05-25 06:10:28 +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
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
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
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
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
d3dbcb9165
Added patch to use POSIX implementation to enumerate directory content on FreeBSD.
2015-05-10 02:26:38 +02:00