Vincent Povirk
bea0daa281
shlwapi: Implement SHRegEnumUSValue.
2010-05-19 11:17:55 +02:00
Jörg Höhle
c89853ebe5
winmm: More MIDI boundary tests & fixes.
2010-05-19 11:17:27 +02:00
Jörg Höhle
a311dff763
winmm: A NULL CALLBACK_FUNCTION is acceptable since w2k.
2010-05-19 11:17:26 +02:00
Jörg Höhle
e3869300b9
winmm: WAVE/MIDI_MAPPER (-1) is a 32 bit UINT, not 16.
2010-05-19 11:17:26 +02:00
Dmitry Timoshkov
7d3cb53cf1
gdi32: Do not use VDMX for mapping of negative font heights, based on a test case.
2010-05-18 18:44:24 +02:00
Dmitry Timoshkov
cc870dc484
user32: Paint button focus in the ODA_SELECT case too.
2010-05-18 18:44:18 +02:00
Andrew Eikum
fe92119f53
comctl32/listview: Derive subitem rect from listview origin.
2010-05-18 18:42:18 +02:00
Sven Baars
4ad98744ce
setupapi: Fix Dutch translation.
2010-05-18 18:42:10 +02:00
Maarten Lankhorst
e331a84fc0
mciqtz32: Implement MCI_STATUS_LENGTH.
2010-05-18 18:42:10 +02:00
Maarten Lankhorst
f65d4c5a47
mciqtz32: Add command table from mciavi32.
2010-05-18 18:42:10 +02:00
Jörg Höhle
f5715f96ab
imaadp32: Refine size checks.
2010-05-18 18:42:09 +02:00
Jörg Höhle
8fa84df772
winealsa: MOD_MIDIPORT has 0 voices and notes and FFFF ChannelMask.
2010-05-18 18:42:09 +02:00
Jörg Höhle
3af7e99ba0
winealsa: Supply FFFFFFFF for midiOutGetVolume, no garbage.
2010-05-18 18:42:09 +02:00
Matteo Bruni
c1f7faca45
d3dx9: Add some version-specific checks in the shader assembler.
2010-05-18 18:42:09 +02:00
Nikolay Sivov
f894862ebc
comctl32: Fix SysLink debug channel name, add a trace.
2010-05-18 18:42:09 +02:00
Michael Stefaniuc
127733ebda
dinput: Remove explicit cast to long as it happens implicitly.
...
LPDIEFFECT->rglDirection is a LPLONG.
2010-05-18 18:42:09 +02:00
Henri Verbeet
7bec8e1dcb
wined3d: Correctly translate between coordinate systems in swapchain_blit().
2010-05-18 18:42:09 +02:00
Henri Verbeet
e0d6ca57d7
wined3d: Check for offscreen contexts inside context_validate_onscreen_formats() itself.
2010-05-18 18:42:08 +02:00
Henri Verbeet
4889c33da6
wined3d: Explicitly pass the depth/stencil surface to context_validate_onscreen_formats().
...
This avoids switching to offscreen rendering in context_apply_blit_state() for
a depth buffer that isn't going to be used anyway. This switch would be
problematic for blits to the frontbuffer, since it's always onscreen. I.e.,
we'd be blitting to the screen, but with offscreen transforms.
2010-05-18 18:42:08 +02:00
Henri Verbeet
96cdab1792
wined3d: context_validate_onscreen_formats() may modify context->render_offscreen.
...
I merged this by accident in be43c867a5
.
2010-05-18 18:42:08 +02:00
Alexandre Julliard
2f614e6081
krnl386.exe: Call the 32-bit string functions that contain exception handlers.
2010-05-18 18:42:08 +02:00
Alexandre Julliard
ea596f8a5f
winex11: Force alpha channel to 0 when blitting to depth 32 from a lower depth.
2010-05-18 18:42:08 +02:00
Michael Stefaniuc
31e4cf9313
winex11.drv: Remove redundant "not NULL" check of cfgs (coccicheck).
2010-05-18 18:42:08 +02:00
Michael Stefaniuc
2721cff09e
mciwave: Remove redundant "not NULL" checks of the variables lpParms.
...
Found by coccicheck.
2010-05-18 18:42:08 +02:00
Michael Stefaniuc
6178e86a74
avifil32: Remove some redundant "not NULL" checks (coccicheck).
2010-05-18 18:42:07 +02:00
Michael Stefaniuc
989e98202f
ddraw: Remove redundant "not NULL" check of This (coccicheck).
2010-05-18 18:42:07 +02:00
Michael Stefaniuc
48e36e43dd
user32: Remove redundant not NULL check of variable item (coccicheck).
2010-05-18 18:42:07 +02:00
Michael Stefaniuc
f8bac98196
shell32: Remove redundant "not NULL" check of ppidl (coccicheck).
2010-05-18 18:42:07 +02:00
Alexandre Julliard
15efbc892b
comctl32/imagelist: Don't pre-multiply the stored image, do it only at blending time.
2010-05-18 18:42:06 +02:00
Nikolay Sivov
2c80e14eec
ole32: Use window property to store registered drop target.
2010-05-18 08:53:08 +02:00
Maarten Lankhorst
5568f33db3
quartz: Forward IMediaFilter to IMediaControl.
2010-05-18 08:50:54 +02:00
Maarten Lankhorst
44827a0336
quartz: Implement IBasicVideo get_AvgTimePerFrame.
2010-05-18 08:50:47 +02:00
Matej Špindler
515b15233e
jscript: Add Slovenian translation.
2010-05-18 08:50:26 +02:00
Matej Špindler
4ed5079b67
wininet: Update Slovenian translation.
2010-05-18 08:50:10 +02:00
Juan Lang
0b7711e545
wintrust/tests: Fix test failures when not running as administrator.
2010-05-18 08:49:52 +02:00
Juan Lang
b659dee999
winhttp: Honor security flags when verifying a certificate.
2010-05-18 08:48:35 +02:00
Juan Lang
2a569a9e89
winhttp: Store a pointer to the netconn_t in the SSL context.
2010-05-18 08:48:29 +02:00
Juan Lang
7c7d00a12f
winhttp: Store security flags in netconn_t.
2010-05-18 08:48:21 +02:00
Sven Baars
141875c84a
wineps.drv: Fix Dutch translation.
2010-05-18 08:48:04 +02:00
Julius Schwartzenberg
ba11b695e6
wined3d: Cope with the new Intel renderer string.
2010-05-18 08:47:57 +02:00
Owen Rudge
00eb092e4d
d3dx9: Implement CreateEffectFromFile/Resource functions.
2010-05-18 08:47:38 +02:00
Owen Rudge
b3523a447c
d3dx9: Implement D3DXCreateEffectCompilerFromFile/Resource.
2010-05-18 08:47:35 +02:00
Michael Stefaniuc
943eefc8fc
rpcrt4: Avoid using long.
2010-05-17 15:41:33 +02:00
Dmitry Timoshkov
184c86e774
user32: Add BM_SETSTATE/BM_SETCHECK message tests for a button, make them pass under Wine.
2010-05-17 15:41:27 +02:00
Roderick Colenbrander
ee9b409fce
wined3d: Use BltFast in UpdateSurface when desc.convert is set.
2010-05-17 14:44:09 +02:00
Roderick Colenbrander
ba8f0da271
wined3d: Remove unneeded d3dfmt_get_conv conversion constants.
2010-05-17 14:43:56 +02:00
Roderick Colenbrander
f892003194
wined3d: Set conversion flags for format descriptors having a convert function.
2010-05-17 14:43:49 +02:00
Andrey Turkin
de79a63838
kernel32: Implement CreateHardLink.
2010-05-17 14:43:26 +02:00
Mike Kaplinskiy
42debac149
server: Move socket async activation to sock_poll_event.
2010-05-17 14:41:33 +02:00
Piotr Caban
4aee4c7d1c
msvcrt: Added $I10_OUTPUT implementation.
2010-05-17 14:39:29 +02:00