André Hentschel
|
0cf0c28d16
|
winspool.drv: Also convert printer info for level 8.
|
2012-05-03 23:45:27 +02:00 |
|
Henri Verbeet
|
a331ed032e
|
wined3d: Properly check for transformed position in buffer_check_attribute().
|
2012-05-03 23:45:21 +02:00 |
|
Henri Verbeet
|
6b9018ccd2
|
wined3d: Use the wined3d_matrix structure for the identity matrix.
|
2012-05-03 23:45:09 +02:00 |
|
Henri Verbeet
|
e103a7a52d
|
d3d8: Get rid of IDirect3D8Impl.
|
2012-05-03 23:45:05 +02:00 |
|
Henri Verbeet
|
5a4c15b9d9
|
d3d8: Add a separate function for d3d8 initialization.
|
2012-05-03 23:44:59 +02:00 |
|
Henri Verbeet
|
0f9ccac447
|
ddraw: Get rid of the member_info typedef.
|
2012-05-03 23:44:53 +02:00 |
|
Alexandre Julliard
|
7f1b26a0a9
|
urlmon/tests: Allow more COOKIE_SENT notifications.
|
2012-05-03 23:44:35 +02:00 |
|
Alexandre Julliard
|
80376eacd5
|
wininet/tests: Add even more optional COOKIE_SENT messages.
|
2012-05-03 23:40:21 +02:00 |
|
Alexandre Julliard
|
720a37d778
|
msi/tests: Skip MsiEnumProductsEx tests if not supported.
|
2012-05-03 23:31:43 +02:00 |
|
Michael Mc Donnell
|
081b06c012
|
d3dx9: Added D3DXOptimizeFaces test.
|
2012-05-03 20:44:14 +02:00 |
|
Michael Mc Donnell
|
5a14f5b37e
|
d3dx9: Added D3DXOptimizeFaces semi-stub.
|
2012-05-03 20:44:14 +02:00 |
|
Jacek Caban
|
2aa3d697a3
|
wininet: Set status code OK for responses without headers.
|
2012-05-03 20:44:14 +02:00 |
|
Jacek Caban
|
0d76489353
|
wininet: Added special case for HTTP_QUERY_STATUS_CODE in HttpQueryInfo.
|
2012-05-03 20:44:13 +02:00 |
|
Jacek Caban
|
797a17bb2d
|
wininet: Use stored status code in HTTP_HttpEndRequestW.
|
2012-05-03 20:44:13 +02:00 |
|
Jacek Caban
|
4cf3f78542
|
wininet: Use stored status code in HTTP_HttpSendRequestW.
|
2012-05-03 20:44:12 +02:00 |
|
Jacek Caban
|
5240e40b69
|
wininet: Store status code in http_request_t and use it in set_content_length.
|
2012-05-03 20:44:12 +02:00 |
|
Jacek Caban
|
ebf406c163
|
wininet: Clean up HTTP_QUERY_STATUS_CODE tests.
|
2012-05-03 20:44:11 +02:00 |
|
Michael Stefaniuc
|
0f46f7538a
|
strmbase: Print the debug string and not the pointer to it.
|
2012-05-03 20:44:11 +02:00 |
|
Jacek Caban
|
56bf46fda0
|
jscript: Return double from to_integer.
|
2012-05-03 20:44:11 +02:00 |
|
Jacek Caban
|
e26a3018e7
|
jscript: Better handling of to_integer in String.substr.
|
2012-05-03 20:44:10 +02:00 |
|
Jacek Caban
|
9b02d2d5a3
|
jscript: Better handling of to_integer result in String.substring.
|
2012-05-03 20:44:10 +02:00 |
|
Jacek Caban
|
c01562040d
|
jscript: Better handling of to_integer result in String.slice.
|
2012-05-03 20:44:10 +02:00 |
|
Jacek Caban
|
d49635f08a
|
jscript: Better handling of to_integer result in String.lastIndexOf.
|
2012-05-03 20:44:09 +02:00 |
|
Jacek Caban
|
baa07477d2
|
jscript: Bettter handling of to_number result in String.indexOf.
|
2012-05-03 20:44:09 +02:00 |
|
Jacek Caban
|
621180e81c
|
jscript: Better handling of to_integer result in String.charCodeAt.
|
2012-05-03 20:44:08 +02:00 |
|
Jacek Caban
|
0143201eac
|
jscript: Better handling of to_integer result in String.charAt.
|
2012-05-03 20:44:08 +02:00 |
|
Jacek Caban
|
3ee7438a5f
|
jscript: Better handling of to_integer result in Array.splice.
|
2012-05-03 20:44:08 +02:00 |
|
Alexandre Julliard
|
096757c3dd
|
winex11: Remove redundant code in ChoosePixelFormat.
|
2012-05-03 20:44:07 +02:00 |
|
Alexandre Julliard
|
416e79f3e6
|
winex11: Always store the GL drawable in the device context.
|
2012-05-03 20:44:07 +02:00 |
|
Alexandre Julliard
|
70f776d3b8
|
winex11: Update the pixel format through the DCE hook for window DCs to avoid races.
|
2012-05-03 20:44:01 +02:00 |
|
Alexandre Julliard
|
416240b781
|
winex11: Remove obsolete escapes.
|
2012-05-03 12:50:52 +02:00 |
|
Alexandre Julliard
|
54170fe867
|
winex11: Remove support for the no longer used GET_GLX_DRAWABLE escape.
|
2012-05-03 12:50:27 +02:00 |
|
Francois Gouget
|
f0620c5156
|
kernel32: Some English (United States) spelling fixes.
|
2012-05-03 12:23:05 +02:00 |
|
Francois Gouget
|
1bf438ab29
|
msi: Tweak msiexec's usage message.
|
2012-05-03 11:51:38 +02:00 |
|
Austin English
|
b4432a6274
|
kernel32: Only print a fixme once for FlushProcessWriteBuffers.
|
2012-05-03 11:51:38 +02:00 |
|
Austin English
|
e9dc02eaa3
|
kernel32: Move GlobalMemoryStatus(Ex) to a different debug channel.
|
2012-05-03 11:51:37 +02:00 |
|
Vincent Povirk
|
b15a77463a
|
mscoree: Change _CorDllMain fixme to a trace.
|
2012-05-03 11:51:37 +02:00 |
|
Vincent Povirk
|
a824e8f659
|
mscoree: Use the main HMODULE in _CorExeMain instead of loading a new exe.
|
2012-05-03 11:51:36 +02:00 |
|
Vincent Povirk
|
d2d1c6d824
|
mscoree: Detect when a CLR DLL requests vtable fixups.
|
2012-05-03 11:51:03 +02:00 |
|
Henri Verbeet
|
29893d8162
|
wined3d: Determine index buffer location based on vertex buffer locations.
|
2012-05-03 11:18:03 +02:00 |
|
Henri Verbeet
|
9267148705
|
wined3d: The wined3d object doesn't need a parent.
|
2012-05-03 11:18:00 +02:00 |
|
Henri Verbeet
|
5b680d6023
|
ddraw: Get rid of the flag_info typedef.
|
2012-05-03 11:17:56 +02:00 |
|
Henri Verbeet
|
6b9f151c9e
|
d3d9: Properly retrieve an interface pointer in d3d9_texture_3d_UnlockBox().
|
2012-05-03 11:17:53 +02:00 |
|
Henri Verbeet
|
46a6f4c1a9
|
d3d9: Properly retrieve an interface pointer in d3d9_texture_3d_LockBox().
|
2012-05-03 11:17:51 +02:00 |
|
André Hentschel
|
c9fdc565e5
|
winspool.drv: Support printer info level 8.
|
2012-05-03 11:14:11 +02:00 |
|
Alexandre Julliard
|
b3e5d2c1e5
|
urlmon/tests: Allow multiple COOKIE_SENT notifications, and trace received progress messages.
|
2012-05-03 11:12:34 +02:00 |
|
Alexandre Julliard
|
2ded2fe7ad
|
urlmon/tests: Fix a test failure on COOKIE_SENT status.
|
2012-05-03 10:23:19 +02:00 |
|
Alexandre Julliard
|
9ec1f7ba1b
|
wininet/tests: Add more optional COOKIE_SENT messages.
|
2012-05-03 10:11:28 +02:00 |
|
Alexandre Julliard
|
153e163b27
|
iphlpapi/tests: Avoid test failures when IPv6 is not supported.
|
2012-05-03 10:10:45 +02:00 |
|
André Hentschel
|
9c19ba63a8
|
d3drm/tests: Add tests for handling lights.
|
2012-05-02 20:21:04 +02:00 |
|
André Hentschel
|
2944d233b8
|
d3drm: Implement IDirect3DRMFrameX_DeleteLight.
|
2012-05-02 20:20:48 +02:00 |
|
André Hentschel
|
cfa297e253
|
d3drm: Implement IDirect3DRMFrameX_AddLight.
|
2012-05-02 20:20:39 +02:00 |
|
André Hentschel
|
107b3d2c19
|
d3drm: Add IDirect3DRMLight interface.
|
2012-05-02 20:20:34 +02:00 |
|
Jacek Caban
|
5b83abced7
|
jscript: Properly test if double may be converted to int32.
|
2012-05-02 20:14:56 +02:00 |
|
Jacek Caban
|
2217e42c9d
|
oleaut32: Added warn+heap support for cached BSTRs.
|
2012-05-02 20:14:04 +02:00 |
|
Jacek Caban
|
4eebe0bcf0
|
oleaut32: Use a struct for internal BSTR representation to avoid pointer magic.
|
2012-05-02 20:13:57 +02:00 |
|
Austin English
|
80ef24b057
|
kernel32: Add a stub for FlushProcessWriteBuffers.
|
2012-05-02 20:11:54 +02:00 |
|
Christian Costa
|
4c0f0281bd
|
dmusic: Check errors in IDirectMusic8Impl_Activate and remove FIXME.
|
2012-05-02 13:03:18 +02:00 |
|
Christian Costa
|
5ae038b2e8
|
dmusic: Implement IDirectMusic8Impl_EnumMasterClock.
|
2012-05-02 13:03:13 +02:00 |
|
Christian Costa
|
16071b244a
|
dmusic: COM cleanup of IDirectMusic8.
|
2012-05-02 13:02:10 +02:00 |
|
Christian Costa
|
0eaf5c156b
|
dmusic: Add tests to enumerate master clocks.
|
2012-05-02 13:02:01 +02:00 |
|
Alexandre Julliard
|
415d7a4401
|
wininet/tests: Add some optional COOKIE_SENT messages in various places.
|
2012-05-02 13:01:34 +02:00 |
|
Alexandre Julliard
|
b7bb786107
|
wing32: Use the correct constant names for CreateDIBSection.
|
2012-05-02 12:10:59 +02:00 |
|
Alexandre Julliard
|
c054d7bc6f
|
wined3d: CreateDIBSection doesn't need a DC for the DIB_RGB_COLORS case.
|
2012-05-02 12:02:33 +02:00 |
|
Alexandre Julliard
|
a0a95eb0ca
|
gphoto2.ds: CreateDIBSection doesn't need a DC for the DIB_RGB_COLORS case.
|
2012-05-02 12:02:28 +02:00 |
|
Alexandre Julliard
|
039c85346c
|
gdiplus: CreateDIBSection doesn't need a DC for the DIB_RGB_COLORS case.
|
2012-05-02 12:02:17 +02:00 |
|
Jacek Caban
|
d2e8d44811
|
mshtml: Added IHTMLWindow2::get_history implementation.
|
2012-05-02 12:00:43 +02:00 |
|
Andrew Eikum
|
4354be123c
|
dsound: Don't derive the secondary position from the primary position.
|
2012-05-02 12:00:02 +02:00 |
|
Andrew Eikum
|
f393a98a8a
|
dsound: Convert from fixed to floating point.
|
2012-05-02 11:59:58 +02:00 |
|
Henri Verbeet
|
a8a201cf61
|
wined3d: Figure out the index data pointer inside drawPrimitive().
We want to do this after context_apply_draw_state(), when resource locations
are all setup.
|
2012-05-02 11:59:14 +02:00 |
|
Henri Verbeet
|
64e41dae8a
|
wined3d: Figure out the index size inside drawPrimitive().
|
2012-05-02 11:59:10 +02:00 |
|
Henri Verbeet
|
5d56abdb55
|
d3d9: Properly retrieve an interface pointer in d3d9_texture_3d_GetVolumeLevel().
|
2012-05-02 11:59:06 +02:00 |
|
Henri Verbeet
|
f9fe89b386
|
d3d9: Properly retrieve an interface pointer in d3d9_texture_cube_UnlockRect().
|
2012-05-02 11:58:59 +02:00 |
|
Henri Verbeet
|
5d30402ad8
|
d3d9: Properly retrieve an interface pointer in d3d9_texture_cube_LockRect().
|
2012-05-02 11:58:56 +02:00 |
|
Alexander E. Patrakov
|
93a0ca7c6c
|
dsound: Clean up channels.
|
2012-05-01 19:16:23 +02:00 |
|
Alexander E. Patrakov
|
ab4ef6636d
|
dsound: Clean up cp_fields.
|
2012-05-01 19:16:00 +02:00 |
|
Alexander E. Patrakov
|
f88f3d4149
|
dsound: Replace convert() functions with get() and put().
|
2012-05-01 19:15:49 +02:00 |
|
Alexander E. Patrakov
|
0195e01990
|
dsound: Clean up MixToTemporary().
|
2012-05-01 19:15:12 +02:00 |
|
Erich Hoover
|
74560c1d39
|
ws2_32/tests: Test for IOCP behavior without AcceptEx call.
|
2012-05-01 19:14:41 +02:00 |
|
Erich Hoover
|
a766ee4b1d
|
ws2_32/tests: Test for AcceptEx IOCP behavior for a duplicated handle.
|
2012-05-01 19:14:36 +02:00 |
|
Erich Hoover
|
23a785af7e
|
ws2_32/tests: Test for AcceptEx IOCP behavior for cancelled sockets.
|
2012-05-01 19:14:31 +02:00 |
|
Erich Hoover
|
1e0b65f3a2
|
ws2_32/tests: AcceptEx IOCP initialization cleanup.
|
2012-05-01 19:14:27 +02:00 |
|
Jacek Caban
|
ab509cde5e
|
oleaut32: SysStringByteLen code clean up.
|
2012-05-01 15:29:08 +02:00 |
|
Jacek Caban
|
7fded88895
|
oleaut32: SysStringLen code clean up.
|
2012-05-01 15:28:53 +02:00 |
|
Jacek Caban
|
13db9a1662
|
jscript: Added VT_I2 tests.
|
2012-05-01 15:28:24 +02:00 |
|
Jacek Caban
|
c9c8c6165e
|
jscript: Added support for VT_I2 in invoke_prop_func.
|
2012-05-01 15:28:22 +02:00 |
|
Jacek Caban
|
da125450da
|
jscript: Added support for VT_I2 in disp_call.
|
2012-05-01 15:28:18 +02:00 |
|
Jacek Caban
|
b6a1912392
|
jscript: Added support for VT_I2 in disp_propget.
|
2012-05-01 15:28:16 +02:00 |
|
Hans Leidekker
|
9700e9c7a6
|
msi: Fix a couple of DispGetParam calls.
|
2012-05-01 14:50:03 +02:00 |
|
Hans Leidekker
|
c3e3c81bfb
|
msi: Add the Session object as a global member to custom action scripts.
|
2012-05-01 14:49:58 +02:00 |
|
Hans Leidekker
|
52738e4f93
|
msi: Remove a workaround for missing Windows Script interfaces.
|
2012-05-01 14:49:52 +02:00 |
|
Stefan Leichter
|
0c1bd482b5
|
wsnmp32: New stub dll.
|
2012-05-01 14:49:24 +02:00 |
|
Józef Kucia
|
d3068976e5
|
d3dx9: Implement conversion from DDS pixel format to D3DFORMAT.
|
2012-05-01 14:46:59 +02:00 |
|
Józef Kucia
|
4618e388e6
|
d3dx9: Add partial DDS support implementation for D3DXGetImageInfo functions.
|
2012-05-01 14:46:37 +02:00 |
|
Dmitry Timoshkov
|
542e30b531
|
gdiplus: Add more traces to font APIs.
|
2012-05-01 14:45:38 +02:00 |
|
André Hentschel
|
782c543abb
|
d3drm/tests: Add tests for handling Visuals.
|
2012-05-01 14:45:15 +02:00 |
|
André Hentschel
|
154c1658d3
|
d3drm: Implement IDirect3DRMFrameX_DeleteVisual.
|
2012-05-01 14:45:11 +02:00 |
|
André Hentschel
|
acfb249af6
|
d3drm: Implement IDirect3DRMFrameX_AddVisual.
|
2012-05-01 14:45:03 +02:00 |
|
Austin English
|
adc0518af7
|
shell32: Add a stub SHGetKnownFolderIDList.
|
2012-05-01 14:44:33 +02:00 |
|
Henri Verbeet
|
42b835754b
|
wined3d: Keep track of "all_vbo" in the stream info structure.
|
2012-05-01 14:44:15 +02:00 |
|
Henri Verbeet
|
b8f6c9cdb1
|
d3dx9: Cleanup parameter names for D3DXLoadSurfaceFromMemory().
|
2012-05-01 14:44:12 +02:00 |
|
Henri Verbeet
|
02cb4fe294
|
d3d9: Properly retrieve an interface pointer in d3d9_texture_cube_GetCubeMapSurface().
|
2012-05-01 14:44:09 +02:00 |
|
Henri Verbeet
|
c85f6c9419
|
d3d9: Properly retrieve an interface pointer in d3d9_texture_2d_UnlockRect().
|
2012-05-01 14:44:06 +02:00 |
|
Henri Verbeet
|
61dd4fa851
|
d3d9: Properly retrieve an interface pointer in d3d9_texture_2d_LockRect().
|
2012-05-01 14:44:03 +02:00 |
|
Alexandre Julliard
|
fd11023e4b
|
kernel32: Fix another overflow in GetModuleFileNameExW.
|
2012-05-01 14:43:46 +02:00 |
|
Alexandre Julliard
|
6a19d9f252
|
gdi32: Support drawing to a visible rectangle smaller than the whole bitmap in the DIB engine.
|
2012-05-01 14:28:39 +02:00 |
|
Alexandre Julliard
|
025b58870e
|
gdi32: Always pass the actual coordinates to the get_pixel_ptr functions.
|
2012-05-01 11:41:19 +02:00 |
|
Alexandre Julliard
|
41e5bc06d8
|
gdi32: Add support for clipping source coordinates to the DC device rectangle.
|
2012-04-30 22:47:35 +02:00 |
|
André Hentschel
|
d2581e6229
|
iphlpapi/tests: Add simple tests for the Get*StatisticsEx functions.
|
2012-04-30 20:03:30 +02:00 |
|
André Hentschel
|
fc2c0160fb
|
rpcrt4: Avoid shadowing pProcHeader.
|
2012-04-30 20:03:28 +02:00 |
|
Jeff Muizelaar
|
2da2f001cf
|
gdi32: Improve performance of common case of AlphaBlend.
|
2012-04-30 20:03:28 +02:00 |
|
Austin English
|
6f40cb83e9
|
user32: Make a few more functions hotpatchable.
|
2012-04-30 20:03:27 +02:00 |
|
Piotr Caban
|
30aea19e3b
|
kernel32/tests: Added IdnToUnicode tests.
|
2012-04-30 20:03:27 +02:00 |
|
Piotr Caban
|
e2f0463963
|
kernel32: Added IdnToUnicode implementation.
|
2012-04-30 20:03:26 +02:00 |
|
Piotr Caban
|
03b58f580c
|
kernel32/tests: Added IdnToAscii tests.
|
2012-04-30 20:03:26 +02:00 |
|
Piotr Caban
|
04ad71ee05
|
kernel32: Added IdnToAscii implementation.
|
2012-04-30 20:03:25 +02:00 |
|
Piotr Caban
|
60b25b7dd6
|
kernel32: Support multiple labels in IdnToNameprepUnicode.
|
2012-04-30 20:03:25 +02:00 |
|
Christian Costa
|
addf806c7c
|
dmsynth: COM cleanup of IDirectMusicSynthSink and rename parameters.
|
2012-04-30 20:03:24 +02:00 |
|
Christian Costa
|
01e4ee0ac0
|
dmsynth: Add some clock tests.
|
2012-04-30 20:03:24 +02:00 |
|
Christian Costa
|
ecc369a002
|
dmsynth: COM cleanup of IDirectMusicSynth8. Rename parameters.
|
2012-04-30 20:03:24 +02:00 |
|
André Hentschel
|
2a58169dbc
|
ntdll: Correctly handle Thumb exceptions on ARM.
|
2012-04-30 19:33:28 +02:00 |
|
Jacek Caban
|
905ede6c6d
|
wininet: Use hostname stored in server_t in NETCON_secure_connect.
|
2012-04-30 19:32:58 +02:00 |
|
Alexandre Julliard
|
d08f34cd8e
|
kernel32: Fix buffer overflows in K32GetModuleFileNameExA/W.
|
2012-04-30 14:27:13 +02:00 |
|
Hans Leidekker
|
605e0b7b41
|
msi: Add support for uninstalling global assemblies.
|
2012-04-30 11:02:28 +02:00 |
|
Hans Leidekker
|
9790edd219
|
sxs: Add locking around operations on the assembly cache.
|
2012-04-30 11:02:22 +02:00 |
|
Hans Leidekker
|
8e70f73a75
|
sxs: Implement IAssemblyCache::UninstallAssembly.
|
2012-04-30 11:02:18 +02:00 |
|
Hans Leidekker
|
b74f173e21
|
sxs: Add some helper functions.
|
2012-04-30 11:02:12 +02:00 |
|
Hans Leidekker
|
93f292506c
|
fusion: Add locking around operations on the assembly cache.
|
2012-04-30 11:01:57 +02:00 |
|
Hans Leidekker
|
6032b47443
|
fusion: CreateAssemblyNameObject is no longer a stub.
|
2012-04-30 11:01:37 +02:00 |
|
Henri Verbeet
|
c8ae37a9a9
|
d3dx9: Add a FIXME for unsupported filter types to D3DXLoadSurfaceFromMemory().
|
2012-04-30 11:01:25 +02:00 |
|
Henri Verbeet
|
5ebd6652ca
|
d3dx9: Use proper size types in D3DXLoadSurfaceFromMemory().
|
2012-04-30 11:01:21 +02:00 |
|
Henri Verbeet
|
605e6b743c
|
d3d9: Properly retrieve an interface pointer in d3d9_texture_2d_GetSurfaceLevel().
|
2012-04-30 11:01:16 +02:00 |
|
Henri Verbeet
|
9936ec0c1c
|
d3d9: Properly retrieve an interface pointer in IDirect3DDevice9Impl_GetStreamSource().
|
2012-04-30 11:01:13 +02:00 |
|
Henri Verbeet
|
c208d973f6
|
d3d9: Properly retrieve an interface pointer in IDirect3DDevice9Impl_GetIndices().
|
2012-04-30 11:01:09 +02:00 |
|
Francois Gouget
|
e0212511fc
|
iphlpapi/tests: Fix compilation on systems that don't support nameless unions.
|
2012-04-30 11:01:04 +02:00 |
|
Nikolay Sivov
|
fc7aea37f6
|
msxml3: Test for attribute value normalization.
|
2012-04-30 11:00:58 +02:00 |
|
Nikolay Sivov
|
9756cbf70f
|
msxml3: Use dispex support for IDispatch implementation of process instruction node.
|
2012-04-30 11:00:51 +02:00 |
|
Thomas Faber
|
58ad6fcf1f
|
jscript: Add missing port.h include for isnan.
|
2012-04-30 11:00:35 +02:00 |
|
Aric Stewart
|
f58c9661a4
|
quartz: Have DSoundRenderer use strmbase BasicAudio.
|
2012-04-30 11:00:26 +02:00 |
|
Aric Stewart
|
a01d6be69f
|
strmbase: Implement BasicAudio.
|
2012-04-30 11:00:20 +02:00 |
|
Jacek Caban
|
d53bdeca62
|
oleaut32: Added BSTR cache implementation.
|
2012-04-30 10:59:27 +02:00 |
|
Christian Costa
|
cb804ce884
|
dmusic: Implement IDirectMusicBufferImpl_Flush.
|
2012-04-27 17:08:18 +02:00 |
|
Christian Costa
|
09a2dd6a3f
|
dmusic: Implement IDirectMusicBuffer_GetStartTime and IDirectMusicBuffer_SetStartTime.
|
2012-04-27 17:08:14 +02:00 |
|
Christian Costa
|
5c5ed245aa
|
dmusic: IDirectMusicBufferImpl_GetUsedBytes.
|
2012-04-27 17:08:01 +02:00 |
|
Christian Costa
|
fbd0aba739
|
dmusic: Implement IDirectMusicBufferImpl_PackStructured.
|
2012-04-27 17:07:52 +02:00 |
|
Christian Costa
|
51942db811
|
dmusic: Handle GUID_NULL when creating IDirectMusicBuffer.
|
2012-04-27 17:07:12 +02:00 |
|
Christian Costa
|
0a588385fb
|
dmusic: Add tests for IDirectMusicBuffer.
|
2012-04-27 17:07:04 +02:00 |
|
Alexandre Julliard
|
bc6f2f8615
|
winex11: Store the DC bounds rectangle as a pointer.
|
2012-04-27 12:51:43 +02:00 |
|
Alexandre Julliard
|
3ea711dd7c
|
gdi32: Store the bounds rectangle as a pointer in the DIB driver.
|
2012-04-27 12:49:20 +02:00 |
|
Alexandre Julliard
|
3009e03df7
|
gdi32: Add a SetBoundsRect driver entry point.
|
2012-04-27 12:41:43 +02:00 |
|