Henri Verbeet
6e1ed1c167
wined3d: Print a FIXME/WARN for all unsupported vertex blend flags.
2010-03-31 16:32:52 +02:00
Henri Verbeet
91db9f8bd3
wined3d: Remove a redundant initialization in IWineD3DDeviceImpl_UpdateSurface().
2010-03-31 16:32:41 +02:00
Henri Verbeet
3af0909693
wined3d: Get rid of some mostly useless local variables in IWineD3DDeviceImpl_UpdateSurface().
2010-03-31 16:32:35 +02:00
Henri Verbeet
61ca407151
wined3d: Cleanup variable naming in IWineD3DDeviceImpl_UpdateSurface().
2010-03-31 16:32:29 +02:00
Paul Vriens
cc20a0da59
d3d9/tests: Initialize a variable (Coverity).
2010-03-31 16:12:32 +02:00
Stefan Dösinger
dc918d4394
wined3d: Use FBOs when the onscreen depth stencil format isn't suitable.
...
This allows proper support of float depth buffers when rendering to onscreen surfaces.
2010-03-31 16:12:32 +02:00
Stefan Dösinger
19b6f5ca75
wined3d: Control the onscreen depth stencil format in the swapchain.
...
This allows the swapchain to know what depth format its window contexts have to see if the
requested depth format is compatible or a FBO fallback is needed, and it will be needed to
set the onscreen format to the requested auto depth stencil format instead of the
let's-hope-it-fits D24_UNORM_S8_UINT format.
2010-03-31 16:12:31 +02:00
Stefan Dösinger
a4b0bedc30
wined3d: Split out offscreen rendering concerns from FindContext.
2010-03-31 16:12:31 +02:00
Roderick Colenbrander
c6f0ddcb1a
wined3d: Remove some unneeded source rectangle calculations from BltOverride.
2010-03-31 16:12:30 +02:00
Roderick Colenbrander
87b5b2f738
wined3d: Remove the last use of the WINED3DRECT destination rectangle in BltOverride.
2010-03-31 16:12:30 +02:00
Roderick Colenbrander
40f3f0b041
wined3d: Use RECT instead of WINED3DRECT in fb_copy_to_texture_hwstretch.
2010-03-31 16:12:29 +02:00
Roderick Colenbrander
7f1f61e28e
wined3d: Use RECT instead of WINED3DRECT in fb_copy_to_texture_direct.
2010-03-31 16:12:28 +02:00
Roderick Colenbrander
ae26d9defd
wined3d: Use RECT instead of WINED3DRECT in stretch_rect_fbo.
2010-03-31 16:12:27 +02:00
Alexandre Julliard
71ce9dae67
ntdll/tests: Don't free a string that wasn't allocated.
2010-03-31 16:12:26 +02:00
Alexandre Julliard
9608085bf6
ntdll/tests: Port functions use the 64-bit structure on Wow64.
2010-03-31 16:12:26 +02:00
Alexandre Julliard
b7b2a20aa2
ntdll/tests: Fix a number of test failures on Wow64.
2010-03-31 16:12:26 +02:00
Stefan Leichter
d0eaf2ce0e
ws2_32: Partly implement level IPPROTO_IPV6 of setsockopt.
2010-03-31 16:12:07 +02:00
André Hentschel
b7aec2a215
msxml3: Make xmlnode_get_specified a stub.
2010-03-31 11:47:23 +02:00
André Hentschel
20fbdfc3c2
msxml3: Make xmlnode_get_parsed a stub.
2010-03-31 11:47:19 +02:00
Alexandre Julliard
d3d2f4afce
msxml3: Remove unnecessary string constants.
2010-03-31 11:47:10 +02:00
Marcus Meissner
35dfd34a9f
kernel32: Initialize env (Coverity).
2010-03-31 11:44:30 +02:00
Vincent Povirk
f2e3d99609
gdiplus: Implement GdipImageRotateFlip.
2010-03-31 11:41:13 +02:00
Vincent Povirk
deb6466f3f
gdiplus: Implement GdipMeasureCharacterRanges.
2010-03-31 11:40:20 +02:00
Vincent Povirk
f860285cca
gdiplus: Add tests for GdipMeasureCharacterRanges.
2010-03-31 11:40:15 +02:00
Vincent Povirk
21109a40fb
gdiplus: Fix the linesfilled calculation in GdipMeasureString.
2010-03-31 11:40:08 +02:00
Vincent Povirk
2cde94a89e
gdiplus: Rewrite GdipDrawString to share code with GdipMeasureString.
2010-03-31 11:39:58 +02:00
Vincent Povirk
3cee74c61d
gdiplus: Rewrite GdipMeasureString using a helper function.
2010-03-31 11:39:51 +02:00
Vincent Povirk
0bc54fb4fb
gdiplus: Add a test for GdipMeasureString.
2010-03-31 11:39:43 +02:00
Vincent Povirk
32d03da998
gdiplus: Add a missing NULL check to GdipMeasureString.
2010-03-31 11:37:51 +02:00
Vincent Povirk
0f919e365b
gdiplus: Add tests for GdipDrawString.
2010-03-31 11:37:45 +02:00
Juan Lang
1991ff2a0c
rsaenh: Don't return salt for algorithms that don't support it.
2010-03-31 11:36:16 +02:00
Juan Lang
c5a6b7b366
rsaenh: Support setting salt via KP_SALT (resend).
2010-03-31 11:36:11 +02:00
Juan Lang
ece32e7f12
rsaenh: Add tests of KP_SALT parameter.
2010-03-31 11:36:06 +02:00
Nikolay Sivov
b16b122091
t2embed: Add TTGetEmbeddingType stub.
2010-03-31 11:36:01 +02:00
Paul Vriens
d82bd17dd1
ddrawex/tests: Don't crash on some Win98/WinMe boxes.
2010-03-31 11:35:57 +02:00
Alexandre Julliard
4c2c3effb5
shell32: Pack the systray data structure to allow crossing 32/64 boundaries.
2010-03-30 21:28:27 +02:00
Alexandre Julliard
3cd9f97149
shell32: Pack the appbar data structure to allow crossing 32/64 boundaries.
2010-03-30 21:28:13 +02:00
Alexandre Julliard
01578f51ba
user32: Pack the structure for WM_DDE_ACK to allow crossing 32/64 boundaries.
2010-03-30 20:43:41 +02:00
Alexandre Julliard
2de2222aec
user32: Pack the low-level hook structure in messages to allow crossing 32/64 boundaries.
2010-03-30 20:43:41 +02:00
Alexandre Julliard
366c5ceea7
user32: Pack the MDICREATESTRUCTW structure in messages to allow crossing 32/64 boundaries.
2010-03-30 20:43:41 +02:00
Alexandre Julliard
99719be4a6
user32: Pack the MDINEXTMENU structure in messages to allow crossing 32/64 boundaries.
2010-03-30 20:43:41 +02:00
Alexandre Julliard
3099b08aa2
user32: Pack the MSG structure in messages to allow crossing 32/64 boundaries.
2010-03-30 20:43:41 +02:00
Alexandre Julliard
bbdd742a49
user32: Pack the NCCALCSIZE_PARAMS structure in messages to allow crossing 32/64 boundaries.
2010-03-30 20:43:41 +02:00
Alexandre Julliard
eba2ec4ab1
user32: Pack the HELPINFO structure in messages to allow crossing 32/64 boundaries.
2010-03-30 20:43:41 +02:00
Alexandre Julliard
8ec6cfedea
user32: Pack the COPYDATASTRUCT structure in messages to allow crossing 32/64 boundaries.
2010-03-30 20:43:41 +02:00
Alexandre Julliard
5c65269897
user32: Pack the WINDOWPOS structure in messages to allow crossing 32/64 boundaries.
2010-03-30 20:43:41 +02:00
Alexandre Julliard
9b5b55d9de
user32: Pack the various owner-draw structures in messages to allow crossing 32/64 boundaries.
2010-03-30 20:43:41 +02:00
Alexandre Julliard
fcf8a81904
user32: Pack the CREATESTRUCTW structure in messages to allow crossing 32/64 boundaries.
2010-03-30 20:43:37 +02:00
Nikolay Sivov
c38d56547d
shell32: Rename My Computer folder implementation structure.
2010-03-30 17:24:10 +02:00
Nikolay Sivov
7fbc550466
shell32: Rename desktop folder data structure to reflect its meaning.
2010-03-30 17:24:01 +02:00
Nikolay Sivov
803dea3326
shlwapi: Some SHCreateWorkerWindowA tests.
2010-03-30 17:23:43 +02:00
Alexandre Julliard
02aef1c3b8
kernel32: Increase the wineboot timeout.
2010-03-30 16:55:11 +02:00
Matteo Bruni
18c6f23a94
d3dx9: Implement a basic bytecode writer.
...
Now the shader assembler is structurally complete and it correctly
assembles one trivial shader program.
2010-03-30 15:52:57 +02:00
Matteo Bruni
95afbeadf5
d3dx9: Implement D3DXAssembleShader function, really basic shader assembler.
...
Currently it only accepts a minimal subset of the syntax (e.g. just an
instruction and two register types supported) and doesn't produce any
real output (i.e. shader bytecode).
2010-03-30 15:52:57 +02:00
Matteo Bruni
7545416133
d3dx9: Partial implementation of D3DXAssembleShader function.
...
This only executes the preprocessing pass. No parsing of the shader yet.
2010-03-30 15:52:56 +02:00
Jörg Höhle
74ad854e41
winmm/tests: Use cpp's __LINE__ to print meaningful line numbers.
2010-03-30 14:57:51 +02:00
Henri Verbeet
72be7fe3a5
wined3d: Get rid of destFormat and srcFormat in IWineD3DDeviceImpl_UpdateSurface().
2010-03-30 14:49:32 +02:00
Henri Verbeet
eced5fe8ec
wined3d: Calculate "offset" in the appropriate path in IWineD3DDeviceImpl_UpdateSurface().
2010-03-30 14:49:32 +02:00
Henri Verbeet
bb94bc3823
wined3d: Add more general support for partial updates of compressed surfaces to IWineD3DDeviceImpl_UpdateSurface().
2010-03-30 14:49:31 +02:00
Henri Verbeet
88a2decc49
wined3d: Source and destination formats should match in IWineD3DDeviceImpl_UpdateSurface().
2010-03-30 14:49:31 +02:00
Henri Verbeet
0eae42ddc6
wined3d: Use GL_UNPACK_ROW_LENGTH for partial updates of regular surfaces in IWineD3DDeviceImpl_UpdateSurface().
2010-03-30 14:49:31 +02:00
Henri Verbeet
2533860114
wined3d: Initialization functions don't allocate.
2010-03-30 14:49:31 +02:00
Maarten Lankhorst
a9e43cad15
mmdevapi: Add capture tests.
2010-03-30 14:49:31 +02:00
Maarten Lankhorst
714ae4112a
mmdevapi: Add a few more render tests.
2010-03-30 14:49:30 +02:00
André Hentschel
81c812ecba
oleaut32: Add some spaces to the test output for better reading.
2010-03-30 14:49:30 +02:00
Roderick Colenbrander
c864ae6348
wined3d: Disable flipping through the source rectangle in BltOverride.
2010-03-30 14:10:45 +02:00
Roderick Colenbrander
334fea7d79
wined3d: Fix a destination flipping bug using the destination rectangle.
2010-03-30 14:10:37 +02:00
Roderick Colenbrander
342c6c6de5
d3d9: Add source/destination and backbuffer tests for StretchRect.
2010-03-30 13:55:28 +02:00
Roderick Colenbrander
2930f84961
ddraw: Add some DirectDraw Blt tests.
2010-03-30 13:55:05 +02:00
Roderick Colenbrander
a91f844a3d
wined3d: Use RECT instead of WINED3DRECT in more parts of BltOverride.
2010-03-30 13:54:45 +02:00
Roderick Colenbrander
682c969e9a
wined3d: Add a helper function for getting a valid rectangle.
2010-03-30 13:54:35 +02:00
Roderick Colenbrander
a7d3b616c4
wined3d: Add color_fill to blit_shader.
2010-03-30 13:54:24 +02:00
Roderick Colenbrander
9a1fd552d2
wined3d: Introduce a helper function which converts a color from the surface format to ARGB.
2010-03-30 13:54:12 +02:00
Roderick Colenbrander
f724843f14
wined3d: Move argb_to_fmt to utils.c as a helper function to be used in more places.
2010-03-30 13:53:54 +02:00
Alexandre Julliard
be0db98a23
kernel32: Fix processing of spaces in command line for builtin exes.
2010-03-29 19:37:35 +02:00
Alexandre Julliard
808c29b908
kernel32: Add support for starting binaries in 32/64-bit mode from the other mode.
2010-03-29 17:57:15 +02:00
Henri Verbeet
f69d0fa00d
wined3d: GL errors aren't FIXMEs.
2010-03-29 15:51:21 +02:00
Henri Verbeet
d14b7e6a32
ddrawex/tests: Add some tests for GetSurfaceFromDC().
2010-03-29 15:51:15 +02:00
Henri Verbeet
d38f535c05
ddrawex: Correctly retrieve the "outer" surface in IDirectDraw3Impl_GetSurfaceFromDC().
2010-03-29 15:51:11 +02:00
Henri Verbeet
6ae96807c0
ddrawex: Directly return the ddraw surface in IDirectDraw4Impl_GetSurfaceFromDC().
2010-03-29 15:51:02 +02:00
Henri Verbeet
7bfe6c4308
ntdll: Return a more reasonable value for "Reserved3".
...
The value is based on 64-bit Win 7, the main thing we care about is that it's
not 0.
2010-03-29 15:50:52 +02:00
Konstantin Kondratyuk
eab89da812
ole32: Add missed initialization of virtual function table.
2010-03-29 15:50:22 +02:00
Justin Chevrier
4027813764
gdiplus: Add GdipGetPathGradientSurroundColorCount stub with tests.
2010-03-29 15:50:21 +02:00
Justin Chevrier
88b4263a61
include: Fix GdipSetPathGradientSurroundColorsWithCount definition.
2010-03-29 15:50:21 +02:00
Piotr Caban
9a8fe9679b
msvcrt: Added _strtoui64 implementation.
2010-03-29 15:50:21 +02:00
Piotr Caban
585ea9cdd8
msvcrt: Added _strtoi64 implementation.
2010-03-29 15:50:20 +02:00
Piotr Caban
8c954c0957
msvcrt: Avoid using localtime_r.
2010-03-29 15:50:20 +02:00
Piotr Caban
8a57f501c8
msvcrt: Avoid using scalb function.
2010-03-29 15:50:19 +02:00
Piotr Caban
b90320652d
msvcrt: Rename functions conflicting with mingw headers.
2010-03-29 15:50:19 +02:00
Alexandre Julliard
bb0c660ed0
user32: Always start the 64-bit version of wineboot.exe on Wow64.
2010-03-29 15:50:10 +02:00
Alexandre Julliard
3397a8b44b
shdocvw: Always start the 64-bit version of winemenubuilder.exe on Wow64.
2010-03-29 15:50:09 +02:00
Alexandre Julliard
3bac3fb712
shell32: Always start the 64-bit version of winemenubuilder.exe on Wow64.
2010-03-29 15:50:09 +02:00
Alexandre Julliard
d1c7029b34
rpcrt4: Always start the 64-bit version of rpcss.exe on Wow64.
2010-03-29 15:50:09 +02:00
Alexandre Julliard
a8e2f4327f
ole32: Always start the 64-bit version of rpcss.exe on Wow64.
2010-03-29 15:50:09 +02:00
Alexandre Julliard
7bef6dc8b9
user32: Always start the 64-bit version of explorer.exe on Wow64.
2010-03-29 12:26:42 +02:00
Vincent Povirk
5433969ec8
gdiplus: Don't use gdi32 to draw to bitmaps with formats it can't handle.
2010-03-29 12:19:48 +02:00
Vincent Povirk
af7b8efc94
gdiplus: Store a reference to the image in image graphics contexts.
2010-03-29 12:19:38 +02:00
Morten Rønne
ffc9397664
krnl386.exe: Fix VGA video mode 17.
2010-03-29 12:19:19 +02:00
Mikhail Maroukhine
cad91b8d50
ws2_32: Fix compiler warnings with flag -Wcast-qual.
2010-03-29 12:18:22 +02:00
Mikhail Maroukhine
968b98f842
wintrust: Fix compiler warnings with flag -Wcast-qual.
2010-03-29 12:18:12 +02:00
Mikhail Maroukhine
25306d8be3
wininet: Fix compiler warnings with flag -Wcast-qual.
2010-03-29 12:18:06 +02:00
Mikhail Maroukhine
3069ad44cb
winex11.drv: Fix compiler warnings with flag -Wcast-qual.
2010-03-29 12:17:46 +02:00
Mikhail Maroukhine
2a8972378f
usp10: Fix compiler warnings with flag -Wcast-qual.
2010-03-29 12:16:58 +02:00
Mikhail Maroukhine
819464f1d9
user32: Fix compiler warnings with flag -Wcast-qual.
2010-03-29 12:16:50 +02:00
Mikhail Maroukhine
95100a6e92
shlwapi: Fix compiler warnings with flag -Wcast-qual.
2010-03-29 12:16:43 +02:00
Mikhail Maroukhine
cc7eaa3293
shell32: Fix compiler warnings with flag -Wcast-qual.
2010-03-29 12:16:36 +02:00
Mikhail Maroukhine
dc525dabd6
rsaenh: Fix compiler warnings with flag -Wcast-qual.
2010-03-29 12:16:00 +02:00
Mikhail Maroukhine
feb257dce0
ole: Fix compiler warnings with flag -Wcast-qual.
2010-03-29 12:15:52 +02:00
Mikhail Maroukhine
2b8f11b8c0
ntdll: Fix compiler warnings with flag -Wcast-qual.
2010-03-29 12:15:28 +02:00
Mikhail Maroukhine
88cca2cf76
msxml3: Fix compiler warnings with flag -Wcast-qual.
2010-03-29 12:14:53 +02:00
Mikhail Maroukhine
86f76d2b48
msi: Fix compiler warnings with flag -Wcast-qual.
2010-03-29 12:14:44 +02:00
Mikhail Maroukhine
491a06d987
mshtml: Fix compiler warnings with flag -Wcast-qual.
2010-03-29 12:14:38 +02:00
Mikhail Maroukhine
26cba0cb43
msgsm32.acm: Fix compiler warnings with flag -Wcast-qual.
2010-03-29 12:14:31 +02:00
Mikhail Maroukhine
bbf827c38f
msctf: Fix compiler warnings with flag -Wcast-qual.
2010-03-29 12:14:24 +02:00
Mikhail Maroukhine
8ca9621ecc
mmdevapi: Fix compiler warnings with flag -Wcast-qual.
2010-03-29 12:14:18 +02:00
Mikhail Maroukhine
1637d402d9
localspl: Fix compiler warnings with flag -Wcast-qual.
2010-03-29 12:14:11 +02:00
Mikhail Maroukhine
818ff38d62
gdiplus: Fix compiler warnings with flag -Wcast-qual.
2010-03-29 12:14:04 +02:00
Mikhail Maroukhine
8fd8d9e96a
gdi32: Fix compiler warnings with flag -Wcast-qual.
2010-03-29 12:13:55 +02:00
Mikhail Maroukhine
0519c4b68a
dbghelp: Fix compiler warnings with flag -Wcast-qual.
2010-03-29 12:13:28 +02:00
Mikhail Maroukhine
adf09ce66e
d3dx9_36: Fix compiler warnings with flag -Wcast-qual.
2010-03-29 12:12:36 +02:00
Mikhail Maroukhine
3d62b870a1
d3d10: Fix compiler warnings with flag -Wcast-qual.
2010-03-29 12:12:30 +02:00
Mikhail Maroukhine
48e71cb424
comdlg32: Fix compiler warnings with flag -Wcast-qual.
2010-03-29 12:12:17 +02:00
Mikhail Maroukhine
09dca97fc3
cabinet: Fix compiler warning with flag -Wcast-qual.
2010-03-29 12:12:07 +02:00
Mikhail Maroukhine
6e5dfd1fb8
wininet: Fix compiler warnings with flag -Wcast-qual.
2010-03-29 12:11:17 +02:00
Mikhail Maroukhine
f930c87fd6
objbase.h: CLSIDFromString: Add constness to the parameters declaration in accordance with MSDN.
2010-03-29 12:11:02 +02:00
Mikhail Maroukhine
503563c950
appwiz.cpl: Fix compiler warnings with flag -Wcast-qual.
2010-03-29 12:10:17 +02:00
Mikhail Maroukhine
0490131783
advapi32: Fix compiler warnings with flag -Wcast-qual.
2010-03-29 12:10:06 +02:00
Mikhail Maroukhine
6443d87543
comctl32: Fix compiler warnings.
2010-03-29 12:10:00 +02:00
Mikhail Maroukhine
3cad4a1d16
comctl32: Fix incorrect const type casting.
2010-03-29 12:09:28 +02:00
Michael Stefaniuc
f2a331cd0c
rsaenh: Remove superfluous casts of zero.
2010-03-29 11:50:04 +02:00
Michael Stefaniuc
6997c8d70c
wined3d: Remove superfluous cast of zero.
2010-03-29 11:49:58 +02:00
Michael Stefaniuc
bf00cd3380
winecoreaudio.drv: Remove superfluous casts of zero.
2010-03-29 11:49:53 +02:00
Michael Stefaniuc
8f7372488b
kernel32/tests: Remove superfluous casts of integer constants.
2010-03-29 11:48:58 +02:00
Michael Stefaniuc
6a11b63a80
shell32: Use FAILED instead of !SUCCEEDED.
2010-03-29 11:48:44 +02:00
Nikolay Sivov
ade553823d
shlwapi: Fix SHCreateWorkerWindowW fallback to A-call condition.
2010-03-29 11:48:15 +02:00
Nikolay Sivov
3058b68bdc
shlwapi: More trace for menu related helpers.
2010-03-29 11:47:59 +02:00
Nikolay Sivov
df04c25a86
shlwapi/tests: Use a single trace call variable for all tests.
2010-03-29 11:47:52 +02:00
Nikolay Sivov
1372806e74
shlwapi: Use public define for QISearch table entry, make it available by name (as on Vista+).
2010-03-29 11:47:44 +02:00
Nikolay Sivov
66aa3dc834
shlwapi: Complete IUnknown_SetOwner call.
2010-03-29 11:47:34 +02:00
Nikolay Sivov
442364c1be
shlwapi: Fix interface leaks in SHIsSameObject.
2010-03-29 11:46:00 +02:00
Nikolay Sivov
55b4e4e354
shlwapi: Fix IUnknown_AtomicRelease prototype and simplify body a bit.
2010-03-29 11:45:54 +02:00
Nikolay Sivov
076676d448
shlwapi: Fix some memory, handle and reference count leaks in RegisterDefaultAcceptHeaders.
2010-03-29 11:45:49 +02:00
Francois Gouget
5ca6d9b5be
oleaut32/tests: Fix compilation on systems that don't support nameless unions.
2010-03-29 11:45:31 +02:00
Francois Gouget
5aca2dd964
gdiplus/tests: Fix compilation on systems that don't support nameless unions.
2010-03-29 11:45:24 +02:00
Eric Pouech
060ccb123a
dbghelp: When unwinding the stack, stop if the current address isn't in a known module.
2010-03-29 11:45:13 +02:00
Eric Pouech
0c2401369c
dbghelp: Rewrite SymGetModuleBase so that it relies on 64 bit version.
2010-03-29 11:45:04 +02:00
Eric Pouech
a5293895a3
dbghelp: In dwarf parsing, correctly handle the DW_OP_regx option.
2010-03-29 11:44:52 +02:00
Eric Pouech
6a6edcd1ca
dbghelp: In dwarf attribute parsing, ensure that we do have a block when parsing a block.
2010-03-29 11:44:46 +02:00
Eric Pouech
036392c5d1
dbghelp: Added preliminary CFA management.
2010-03-29 11:38:17 +02:00
Eric Pouech
0eef5d6809
dbghelp: Added CFA information to dbghelp's dwarf.h.
2010-03-29 11:37:46 +02:00
Eric Pouech
1d60aa6000
dbghelp: Extend the CPU object in order to manipulate context's registers (getting context's content & register names).
2010-03-29 11:37:39 +02:00
Eric Pouech
9851ebf792
dbghelp: Keep the .debug_frame section mapped when parsing dwarf debug_info (needed for CFA management).
2010-03-29 11:37:27 +02:00
Vincent Povirk
949730736b
mscoree: Stub ClrCreateManagedInstance.
2010-03-29 11:35:15 +02:00
Alexandre Julliard
0566db7b89
setupapi: Create proper AMD64 fake dlls on 64-bit.
2010-03-27 11:50:23 +01:00
Alexandre Julliard
6836990e0b
setupapi: Only cleanup fake dlls once the whole section has been executed.
2010-03-27 11:50:01 +01:00
Paul Vriens
719d904e35
msxml3/tests: Skip some tests when network connection can't be made.
2010-03-26 17:05:30 +01:00
Juan Lang
88c4210b4a
iphlpapi: Remove an unused define.
2010-03-26 17:05:26 +01:00
Michael Stefaniuc
f788302470
inetmib1/tests: Fix duplicate expressions in if condition.
2010-03-26 15:35:50 +01:00
Michael Stefaniuc
3a8a9620ab
rpcrt4/tests: Fix duplicate expressions in if conditions.
2010-03-26 15:35:43 +01:00
Hans Leidekker
5a08c9ed6f
msi: Improve the SetODBCFolders action stub.
2010-03-26 15:35:37 +01:00
Hans Leidekker
2c5e1f686b
msi: Implement the Reinstall control event.
2010-03-26 15:35:32 +01:00
Hans Leidekker
e5869d5d5c
msi: Keep source directory and cabinet file separate.
2010-03-26 15:35:24 +01:00
Hans Leidekker
1407f1ee36
msi: Return the right error when a cabinet cannot be extracted.
2010-03-26 15:35:20 +01:00
Hans Leidekker
129161fec5
msi: Update the UI in the StartServices and StopServices actions.
2010-03-26 15:35:17 +01:00
Jacek Caban
afc7773dab
mshtml: Skip script tests on too old IE.
2010-03-26 15:35:06 +01:00
Louis Lenders
226a5019e7
Quiet two noisy FIXME's.
2010-03-26 15:34:57 +01:00
Alexandre Julliard
4a88562ec7
msi: Reset the MsiEnumProductsW index on failure.
2010-03-26 15:34:48 +01:00
Mikhail Maroukhine
bd6f218165
comctl32: Fix compiler warnings with flag -Wcast-qual.
2010-03-26 10:32:33 +01:00
Gerald Pfeifer
ca41486b8a
crypt32: Fix type of empty in encodeBase64W().
2010-03-26 10:32:23 +01:00
Justin Chevrier
b7679da9a7
gdiplus: Handle UnitWorld in GdipGetFontHeightGivenDPI.
2010-03-26 10:31:25 +01:00
Justin Chevrier
cf5c16c49e
gdiplus/tests: Add GdipGetFontHeightGivenDPI tests.
2010-03-26 10:31:18 +01:00
Nikolay Sivov
43a92c6610
shlwapi: Added IUnknown_ProfferService implementation with tests.
2010-03-26 10:31:14 +01:00
Nikolay Sivov
b6f92ceaed
shlwapi: Fix prototype for SHGetShellKey and extend trace.
2010-03-26 10:31:10 +01:00
Michael Stefaniuc
0c2ec54535
comctl32/tests: Use the SendMessage instead of ListView_Scroll.
2010-03-26 10:29:52 +01:00
Henri Verbeet
eb064db083
wined3d: Add support for partial updates of compressed surfaces to IWineD3DDeviceImpl_UpdateSurface().
2010-03-26 10:29:39 +01:00
Henri Verbeet
941c7da08e
wined3d: Don't warn about independent color write masks when the masks are all the same.
2010-03-26 10:29:34 +01:00
Henri Verbeet
4651dd86bf
wined3d: Implement independent color write masks.
2010-03-26 10:29:29 +01:00
Henri Verbeet
13a57c81f0
wined3d: Add support for EXT_draw_buffers2.
2010-03-26 10:29:23 +01:00
Henri Verbeet
d5ff1e640c
wined3d: glColorMask() changes the write mask for all render targets.
2010-03-26 10:29:17 +01:00
Henri Verbeet
8cf63f0aee
wined3d: Add GL locking to match_fbo_tex_update().
2010-03-26 10:29:13 +01:00
Vincent Povirk
bc1acbf3c9
mscoree: Show the names of requested GUIDs in stub fixmes.
2010-03-26 10:29:02 +01:00
Stefan Dösinger
f74de3ab65
wined3d: Don't advertise float formats as supported by WGL.
2010-03-26 10:28:52 +01:00
Stefan Dösinger
7b43cb1877
wined3d: Don't check WGL depth stencil limitations with FBOs.
2010-03-26 10:28:48 +01:00
Piotr Caban
f7cc8f695b
msvcr90: Added implementation of __sys_nerr and __sys_errlist.
2010-03-25 17:06:01 +01:00
Piotr Caban
254eab3827
msvcr90: Added _get/set_invalid_parameter_handler implementation.
2010-03-25 16:46:56 +01:00
Piotr Caban
d91b71e0df
msvcr90: Added _encoded_null() implementation.
2010-03-25 16:46:43 +01:00
Piotr Caban
c452249e00
msvcr90: Implement _encode_pointer and _decode_pointer.
2010-03-25 16:36:56 +01:00
Ilya Basin
9ff19d1d48
shell32: Enable dde for SEE_MASK_CLASSALL.
2010-03-25 16:36:41 +01:00
Damjan Jovanovic
63bc9c484a
mountmgr: Frame device service functions with IoGetCurrentIrpStackLocation and IoCompleteRequest.
2010-03-25 16:09:01 +01:00
André Hentschel
a9a7d963c2
kernel32: Make process traces aware of 64-bit.
2010-03-25 16:08:27 +01:00
Paul Vriens
7a80e97601
mmdevapi/tests: Fix test failure on some Vista boxes.
2010-03-25 15:10:13 +01:00
Nikolay Sivov
c9f2007e72
shlwapi: Implement IUnknown_QueryServiceExec with tests.
2010-03-25 15:10:04 +01:00
Paul Vriens
d495fa1e68
msi/tests: Fix test failures on W2K with Windows Installer 3.0.
2010-03-25 13:01:29 +01:00
Paul Vriens
114aa43a54
msi/tests: Fix test failures on W2K with Windows Installer 2.x.
2010-03-25 13:01:24 +01:00
Alexandre Julliard
60a05ad2d9
makefiles: Output all the documentation rules explicitly for each module.
2010-03-25 12:05:44 +01:00
Sébastien Ramage
e7165b3921
user32: End scrollbar tracking if the mouse capture is lost.
2010-03-25 10:55:51 +01:00
Alexandre Julliard
81575421a9
version: Support loading resources from both 32-bit and 64-bit PE binaries.
2010-03-25 10:54:50 +01:00
Henri Verbeet
d11185a890
d3d8/tests: Add some message processing to test_wndproc().
...
Disabled testing the focus and foreground windows after creating the device
for the moment.
2010-03-25 10:02:17 +01:00
Henri Verbeet
ab4bf7600a
d3d9/tests: Add some message processing to test_wndproc().
...
For some reason Windows XP allows device creation to be blocked by the lack of
message processing in wndproc_thread(). Thanks to Wylda for helping debug
this. Disabled testing the focus and foreground windows after creating the
device for the moment.
2010-03-25 10:02:11 +01:00
Henri Verbeet
9866125e23
wined3d: Just mark the color write mask dirty in IWineD3DDeviceImpl_ClearSurface().
2010-03-25 10:01:59 +01:00
Henri Verbeet
9eb5ba435e
wined3d: Use the same order of operations for depth clears as for stencil clears.
2010-03-25 10:01:54 +01:00
Henri Verbeet
2e7e118899
wined3d: Just mark the stencil write mask dirty in IWineD3DDeviceImpl_ClearSurface().
2010-03-25 10:01:49 +01:00
Henri Verbeet
1c4e9e6a0e
wined3d: Disable two-sided stencil when doing stencil clears.
2010-03-25 10:01:44 +01:00
Christian Costa
39b60870ff
d3dx9_36: Implement D3DXCreateEffectEx and make D3DXCreateEffect use it.
2010-03-25 10:01:32 +01:00
Christian Costa
947fe3a564
d3dx9_36: Add stub for D3DXCreateEffectCompiler.
2010-03-25 10:01:28 +01:00
Christian Costa
978d51b29c
d3dx9_36: Remove useless includes.
2010-03-25 10:01:20 +01:00
Christian Costa
b5f7ca9ed9
d3dx9_36: Implement D3DXCreateEffectPool and ID3DXEffectPool interface.
2010-03-25 10:01:16 +01:00
Piotr Caban
c7aba97338
msvcrt: Added strnlen implementation.
2010-03-25 09:46:36 +01:00
Piotr Caban
bf12864271
msvcrt: Update msvcrt.spec.
2010-03-25 09:46:14 +01:00
Eric Pouech
e2b62c91d5
dbghelp: Created a CPU method to map dwarf register number to codeview register number.
2010-03-25 09:45:32 +01:00
Eric Pouech
403f41687e
dbghelp: In dwarf parsing, correctly get the size of addresses in location lists.
2010-03-25 09:45:26 +01:00
Eric Pouech
8413810c6c
dbghelp: Don't try to hardwire the dwarf's "word size", but get it properly.
2010-03-25 09:45:21 +01:00
Eric Pouech
e6a08a1e15
dbghelp: Fixed a couple of portability issues to 64bit platforms.
2010-03-25 09:45:15 +01:00
Eric Pouech
51e9951a5f
dbghelp: Enhanced x86_64 stack unwinding with PE's function table data.
2010-03-25 09:45:11 +01:00
Mikhail Maroukhine
ad68792a14
comctl32/tests: Remove superfluous casts.
2010-03-25 09:45:06 +01:00
Paul Vriens
05d0787d08
msi/tests: Fix test failures on W2K with Windows Installer 2.x.
2010-03-24 21:53:05 +01:00
Jacek Caban
621694efcd
mshtml: Added IHTMLElement:removeAttribute tests.
2010-03-24 21:53:04 +01:00
Jacek Caban
00293e9b0b
mshtml: Added IHTMLElement::removeAttribute implementation.
2010-03-24 21:53:04 +01:00
Jacek Caban
30bed7eab3
mshtml: Moved builtin property invocation to separate function.
2010-03-24 21:53:03 +01:00
Jacek Caban
1b093221e6
mshtml: Moved builtin properties lookup to separate function.
2010-03-24 21:52:43 +01:00
Juan Lang
7eb61a6e5c
crypt32: Use an empty string as a separator when no separator is desired to avoid special cases for NULL.
2010-03-24 21:15:31 +01:00
Vincent Povirk
b8c7dec6b8
mscoree: Add a setting to access mono's tracing functionality.
2010-03-24 21:14:45 +01:00
Mike Kaplinskiy
03651926b7
ws2_32/tests: Fix win9x test failure.
2010-03-24 19:01:38 +01:00
Nikolay Sivov
ef7abf1087
shell32/tests: Fix a test crash on Win9x.
2010-03-24 19:01:29 +01:00
Damjan Jovanovic
3c6c2fe8df
ntoskrnl.exe: Implement IoCompleteRequest.
2010-03-23 17:30:48 +01:00
Hans Leidekker
c058490b69
dnsapi: _res is per-thread in glibc.
...
This mirrors Dan Kegel's fix for iphlpapi.
2010-03-23 17:30:25 +01:00
Hans Leidekker
af68ef68ce
dnsapi: Add a version resource.
2010-03-23 17:30:19 +01:00
Andrew Nguyen
5f1764c629
dxdiagn: Successfully copy to destination variants with an invalid type in IDxDiagContainer::GetProp.
...
GetProp now simply unconditionally clears the destination variant if
VariantClear fails.
2010-03-23 17:30:04 +01:00
Rob Shearman
1ff4bfe69a
rpcrt4: Add test for [out] non-conformant array.
2010-03-23 17:27:13 +01:00
Huw Davies
f1ebd2d894
dispex: Check whether the server function changes the type of the arguments.
2010-03-23 13:24:27 +01:00
Huw Davies
56e625b0da
dispex: Call the deferred fill in function before returning from the server.
2010-03-23 13:24:27 +01:00
Alexandre Julliard
ce31f2da0a
user32/tests: Fix a couple of race conditions.
2010-03-23 13:24:27 +01:00
Hans Leidekker
1d453a1ff0
msi: Search network sources in addition to disk sources.
2010-03-23 13:24:27 +01:00
Hans Leidekker
faf750f2f7
msi: Remove stream from streams cache before destroying it.
2010-03-23 13:24:27 +01:00
Hans Leidekker
367c2048a1
msi: Don't crash on null last parameter in MsiDecomposeDescriptor.
2010-03-23 13:24:27 +01:00
Hans Leidekker
d0856c0ac5
msi: Display REG_EXPAND_SZ values too in the WriteRegistryValues action.
2010-03-23 13:24:26 +01:00
Hans Leidekker
18a85caa3c
msi: Update the UI in the UnpublishFeatures action.
2010-03-23 13:24:26 +01:00
Hans Leidekker
706c4f77e8
msi: Implement a second cabinet extractor on top of IStream and use it to extract embedded cabinets.
...
Currently a cabinet stream is read into memory and then written to a file,
which is then extracted like an external cabinet file. This uses more time
and disk space than necessary and fails if the cabinet is too large to fit
into memory.
2010-03-23 13:24:26 +01:00
Hans Leidekker
27e90274b5
msi: Set the action taken in the ProcessComponents and InstallFiles actions.
2010-03-23 13:24:26 +01:00
Hans Leidekker
8722d0c44a
msi: The AppSearch and CCPSearch actions must be run only once.
2010-03-23 13:24:26 +01:00
Hans Leidekker
a4be941df9
msi: Display the file identifier instead of the filename in the SelfRegModules and SelfUnregModules actions.
2010-03-23 13:24:26 +01:00
Alistair Leslie-Hughes
25756b7873
oleaut32: Add ISupportErrorInfo registry entry.
2010-03-23 12:45:59 +01:00
Mike Kaplinskiy
5d72f63bd7
ws2_32/tests: Test a WSARecv error condition.
2010-03-23 12:36:02 +01:00
Mike Kaplinskiy
798c9e5161
ws2_32: Use ntstatus in overlapped functions.
2010-03-23 12:35:56 +01:00
Stefan Dösinger
1181762f99
wined3d: Implement manual buffer fencing.
2010-03-23 12:31:15 +01:00
Stefan Dösinger
fd13a6ae23
wined3d: Partially implement unserialized buffers with the apple extension.
2010-03-23 12:30:18 +01:00
Stefan Dösinger
5d94fe2095
wined3d: Add a function for deleting the GL buffer.
2010-03-23 12:29:33 +01:00
Christian Costa
f2fe2f7e84
d3dxof: Increase MAX_SUBOBJECTS and do the corresponding checks at the right place.
2010-03-23 12:19:49 +01:00
Andrew Nguyen
61cb53e24d
dxdiagn: Fix return value of IDxDiagContainer::GetProp on property search failure.
2010-03-23 12:19:48 +01:00
Nikolay Sivov
34577a84d9
shell32: Add IFolderView::Item implementation.
2010-03-23 12:19:48 +01:00
Nikolay Sivov
edcaf53f94
shell32/tests: Use strict comparison for return values.
2010-03-23 12:19:48 +01:00
Nikolay Sivov
0a32123d10
shell32: Add IShellFolderView::RemoveObject for IShellView.
2010-03-23 12:19:48 +01:00
Nikolay Sivov
1f6c759e0c
shell32: IShellView::ContextSensitiveHelp not implemented.
2010-03-23 12:19:48 +01:00
André Hentschel
acdce245ae
msxml3: Fix a typo in a comment.
2010-03-23 11:40:59 +01:00
Alexandre Julliard
49de5ca39f
user32: Store the current cursor and show count in the server.
2010-03-22 17:54:21 +01:00
André Hentschel
e9be1b4094
kernel32: Fix return value of FlsFree.
2010-03-22 15:53:42 +01:00
Damjan Jovanovic
3f02dee355
usbd.sys: Implement URB building functions.
2010-03-22 15:53:36 +01:00
Paul Vriens
d57f05f062
shell32/tests: Fix test failures on Win95, Win98 and NT4.
2010-03-22 15:52:44 +01:00
Nikolay Sivov
01ebc66535
shell32: Implement IShellFolderView::QuerySupport no-op method.
2010-03-22 15:52:36 +01:00
Nikolay Sivov
9958b80e9d
shell32: Add IShellFolderView::SetRedraw implementation.
2010-03-22 15:52:36 +01:00
Nikolay Sivov
61fc3f9004
shell32: Implement some IShellFolderView methods over IFolderView.
2010-03-22 15:52:36 +01:00
Nikolay Sivov
fa3dd31a9c
shell32: Add IShellFolderView::GetSelectedObjects implementation for IShellView.
2010-03-22 15:52:36 +01:00
Nikolay Sivov
a3d0877ed6
shell32: Add a stub IShellFolderView for IShellView.
2010-03-22 15:52:36 +01:00
Nikolay Sivov
9e80570a3b
shell32: Remove a useless debug switch, fix prototype.
2010-03-22 15:52:36 +01:00
Nikolay Sivov
6a0bdddfc4
shell32: Add a note about a possible crash on NULL input.
2010-03-22 15:52:36 +01:00
Nikolay Sivov
53ae4e2ba0
shell32: Add IPersist support for desktop IShellFolder.
2010-03-22 15:52:36 +01:00
Nikolay Sivov
0f794f9510
shell32: Some debug tracing improvements.
2010-03-22 15:52:36 +01:00
Nikolay Sivov
1168b79266
shell32: Properly fail for unsupported interfaces in IShellView::GetItemObject.
2010-03-22 15:52:35 +01:00
Huw Davies
afb1a08b5f
dispex: Use the upper WORD of the flags parameter to indicate whether the optional [out] parameters are NULL.
2010-03-22 15:52:35 +01:00
William Waghorn
594de90ccd
dsound: Ensure device name and description buffers are NUL terminated.
2010-03-22 15:52:35 +01:00
Detlef Riekenberg
73e669c6bc
msvcr90/tests: Add tests for _initterm_e.
2010-03-22 15:52:35 +01:00
André Hentschel
877a4e6136
ntdll: Update error code mapping.
2010-03-22 15:52:35 +01:00
André Hentschel
8a6d1df863
ntdll: Fix error strict mode tests on vista+.
2010-03-22 15:52:35 +01:00
Alistair Leslie-Hughes
9d056eb8e2
rpcrt4: Added stub function CreateStubFromTypeInfo.
2010-03-22 15:52:35 +01:00
Christian Costa
4082920c3a
d3dx9_36: Add stubbed interface for ID3DXEffect.
2010-03-22 12:16:15 +01:00
Vincent Povirk
eabce3e05f
gdiplus: Add a test for TIFF image loading.
2010-03-22 11:44:38 +01:00
Vincent Povirk
d24a421207
gdiplus: Add support for decoding TIFF images.
2010-03-22 11:44:33 +01:00
Vincent Povirk
738059baf8
gdiplus: Support decoders with multiple signatures.
2010-03-22 11:44:24 +01:00
Vincent Povirk
416eb191cb
windowscodecs: Add support for decoding RGB TIFF images.
2010-03-22 11:44:18 +01:00
Vincent Povirk
2ed101f6fc
windowscodecs: Implement CopyPixels for the TIFF decoder.
2010-03-22 11:44:12 +01:00
Vincent Povirk
8996ffbfc6
windowscodecs: Implement GetSize for the TIFF decoder.
2010-03-22 11:44:06 +01:00
Vincent Povirk
8066e9beca
windowscodecs: Implement GetPixelFormat for TIFF decoder.
2010-03-22 11:44:00 +01:00
Vincent Povirk
ccaf1b1e5d
windowscodecs: Implement GetFrame for the TIFF decoder.
2010-03-22 11:43:55 +01:00
Vincent Povirk
c048bb07ca
windowscodecs: Implement GetFrameCount for the TIFF decoder.
2010-03-22 11:43:48 +01:00
Vincent Povirk
0d285eac80
windowscodecs: Implement Initialize for the TIFF decoder.
2010-03-22 11:43:42 +01:00
Vincent Povirk
73cd569390
windowscodecs: Add a stub TIFF decoder.
2010-03-22 11:42:43 +01:00
Roderick Colenbrander
8f604afa96
wined3d: Remove WGL RGBA float support because it doesn't make sense without pbuffers.
2010-03-22 11:41:03 +01:00
Roderick Colenbrander
28a2c7ab29
wined3d: Use the format table instead of WGL-checks in CheckDepthStencilMatch when FBOs are used.
2010-03-22 11:40:52 +01:00
Roderick Colenbrander
5ffb088975
wined3d: Fix depth blit regression.
2010-03-22 11:40:40 +01:00
Andrew Nguyen
c62dd29b37
include: Add prototypes for RtlEncryptMemory and RtlDecryptMemory in ntsecapi.h.
2010-03-22 11:40:25 +01:00
Andrew Nguyen
890ce5360d
advapi32: Fix SystemFunction036 prototype to match ntsecapi.h.
2010-03-22 11:40:22 +01:00
Eric Pouech
4c3361e39e
dbghelp: Properly bail out if get an error while reading ELF header.
2010-03-22 11:29:14 +01:00
Eric Pouech
375d158da7
dbghelp: Fix local/parameters enumeration on 64bit platforms.
2010-03-22 11:29:08 +01:00
Eric Pouech
d822aaff92
dbghelp: Removed the not-useful start_data field out of dwarf2_traverse_context_t.
2010-03-22 11:27:44 +01:00
Eric Pouech
bf97b03db5
dbghelp: Implemented SymFunctionTableAccess.
2010-03-22 11:27:36 +01:00
Eric Pouech
2ed8b9f6b6
dbghelp: Added helper to image_file_map to map also directory out of PE executables.
2010-03-22 11:27:32 +01:00
Francois Gouget
3428b94a8d
Assorted spelling and case fixes.
2010-03-22 10:49:13 +01:00
Francois Gouget
1cc79eaef7
shell32/tests: Remove spaces before '\n'.
2010-03-22 10:48:42 +01:00
Francois Gouget
e18e1c19fd
qedit: Don't cast NULL.
2010-03-22 10:48:40 +01:00
Francois Gouget
24517db1fb
appwiz.cpl: Use SUBLANG_NEUTRAL for Spanish.
2010-03-22 10:48:38 +01:00
Francois Gouget
da00e1558e
hlink/tests: Add a trailing '\n' to an ok() call.
2010-03-22 10:48:35 +01:00
Francois Gouget
3127501f86
msxml3: Add a trailing '\n' to a TRACE().
2010-03-22 10:48:33 +01:00
Francois Gouget
2659ac14f8
comctl32/tests: fix an ok() call's trailing '\n'.
2010-03-22 10:48:30 +01:00
Francois Gouget
f096b023c4
dxdiagn/tests: Add a trailing '\n' to an ok() call.
2010-03-22 10:48:26 +01:00
Francois Gouget
381d73e423
d3dx9_36: Add a trailing '\n' to a TRACE().
2010-03-22 10:48:23 +01:00
Francois Gouget
219eaf6ce4
avifil32/tests: Add or fix the trailing '\n' of ok() calls.
2010-03-22 10:48:21 +01:00
Francois Gouget
891b1ce3de
kernel32/tests: Remove a space after a '\n' in a skip().
2010-03-22 10:48:17 +01:00
Francois Gouget
716d6dcce0
rsaenh: Use NULL instead of casting 0.
2010-03-22 10:48:14 +01:00
Francois Gouget
c61732c33c
winemapi: Add a trailing '\n' to FIXME()s.
2010-03-22 10:48:11 +01:00
Vincent Povirk
49a817c064
ole32: Check the small block size limit of storage files.
...
This value is stored in the storage file header. We currently hard-code it to
0x1000. I don't expect to see files in the wild with other values, but
according to MS this is a valid configuration. For now, just fail if we see
another value.
I've also upgraded the message for unexpected values in storage file headers
to a fixme, since they are valid according to MS.
2010-03-22 10:47:58 +01:00
Vincent Povirk
975c820fce
ole32: Don't register an IMallocSpy object when the ole trace is used.
...
There's no need for this. Any useful information we could get out of it
is availble from the olemalloc channel, and it means that the ole channel
changes behavior in a way that's visible to programs.
2010-03-22 10:47:47 +01:00
Vincent Povirk
e05b8416b8
ole32: Track the lowest possibly-free small block in storage files.
...
This makes creating small block chains O(n) instead of O(n**2) because we
don't have to keep rechecking the first blocks in the file.
2010-03-22 10:47:42 +01:00
Paul Vriens
ba51763f4a
msi/tests: Remove temporary files.
2010-03-22 10:42:48 +01:00
Juan Lang
67bf4dc62e
crypt32: Fix overestimating size required for base64-encoded strings.
2010-03-22 10:42:41 +01:00
Andrew Eikum
341ba18d75
mshtml: Fix typo determining if channel is HTTP.
2010-03-22 10:42:35 +01:00
Vincent Povirk
8255df5698
windowscodecs: Make the IWICPalette implementation thread-safe.
2010-03-22 10:42:32 +01:00
Vincent Povirk
8ff7238ade
oleaut32: Allow named args to be combined with positional args in fnInvoke.
2010-03-22 10:42:23 +01:00
Alexandre Julliard
b6ef8a5944
winex11: Don't make the owner window managed if its popup isn't.
2010-03-20 20:16:42 +01:00
Andrew Eikum
594a19645e
shlwapi: Only skip 'localhost' in file URLs in UrlCanonicalize.
2010-03-19 17:10:10 +01:00
Alexandre Julliard
82e7a6e52a
shlwapi/tests: Avoid size_t in a trace.
2010-03-19 17:04:02 +01:00
Alexandre Julliard
3cc7574e9c
oleaut32: Move variable declaration outside of the switch statement.
2010-03-19 16:54:44 +01:00
Rob Shearman
f6c4c49f86
rpcrt4: Add tests for a complex array of pointers.
2010-03-19 16:25:48 +01:00
Huw Davies
df07561ce2
dispex: Implement proxy and stub for IDispatchEx_InvokeEx.
2010-03-19 16:25:48 +01:00
Detlef Riekenberg
2efd2355f7
msvcr80: Forward _malloc_crt functions to msvcrt.malloc.
2010-03-19 15:30:35 +01:00
Detlef Riekenberg
ccd7085ce1
msvcr90: Forward _malloc_crt to msvcrt.malloc.
2010-03-19 15:30:31 +01:00
Henri Verbeet
122129f94a
wined3d: Add COMPLEX_FIXUP_NONE as value 0 to the complex_fixup enum.
...
To prevent get_complex_fixup() from returning COMPLEX_FIXUP_YUY2 for simple
fixups.
2010-03-19 14:31:59 +01:00
Henri Verbeet
12608b0a0d
wined3d: Unify "gl_formats_template" naming with the other format info tables.
2010-03-19 14:31:51 +01:00
Henri Verbeet
3aaa6ee6e7
wined3d: Rename GlPixelFormatDesc to wined3d_format_desc.
2010-03-19 14:31:47 +01:00
Henri Verbeet
4cd69b8a09
wined3d: Simplify the generated GLSL for NRM.
2010-03-19 14:31:40 +01:00
Christian Costa
62981582dd
d3dx9_36: Add stub for D3DXCreateEffect.
2010-03-19 14:31:33 +01:00
Detlef Riekenberg
c9abeb3704
msvcr80: Forward _initterm_e to msvcr90.dll.
2010-03-19 13:19:08 +01:00
Detlef Riekenberg
40509127a4
msvcr90: Implement _initterm_e.
2010-03-19 13:18:57 +01:00
Christian Costa
8da1d69c22
d3dx9_36: Use %u to print unsigned integer.
2010-03-19 13:17:31 +01:00
Christian Costa
312aa4996e
d3dx9_36: Fix method name.
2010-03-19 13:17:20 +01:00
Christian Costa
441ee39495
d3dx9_36: Add missing GetSamplerIndex method to ID3DXConstantTable.
2010-03-19 13:17:08 +01:00
Christian Costa
70b79445f6
d3dx9_36: Implement ID3DXConstantTableImpl_GetDesc + tests.
2010-03-19 13:16:06 +01:00
Jörg Höhle
104cc7c28e
midimap: Allow GetVolume by device identifier.
2010-03-19 13:15:44 +01:00
Roderick Colenbrander
fb8812db89
wined3d: Get rid of d3dfmt_get_conv in RealizePalette.
2010-03-19 13:15:26 +01:00
Roderick Colenbrander
27a96e477a
wined3d: Start moving paletted texture support to the blit_shader.
2010-03-19 13:15:21 +01:00
Roderick Colenbrander
fd99ab78c2
wined3d: Use draw_textured_quad in BltOverride.
2010-03-19 13:15:06 +01:00
Roderick Colenbrander
4bd627cc7f
wined3d: Add a helper function for drawing a textured quad.
2010-03-19 13:15:03 +01:00
Paul Vriens
b897a37f38
user32/tests: Fix timeouts on Win9x/WinMe.
2010-03-19 12:26:46 +01:00
Paul Vriens
a0da7b6d3b
d3d9/tests: Fix timeouts on Win9x/WinMe.
2010-03-19 12:26:37 +01:00
Paul Vriens
dcb62f265d
d3d8/tests: Fix timeouts on Win9x/WinMe.
2010-03-19 12:26:31 +01:00
Nikolay Sivov
b774baa35c
shell32: Add IPersistFile::GetCurFile implementation for IShellLink.
2010-03-19 12:23:42 +01:00
Eric Pouech
cecb80a4e8
dbghelp: Move the mach-o information into the modfmt structure.
2010-03-19 12:23:36 +01:00
Eric Pouech
fe2ae803ee
dbghelp: Moved the ELF's module information into the new scheme.
2010-03-19 12:08:46 +01:00
Eric Pouech
cd92e3d147
dbghelp: Move the PE debug info to the newly define scheme.
2010-03-19 12:08:37 +01:00
Eric Pouech
73f79e7fad
dbghelp: Create new infrastructure to hold specific information for multiple file/debug formats in a single module, and use it to store dwarf2 stuff.
2010-03-19 12:08:27 +01:00
Eric Pouech
3e6920d7b8
dbghelp: Now that we can keep ELF sections around, don't copy the loclist section, just don't unmap it.
2010-03-19 12:08:10 +01:00
Eric Pouech
2d8c788353
dbghelp: Let dwarf_parse decide on which sections it needs to map.
2010-03-19 12:08:03 +01:00
Eric Pouech
c9bac2efd2
dbghelp: Extend the image (ELF/PE) scheme to get the RVA out of a section.
2010-03-19 12:07:45 +01:00
Eric Pouech
a2e65f1311
dbghelp: Keep the file map around for every PE module, so that we can access image whenever we like to.
2010-03-19 12:07:27 +01:00
Eric Pouech
cbff4f063f
dbghelp: Create the notion of image (PE, ELF modules) to uniformize some handlings.
2010-03-19 12:05:59 +01:00
Eric Pouech
fb169502a5
dbghelp: Extend the ELF image management to PE modules so we get a rather uniform interface to image manipulation.
2010-03-19 12:04:19 +01:00
Eric Pouech
770f0d834f
dbghelp: Make the ELF mapping code easier to use.
2010-03-19 12:03:57 +01:00
Damjan Jovanovic
6e4873691c
usbd.sys: Add USB descriptor parsing functions.
2010-03-19 12:00:40 +01:00
Alexandre Julliard
be748e0d71
gdiplus/tests: Create a window for graphics tests instead of painting over the desktop.
2010-03-19 11:59:51 +01:00
Alexandre Julliard
c83ea46e1a
user32: Return fake global information in GetCursorInfo instead of thread-local values.
2010-03-19 11:59:51 +01:00
Alexandre Julliard
0be0211682
user32/tests: Add some tests for GetCursorInfo.
2010-03-19 11:59:33 +01:00
Alexandre Julliard
d2ec02e06f
user32/tests: Add some tests for ShowCursor.
2010-03-18 19:26:36 +01:00
Nikolay Sivov
93b3ba76f6
shlwapi: Fix StrCpyNW to deal with null inputs better, and don't use lstrcpynW.
2010-03-18 17:06:42 +01:00
Aric Stewart
e669ffe6e5
msctf: Add stub for ITfDisplayAttributeMgr.
2010-03-18 17:03:51 +01:00
Aric Stewart
4430ab435d
winemp3.acm: Support mp3 decoding on Mac OS/X Leopard systems.
2010-03-18 15:55:30 +01:00
Damjan Jovanovic
c177e938ae
usbd.sys: Add stub usbd.sys.
2010-03-18 14:02:57 +01:00
Damjan Jovanovic
555d8fe053
ntoskrnl.exe: Implement IoIsWdmVersionAvailable.
2010-03-18 14:00:22 +01:00
Julian Rüger
c1660c9a2f
windowscodecs: Small spelling fixes.
2010-03-18 13:46:38 +01:00
Maarten Lankhorst
b0337ada1a
winmm: Allow SND_ALIAS|SND_FILENAME in PlaySound.
2010-03-18 13:46:38 +01:00
Alexandre Julliard
5a18e2a925
user32/tests: Add some tests demonstrating that SetCursor uses the thread input data.
2010-03-18 13:46:38 +01:00
Alexandre Julliard
c7bed19c0b
kernel32: Don't try to open builtin exe files during CreateProcess, only check the path syntax.
2010-03-18 13:46:22 +01:00
Jacek Caban
e7615e004a
mshtml: Added IHTMLImgElement::onload tests.
2010-03-18 11:18:11 +01:00
Jacek Caban
21f0c64de4
mshtml: Added IHTMLImgElement::onload property implementation.
2010-03-18 11:18:06 +01:00
Jacek Caban
df0a35e3d3
mshtml: Added support for load event on all nodes.
2010-03-18 11:18:01 +01:00
Jacek Caban
da01d8acaf
mshtml: Moved removing event target to separated function.
2010-03-18 11:17:55 +01:00
Jacek Caban
8629433f5f
mshtml: Fire readystatechange event on document nodes.
2010-03-18 11:17:51 +01:00
Jacek Caban
2b94ad5287
mshtml: Make sure that readState is READYSTATE_LOADING in read_stream_data.
2010-03-18 11:17:45 +01:00
Nikolay Sivov
d16bf5f9ba
shlwapi: Add a forward to DelayLoadFailureHook.
2010-03-18 11:17:18 +01:00
Nikolay Sivov
dd50af9464
urlmon: Add CoInternetIsFeatureEnabled stub.
2010-03-18 11:16:55 +01:00
Nikolay Sivov
1ad867467e
urlmon: Add stub IUriBuilder interface.
2010-03-18 11:16:50 +01:00
Piotr Caban
926d3a88e7
oleaut32: Improve ITypeInfo2 GetRefTypeOfImplType implementation.
2010-03-18 11:16:43 +01:00
Piotr Caban
15956152e5
oleaut32: Improve ICreateTypeInfo2 AddImplType implementation.
2010-03-18 11:14:36 +01:00
Piotr Caban
d2319ae841
oleaut32: Fix ITypeInfo GetImplTypeFlags for dispinterfaces.
2010-03-18 11:14:27 +01:00
Piotr Caban
cca98c460d
oleaut32/tests: Make tests working on older systems, prevent crash on some wine boxes.
2010-03-18 11:14:23 +01:00
Piotr Caban
45306f8671
oleaut32: Improve ITypeInfo2 GetTypeAttr implementation.
2010-03-18 11:14:17 +01:00
Henri Verbeet
7c930589bc
wined3d: Avoid some common invalid context accesses.
...
Unfortunately there are plenty of other places left. Perhaps we should
consider creating our own window when the context becomes invalid and making
the context current on that instead.
2010-03-18 10:25:09 +01:00
Henri Verbeet
135f364110
wined3d: Kill VTRACE.
2010-03-18 10:25:02 +01:00
Henri Verbeet
f2bcd32bff
wined3d: Replace some VTRACEs with proper TRACEs.
2010-03-18 10:24:51 +01:00
Henri Verbeet
e5673ddbc3
wined3d: Add a quirk to rebind FBOs when one of their attached textures is updated.
...
Updating a texture while it is attached to the currently bound FBO is
something GL implementations tend to get wrong. NVIDIA fails at
glTexSubImage2D(), fglrx and Mesa with glTexImage2D(). I'm afraid to try what
happens on OS X. Fortunately we never use glTexImage2D() while a texture is
attached to an FBO, so we only need to care about glTexSubImage2D().
2010-03-18 10:24:41 +01:00
Henri Verbeet
bd4fb33a52
wined3d: Unify GLINFO_LOCATION in surface.c.
2010-03-18 10:24:33 +01:00
Henri Verbeet
914c8cb8ea
ddraw: Acquire/release the focus window from the correct location.
2010-03-18 10:24:15 +01:00
Henri Verbeet
0838d0ab64
wined3d: Make the focus window also the foreground window.
2010-03-18 10:24:05 +01:00
Henri Verbeet
a62e5a4678
d3d9/tests: Extend the window proc / focus window tests.
2010-03-18 10:23:58 +01:00
Henri Verbeet
7aa5e90914
d3d8/tests: Extend the window proc / focus window tests.
2010-03-18 10:23:52 +01:00
Henri Verbeet
d9381b97aa
user32/tests: Add a test for foreground windows on a different thread.
...
What happens is that we get the WM_WINE_SETACTIVEWINDOW message sent by the
other thread after we already changed the foreground window back to our own
window.
2010-03-18 10:23:46 +01:00
Andrew Eikum
5f8776c8d0
mshtml: Fix return value interpretation when navigating.
2010-03-18 10:23:36 +01:00
Vincent Povirk
d719120fc8
windowscodecs: Make component enumerators thread-safe.
...
This is needed so that ImagingFactory can have a threading model of Both.
2010-03-18 10:23:14 +01:00
Vincent Povirk
e4a50e1615
winex11.drv: Use CurrentTime to focus windows if we have no timestamp.
2010-03-18 10:22:59 +01:00
Vincent Povirk
1eff311e8d
winex11.drv: ReadSelectionData should fail if the import function fails.
2010-03-18 10:22:55 +01:00
Nikolay Sivov
0498534b6b
ole32: Remove useless parameter check.
2010-03-17 16:35:47 +01:00
Christian Costa
c090624fbc
d3dx9_36: Add stub for D3DXCreateTextureFromFileInMemoryEx.
2010-03-17 16:12:23 +01:00