Hans Leidekker
|
bbfaf6af75
|
msi: Add tests for installing and removing ODBC drivers.
|
2010-02-11 14:38:45 +01:00 |
|
Hans Leidekker
|
28bf8e1f0d
|
msi: Implement the RemoveODBC standard action.
|
2010-02-11 14:38:45 +01:00 |
|
Hans Leidekker
|
2568e5ec65
|
msi: Make sure attrs variable is properly double nul-terminated in ITERATE_InstallODBCDataSource.
|
2010-02-11 14:38:45 +01:00 |
|
Hans Leidekker
|
4742dfba98
|
msi: The File_Setup field in the ODBCDriver and ODBCTranslator tables is optional.
|
2010-02-11 14:38:45 +01:00 |
|
Jörg Höhle
|
67124e1c0b
|
winmm: Improve initial MIDI player thread synchronisation.
|
2010-02-11 14:38:45 +01:00 |
|
Jörg Höhle
|
7bd6be0706
|
winmm: Fix incorrect memory useage (Valgrind w/ MIDI tests).
|
2010-02-11 14:38:44 +01:00 |
|
Jörg Höhle
|
a8b8078704
|
midimap: Implement callback/notification.
|
2010-02-11 14:38:44 +01:00 |
|
Jörg Höhle
|
788d8720e7
|
midimap: Obey the size parameter in GetDevCaps.
|
2010-02-11 14:38:44 +01:00 |
|
Christian Costa
|
8f63f180c9
|
d3dx9_36: Add stub for D3DXCompileShader.
|
2010-02-11 14:38:44 +01:00 |
|
Alexander Nicolaysen Sørnes
|
1db6e11254
|
dsound/tests: DirectSound3DListener_QueryInterface should accept IKsPropertySet.
|
2010-02-11 14:38:44 +01:00 |
|
Jacek Caban
|
ca9dbd736f
|
mshtml: Ensure that gecko event listener is attached in attach_event.
|
2010-02-11 14:38:44 +01:00 |
|
Jacek Caban
|
0216974a1b
|
mshtml: Added tests showing that we should return E_NOTIMPL in DeleteMemberByName.
|
2010-02-11 14:38:44 +01:00 |
|
Jacek Caban
|
6e116f5215
|
mshtml: Added IHTMLStyle::get_border*Color implementation.
|
2010-02-11 14:38:44 +01:00 |
|
Alexandre Julliard
|
93f0339387
|
makefiles: Move all the recursion rules to the top-level makefile.
|
2010-02-11 14:38:26 +01:00 |
|
Alexandre Julliard
|
5acb431511
|
makefiles: Build the dlls directly from the top-level makefile.
|
2010-02-10 19:32:31 +01:00 |
|
Paul Vriens
|
312e4f6b23
|
msi/tests: Run the 'in_use' tests again.
|
2010-02-10 17:31:28 +01:00 |
|
Nikolay Sivov
|
875c9c71ab
|
msxml3: Accept PI node in on base name request.
|
2010-02-10 14:34:06 +01:00 |
|
Michael Stefaniuc
|
3f37e33497
|
kernel32: Avoid using HIWORD on types that are 64bit on Win64.
|
2010-02-10 14:33:52 +01:00 |
|
Michael Stefaniuc
|
0f5d042ff2
|
kernel32: Don't use HIWORD to check for swapped args in GetCurrentDirectoryA.
|
2010-02-10 14:33:35 +01:00 |
|
Michael Stefaniuc
|
ef7cafc11c
|
oleaut32: Avoid using HIWORD on string pointers.
|
2010-02-10 14:33:27 +01:00 |
|
Michael Stefaniuc
|
5cc3111808
|
ntdll: Avoid using HIWORD on types that are 64bit on Win64.
|
2010-02-10 14:32:05 +01:00 |
|
Hans Leidekker
|
068cb1291b
|
msi: Add a partial implementation of the ValidateProductID standard action.
|
2010-02-10 14:31:49 +01:00 |
|
Hans Leidekker
|
7331b3ca98
|
msi: Implement the UnregisterFonts standard action.
|
2010-02-10 14:31:15 +01:00 |
|
Hans Leidekker
|
5df62d0c42
|
msi: Add stub implementations of the DisableRollback and InstallAdminPackage standard actions.
|
2010-02-10 14:31:05 +01:00 |
|
Alexandre Julliard
|
fab57fe018
|
urlmon: Don't create empty default key values where not necessary.
|
2010-02-10 14:30:24 +01:00 |
|
Alexandre Julliard
|
ac853cfcf2
|
shdocvw: Don't create empty default key values where not necessary.
|
2010-02-10 14:30:19 +01:00 |
|
Alexandre Julliard
|
d9f315a084
|
mshtml: Don't create empty default key values where not necessary.
|
2010-02-10 14:30:12 +01:00 |
|
Alexandre Julliard
|
16a080fc02
|
jscript: Don't create empty default key values where not necessary.
|
2010-02-10 14:30:07 +01:00 |
|
Alexandre Julliard
|
0887094f70
|
itss: Don't create empty default key values where not necessary.
|
2010-02-10 14:29:58 +01:00 |
|
Paul Vriens
|
6a6c8e3ee2
|
shell32/tests: Fix a test failure on NT4.
|
2010-02-10 11:34:53 +01:00 |
|
Michael Stefaniuc
|
e8993f3ddd
|
hhctrl.ocx: Remove a stray heap_alloc(0) (Smatch).
|
2010-02-10 11:34:02 +01:00 |
|
Michael Stefaniuc
|
968f214772
|
hhctrl.ocx: Use the SendMessage instead of ListView_GetItem.
SendMessage() is more explicit and also gets rid of three gcc -Wextra
warning: value computed is not used
|
2010-02-10 11:33:57 +01:00 |
|
Michael Stefaniuc
|
7a8638d8b3
|
itss: Reorder some code to avoid leaking memory on an error path.
Found by Smatch.
|
2010-02-10 11:33:41 +01:00 |
|
Aric Stewart
|
e0b23217fe
|
shlwapi: Account for trailing NULL in UrlFixupW.
|
2010-02-10 11:33:22 +01:00 |
|
Jacek Caban
|
6f6f1c9338
|
mshtml: Added IHTMLStyle::get_borderRightColor implementation.
|
2010-02-10 11:33:09 +01:00 |
|
Jacek Caban
|
d0f7785e04
|
mshtml: Forward IHTMLCommentElement::get_text to IHTMLElement::get_outerHTML.
|
2010-02-10 11:33:05 +01:00 |
|
Nikolay Sivov
|
b9d07c5ae5
|
msxml3/tests: Add a trivial test for IXMLDOMDocumentFragment_get_parentNode().
|
2010-02-10 11:32:58 +01:00 |
|
Nikolay Sivov
|
f65fd26fe1
|
msxml3: IXMLDOMAttribute shouldn't report its parent.
|
2010-02-10 11:32:53 +01:00 |
|
Dylan Smith
|
535afbd3aa
|
richedit: Move function ME_GetParaLineSpace to make it static.
|
2010-02-10 11:32:31 +01:00 |
|
Alexandre Julliard
|
cb1fc8f4f5
|
makefiles: Move Maketest.rules to the top level.
|
2010-02-10 11:21:19 +01:00 |
|
Alexandre Julliard
|
ea9a113a81
|
makefiles: Build the tests directly from the top-level makefile.
|
2010-02-10 11:07:43 +01:00 |
|
Alexandre Julliard
|
86ab297bea
|
makefiles: Build the import libraries directly from the top-level makefile.
|
2010-02-10 11:05:38 +01:00 |
|
Alexandre Julliard
|
10e4edd9f4
|
makefiles: Build the static libraries directly from the top-level makefile.
|
2010-02-10 11:05:26 +01:00 |
|
Andrew Nguyen
|
b3b81abba3
|
mshtml: Accept NULL SAFEARRAY pointers in IHTMLDocument2::write(ln).
|
2010-02-09 17:13:52 +01:00 |
|
Nikolay Sivov
|
a9fc71b48e
|
msxml3: Support comment node type in IXMLDOMNode_get_baseName.
|
2010-02-09 17:13:38 +01:00 |
|
André Hentschel
|
c71ffcf407
|
dbghelp: Merge dwarf code from ntdll/signal_x86_64.c.
|
2010-02-09 17:13:37 +01:00 |
|
Alexandre Julliard
|
627c58dcb5
|
msxml3: Fix building with older libxml versions.
|
2010-02-09 17:13:36 +01:00 |
|
Dmitry Timoshkov
|
9e93906658
|
user32: In a DLGTEMPLATEEX resource dialog version goes before signature.
|
2010-02-09 17:13:36 +01:00 |
|
Alistair Leslie-Hughes
|
a204f099c6
|
dbghelp: Add stubs for SymGetLineFromName, SymGetLineFromName64, SymGetLineFromNameW64.
|
2010-02-09 17:13:36 +01:00 |
|
Nikolay Sivov
|
970ec3d699
|
msxml3: Create entity reference node properly.
|
2010-02-09 11:35:27 +01:00 |
|