Detlef Riekenberg
|
b23450e38e
|
dsound/tests: Handle broken E_FAIL of broken AC97 driver.
|
2012-10-16 11:52:27 +02:00 |
Detlef Riekenberg
|
45c56bcc80
|
dsound/tests: Handle broken E_FAIL in dsound8 for AC97.
|
2012-10-16 11:52:21 +02:00 |
Jason Edmeades
|
f45f75ca7d
|
cmd: %* expands to first non-whitespace delimiter of first arg.
|
2012-10-16 11:45:13 +02:00 |
Jason Edmeades
|
4236c2007d
|
cmd: Identify the program name using more appropriate parsing.
|
2012-10-16 11:44:49 +02:00 |
Jason Edmeades
|
25cf0aa046
|
cmd: cmd /c "pgmname" searches all extensions on PATHEXT.
|
2012-10-16 11:44:32 +02:00 |
Daniel Jelinski
|
50bdb257f9
|
comctl32/tests: Expanding/collapsing a node always sends associated messages.
|
2012-10-16 11:38:36 +02:00 |
Daniel Jelinski
|
0b6cf6e46a
|
comctl32: Fix notifications and return value when collapsing already collapsed node.
|
2012-10-16 11:38:27 +02:00 |
Daniel Jelinski
|
9933f5e446
|
comctl32: Do not send TVN_ITEMEXPANDING when expanding item with no children.
|
2012-10-16 11:37:58 +02:00 |
Nikolay Sivov
|
6067df7291
|
dwrite: Implement GetMetrics() for IDWriteFont.
|
2012-10-16 11:37:45 +02:00 |
Nikolay Sivov
|
90407224d0
|
ole32: Cleanup IClientSecurity interface of a proxy manager.
|
2012-10-16 11:37:28 +02:00 |
Nikolay Sivov
|
21a04f5621
|
ole32: Cleanup IMarshal interface of proxy manager.
|
2012-10-16 11:37:20 +02:00 |
Henri Verbeet
|
1fab14af9e
|
ddraw: Just implement ddraw7_RestoreDisplayMode() on top of wined3d_set_adapter_display_mode().
|
2012-10-16 11:37:10 +02:00 |
Henri Verbeet
|
4a5ed44d79
|
ddraw: Get rid of some fallback code in CreateSurface().
|
2012-10-16 11:36:55 +02:00 |
Henri Verbeet
|
59bdd6ae97
|
wined3d: Recognise the SM4 "primID" register type.
|
2012-10-16 11:36:45 +02:00 |
Henri Verbeet
|
347dda068f
|
wined3d: Explicitly check the shader type in shader_glsl_mov().
|
2012-10-16 11:36:40 +02:00 |
Henri Verbeet
|
82a44af259
|
wined3d: Explicitly check the shader type in shader_glsl_texldl().
|
2012-10-16 11:36:34 +02:00 |
Aric Stewart
|
968a1e9b72
|
imm32: Switch the value of IMMGWL_IMC in the UI window when a new imc opens.
|
2012-10-15 19:38:13 +02:00 |
Francois Gouget
|
b17ded0ac1
|
user32/tests: Add a trailing '\n' to an ok() call.
|
2012-10-15 19:37:36 +02:00 |
Francois Gouget
|
25c465269c
|
d3dcompiler_43: Make free_function{_decl}() static.
|
2012-10-15 19:37:29 +02:00 |
Hans Leidekker
|
755e01bc98
|
wbemprox: Pass an object instance to class methods.
|
2012-10-15 19:37:22 +02:00 |
Alexandre Julliard
|
003355946f
|
user32: Delay message spying initialization until needed.
|
2012-10-15 19:26:51 +02:00 |
Alexandre Julliard
|
0f71ff281f
|
winex11: Get rid of the __wine_x11_managed property.
|
2012-10-15 16:19:09 +02:00 |
Alexandre Julliard
|
49a5db3869
|
user32: Don't show the icon title for off-screen icons.
|
2012-10-15 16:17:46 +02:00 |
Alexandre Julliard
|
0bc93684f0
|
winex11: Move the icon window off-screen for managed windows.
|
2012-10-15 16:17:22 +02:00 |
Sergey Guralnik
|
3d4db9f28f
|
user32: Add internal class small icons.
|
2012-10-15 15:27:28 +02:00 |
Daniel Jelinski
|
06d284cabb
|
comctl32: Allow expanding/collapsing treeview nodes multiple times.
|
2012-10-15 15:25:38 +02:00 |
Nikolay Sivov
|
ba4b88bc00
|
ole32: Cleanup IMultiQI interface of proxy manager.
|
2012-10-15 15:25:36 +02:00 |
Nikolay Sivov
|
0b5c0855be
|
ole32: Store destination context and context data in server channel.
|
2012-10-15 15:25:34 +02:00 |
Nikolay Sivov
|
3099a25464
|
ole32: Store destination context data in channel buffer.
|
2012-10-15 15:25:31 +02:00 |
Nikolay Sivov
|
27d59c8919
|
ole32: Cleanup IRpcChannelBuffer.
|
2012-10-15 15:25:29 +02:00 |
Nikolay Sivov
|
af5cee1862
|
ole32: Fix debug output for user marshal flags.
|
2012-10-15 15:25:28 +02:00 |
Nikolay Sivov
|
438d115ec6
|
dwrite: Correct reference count behavior for font face interface.
|
2012-10-15 15:25:27 +02:00 |
Christian Costa
|
c503af8516
|
qcap: Remove useless FIXME.
|
2012-10-15 15:25:26 +02:00 |
Christian Costa
|
d13f7720eb
|
kernel32: Implement FileNameInfo in GetFileInformationByHandleEx.
|
2012-10-15 15:25:25 +02:00 |
Christian Costa
|
ee67d124ac
|
ntoskrnl.exe: Add stub for IoAcquireRemoveLockEx.
|
2012-10-15 15:25:24 +02:00 |
Christian Costa
|
6d62cc1212
|
dinput: Replace FIXMEs by TRACEs in dump function.
|
2012-10-15 15:25:23 +02:00 |
Jason Edmeades
|
130cdcd727
|
cmd: Add full support for copy concatenation and ascii/binary.
|
2012-10-15 15:25:22 +02:00 |
Jason Edmeades
|
260210f6e6
|
cmd: Support copy to an 'ascii' destination.
|
2012-10-15 15:25:20 +02:00 |
Jason Edmeades
|
a65314c8fa
|
cmd: Add suite of tests for the copy command.
|
2012-10-15 15:25:16 +02:00 |
Jason Edmeades
|
8f019b1111
|
cmd: Fix some issues with ~ modifier expansion.
|
2012-10-15 15:25:14 +02:00 |
Jason Edmeades
|
7b9971abf9
|
cmd: Rework the body of WCMD_copy based on new parameter parsing.
|
2012-10-15 15:25:10 +02:00 |
Jason Edmeades
|
89b8868ae0
|
cmd: Rework parameter parsing for WCMD_Copy.
|
2012-10-15 15:25:07 +02:00 |
Jason Edmeades
|
270163f380
|
cmd: Fix regression around prompting during copy.
|
2012-10-15 15:25:05 +02:00 |
Alexandre Julliard
|
36f2b09632
|
gdi32: Always return the full DIB surface in GetImage and adjust coordinates accordingly.
Based on a patch by Ken Thomases.
|
2012-10-15 15:25:04 +02:00 |
Alexandre Julliard
|
710858abee
|
winex11: Remove the no longer needed GetAsyncKeyState entry point.
|
2012-10-15 15:25:01 +02:00 |
Alexandre Julliard
|
d5244c3b24
|
user32: Flush window surfaces in all functions that are used to poll for input.
|
2012-10-15 15:24:59 +02:00 |
Jacek Caban
|
cfef60a30e
|
mshtml: Added IHTMLLinkElement::href property implementation.
|
2012-10-15 15:24:55 +02:00 |
Jacek Caban
|
9277bf2e01
|
mshtml: Added IHTMLLinkElement::type property implementation.
|
2012-10-15 15:24:52 +02:00 |
Jacek Caban
|
c11c695b11
|
mshtml: Added IHTMLLinkElement::rel property implementation.
|
2012-10-15 15:24:49 +02:00 |
Jacek Caban
|
9608714d04
|
mshtml: Added IHTMLLinkElement::disabled property implementation.
|
2012-10-15 15:24:46 +02:00 |