Commit Graph

25815 Commits

Author SHA1 Message Date
Alexandre Julliard 5319db6332 Remove some no longer needed library paths. 2006-03-16 16:28:43 +01:00
Alexandre Julliard 870d490eec winegcc: Look for libraries in subdirs of the library path too.
This means that -lfoo will match the library 'foo/libfoo.def' in
addition to just 'libfoo.def'. This allows supporting the Wine source
layout without adding a gazillion path entries.
2006-03-16 16:28:04 +01:00
Kai Blin e6351700bc secur32: Update ntlm_auth version detection to detect new samba4 version numbers.
Samba4 changed the versioning from 3.9.X to 4.0.0tpX-preY.
2006-03-16 16:22:11 +01:00
Juan Lang b40a406dc3 crypt32: Tighten CertDuplicateCertificateContext test.
Test that the return from CertDuplicateCertificateContext is the same
as its parameter.
2006-03-16 16:21:59 +01:00
Alexandre Julliard 832dd3c749 Release 0.9.10. 2006-03-15 15:41:07 +01:00
Alexandre Julliard 9af38dfbc7 avitools: Fixed library path for msvfw32. 2006-03-15 15:24:05 +01:00
Alexandre Julliard d8568e90be user/tests: Try harder to flush X events before running tests. 2006-03-15 12:11:02 +01:00
András Kovács a2a4029e40 wininet: Added Hungarian translation. 2006-03-15 11:34:10 +01:00
András Kovács dc2bceda7b wineps: Added Hungarian translation. 2006-03-15 11:34:02 +01:00
András Kovács d1df8a85c1 shlwapi: Added Hungarian translation. 2006-03-15 11:33:56 +01:00
András Kovács 8ab92e8a06 shell32: Added Hungarian translation. 2006-03-15 11:33:45 +01:00
András Kovács 841c12fa2f shdocvw: Added Hungarian translation. 2006-03-15 11:33:28 +01:00
András Kovács 09aa66879d setupapi: Added Hungarian translation. 2006-03-15 11:33:17 +01:00
András Kovács ed42a4c426 serialui: Added Hungarian translation. 2006-03-15 11:33:07 +01:00
András Kovács b888034d62 oledlg: Added Hungarian translation. 2006-03-15 11:32:59 +01:00
András Kovács 7ad51eab0b msvidc32: Added Hungarian translation. 2006-03-15 11:32:50 +01:00
András Kovács 3295589151 msvfw32: Added Hungarian translation. 2006-03-15 11:32:38 +01:00
András Kovács 359a9dc073 msrle32: Added Hungarian translation. 2006-03-15 11:32:27 +01:00
András Kovács fb7921a1d3 msi: Added Hungarian translation. 2006-03-15 11:32:18 +01:00
András Kovács 724f35419b mshtml: Added Hungarian translation. 2006-03-15 11:32:11 +01:00
András Kovács 6f74cf82b3 msacm: Added Hungarian translation. 2006-03-15 11:32:00 +01:00
András Kovács c8774d6abb mpr: Added Hungarian translation. 2006-03-15 11:31:50 +01:00
András Kovács 01b21ee174 iccvid: Added Hungarian translation. 2006-03-15 11:31:40 +01:00
András Kovács 6d9399ac70 hhctrl.ocx: Added Hungarian translation. 2006-03-15 11:31:30 +01:00
András Kovács b4a81b71f2 comctl32: Added Hungarian translation. 2006-03-15 11:31:17 +01:00
András Kovács 64d5b80a02 avifil32: Added Hungarian translation. 2006-03-15 11:31:05 +01:00
Stefan Dösinger 6cc87406cf wined3d: Add WINED3DINDEXBUFFER_DESC to wined3dtypes.h. 2006-03-15 11:30:39 +01:00
Mike McCormack cba422261b comctl32: Fix some gcc 4.1 warnings. 2006-03-15 11:30:25 +01:00
Robert Reif c460d9becf dsound: Add info to failed tests.
Print format for failed SetFormat calls.
2006-03-15 11:30:17 +01:00
James Hawkins 8efe95e70a advpack: Forward OpenINFEngineA and TranslateInfStringA to their
unicode counterparts.
2006-03-15 11:30:03 +01:00
Aric Cyr 75fc82c965 dplayx: Fix semaphore deadlock.
- Make sure to release the dplayx semaphore in for error cases as well.
- Prevent race condition between creation of the semaphore and
  grabbing of the lock by creating the semaphore in the locked state
  instead of unlocked.
2006-03-15 11:29:32 +01:00
Vitaliy Margolen c04cbbfeae x11drv: Fix one case of "glXChooseFBConfig returns NULL" problem.
Using alpha bits > 8 makes this function fail, while it should not.
2006-03-15 11:29:07 +01:00
Rein Klazes 883e0b0edc x11drv: Avoid unaligned 32 bit reads, and reads beyond the input pixel
buffer in the convert_888_to_0888_* functions.
2006-03-15 11:28:51 +01:00
Alexandre Julliard ac3be957e4 msvideo: Renamed the msvideo directory to msvfw32. 2006-03-15 10:04:53 +01:00
Alexandre Julliard 1a909d1929 win32s: Renamed the win32s directory to w32skrnl. 2006-03-15 10:01:56 +01:00
Alexandre Julliard af781f398a winsock: Renamed the winsock directory to ws2_32. 2006-03-15 09:57:30 +01:00
Alexandre Julliard b47f0593c8 wineprefixcreate: Fixed datadir path. Added dependency on relpath. 2006-03-15 09:54:19 +01:00
Pierre d'Herbemont b1be724511 wineprefixcreate: Make path searching relative. 2006-03-14 18:58:40 +01:00
Dmitry Timoshkov 52645e1144 shell32: Add parameter formatting rule to the command line if there isn't any. 2006-03-14 18:49:43 +01:00
Robert Shearman 74cb03247d wininet: Move URL-related tests to a separate file. 2006-03-14 18:49:19 +01:00
Robert Shearman 366fc247fc wininet: Make InternetCrackUrlW set the components related to net_loc
to NULL when net_loc isn't present in the input URL.
2006-03-14 17:51:51 +01:00
Robert Shearman 153aac0194 wininet: Move cookie-related stubs to cookie.c 2006-03-14 17:51:31 +01:00
Robert Shearman 5b5d45586e wininet: Implement setting of send and receive timeouts. 2006-03-14 17:50:41 +01:00
Robert Shearman ea6f3a4cc0 ntdll: Move the call to MODULE_DllThreadAttach from the kernel32
thread creation function to the NTDLL one.
2006-03-14 17:50:28 +01:00
Robert Reif 2d15c8fb75 wineesd: Use pipe sync for events.
Ues pipe sync code from OSS/ALSA rather than windows events.
2006-03-14 17:49:59 +01:00
Jan Zerebecki 433196d213 x11drv: Prevent out of bound access in DescribePixelFormat. 2006-03-14 17:49:49 +01:00
Jan Zerebecki f2c8a537d7 wine.inf: Increase the DirectX version to that of the latest 9.0c . 2006-03-14 17:49:40 +01:00
Alexandre Julliard db0aabca25 ddraw: Don't crash in d3d test if OpenGL is missing. 2006-03-13 14:19:58 +01:00
Juan Lang 0811851b94 crypt32: Abstract contexts.
- create a base cert context, and make functions unaware whether
  they're dealing with the base or derived type
- simplify stores as a result
2006-03-13 14:19:31 +01:00
Mike McCormack 6f9dd397d2 shell32: Fix some gcc 4.1 warnings caused by casts in macros. 2006-03-13 14:19:20 +01:00