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
Roderick Colenbrander
d4836e1ce1
wined3d: Vertexdeclaration fix.
...
In the old d3d8 code SetVertexShader stored the so called vertex
declaration in the stateblock. In case of WineD3D this isn't done
which breaks the drawPrimitive code. This patch stores the vertex
declaration again in the stateblock which fixes Age Of Mythology.
2006-03-13 14:19:10 +01:00
Hans Leidekker
93676b10c6
advapi32: Add stub implementations for a bunch of documented Lsa APIs.
2006-03-13 14:18:29 +01:00
Christoph Frick
034a030d37
dinput/joystick_linuxinput: Add POV detection and reporting.
...
Mapping of ABS_HAT[0-3][XY] to the four POV used by dinput.
2006-03-13 14:18:19 +01:00
Robert Shearman
a18bdf13f7
ntdll: Very crude implementation of RtlQueueWorkItem.
2006-03-13 13:34:06 +01:00
Robert Shearman
44cb832ff3
kernel: Implement QueueUserWorkItem.
2006-03-13 13:33:55 +01:00
Robert Shearman
0252e5e875
wininet: Fix the conversion of NULL component values from InternetCreateUrlA.
2006-03-13 13:33:03 +01:00
Robert Shearman
f18305b176
wininet: Host name isn't present when two slashes aren't present in InternetCrackUrl.
...
The test for "about:" in InternetCrackUrlW should be more general so
that only URLs without double slashes should also be assumed not to
have a host name.
Add another test for this case and remove an unreliable
InternetCreateUrl test.
2006-03-13 13:32:45 +01:00
Robert Shearman
ae677d356c
wininet: InternetCrackUrl should set nPort to the default port if not specified.
2006-03-13 13:32:20 +01:00
Stefan Dösinger
9f46792ba2
wined3d: Add WINED3DVERTEXBUFFER_DESC to wined3d_types.h.
2006-03-13 13:32:01 +01:00
Vitaliy Margolen
d2ef7869de
wined3d: Don't override variable that still has something we need.
...
Use local temp variable instead.
2006-03-13 13:31:45 +01:00
Vitaliy Margolen
76e5e88fe7
wined3d: Add D3DSIO_TEXM3x3PAD to opcode list. We already handle it where we should.
2006-03-13 13:31:27 +01:00
Paul Vriens
b25474ffd6
wine.inf: Add RegisteredOwner and Org also to WindowsNT branch.
2006-03-13 13:31:13 +01:00
Mike McCormack
9d5b2ea5a2
avifil32: Use HeapAlloc instead of LocalAlloc.
2006-03-13 13:31:00 +01:00
Mike McCormack
dfb5aaf31a
avifil32: Use HeapAlloc instead of Global/LocalAlloc.
2006-03-13 13:30:55 +01:00
Mike McCormack
15c5dc12e8
avifil32: Use HeapAlloc instead of Local Alloc.
2006-03-13 13:30:51 +01:00
Mike McCormack
4fa92f65e7
avifil32: Use HeapAlloc instead of GlobalAlloc/LocalAlloc.
2006-03-13 13:30:46 +01:00
Mike McCormack
a4b816c752
avifil32: Use HeapAlloc/Free instead of LocalAlloc/Free.
2006-03-13 13:30:40 +01:00
Mike McCormack
8ed1ca3e4b
avifil32: Use HeapAlloc instead of LocalAlloc. Make sure to free the memory.
2006-03-13 13:30:31 +01:00
Alexandre Julliard
04dad6218f
winefile: Refresh the drives and files upon WM_DEVICECHANGE.
2006-03-10 21:43:25 +01:00
Stefan Dösinger
913df5b143
wined3d: Consistently use WINED3DRESOURCETYPE.
2006-03-10 21:43:00 +01:00
Mike McCormack
29212d8afd
avifil32: Use CoTaskMemAlloc when allocating memory to return through
...
an OLE interface.
2006-03-10 21:42:49 +01:00
Mike McCormack
610fc08e8d
avifil32: Fix some gcc 4.1 warnings cause by windowsx.h macros.
2006-03-10 21:42:29 +01:00
Mike McCormack
e1ca87732b
comdlg32: Remove the property when destroy the dialog box.
2006-03-10 21:41:52 +01:00
Juan Lang
91b80fc8e2
crypt32: Move context properties to a separate file.
2006-03-10 21:41:38 +01:00
Robert Reif
2eca872675
wineesd: Update ESD driver to closer match OSS and ALSA drivers.
2006-03-10 21:41:21 +01:00
Petr Tesarik
315c4e78cb
winedbg: Fix lcall instruction opcode.
2006-03-10 21:41:09 +01:00