Piotr Pawlow
f6600263c1
wined3d: Delete cursor texture on device reset.
2011-07-05 19:27:53 +02:00
Alexandre Julliard
99cdacb93b
msvcp90/tests: Dynamically generate a thunk to call thiscall functions.
...
It's not possible to do this correctly with inline assembly.
2011-07-05 18:07:43 +02:00
Stefan Dösinger
718c614937
wined3d: Pass a struct wined3d_fb_state * to context_apply_clear_state.
2011-07-05 17:33:56 +02:00
Stefan Dösinger
053071e343
wined3d: Pass a struct wined3d_fb_state to device_clear_render_targets.
2011-07-05 17:33:51 +02:00
Stefan Dösinger
cd96c59d91
wined3d: Track framebuffer changes.
2011-07-05 17:33:43 +02:00
Stefan Dösinger
d321959dd7
wined3d: Move FBO application into a state handler.
2011-07-05 17:33:35 +02:00
Stefan Dösinger
1aa85c96a9
wined3d: Rename the rt mask generation functions.
2011-07-05 17:33:22 +02:00
André Hentschel
9752bf8f04
mountmgr.sys: Better fixme for unsupported ioctls.
2011-07-05 16:32:13 +02:00
André Hentschel
8b733dd313
shdocvw: Add ITaskbarList[34] Interface.
2011-07-05 16:27:39 +02:00
Vincent Povirk
8c0d568c32
user32: Notify the user driver of hotkey changes.
2011-07-05 16:00:20 +02:00
Andrew Eikum
f78af0e046
winmm/tests: Don't test MCI output if no output devices are available.
2011-07-05 15:48:06 +02:00
Dylan Smith
82da77c0a6
richedit: Fix incorrect GUID values for ITextHost and ITextHost2.
2011-07-05 14:44:43 +02:00
Dylan Smith
819e1a899a
riched20/tests: Test the text services IIDs.
2011-07-05 14:44:33 +02:00
Frédéric Delanoy
e35cdaa138
dbghelp: Remove dead code (Clang).
2011-07-05 14:43:43 +02:00
Frédéric Delanoy
6ae1bfe20f
dplayx: Remove dead code (Clang).
2011-07-05 14:43:21 +02:00
Frédéric Delanoy
982e7f96b1
secur32: Remove dead code (Clang).
2011-07-05 14:42:53 +02:00
Frédéric Delanoy
f73733b8b0
crypt32: Remove dead code (Clang).
2011-07-05 14:42:40 +02:00
Dan Kegel
b732d428de
d3dcompiler_43: Don't crash on long TRACE().
2011-07-05 14:40:19 +02:00
Alex Stanev
82b7a4166f
advapi32: Set *lpSize properly in GetUserNameA.
2011-07-05 14:40:00 +02:00
Michael Stefaniuc
b09078b016
d3d9: COM cleanup for the IDirect3DPixelShader9 iface.
2011-07-05 14:30:42 +02:00
Michael Stefaniuc
704f0efe0c
d3d9: Use unsafe_impl_from_IDirect3DPixelShader9 for an app provided iface.
2011-07-05 14:30:38 +02:00
Michael Stefaniuc
db1dd90225
d3d9: COM cleanup for the IDirect3DIndexBuffer9 iface.
2011-07-05 14:30:33 +02:00
Michael Stefaniuc
875d6900c6
d3d9: Use unsafe_impl_from_IDirect3DIndexBuffer9 for an app provided iface.
2011-07-05 14:30:31 +02:00
Maarten Lankhorst
715921fea0
winegstreamer: Fix setcaps call.
2011-07-05 14:27:37 +02:00
Alistair Leslie-Hughes
5f1262825c
msxml3: clang corrections.
2011-07-05 13:53:26 +02:00
Mariusz Pluciński
92ff88155a
shell32/tests: Remove duplicated test of known folder.
2011-07-05 13:51:52 +02:00
Mariusz Pluciński
9435f3ce15
shell32: Add support of KF_REDIRECT_DEL_SOURCE_CONTENTS flag to redirection.
2011-07-05 13:51:48 +02:00
Mariusz Pluciński
104bf57c11
shell32: Add support of KF_REDIRECT_COPY_CONTENTS flag to redirection.
2011-07-05 13:51:44 +02:00
Michael Stefaniuc
638cf80c4f
d3d8: COM cleanup for the IDirect3DIndexBuffer8 iface.
2011-07-05 13:47:38 +02:00
Michael Stefaniuc
c1eeeec2d2
d3d8: Use unsafe_impl_from_IDirect3DIndexBuffer8 for an app provided iface.
2011-07-05 13:47:35 +02:00
Michael Stefaniuc
d615be8eea
d3d8: COM cleanup for the IDirect3DSurface8 iface.
2011-07-05 13:47:30 +02:00
Michael Stefaniuc
cce8294f39
d3d8: Use unsafe_impl_from_IDirect3DSurface8 for app provided ifaces.
2011-07-05 13:47:26 +02:00
Michael Stefaniuc
bdd8459a53
d3d8: Avoid an unsafe IDirect3DSurface8 to object cast.
2011-07-05 13:47:22 +02:00
Henri Verbeet
4e8c7f00f2
wined3d: Print an ERR for unknown / invalid surface locations in surface_load_location().
2011-07-05 13:46:24 +02:00
Henri Verbeet
1c3b691f10
wined3d: Introduce a separate function for loading the SFLAG_INTEXTURE and SFLAG_INSRGBTEX surface locations.
2011-07-05 13:46:20 +02:00
Henri Verbeet
cabcb362c1
wined3d: Introduce a separate function for loading the SFLAG_INDRAWABLE surface location.
2011-07-05 13:46:15 +02:00
Henri Verbeet
aacd8f8b93
wined3d: Introduce a separate function for loading the SFLAG_INSYSMEM surface location.
2011-07-05 13:46:11 +02:00
Henri Verbeet
ddc29c40e6
wined3d: Make D3DRS_ZBIAS work.
...
D3DRS_ZBIAS is poorly defined, but it makes sense that the bias should be
format independent. Looking at application behaviour, it seems to include a
slope scale factor as well. This fixes a couple of regressions introduced by
96b758f7b3
, although it was broken before as
well, just in a different way.
2011-07-05 13:46:07 +02:00
Lucas Fialho Zawacki
39684c7e3a
dinput: SetActionMap and queue_event setting mapped data.
2011-07-04 20:25:00 +02:00
Lucas Fialho Zawacki
b590090a48
dinput: SetActionMap constructing a dataformat for keyboard and mouse.
2011-07-04 20:24:48 +02:00
Lucas Fialho Zawacki
83aded2754
dinput: Keyboard and mouse implementation of BuildActionMap.
2011-07-04 20:24:10 +02:00
Lucas Fialho Zawacki
542a2849c0
dinput8/tests: BuildActionMap and input tests for mouse.
2011-07-04 20:23:09 +02:00
Gerald Pfeifer
8bdcf75b09
strmbase: Mark TransformFilter_QualityControlImpl_Notify static.
2011-07-04 20:22:44 +02:00
André Hentschel
a7c1b5f02e
wined3d: Remove dead code (clang).
2011-07-04 19:06:51 +02:00
André Hentschel
ee44ff9597
imm32: Remove redundant check.
2011-07-04 19:06:15 +02:00
Jacek Caban
547cc07961
shobjidl.idl: Added some missing coclasses.
2011-07-04 13:45:27 +02:00
Jacek Caban
dbba09ca29
audiopolicy.idl: Fixed SetGroupingParam declaration.
2011-07-04 13:45:14 +02:00
Henri Verbeet
5d6f29818f
wined3d: Get rid of the GL_SupportedExt typedef.
2011-07-04 13:44:52 +02:00
Henri Verbeet
82d74d563a
wined3d: Get rid of the tex_op_args typedef.
2011-07-04 13:44:47 +02:00
Henri Verbeet
b1664a2c85
wined3d: Get rid of some IWineD3D* references.
2011-07-04 13:44:41 +02:00
Henri Verbeet
0c716b77e5
wined3d: Move some enums to directx.c.
2011-07-04 13:44:29 +02:00
Henri Verbeet
8f6ae4ba38
wined3d: Get rid of some macros.
2011-07-04 13:44:25 +02:00
Piotr Caban
1226422a08
shell32: Implement folder renaming in SHBrowseForFolder.
2011-07-04 13:43:45 +02:00
Piotr Caban
74c47d0a67
shell32: Implement "make new folder" functionality in SHBrowseForFolder.
2011-07-04 13:43:42 +02:00
Piotr Caban
f984d4d7f9
shell32: Update currently selected folder in SHBrowseForFolder dialog.
2011-07-04 13:43:34 +02:00
André Hentschel
9cd2d61b6e
user32: Remove dead code (clang).
2011-07-04 13:43:17 +02:00
Nikolay Sivov
4843cff6ef
user32/tests: Test that class data is set with wrong size value too.
2011-07-04 13:42:29 +02:00
Nikolay Sivov
3969416808
comctl32/tests: Test more return values in tests (Clang).
2011-07-04 13:41:13 +02:00
Nikolay Sivov
6cf25732dd
comctl32/monthcal: Remove unused variable (Clang).
2011-07-04 13:41:05 +02:00
Nikolay Sivov
7445dcee05
comctl32/treeview: Remove redundant initializer (Clang).
2011-07-04 13:41:00 +02:00
Nikolay Sivov
7d31d39f00
comctl32/tab: Make WM_RBUTTONUP reach default window procedure.
2011-07-04 13:40:43 +02:00
Daniel Verkamp
fcd04e5987
msvcrt/tests: Add test for _get_pgmptr.
2011-07-04 13:40:27 +02:00
Daniel Verkamp
1357589eca
msvcrt: Add _get_pgmptr and _get_wpgmptr.
2011-07-04 13:39:58 +02:00
Dylan Smith
d621accbea
d3dx9/tests: Added tests for rounding of denormalized number for D3DXFloat32To16Array.
2011-07-04 13:39:24 +02:00
Dylan Smith
cac35191b9
d3dx9: Implement D3DXFloat32To16Array.
...
Derived from patch submitted by Misha Koshelev.
Corrected rounding of denormalized numbers.
2011-07-04 13:39:15 +02:00
André Hentschel
38c13e56a7
shell32: Add stub for SetCurrentProcessExplicitAppUserModelID.
2011-07-01 20:26:42 +02:00
André Hentschel
7673d67c1e
imm32: Test and fix ImmIsUIMessageA/W.
2011-07-01 20:22:08 +02:00
Louis Lenders
9916931d41
httpapi: Add stub for HttpCreateHttpHandle.
2011-07-01 20:20:25 +02:00
Alexandre Julliard
7654688886
kernel32/tests: Add tests for file sharing with file-specific access bits.
2011-07-01 18:33:37 +02:00
Alexandre Julliard
d0f3d06172
kernel32/tests: Get rid of the Win9x support in the file sharing tests.
2011-07-01 18:33:37 +02:00
Lauri Kenttä
46328eff5e
netapi32: Fix h_addr_list handling.
2011-07-01 17:31:05 +02:00
Austin English
eba8216fcc
ws2_32: Define sipx_network / sipx_node for DragonFly BSD.
2011-07-01 17:29:37 +02:00
Rico Schüller
7e7549abc5
d3dx9: Handle ST_PARAMETER in d3dx9_parse resource().
2011-07-01 14:39:37 +02:00
Rico Schüller
05eef50e22
d3dx9: Handle ST_FXLC in d3dx9_parse_resource().
2011-07-01 14:39:37 +02:00
Francois Gouget
db36599aff
shell32: Remove WINAPI on static functions where not needed.
2011-07-01 14:39:37 +02:00
Mariusz Pluciński
08186a9c26
shell32: Check for known folder existance.
2011-07-01 14:39:36 +02:00
Mariusz Pluciński
e1dc5447e8
shell32: IKnownFolder::SetPath modified to use redirection instead of overwriting original path.
2011-07-01 14:39:36 +02:00
Hans Leidekker
823560d472
msi: Get rid of the remaining tabs.
2011-07-01 14:39:36 +02:00
Hans Leidekker
7d677fc327
msi: Delay creating local installer and patch packages until the product is registered.
2011-07-01 14:39:36 +02:00
Hans Leidekker
791fe136a9
msi: Remove directories after removing all files.
2011-07-01 14:39:36 +02:00
Hans Leidekker
12a55d9190
msi/tests: Clean up the local package in test_register_product.
2011-07-01 14:39:36 +02:00
Hans Leidekker
395887b684
msi/tests: Remove a test.
...
This test shows that native fails to remove an empty directory under
certain conditions. I don't see why we should replicate this behavior.
2011-07-01 14:39:36 +02:00
Hans Leidekker
b32c643c18
msi: Handle escaped double quotes in command line parsing.
2011-07-01 14:39:36 +02:00
Hans Leidekker
2cbeb20d39
msi: Use an enum to represent folder states.
2011-07-01 14:39:36 +02:00
Hans Leidekker
8ff57beb0e
msi: Perform a full uninstall if no feature resolves to INSTALLSTATE_LOCAL.
2011-07-01 14:39:36 +02:00
Michael Stefaniuc
92f29035d8
quartz: COM cleanup for the IMediaPosition iface.
2011-07-01 14:39:36 +02:00
Michael Stefaniuc
482879462a
quartz: COM cleanup for the IGraphConfig iface.
2011-07-01 14:39:36 +02:00
Michael Stefaniuc
13626d06e6
quartz: COM cleanup for the IMediaEventSink iface.
2011-07-01 14:39:36 +02:00
Michael Stefaniuc
e97b34b26e
quartz: COM cleanup for the IMediaFilter iface.
2011-07-01 14:39:36 +02:00
Michael Stefaniuc
eca149bb4b
quartz: COM cleanup for the IMediaEventEx iface.
2011-07-01 14:39:36 +02:00
Michael Stefaniuc
6d929c71b6
quartz: COM cleanup for the IVideoWindow iface.
2011-07-01 14:39:36 +02:00
Michael Stefaniuc
a37208ba96
quartz: COM cleanup for the IBasicVideo2 iface.
2011-07-01 14:39:35 +02:00
Michael Stefaniuc
8d52dffc6d
quartz: COM cleanup for the IBasicAudio iface.
2011-07-01 14:39:35 +02:00
Michael Stefaniuc
deb489c2d2
quartz: COM cleanup for the IMediaSeeking iface.
2011-07-01 14:39:35 +02:00
Michael Stefaniuc
6c3e62fdaf
quartz: COM cleanup for the IMediaControl iface.
2011-07-01 14:39:35 +02:00
Michael Stefaniuc
2d589407b3
quartz: Pass the object instead of the iface to an internal helper.
2011-07-01 14:39:35 +02:00
Michael Stefaniuc
f888eb9135
quartz: COM cleanup for the IFilterGraph2 iface.
2011-07-01 14:39:35 +02:00
Henri Verbeet
c20b23eb00
wined3d: Make the surface parameter to context_surface_update() const.
2011-07-01 14:39:35 +02:00
Henri Verbeet
2257a70e37
wined3d: Make the device parameter to context_resource_unloaded() const.
2011-07-01 14:39:35 +02:00
Henri Verbeet
6894d8022a
wined3d: Make the device parameter to context_resource_released() const.
2011-07-01 14:39:35 +02:00
Henri Verbeet
53b99dde14
wined3d: Make the device and surface parameters to context_enum_surface_fbo_entries() const.
2011-07-01 14:39:35 +02:00
Henri Verbeet
b3b1d20562
wined3d: Make the context parameter to context_check_fbo_status() const.
2011-07-01 14:39:35 +02:00
Michael Stefaniuc
c2c0bec0e3
shell32: Don't pass an unitialized size to RegGetValue().
2011-07-01 14:39:35 +02:00
Misha Koshelev
a6b40624db
d3dx9_36: Implement and add tests for D3DXFloat16To32Array.
2011-07-01 14:39:22 +02:00
Frédéric Delanoy
c7a46f5d3e
hhctrl.ocx: Remove misplaced semicolon after an if condition.
2011-06-30 17:23:28 +02:00
Mariusz Pluciński
7340dcdb6d
shell32: Add support of known folders redirection to GetPath.
2011-06-29 14:24:53 -05:00
Mariusz Pluciński
e554ee7fb4
shell32: Add support of known folders redirection to Redirect.
2011-06-29 14:24:43 -05:00
Mariusz Pluciński
4c0959b9d6
shell32: Add support of parent folder to GetPath.
2011-06-29 14:23:41 -05:00
Mariusz Pluciński
06f706a068
shell32: Add support of parent folder to RegisterFolder.
2011-06-29 14:23:36 -05:00
Mariusz Pluciński
43769da95e
shell32/tests: Modify tests of redirection to check more advanced features.
2011-06-29 14:23:28 -05:00
Piotr Caban
8c42ac319a
comctl32: Fixed tab elements recognition.
2011-06-29 14:23:04 -05:00
Aric Stewart
3414d0ea0e
hhctrl.ocx: Improve parsing of incoming file specs to HtmlHelp.
2011-06-29 14:22:38 -05:00
Andrew Eikum
a700f9e0fc
winmm: Pull wave and mixer functions into their own source file.
2011-06-29 10:24:04 -05:00
Andrew Eikum
79575d33ad
winmm/tests: Remove uninteresting tests.
2011-06-29 10:23:01 -05:00
Andrew Eikum
7d82403f05
dsound: Inform the driver if we are in emulation mode or not.
2011-06-29 10:22:57 -05:00
Henri Verbeet
a8de1272da
wined3d: Make the context parameter to context_attach_depth_stencil_fbo() const.
2011-06-29 10:08:44 -05:00
Henri Verbeet
0bae611bf5
wined3d: Make the context parameter to context_create_fbo_entry() const.
2011-06-29 10:08:39 -05:00
Henri Verbeet
12be5afd92
wined3d: Get rid of the glsl_sample_function_t typedef.
2011-06-29 10:08:34 -05:00
Henri Verbeet
8fa44dd76d
wined3d: Get rid of the glsl_src_param_t typedef.
2011-06-29 10:08:28 -05:00
Henri Verbeet
3f62b618c4
wined3d: Get rid of the glsl_dst_param_t typedef.
2011-06-29 10:08:19 -05:00
Alistair Leslie-Hughes
24d77c263d
msxml3: Improve namespace tests to highlight get nodeName issue.
2011-06-29 10:08:11 -05:00
Austin Lund
0ad6c2deb9
ntoskrnl.exe: Made KdDebuggerEnabled a boolean and set to false.
2011-06-29 10:07:55 -05:00
André Hentschel
3a183a42df
dbghelp: Only declare deltapc for i386.
2011-06-29 10:07:24 -05:00
Rico Schüller
32bba812df
d3dx9: Fix ID3DXEffect::SetStateManager().
2011-06-28 16:52:28 -05:00
Vincent Povirk
d59c3d45e3
gdiplus: Use DrawDriverString to draw the text in DrawString.
2011-06-28 16:52:21 -05:00
Vincent Povirk
6cc7e7f7c4
gdiplus: Implement GdipMeasureDriverString.
2011-06-28 16:46:16 -05:00
Vincent Povirk
640c7b5e4f
gdiplus: Test MeasureDriverString with a character that has an underhang.
2011-06-28 16:46:12 -05:00
Vincent Povirk
0ec9d398a5
gdiplus: Fix the order of arguments to expectf in test_string_functions.
2011-06-28 16:46:05 -05:00
Dylan Smith
ced4c38324
ddraw: Partially revert a struct copy change to fix a regression.
...
Commit 3871329872
caused the regression.
2011-06-28 16:45:56 -05:00
André Hentschel
84d68639be
shdocvw: Add ITaskbarList2 Interface.
2011-06-28 16:45:56 -05:00
Damjan Jovanovic
ec2f513690
rpcrt4: Implement RpcNetworkInqProtseqs.
2011-06-28 16:45:56 -05:00
Lucas Fialho Zawacki
2fe9f14b29
dinput: SetActionMap setting the device buffer.
2011-06-28 16:45:56 -05:00
Lucas Fialho Zawacki
636cc9acff
dinput8/tests: Testing BuildActionMap and SetActionMap with keyboard input.
2011-06-28 16:45:56 -05:00
Lucas Fialho Zawacki
0f17c828f7
dinput: EnumDevicesBySemantics enumerating keyboard and mouse with priority flags.
2011-06-28 16:45:55 -05:00
Lucas Fialho Zawacki
3ed476caac
dinput8/tests: Test EnumDevicesBySemantics mouse and keyboard enumeration with flags.
2011-06-28 16:45:55 -05:00
Stefan Dösinger
a27adc478a
wined3d: Update the vertex shader when the clipplanes are changed.
2011-06-28 11:57:51 -05:00
Marcus Meissner
6b90f27d8f
comctl32: Fixed strncpy (Coverity).
2011-06-28 11:57:51 -05:00
Ričardas Barkauskas
e5d69ba923
ddraw: Separate IDirectDrawGammaControl reference count.
2011-06-28 11:57:51 -05:00
Ričardas Barkauskas
90112e97ea
ddraw: Move IDirect3DTexture and IDirect3DTexture2 to IDirectDrawSurface reference counts.
2011-06-28 11:57:50 -05:00
Ričardas Barkauskas
5f6d7021aa
ddraw: Separate IDirectDrawSurface and IDirectDrawSurface7 reference counts.
2011-06-28 11:57:50 -05:00
Ričardas Barkauskas
9190d349d2
ddraw: Separate IDirectDrawSurface4 reference count.
2011-06-28 11:57:50 -05:00
Ričardas Barkauskas
3b50ad82ad
ddraw: Fix SetRenderTarget behaviour on failure.
2011-06-28 11:57:50 -05:00
Ričardas Barkauskas
c7e5e6d2b5
ddraw: Use ddraw_surface_release_iface to destroy leftover surfaces.
2011-06-28 11:57:50 -05:00
André Hentschel
7521ae4291
user32: Use more meaningful variable names.
2011-06-28 11:57:50 -05:00
Austin English
1344aec642
kernel32: Stub a few of the numa functions.
2011-06-28 11:57:50 -05:00
Huw Davies
aa34b2fb77
gdi32: Construct the EGA palette from the default palette.
2011-06-28 10:19:02 -05:00
Piotr Caban
8669fa7308
comctl32: Make iterator_remove_common_items working on one range iterators.
2011-06-28 10:18:57 -05:00
Henri Verbeet
ebcf08e59a
wined3d: Properly destroy contexts not owned by the implcit swapchain.
...
In particular, set num_contexts to 0 in the swapchain that owns the contexts.
2011-06-28 10:18:37 -05:00
Henri Verbeet
560d5188b7
wined3d: Make the rts and ds parameters to context_validate_rt_config() const.
2011-06-28 10:18:30 -05:00
Henri Verbeet
64bf19d07b
wined3d: Make the generate_rt_mask_no_fbo() parameters const.
2011-06-28 10:18:26 -05:00
Henri Verbeet
b9721600dc
wined3d: Make the target parameter to generate_rt_mask_from_surface() const.
2011-06-28 10:18:20 -05:00
Henri Verbeet
4725d4bb99
wined3d: Make the depth_stencil parameter to context_validate_onscreen_formats() const.
2011-06-28 10:18:15 -05:00
Alexandre Julliard
30cb179fe2
ntdll: Encode the function pointers in the vectored handler list.
2011-06-28 08:01:58 -05:00
Vincent Povirk
c0682a26d2
gdiplus: Add test for GdipMeasureDriverString.
2011-06-27 16:59:08 -05:00
Stefan Dösinger
5e97e22951
wined3d: Separate stream sources and vertex declaration.
...
Changing the stream sources does not require a reapplication of the
vertex declaration. Even setting a NULL vertex buffer doesn't make
attributes disappear - it just causes a segfault on Windows.
2011-06-27 16:43:24 -05:00
Stefan Dösinger
9ed6dc9144
wined3d: Don't set FBO attachment filtering to GL_NEAREST.
...
The min and mag filters should not have any effect when rendering to
textures. This code was once needed to work around a bug in the Nvidia
driver. Changing the texture filter states is expensive and makes it
harder to apply the FBO state only when needed.
2011-06-27 16:43:08 -05:00
Marcus Meissner
5cf0b44d06
urlmon: Fixed array size check (Coverity).
2011-06-27 16:42:17 -05:00
Detlef Riekenberg
4d1a28b299
jscript/tests: Fix copy & paste typos.
2011-06-27 16:41:52 -05:00
Detlef Riekenberg
738120efa2
jscript: Support also VT_UI4 in debugstr_variant.
2011-06-27 16:41:46 -05:00
Dylan Smith
3d7af6a334
d3dx9/tests: Fix comparison that expects NAN, since NAN != NAN.
2011-06-27 16:41:05 -05:00
Aric Stewart
cf40ef178e
usp10: Restart Indic syllable processing immediately after malformed syllable.
2011-06-27 15:08:16 -05:00
Alexandre Julliard
75c70dcd77
msvcp90: Make sure an exported variable is initialized.
2011-06-27 15:07:30 -05:00
Piotr Caban
7e3103199c
comctl32: Prevent double theme closing when WM_DESTROY is called many times.
2011-06-27 15:07:14 -05:00
Piotr Caban
7d17bc55eb
comctl32: Make themed button hot when mouse is over it.
2011-06-27 15:07:04 -05:00
Piotr Caban
d2c9a5cfae
comctl32: Improved setting button state.
2011-06-27 15:06:57 -05:00
Piotr Caban
f831f77515
comctl32: Use vssym32.h instead of tmschema.h.
2011-06-27 15:06:49 -05:00
Piotr Caban
371cff4883
user32: Don't redeclare button state macros.
2011-06-27 15:04:55 -05:00
John Edmonds
ed1788bad0
ddraw: Warning message about an invalid structure size will now print the structure's size.
2011-06-27 15:03:55 -05:00
Rico Schüller
bc59705aca
d3dx9: Implement ID3DXEffect::EndPass().
2011-06-27 13:32:14 -05:00
Rico Schüller
b7919e65fd
d3dx9: Implement ID3DXEffect::SetTechnique().
2011-06-27 13:32:07 -05:00
Rico Schüller
69c3b4baf6
d3dx9: Implement ID3DXEffect::GetCurrentTechnique().
2011-06-27 13:31:59 -05:00
Rico Schüller
fb6c973b4b
d3dx9: Implement ID3DXEffect::BeginPass().
2011-06-27 13:31:49 -05:00
Rico Schüller
a63be635fc
d3dx9: Implement ID3DXEffect::Begin().
2011-06-27 13:31:36 -05:00
Rico Schüller
f37302ed8a
d3dx9: Fix light range spelling.
2011-06-27 13:31:20 -05:00
Huw Davies
bc653ce204
gdi32: Fix the 8 bpp generated colour table.
2011-06-27 13:29:48 -05:00
Huw Davies
163dfd148b
gdi32: Simplify colour table generation.
2011-06-27 13:29:44 -05:00
Marcus Meissner
90970651d3
msi: Remove superflous NULL check (Coverity).
2011-06-27 13:29:09 -05:00
Marcus Meissner
59f8cfeb22
msi: Removed useless NULL check (Coverity).
2011-06-27 13:28:59 -05:00
Marcus Meissner
5574b64ede
krnl386.exe16: pSeg might be NULL (Coverity).
2011-06-27 13:28:42 -05:00
Marcus Meissner
8e5c79e439
d3d9: Remove superflous NULL checks (Coverity).
2011-06-27 13:28:13 -05:00
Marcus Meissner
a6b714d082
ddrawex: Remove superflous NULL checks, add error skips (Coverity).
2011-06-27 13:28:05 -05:00
Marcus Meissner
e4d63f7711
dmstyle: Reverse NULL check and deref (Coverity).
2011-06-27 13:27:57 -05:00
Marcus Meissner
4e4aeeadaf
gameux: Revert NULL ptr check and deref (Coverity).
2011-06-27 13:27:51 -05:00
Marcus Meissner
2395ea98bb
ole32: Access the array entry, not the array (Coverity).
2011-06-27 13:27:37 -05:00
Marcus Meissner
3f42609042
quartz: Removed useless NULL check (Coverity).
2011-06-27 13:27:24 -05:00
Marcus Meissner
67ae245a77
strmbase: Move NULL check up a bit (Coverity).
2011-06-27 13:27:17 -05:00
Marcus Meissner
8279e753b8
shell32: Remove superflous NULL check (Coverity).
2011-06-27 13:27:12 -05:00
Marcus Meissner
5b80d1beea
oleaut32: Unshadow cmp to make code work (Coverity).
2011-06-27 13:26:32 -05:00
Jacek Caban
7ccbbd86ba
urlmon: Use CoInternetParseIUri instead of IUri::GetPath in file protocol handler implementation.
2011-06-27 13:09:48 -05:00
Jacek Caban
8f3c3ca35c
mshtml: Added IUri-based nsIURI::SetPort implementation.
2011-06-27 13:09:47 -05:00
Jacek Caban
25a40601fa
mshtml: Get rid of wine_url in nsWineURI object.
2011-06-27 13:09:47 -05:00
Jacek Caban
69f4a1bf76
mshtml: Make sure we always create nsWineURI with valid IUri.
2011-06-27 13:09:47 -05:00
Francois Gouget
95d769a047
Assorted spelling fixes.
2011-06-27 13:09:47 -05:00
Francois Gouget
b47e6f1bef
vbscript: Make VBScriptFactory_CreateInstance() static.
2011-06-27 13:09:47 -05:00
Francois Gouget
49484479bd
d3dx9_36/tests: Add a trailing '\n' to an ok() call.
2011-06-27 13:09:47 -05:00
Francois Gouget
bdadc5d056
d3dx9_36: Add a trailing '\n' to some TRACE() calls.
2011-06-27 13:09:47 -05:00
Francois Gouget
dddac58a98
shell32: Update a comment.
2011-06-27 13:09:47 -05:00
Francois Gouget
71e41b81dd
d3dx9_36: Fix compilation on systems that don't support nameless structs/unions.
2011-06-27 13:09:21 -05:00
Dylan Smith
f73e0f05ef
d3dx9/tests: Avoid using FP_NAN for portability.
2011-06-24 13:25:48 -05:00
Travis Athougies
59e0573a7b
d3dx9_36: Added stub implementation of D3DXSaveSurfaceToFileInMemoryA and D3DXSaveSurfaceToFileInMemoryW.
2011-06-24 13:17:37 -05:00
Travis Athougies
4434becd03
d3dx9_36: Added stub D3DXCreateCubeTextureFromFileInMemory.
2011-06-24 13:17:32 -05:00
Jay Yang
30fa4cb5d0
comctl32: Make ComboBoxEx send CBEN_ENDEDIT when selecting from the dropdown list.
2011-06-24 13:13:24 -05:00
Mariusz Pluciński
1c7240ba4e
shell32: Add IKnownFolder::SetPath() implementation.
2011-06-24 12:11:57 -05:00
Mariusz Pluciński
5e90301bc2
shell32: Add implementation of IKnownFolder::GetCategory.
2011-06-24 12:11:53 -05:00
Mariusz Pluciński
efc1162eb7
shell32/tests: Add test of IKnownFolder::GetCategory for custom known folder.
2011-06-24 12:11:50 -05:00
Stefan Dösinger
1bc01f8f87
wined3d: Get rid of the has_signature_idx field in the ARB ps private data.
2011-06-24 11:58:11 -05:00
Stefan Dösinger
3a3b482864
wined3d: Fix a typo in compare_sig in the arb backend.
2011-06-24 11:58:04 -05:00
Maarten Lankhorst
f991daf188
quartz: Skip filtergraph tests when filtergraph cannot be created.
2011-06-24 11:57:05 -05:00
Aric Stewart
df16d37b67
usp10: Correct Pre Base glyph index shifting.
2011-06-24 11:56:34 -05:00
Jacek Caban
01653331be
urlmon: Added CoInternetIsFeatureEnabledForUrl stub implementation.
2011-06-24 08:51:28 -05:00
Huw Davies
e2f1bd4f8f
gdi32/tests: Show that Get/SetDIBits ignore the layout mode.
2011-06-24 08:51:20 -05:00
Jacek Caban
7a0363cd94
mshtml: Use IUri instead of wine_url in before_async_open.
2011-06-24 08:51:08 -05:00
Jacek Caban
f7b8eccd5f
mshtml: Use CreateURLMonikerEx2 for creating URL moniker.
2011-06-24 08:51:01 -05:00
Jacek Caban
8646cd772b
urlmon: Use proper IUri in BindToObject implementation.
2011-06-24 08:50:52 -05:00
Jacek Caban
cca52128bd
urlmon: Use proper IUri in BindToStorage implementation.
2011-06-24 08:50:42 -05:00
Jacek Caban
649c1793c0
urlmon: Added support for IUri in IMoniker::Load implementation.
2011-06-24 08:50:33 -05:00
Jacek Caban
e6bc4cea2c
urlmon: Added more CreateURLMoniker* tests.
2011-06-24 08:50:24 -05:00
Jacek Caban
c519159f5d
urlmon: Added CreateURLMonikerEx2 implementation.
2011-06-24 08:50:15 -05:00
Jacek Caban
13a79378b0
urlmon: Added IUriContainer::GetIUri implementation.
2011-06-24 08:50:07 -05:00
Jacek Caban
7cb30ca57d
urlmon: Properly support dwFlags argument in CreateURLMonikerEx.
2011-06-24 08:50:00 -05:00
Jacek Caban
c9f821ef6f
urlmon: Reimplement CreateURLMonikerEx on top of IUri APIs.
2011-06-24 08:49:52 -05:00
Henri Verbeet
c461d312ba
wined3d: Request per-surface palettes in the client libs.
2011-06-24 08:49:48 -05:00
Henri Verbeet
b296f181dd
wined3d: Explicitly set surface alignment in the client libs.
...
Instead of using dxVersion.
2011-06-24 08:49:42 -05:00
Henri Verbeet
fd8dbf0847
wined3d: Make the surface parameter to surface_get_gl_buffer() const.
2011-06-24 08:49:34 -05:00
Henri Verbeet
0ce282edf7
wined3d: Make the surface parameter to surface_is_offscreen() const.
2011-06-24 08:49:28 -05:00
Hans Leidekker
0b2bd0c903
msi: Count progress in units of 512 bytes.
2011-06-23 10:00:13 +02:00
Hans Leidekker
ac994860af
msi: Make sure reported progress adds up to projected progress.
2011-06-23 10:00:09 +02:00
Hans Leidekker
ebf323cfcb
msi: Add support for running the progress bar backwards.
2011-06-23 10:00:02 +02:00
Hans Leidekker
d1ae506e40
msi: Don't subscribe more than once to the same control event.
2011-06-23 09:59:56 +02:00
Hans Leidekker
838614c7ec
msi: Don't update the progress bar in schedule_install_files.
2011-06-23 09:59:52 +02:00
Dylan Smith
01ff07e2e1
d3dx9/tests: Added tests for D3DXCreateSkinInfo.
2011-06-23 09:59:40 +02:00
Dylan Smith
69cf5e4d8e
d3dx9: Implement GetBoneOffsetMatrix and SetBoneOffsetMatrix.
2011-06-23 09:59:37 +02:00
Dylan Smith
1a1fa9a42d
d3dx9: Implement ID3DXSkinInfo::GetBoneName and SetBoneName.
2011-06-23 09:59:35 +02:00
Dylan Smith
209ce3233d
d3dx9: Implement ID3DXSkinInfo bone influence getting and setting.
2011-06-23 09:59:33 +02:00
Dylan Smith
999d043e57
d3dx9: Implement D3DXCreateSkinInfo functions.
2011-06-23 09:59:31 +02:00
Dylan Smith
7e403aac73
d3dx9: Add stubs for D3DXCreateSkinInfo functions.
2011-06-23 09:59:16 +02:00
Jacek Caban
e135972fd1
urlmon: Use BSTR for URLName in URLMoniker object.
2011-06-23 09:52:53 +02:00
Jacek Caban
6862697acb
urlmon: Fixed handling empty URIs.
2011-06-23 09:52:50 +02:00
Henri Verbeet
c3c131ab34
wined3d: Only invalidate STATE_STREAMSRC for bound buffers.
2011-06-23 09:47:35 +02:00
Henri Verbeet
c4da128b8f
wined3d: Make the device and target parameters to FindContext() const.
2011-06-23 09:47:34 +02:00
Henri Verbeet
5a26da1d19
wined3d: Make the wined3d_shader_context shader pointer const.
2011-06-23 09:47:34 +02:00
Henri Verbeet
330ffc83f2
d3d8: Implement IDirect3DVolume8 private data handling on top of wined3d_resource.
2011-06-23 09:47:34 +02:00
Henri Verbeet
52fd36b68b
d3d9: Implement IDirect3DVolume9 private data handling on top of wined3d_resource.
2011-06-23 09:47:34 +02:00
Travis Athougies
7a8a7b920e
d3dx9_36/tests: Added tests for constant table samplers.
2011-06-23 09:47:34 +02:00
Travis Athougies
a76ac0a894
d3dx9_36: Implemented support for samplers in ID3DXConstantTable.
2011-06-23 09:47:34 +02:00
Travis Athougies
4eeba43168
d3dx9_36/tests: Fixed constant table sizes in shader.c.
2011-06-23 09:47:33 +02:00
Aric Stewart
152d179149
usp10: Non modern Indic fonts want blwf applied pre and post base.
2011-06-23 09:47:33 +02:00
Aric Stewart
1fed1473a0
usp10: Update Indic framework to handle non-modern fonts.
2011-06-23 09:47:33 +02:00
Piotr Caban
39ace9e138
msvcp: Sync spec files.
2011-06-23 09:08:30 +02:00
Piotr Caban
3f9179ad3e
msvcp90: Added older version of basic_string::_Tidy function.
2011-06-23 09:08:25 +02:00
Piotr Caban
50b7da01de
msvcp90: Export already implemented basic_string private functions.
2011-06-23 09:08:23 +02:00
Piotr Caban
9e9d3cc902
msvcp90: Added basic_string operator!= implementation.
2011-06-23 09:08:20 +02:00
Piotr Caban
ab7914ce96
msvcp90: Added basic_string operator== implementation.
2011-06-23 09:08:18 +02:00
Piotr Caban
bd77b96855
msvcp90: Added basic_string::last_index_of implementation.
2011-06-23 09:08:16 +02:00
Huw Davies
016b7c53dc
comdlg32: When changing printers, only preserve the paper/bin settings if the new printer has the original setting available.
2011-06-22 17:52:45 +02:00
Mariusz Pluciński
c9b70e6650
shell32: Add IKnownFolder::GetPath support.
2011-06-22 16:21:11 +02:00
Mariusz Pluciński
4fd24bc20e
shell32: Fix typo.
2011-06-22 16:20:57 +02:00
Mariusz Pluciński
ed29ff8c3b
shell32: Add support of registry-registered folders to IKnownFolderManager::GetFolder.
2011-06-22 16:20:47 +02:00
Mariusz Pluciński
c5bf1977f2
shell32: Add IKnownFolderManager::UnregisterFolder implementation.
2011-06-22 16:20:26 +02:00
Mariusz Pluciński
7a3b53ab68
shell32: Add IKnownFolderManager::RegisterFolder implementation.
2011-06-22 16:20:19 +02:00
Alexandre Julliard
c1a712afe0
d3dx9: Update the spec files.
2011-06-22 16:13:51 +02:00
Travis Athougies
ab5e8aed5a
d3dx9_36/tests: Added tests for ID3DXConstantTable_Set* functions.
2011-06-22 16:13:51 +02:00
Travis Athougies
4a412c1b83
d3dx9_36: Implemented ID3DXConstantTable_SetMatrix and ID3DXConstantTable_SetMatrixArray.
2011-06-22 16:13:51 +02:00
Travis Athougies
9c138a182a
d3dx9_36: Implemented ID3DXConstantTable_SetVector and ID3DXConstantTable_SetVectorArray.
2011-06-22 16:13:51 +02:00
Travis Athougies
73272d1664
d3dx9_36: Implemented ID3DXConstantTable_SetIntArray and ID3DXConstantTable_SetInt.
2011-06-22 16:13:51 +02:00
Travis Athougies
3fdcce1863
d3dx9_36: Implemented ID3DXConstantTable_SetFloatArray and ID3DXConstantTable_SetFloat.
2011-06-22 16:13:51 +02:00
Piotr Caban
ab612bc650
msvcp90: Added basic_string_char::find_first_of implementation.
2011-06-22 16:12:48 +02:00
Piotr Caban
b8606c82ee
msvcp90: Added _Lockit class implementation.
2011-06-22 16:12:42 +02:00
Piotr Caban
00f7683ea7
msvcp90: Added locale class stub.
2011-06-22 16:12:33 +02:00
Piotr Caban
ac978ea85e
msvcp90: Added locale::_Locimp class stub.
2011-06-22 15:31:22 +02:00
Piotr Caban
198162fbe5
msvcp90: Added std::locale::id class stub.
2011-06-22 15:31:12 +02:00
Piotr Caban
95891e4f56
msvcp90: Added std::locale::facet class stub.
2011-06-22 15:29:54 +02:00
Matteo Bruni
32787ec0dd
wined3d: Fix draw buffers tracking.
2011-06-22 15:21:43 +02:00
Matteo Bruni
0919ac3b51
wined3d: Fix context_apply_draw_buffers() with backbuffer ORM.
2011-06-22 15:21:36 +02:00
Matteo Bruni
5b67bd4fb2
wined3d: Fix context_apply_blit_state().
2011-06-22 15:21:27 +02:00
Michael Stefaniuc
e79e6e30f4
mscoree: COM cleanup in corruntimehost.c.
2011-06-22 12:58:56 +02:00
Michael Mc Donnell
39d4656b2a
d3dx9: Implement UpdateSemantics mesh method.
2011-06-22 11:29:23 +02:00
Michael Mc Donnell
4df270a8bd
d3dx9/tests: Add UpdateSemantics test.
2011-06-22 11:28:37 +02:00
Vincent Povirk
698fddf99b
gdiplus: Properly clean up the new metafile data.
2011-06-22 11:25:46 +02:00
Henri Verbeet
42db8e2bfa
wined3d: Make the context parameter to isStateDirty() const.
2011-06-22 11:25:39 +02:00
Henri Verbeet
14bc0e9ef2
wined3d: Invalidate STATE_STREAMSRC when dropping VBOs.
2011-06-22 11:25:34 +02:00
Henri Verbeet
acd8c58725
ddraw: Implement surface private data handling on top of wined3d_resource.
2011-06-22 11:25:27 +02:00
Henri Verbeet
f6bfdd47c9
d3d8: Implement IDirect3DSurface8 private data handling on top of wined3d_resource.
2011-06-22 11:25:22 +02:00
Henri Verbeet
0dd6b20af6
d3d9: Implement IDirect3DSurface9 private data handling on top of wined3d_resource.
2011-06-22 11:25:15 +02:00
Jacek Caban
a7cc9441e9
jscript: Correctly throw an exception if instanceof expression is not used on function.
2011-06-21 18:14:49 +02:00
Jacek Caban
42c2bd7bd9
jscript: Correctly handle forin statement on pure IDispatch object.
2011-06-21 18:14:47 +02:00
Aric Stewart
3d56d674aa
usp10: Correct ralf glyph offset calculation in PostBase.
2011-06-21 17:38:16 +02:00
Aric Stewart
648b7f2afa
usp10: Correct Post Base glyph index shifting.
2011-06-21 17:38:13 +02:00
Jacek Caban
0ac5c7d5d2
vbscript: Added VBScript class factory implementation.
2011-06-21 17:17:10 +02:00
Jacek Caban
bab84c0ebe
vbscript: Added Dll[Un]RegisterServer implementation.
2011-06-21 17:16:58 +02:00
Jacek Caban
c35aa01caa
vbscript: Added new DLL.
2011-06-21 17:16:07 +02:00
Jacek Caban
0227bf69a9
mshtml: Added IDispatchEx support to HTMLTitleElement object.
2011-06-21 17:13:50 +02:00
Jacek Caban
ff7e041716
mshtml: Added IHTMLTitleElement stub implementation.
2011-06-21 17:13:45 +02:00
Jacek Caban
0912436e6e
mshtml: Added IDispatchEx support to HTMLHeadElement object.
2011-06-21 17:13:33 +02:00
Jacek Caban
74e95a13b3
mshtml: Added IHTMLHeadElement stub implementation.
2011-06-21 17:13:27 +02:00
Michael Stefaniuc
7b3d1bbc4e
ole32: COM cleanup for the static object ComCatMgrImpl.
2011-06-21 17:12:15 +02:00
Ričardas Barkauskas
f0634f7a4b
ddraw: Separate IDirectDrawSurface3 reference count.
2011-06-21 17:11:53 +02:00
Ričardas Barkauskas
167ffc7b4b
ddraw: Separate IDirectDrawSurface2 reference count.
2011-06-21 17:10:55 +02:00
Ričardas Barkauskas
a9f72a3067
ddraw: Test ddraw surface reference counts a bit more.
2011-06-21 17:10:26 +02:00
Ričardas Barkauskas
104e68da45
ddraw: Use helper function to delete attached surfaces.
2011-06-21 17:10:17 +02:00
Ričardas Barkauskas
ec754ab98b
ddraw: AddRef the surface in AddAttachedSurface instead of helper function.
2011-06-21 17:10:05 +02:00
Ričardas Barkauskas
4b8fd522f6
ddraw: Add iface count for IDirectSurfaceImpl.
2011-06-21 17:09:52 +02:00
Ričardas Barkauskas
8959a1395a
ddraw: Remove ddraw_set_surface_version and set surface version when initialising it.
2011-06-21 17:09:02 +02:00
Piotr Pawlow
b5e04640cc
wined3d: Use a separate mutex for wndproc_table access.
...
If CreateDevice is called with hFocusWindow belonging to another thread,
then any code that does SendMessage (or equivalent) to the window while
holding the main wined3d mutex causes a deadlock, because wined3d_wndproc
tries to acquire the same mutex for wndproc_table access.
2011-06-21 16:18:56 +02:00
Alexandre Julliard
efaa068cd1
user32: Always pass 0 as item id for WM_MEASUREITEM in menus.
2011-06-21 16:12:53 +02:00
Alexandre Julliard
33ba7c07fb
user32: Don't truncate bitmap ids in InsertMenu.
2011-06-21 16:07:00 +02:00
Alexandre Julliard
6b0d9ff1cd
server: Allow setting a zero-size clip rectangle.
2011-06-21 15:04:24 +02:00
Alexandre Julliard
b3946a0a59
winex11: Don't enable XInput for devices reporting absolute coordinates.
2011-06-21 14:51:15 +02:00
André Hentschel
dc16a01fdf
ws2_32: Handle null pointer for linger values.
2011-06-21 14:51:14 +02:00
Jörg Höhle
8db18a893b
winealsa: Avoid deadlock in AudioClient_Stop.
2011-06-21 14:51:14 +02:00
Vincent Povirk
cc0ea69867
server: Post WM_HOTKEY when a hotkey is pressed.
2011-06-21 14:51:14 +02:00
Vincent Povirk
4c83138f72
server: Implement RegisterHotKey/UnregisterHotKey.
2011-06-21 14:51:08 +02:00
Vincent Povirk
ba9231993d
user32/tests: Test that hotkeys are really replaced when using the same id/hwnd.
2011-06-21 12:27:08 +02:00
Adam Martinson
4f58e11601
msxml3: Add support for VT_BSTR|VT_BYREF in domdoc_save().
2011-06-21 12:25:33 +02:00
Adam Martinson
5ab513bd9e
msxml3: Fix a couple incorrect uses of VariantChangeType().
2011-06-21 12:24:37 +02:00
Francois Gouget
809dd1a0a2
shell32: Remove the ellipsis on the 'Wine license' button.
2011-06-21 11:31:29 +02:00
Huw Davies
404b820289
gdi32/tests: Skip the tests if the pen type is not supported.
2011-06-21 11:29:08 +02:00
Huw Davies
b5ad5d3510
gdi32: Add more broken behaviour on nt4 sp3.
2011-06-21 11:29:03 +02:00
Michael Stefaniuc
2672b0ae94
quartz: COM cleanup for the ifaces of FilterMapper3Impl.
2011-06-21 11:28:59 +02:00
Henri Verbeet
4582a0bcb3
wined3d: Make the device parameter to device_invalidate_state() const.
2011-06-21 11:25:18 +02:00
Henri Verbeet
233b8e1cf8
wined3d: Fix the STATE_BASEVERTEXINDEX state entry.
2011-06-21 11:25:15 +02:00
Henri Verbeet
265e62378f
wined3d: Validate STATE_BASEVERTEXINDEX in validate_state_table().
2011-06-21 11:25:13 +02:00
Henri Verbeet
430bac5fad
wined3d: Only bother checking block alignment for compressed surfaces in wined3d_device_update_surface().
2011-06-21 11:25:09 +02:00
Henri Verbeet
17eb3e2c74
wined3d: Initialize format block info with sane values for uncompressed formats.
2011-06-21 11:25:06 +02:00
André Hentschel
de1d35eabc
ntdll: Improved implementation of the segv handler on ARM.
2011-06-21 11:22:47 +02:00
Alexandre Julliard
71ae477493
kernel32: Avoid using a breakpoint instruction in DebugBreak().
2011-06-21 10:39:09 +02:00
Ričardas Barkauskas
4c0c0d3aeb
ddraw: Fix ddraw4_EnumSurfaces to pass correct iface in callbacks.
2011-06-20 19:33:30 +02:00
Piotr Caban
7366d159fc
comctl32: Don't redraw whole listview in double buffering mode.
2011-06-20 19:32:05 +02:00
Piotr Caban
02c224edf9
comctl32: Refresh listview after sorting.
2011-06-20 19:32:05 +02:00
Piotr Caban
1a67903b04
comctl32: Fix area invalidated by LISTVIEW_SetItemT.
2011-06-20 19:32:05 +02:00
Alexandre Julliard
adb86c5f2a
winex11: Try harder to ignore broken raw motions events caused by pointer warping.
2011-06-20 19:32:05 +02:00
Michael Stefaniuc
d2910bb7fa
quartz/tests: Simplify the file handling in filtergraph.c.
2011-06-20 19:32:05 +02:00
Michael Stefaniuc
ee9ca54eba
quartz/tests: Store the TestFilterImpl instead of its iface in IEnumPinsImpl.
2011-06-20 19:32:05 +02:00
Michael Stefaniuc
9f52e80055
quatz/tests: Pass back the object instead of the iface in createtestfilter().
2011-06-20 19:32:05 +02:00
Michael Stefaniuc
b9d5a5007a
quartz/tests: Finish the COM cleanup in filtergraph.c.
2011-06-20 19:32:05 +02:00
Michael Stefaniuc
b21c2d6522
quartz/tests: COM cleanup for the IClassFactory iface.
2011-06-20 19:32:05 +02:00
Michael Stefaniuc
6009ed4b6f
quartz/tests: COM cleanup for the IPin iface.
2011-06-20 19:32:05 +02:00
Alexandre Julliard
781ff545cf
rpcrt4: Make sure we don't try to free a pointer twice.
2011-06-20 19:32:04 +02:00
Igor Paliychuk
64d668a2bc
wininet: Convert Ukrainian resources into utf-8.
2011-06-20 19:32:04 +02:00
Igor Paliychuk
86dd443415
shlwapi: Convert Ukrainian resources into utf-8.
2011-06-20 19:32:04 +02:00
Igor Paliychuk
efecd26517
shell32: Convert Ukrainian resources into utf-8.
2011-06-20 19:32:04 +02:00
Igor Paliychuk
e272d8083c
comdlg32: Convert Ukrainian resources into utf-8.
2011-06-20 19:32:04 +02:00
Igor Paliychuk
5b19087c43
comctl32: Convert Ukrainian resources into utf-8.
2011-06-20 19:32:04 +02:00
Igor Paliychuk
e5b6f5b4ad
avifil32: Convert Ukrainian resources into utf-8.
2011-06-20 19:32:03 +02:00
Aurimas Fišeras
2e5c9b4d26
shell32: Update Lithuanian translation.
2011-06-20 19:32:03 +02:00
Michael Stefaniuc
9e50efd89f
ddraw: Use unsafe_impl_from_IDirectDrawClipper for an app provided iface.
2011-06-20 19:32:03 +02:00
Michael Stefaniuc
588ddee736
ddraw: COM cleanup for the IDirectDrawClipper iface.
2011-06-20 19:32:03 +02:00
Huw Davies
92b467cdf8
gdi32/tests: Add broken behaviour for nt4 sp3.
2011-06-20 19:32:03 +02:00
Huw Davies
6e673e1ef0
gdi32/tests: Add some broken behaviours for winxp sp1 and win2003.
2011-06-20 19:32:03 +02:00
Jerome Leclanche
66b075a0c9
winhttp: Fix a warning when compiling --without-openssl.
2011-06-20 19:32:02 +02:00