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 |
Juan Lang
|
d0f1e19532
|
crypt32/tests: Test return value rather than output buffer before checking buffer contents (clang).
|
2011-01-31 17:57:59 +01:00 |
Alexander Scott-Johns
|
356eaa1ee2
|
winex11.drv: Improve error handling in bitmap synthesizing code.
|
2011-01-31 17:39:51 +01:00 |
Alexander Scott-Johns
|
d2d4fe67be
|
winex11.drv: Remove unused constant, and fix a comment.
|
2011-01-31 17:39:51 +01:00 |
Alexander Morozov
|
f5b39cfc3c
|
winemapi: Address can contain "SMTP:".
|
2011-01-31 17:39:50 +01:00 |
Alexander Morozov
|
e5dee7d965
|
winemapi: Implement MAPIResolveName.
|
2011-01-31 17:39:50 +01:00 |
Hans Leidekker
|
2133b6c38d
|
programs: Add a stubbed PlugPlay service.
|
2011-01-31 17:39:49 +01:00 |
Alexandre Julliard
|
a5decb5444
|
winebuild: Don't remove stdcall decorations on non-x86.
|
2011-01-31 17:39:45 +01:00 |
Alexandre Julliard
|
9302045ae6
|
opencl: Avoid size_t in traces.
|
2011-01-31 15:36:45 +01:00 |
Alexandre Julliard
|
852d9675bc
|
ntdll/tests: Avoid sizeof in a trace.
|
2011-01-31 15:36:32 +01:00 |
Alexandre Julliard
|
daab2c114d
|
dbghelp: Fix an uninitialized return value.
|
2011-01-31 15:36:23 +01:00 |
Detlef Riekenberg
|
49a8bb0aa0
|
msvcrt: Use the _set_error_mode value to switch between a dialogbox and stderr for C runtime messages.
|
2011-01-31 14:30:27 +01:00 |
Alexandre Julliard
|
c865b3f8e0
|
ntdll: Fix frame address check in RtlCaptureStackBackTrace to match what RtlUnwind does.
|
2011-01-31 14:30:26 +01:00 |
Eric Pouech
|
f9e1943de8
|
winedbg: Added support for variables with thread storage.
|
2011-01-31 14:30:26 +01:00 |
Eric Pouech
|
935ac12d04
|
dbghelp: Properly declare variables with thread storage from codeview debug format.
|
2011-01-31 14:30:25 +01:00 |