Henri Verbeet
|
36d4268e3c
|
wined3d: Remove COM from IWineD3D.
|
2011-02-02 12:22:42 +01:00 |
Henri Verbeet
|
1fd7c96a31
|
wined3d: Make volumetexture_ops static.
|
2011-02-02 12:21:23 +01:00 |
Henri Verbeet
|
0fb6005fa8
|
d3d9/tests: Check another return value in maxmip_test() (LLVM/Clang).
|
2011-02-02 12:21:20 +01:00 |
Kusanagi Kouichi
|
2d6b748c79
|
gdi32: Upper 24 bits of a character range must be same.
|
2011-02-01 18:14:09 +01:00 |
Nikolay Sivov
|
d3d06c46d2
|
ntdll: Fix a compile time warning.
|
2011-02-01 18:14:09 +01:00 |
Paul Vriens
|
b03f877163
|
shdocvw: Initialize variable (Coverity).
|
2011-02-01 18:14:09 +01:00 |
Paul Vriens
|
fd2bf1fae1
|
explorerframe/tests: Don't compare potentially uninitialized variables (Coverity).
|
2011-02-01 18:14:09 +01:00 |
Alexandre Julliard
|
37af4c371b
|
msvcrt: Implement longjmp for x86_64.
|
2011-02-01 18:14:09 +01:00 |
Alexandre Julliard
|
9b76c16e7e
|
msvcrt: longjmp doesn't have a return value.
|
2011-02-01 18:14:09 +01:00 |
Alexandre Julliard
|
10dcc85de0
|
ntdll: Add support for longjmp in RtlUnwindEx.
|
2011-02-01 18:14:09 +01:00 |
André Hentschel
|
008cf3c18c
|
kernel32: Use define instead of hardcoded value.
|
2011-02-01 18:14:09 +01:00 |
André Hentschel
|
5a9f3a38dc
|
mountmgr: Use define instead of hardcoded value.
|
2011-02-01 18:14:09 +01:00 |
Akihiro Sagawa
|
96361b3951
|
wrc: Don't match a po message if a same msgid message is defined, but its msgctxt is null.
|
2011-02-01 18:14:09 +01:00 |
David Hedberg
|
81bbd17c40
|
gdi32: Stay within the clipping area when painting text background.
|
2011-02-01 18:14:09 +01:00 |
Hans Leidekker
|
bf192f6ac9
|
msi: Handle out-of-memory condition in encode_streamname.
|
2011-02-01 18:14:09 +01:00 |
Hans Leidekker
|
1370072057
|
programs: Add winemsibuilder.
|
2011-02-01 18:14:08 +01:00 |
Dmitry Timoshkov
|
38167e71d1
|
winex11.drv: Make sure that default clipping region exists before calling ExcludeUpdateRgn().
|
2011-02-01 18:14:08 +01:00 |
Hans Leidekker
|
bc13c7eb90
|
msi: Reset file attributes before removing a file.
|
2011-02-01 18:14:08 +01:00 |
Hans Leidekker
|
726c045549
|
hnetcfg: Return success from fw_app_put_Enabled.
|
2011-02-01 18:14:08 +01:00 |
Nikolay Sivov
|
1dcf3f7aef
|
oleaut32/tests: Fix a safearray leak (Valgrind).
|
2011-02-01 18:14:07 +01:00 |
Nikolay Sivov
|
a0e7c9996b
|
oleaut32/tests: Fix a IRecordInfo leak (Valgrind).
|
2011-02-01 18:14:07 +01:00 |
Andrew Nguyen
|
1fe904bd08
|
dxdiagn: Avoid caching a single instance of the root container.
|
2011-02-01 18:14:07 +01:00 |
Andrew Nguyen
|
c99e0fbc0e
|
dxdiagn: Simplify the root container initialization.
|
2011-02-01 18:14:06 +01:00 |
Andrew Nguyen
|
8c331e3340
|
dxdiagn: Convert the property linked list to a standard Wine list.
|
2011-02-01 18:14:06 +01:00 |
Andrew Nguyen
|
a421adf0a0
|
dxdiagn: Convert the container linked list to a standard Wine list.
|
2011-02-01 18:14:06 +01:00 |
Andrew Nguyen
|
99e36ffabd
|
dxdiagn: Avoid zeroing memory in container functions.
|
2011-02-01 18:14:06 +01:00 |
Alexandre Julliard
|
efbe695147
|
ntdll: Add a helper function for checking stack frame limits.
|
2011-02-01 12:38:58 +01:00 |
Alexandre Julliard
|
43682ce114
|
ntdll: Avoid copying and restoring the context in RtlCaptureContext for i386.
|
2011-02-01 12:38:58 +01:00 |
Andrew Nguyen
|
f7385699a9
|
ntdll/tests: Avoid casting away const in comparison functions.
|
2011-02-01 12:38:57 +01:00 |
Andrew Nguyen
|
39eb51f978
|
msvcr90/tests: Avoid casting away const in comparison functions.
|
2011-02-01 12:38:57 +01:00 |
Andrew Nguyen
|
c698fc86b9
|
ntdll: Fix one-time warning message output.
|
2011-02-01 12:38:57 +01:00 |
Andrew Nguyen
|
fff50be3e8
|
shell32: Keep at least one reference to the autocompletion object at initialization until the edit window is destroyed.
Spotted with Valgrind.
|
2011-02-01 12:38:48 +01:00 |
Andrew Nguyen
|
4145fe0ec2
|
shell32: Store the autocompletion object pointer in a window property rather than in the window user data.
|
2011-02-01 12:10:40 +01:00 |
Andrew Nguyen
|
4dc304489f
|
shell32: Improve initialization state and parameter handling in IAutoComplete::Init.
|
2011-02-01 12:10:35 +01:00 |
Andrew Nguyen
|
13b834561b
|
shell32/tests: Release the IAutoComplete interface on a failure path.
|
2011-02-01 12:10:13 +01:00 |
Dmitry Timoshkov
|
73ef76538c
|
gdi32: Add ExtSelectClipRgn() tests for memory and window DCs.
|
2011-02-01 12:10:08 +01:00 |
Iain Arnell
|
aef85c72c8
|
gdiplus: C++ fixes for headers.
|
2011-02-01 12:08:32 +01:00 |
Ken Thomases
|
8a38fbcacc
|
mountmgr: Balance volume references in add_volume().
|
2011-02-01 12:04:54 +01:00 |
Stefan Dösinger
|
af641eb4fd
|
d3d9: Add an sRGB format test.
|
2011-02-01 12:04:35 +01:00 |
Piotr Caban
|
fe5ce7120e
|
mshtml: Make sure previous request is stopped before starting new request in IPersistMoniker and IPersistStreamInit.
|
2011-02-01 12:04:08 +01:00 |
Piotr Caban
|
5541b7d13b
|
mshtml: Abort more request in abort_document_bindings.
|
2011-02-01 12:04:00 +01:00 |
Stefan Dösinger
|
73c4fbcc51
|
d3d9: Work around an odd nvidia windows bug.
|
2011-02-01 12:03:24 +01:00 |
Stefan Dösinger
|
d9591d69f4
|
d3d9: Use a proper window class in the device tests.
|
2011-02-01 12:03:03 +01:00 |
Henri Verbeet
|
ddb36691f6
|
wined3d: Pass a const adapter to the format caps checking functions.
|
2011-02-01 12:01:18 +01:00 |
Henri Verbeet
|
4c30b82c83
|
wined3d: Just fail if the texture type is not supported in create_glsl_blt_shader() (LLVM/Clang).
Changing the texture type has no effect at this point, and it wouldn't work
properly anyway.
|
2011-02-01 12:01:10 +01:00 |
Henri Verbeet
|
4125fa62b9
|
d3d9/tests: Check ColorFill() return codes in color_fill_test() (LLVM/Clang).
|
2011-02-01 12:01:06 +01:00 |
Henri Verbeet
|
ebf66c1061
|
d3d8/tests: Release doesn't return a HRESULT (LLVM/Clang).
|
2011-02-01 12:01:00 +01:00 |
Juan Lang
|
36bc1c7f8f
|
crypt32/tests: Don't assign a return value that's never checked (clang).
|
2011-01-31 17:58:19 +01:00 |
Juan Lang
|
2984605602
|
crypt32/tests: Remove dead assignments (clang).
|
2011-01-31 17:58:14 +01:00 |
Juan Lang
|
a4fe05a0f3
|
crypt32/tests: Test some return values (clang).
|
2011-01-31 17:58:07 +01:00 |