Alistair Leslie-Hughes
d457956c58
oleaut32: Dont filter out VT_RECORD|VT_REF type in VariantCopyInd.
2011-07-20 19:23:04 +02:00
Vincent Povirk
9b2968dc77
shell32: Dynamically allocate argify buffer if the static one is too small.
2011-07-20 19:23:04 +02:00
Vincent Povirk
eeeca57072
shell32: Include NULL terminators in the lengths used by SHELL_ArgifyW.
2011-07-20 19:23:04 +02:00
Dmitry Timoshkov
3d81e97c75
kernel32: Add a test how PE section characteristics get mapped into memory page access, make it pass under Wine.
2011-07-20 19:23:04 +02:00
Bernhard Loos
070cbfc412
ntdll/tests: Add a test for STATUS_OBJECT_TYPE_MISMATCH.
2011-07-20 19:23:04 +02:00
Bernhard Loos
bf3c2a06f5
server: Check for STATUS_OBJECT_TYPE_MISMATCH before STATUS_ACCESS_DENIED in get_handle_obj.
2011-07-20 19:23:04 +02:00
Jay Yang
872c07a967
shell32: Make ISFHelper_fnCopyItems actually copy the items.
2011-07-20 19:23:04 +02:00
Alexandre Julliard
01e12ec9f9
gdi32: Move the checks for empty visible rects in PatBlt/StretchBlt back to gdi32.
2011-07-20 19:23:04 +02:00
Alexandre Julliard
414fe85c8a
gdi32: Set the color maps to the destination DC colors for 1-bpp images.
2011-07-20 19:22:44 +02:00
Alexandre Julliard
07528a24b9
gdi32: Add a special case for converting dibs to 1-bpp using the background color.
2011-07-20 11:44:58 +02:00
Alexandre Julliard
be835e2d9b
winex11: Verify that the color map matches in PutImage for 4 and 8 bpp.
2011-07-20 11:42:17 +02:00
Alexandre Julliard
476a1fa1fb
winex11: Fill in the color table in Get/PutImage for 4 and 8 bpp.
2011-07-20 11:31:38 +02:00
Alexandre Julliard
be74c47e86
winex11: Remap pixels to system palette in Get/PutImage for 4 and 8 bpp.
2011-07-20 11:26:59 +02:00
Frédéric Delanoy
5d22f3aa14
cmd/tests: Add tests for NUL handling.
2011-07-19 18:26:22 +02:00
Grazvydas Ignotas
5ae558bac7
ntdll/tests: Test NtQueryDirectoryFile with RestartScan set to FALSE.
2011-07-19 18:26:22 +02:00
Mariusz Pluciński
ea990a3f43
shell32: Fix FOLDERID_Document definition.
2011-07-19 18:26:22 +02:00
Mariusz Pluciński
dfa35a529f
shell32: Add IKnownFolder::GetFolderDefinition() implementation.
2011-07-19 18:26:22 +02:00
Mariusz Pluciński
fa4ba10083
shell32/tests: Add checking known folders' names.
2011-07-19 18:26:22 +02:00
Mariusz Pluciński
310ab8a22c
include: Add FOLDERTYPEID types and values definitions.
2011-07-19 18:26:22 +02:00
Matteo Bruni
c4d29bdb18
d3dx9: Fix an error check in D3DXLoadMeshFromXResource.
2011-07-19 18:26:22 +02:00
Jacek Caban
0289530f07
mshtml: Implement nsIURI::SetUserPass on top of IUri.
2011-07-19 18:26:21 +02:00
Michael Stefaniuc
d15b567ca5
vbscript: Don't bother with a FIXME in DllCanUnloadNow().
2011-07-19 18:26:21 +02:00
Michael Stefaniuc
11e780ea07
comctl32/tests: Don't cast NULL to an int.
2011-07-19 18:26:21 +02:00
Michael Stefaniuc
8ec442f510
explorer: Use FAILED instead of !SUCCEEDED.
2011-07-19 18:26:21 +02:00
Michael Stefaniuc
04f57b9b0c
ddrawex/tests: Use FAILED instead of !SUCCEEDED.
2011-07-19 18:26:20 +02:00
Michael Stefaniuc
5ab5042183
shell32: Use FAILED instead of !SUCCEEDED.
2011-07-19 18:26:20 +02:00
Alexandre Julliard
49cb530ee3
wineps: Remove unneeded GetTransform prototype.
2011-07-19 18:26:20 +02:00
Alexandre Julliard
cc8c831c4d
gdi32: Add format conversion to the null driver StretchBlt implementation.
2011-07-19 14:54:14 +02:00
Alexandre Julliard
eb87e694a2
gdi32: Add inline helpers to compute DIB stride and total size.
2011-07-19 14:54:14 +02:00
Alexandre Julliard
1f8a0eb40e
gdi32: Move GET_DC_PHYSDEV back to gdi_private.h, it can't be used from external drivers.
2011-07-19 14:54:09 +02:00
Jacek Caban
68c6f58e6e
vbscript: Added creation tests.
2011-07-19 14:06:35 +02:00
Henri Verbeet
6ffd066834
wined3d: Make the query parameter to wined3d_event_query_finish() const.
2011-07-19 14:06:05 +02:00
Henri Verbeet
2e636aae29
wined3d: Make the query parameter to wined3d_event_query_test() const.
2011-07-19 14:06:03 +02:00
Henri Verbeet
c6c76f5a1a
wined3d: Make the priv parameter to map_register() const.
2011-07-19 14:06:01 +02:00
Henri Verbeet
c5f8a33a86
wined3d: Make the surface parameter to ffp_blit_p8_upload_palette() const.
2011-07-19 14:05:59 +02:00
Henri Verbeet
04d541c26d
ddraw: Just use SetWindowPos() in ddraw_set_display_mode().
...
Instead of going through wined3d_device_restore_fullscreen_window() /
wined3d_device_setup_fullscreen_window(). The main point of those functions is
changing the window styles, but we don't actually need that here. More
importantly, we filter the messages generated by those functions in wined3d,
while tests show that messages generated by SetDisplayMode() /
RestoreDisplayMode() are visible to the application. Applications depend on
WM_SIZE in particular.
2011-07-19 14:05:56 +02:00
Hans Leidekker
0daac59a35
winhttp: Implement IDispatch for WinHttpRequest.
2011-07-19 14:04:58 +02:00
Hans Leidekker
3321c45038
server: Include groups in file mode calculation if the security descriptor matches the current user.
2011-07-19 14:04:30 +02:00
Frédéric Delanoy
a28c7caf3e
cmd/tests: Test that ErrorLevel is set to 9009 when unknown commands are encountered.
2011-07-19 14:04:25 +02:00
Frédéric Delanoy
23cd306a7d
cmd/tests: Add tests for recursive rmdir.
2011-07-19 14:04:16 +02:00
Louis Lenders
33e2034227
advapi32: SetLastError in ReadEventLog{A, W} stub to avoid applications from looping forever.
2011-07-19 14:03:56 +02:00
Alexandre Julliard
5f484df06c
Revert "d3dx9_36: Improved constant table handle support."
...
This reverts commit 48d03555a7
.
It wasn't supposed to be committed.
2011-07-18 21:45:13 +02:00
Alexandre Julliard
dc801b9831
winex11: Create a new message window every time we change clipping to avoid stale notifications.
2011-07-18 21:19:55 +02:00
Andrew Eikum
d385675f36
winmm: Fix check for DCB_NULL callback type.
...
Noticed by Francois Gouget.
2011-07-18 18:31:29 +02:00
Andrew Eikum
2754c75092
winmm: Perform Open and Close callbacks from client thread.
2011-07-18 18:31:24 +02:00
Andrew Eikum
2a58273fcd
winmm: Close ACM stream when closing wave device.
2011-07-18 18:31:12 +02:00
Andrew Eikum
80fd691e9e
mmdevapi: Use a sane default if no buffer size is requested.
2011-07-18 18:31:06 +02:00
Adam Martinson
9a30a29db5
msxml3: Don't include libxml/parser.h twice.
2011-07-18 18:30:59 +02:00
Jacek Caban
5b16e6e0fd
jscript: Properly handle aggregation attempt.
2011-07-18 18:30:43 +02:00
Jacek Caban
cf30b6aea3
vbscript: Added IActiveScriptParse stub implementation.
2011-07-18 17:11:13 +02:00