Nikolay Sivov
e2b727807d
msxml3: Check for Null out pointer in node creation (with tests).
2010-02-12 11:55:17 +01:00
Vincent Povirk
35b800dc92
ole32: Only warn about storage share mode once.
2010-02-12 11:54:36 +01:00
Jason Edmeades
6cea48b928
ws2_32: Support indefinite receive timeouts.
2010-02-12 11:54:30 +01:00
Nikolay Sivov
70890031a3
comctl32/rebar: Don't try to access band data before it's needed.
2010-02-12 11:54:17 +01:00
Jacek Caban
141e61468e
urlmon: Added CreateUri stub implementation.
2010-02-12 11:54:06 +01:00
Huw Davies
6805045b05
rpcrt4: Add tests for multi-dimensional conformant arrays.
2010-02-11 17:47:59 +01:00
Michael Stefaniuc
7442a7f931
user32: Don't use HIWORD() on a HINSTANCE.
2010-02-11 17:33:50 +01:00
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
Piotr Caban
c0bfc2fb95
urlmon/tests: Added more url parsing tests.
2010-02-09 11:35:18 +01:00
Piotr Caban
1db3e47511
urlmon: Fixed CoInternetGetSecurityUrl implementation.
2010-02-09 11:35:13 +01:00
Piotr Caban
7d3693549f
urlmon: Fix map_url_to_zone implementation.
2010-02-09 11:35:09 +01:00
Nikolay Sivov
07162a624e
msxml3: Create PI node properly.
2010-02-09 11:35:02 +01:00
Jacek Caban
0849a81169
mshtml: Correctly handle comment nodes in IHTMLElement::[get|put]_title implementation.
2010-02-09 11:34:52 +01:00
Jacek Caban
29389b8742
mshtml: Added IHTMLElement2::detachEvent implementation.
2010-02-09 11:34:48 +01:00
Jacek Caban
07b62a8dd7
mshtml: Don't free nsstr in HTMLFormElement_get_dispid twice.
2010-02-09 11:34:43 +01:00
Jacek Caban
352e0ec893
mshtml: Use set_nsstyle_attr_var in IHTMLStyle::put_width implementation.
2010-02-09 11:34:39 +01:00
Jacek Caban
a3ff647c1e
mshtml: Added IHTMLImgElement::height property implementation.
2010-02-09 11:34:35 +01:00
Jacek Caban
11ec75c18b
mshtml: Added IHTMLImgElement::width property implementation.
2010-02-09 11:34:30 +01:00
Jacek Caban
2330662340
mshtml: Set image size in IHTMLImageElementFactory::create.
2010-02-09 11:34:26 +01:00
Stefan Dösinger
bb035638d0
d3d: Make sure vertexbuffer lock doesn't return a NULL pointer.
2010-02-09 11:33:53 +01:00
Stefan Dösinger
24e2308670
wined3d: Don't use GL_MAP_FLUSH_EXPLICIT_BIT without GL_MAP_WRITE_BIT.
2010-02-09 11:33:44 +01:00
Stefan Dösinger
8625f0cdbf
wined3d: Don't record dirty areas in a readonly lock.
2010-02-09 11:33:34 +01:00
Alexandre Julliard
9644d1dcd7
makefiles: Generate a general catch-all dependency on .tab.h files to replace the manually maintained ones.
2010-02-08 20:58:00 +01:00
Alexandre Julliard
bf84c6120a
makefiles: Move the CROSSOBJS dependency to the generated default dependencies.
...
Get rid of a remaining C_SRCS16 reference.
2010-02-08 20:54:05 +01:00
Alexandre Julliard
a53ca1abdc
kernel32: Do not load 16-bit krnl386.exe by default.
2010-02-08 17:49:48 +01:00
Alexandre Julliard
ad8389dc39
gdi32: Do not load 16-bit gdi.exe by default.
2010-02-08 17:49:48 +01:00
Alexandre Julliard
0e0b704f5b
user32: Do not load 16-bit user.exe by default.
2010-02-08 17:49:48 +01:00
Alexandre Julliard
f89aaa65ad
user32: Store 32-bit and 16-bit cursors/icons in independent structures.
2010-02-08 17:49:47 +01:00
Alexandre Julliard
08b8325460
winex11: Shape offset must be relative to the window position.
2010-02-08 17:49:47 +01:00
Nikolay Sivov
057267d85e
comctl32/listview: Revert item width calculation to fix performance issues.
2010-02-08 17:49:47 +01:00
Dan Kegel
22434f490a
iphlpapi: _res is per-thread in glibc.
2010-02-08 17:49:47 +01:00
Reece Dunn
e66198ae92
user32/tests: Make the MDI client take up the whole client area.
2010-02-08 17:14:44 +01:00
Erich Hoover
cff5f60d3e
hhctrl.ocx: Add Search capability.
2010-02-08 17:14:44 +01:00
Erich Hoover
6627b9029e
itss: Implement IStorageImpl_OpenStorage.
2010-02-08 17:14:44 +01:00
Erich Hoover
796c4dec7f
hhctrl.ocx: Add widgets for the Search tab.
2010-02-08 17:14:44 +01:00
Erich Hoover
6ab9812450
hhctrl.ocx: Allow ListView navigation with the Return/Enter key.
2010-02-08 17:14:44 +01:00
Erich Hoover
4dc019a41f
hhctrl.ocx: Support HTML Help having indented Index tab items.
2010-02-08 17:14:44 +01:00
Erich Hoover
687a2aeae4
hhctrl.ocx: Fix HTML Help Index tab with alternative 'keyword' style.
2010-02-08 17:14:44 +01:00
Detlef Riekenberg
a0f53e7df8
shdocvw: Dump the commands in OleCommandTarget_QueryStatus.
2010-02-08 17:14:44 +01:00
Hans Leidekker
aa15fb8524
mscoree: Add stub implementations of DllRegisterServer and DllUnregisterServer.
2010-02-08 17:14:44 +01:00
Hans Leidekker
8858fc9b66
wininet: Don't call libcrypto function after closing the library.
...
Spotted by Paul Vriens.
2010-02-08 17:14:44 +01:00
Paul Vriens
45fc31e803
ws2_32/tests: Fix test failures on Win9x/WinMe.
2010-02-08 17:14:44 +01:00
Huw Davies
1e9e76e056
msdaps: Implement IDBAsynchNotify_OnProgress and OnStop proxies and stubs.
2010-02-08 17:14:44 +01:00
Huw Davies
559a7c8fc0
msdaps: Add support for remoting IRowChange_SetColumns.
2010-02-08 17:14:44 +01:00
Christian Costa
b47091a488
quartz: Add stubbed IAMDirectSound interface to DSoundRenderer.
2010-02-08 17:14:44 +01:00
Christian Costa
f48d3c8eab
quartz/tests: Add test for querying IAMDirectSound from DSoundRenderer.
2010-02-08 17:14:44 +01:00
Christian Costa
a4b622d81a
d3drm: Beginning of Mesh info retrieval.
2010-02-08 17:14:44 +01:00
Christian Costa
497be4f83c
d3dxof: Fix data buffer deallocation on error.
2010-02-08 17:14:44 +01:00
Christian Costa
ff6eccdabf
d3dxof: Fix typo in comment.
2010-02-08 17:14:43 +01:00
André Hentschel
1dc896eb52
oleaut32: Fix formula.
2010-02-08 17:14:43 +01:00
Vincent Povirk
b609e25204
shell32: Use the current directory when copying to an empty destination.
2010-02-08 17:14:43 +01:00
Vincent Povirk
71e4af507f
gdiplus: Use linear gradient brush angles.
2010-02-08 17:14:43 +01:00
Vincent Povirk
318ba28630
gdiplus: Don't use gdi32 to do pixel format conversion.
2010-02-08 17:14:43 +01:00
Paul Vriens
1cbedfb204
user32/tests: Fix crash on Win9x/WinMe.
2010-02-08 17:14:43 +01:00
Paul Vriens
c0acfe1ead
user32/tests: Don't try to detect Win9x/WinMe several times.
2010-02-08 17:14:43 +01:00
Dan Kegel
c35c7a683e
gdiplus/tests: Initialize buffer in test_GdipCreateBitmapFromHBITMAP.
2010-02-08 17:14:43 +01:00
Paul Vriens
edf0b4a061
winspool.drv: Fix some test failures on Win9x/WinMe.
2010-02-08 17:14:43 +01:00
Jacek Caban
9fd4f4a44a
jscript: Added support for constructor property.
2010-02-08 17:14:43 +01:00
Jacek Caban
75ab8e2027
jscript: Avoid unnecessary prototype lookup.
2010-02-08 17:14:43 +01:00
Jacek Caban
10c9931051
jscript: Get value as VARIANT in prop_put.
2010-02-08 17:14:43 +01:00
Jacek Caban
10c99b5735
jscript: Moved property creation out of find_prop_name_prot.
2010-02-08 17:14:43 +01:00
Jacek Caban
bf17483a19
jscript: Don't try to create property in jsdisp_call_name.
2010-02-08 17:14:43 +01:00
Alistair Leslie-Hughes
d02040d98a
dbghelp: Add basic support for PVOID64.
2010-02-08 17:14:43 +01:00
Vitaly Perov
c7d4b0c69f
setupapi: Add stub for SetupLogFile{A,W}.
2010-02-08 17:14:43 +01:00
Nikolay Sivov
afad45fffe
msxml3: Use libxml2 functionality to skip top XML declaration node while writing to file.
2010-02-08 17:14:34 +01:00
Hans Leidekker
f5af1ca399
msi: Implement the SelfUnregModules standard action.
2010-02-05 15:33:11 +01:00
Hans Leidekker
3864ddf9f2
msi: Implement the RemoveFolders standard action.
2010-02-05 15:33:05 +01:00
Huw Davies
d3f81a95df
msdaps: Add support for remoting IRow_Open.
2010-02-05 13:14:46 +01:00
Huw Davies
06abf0006c
msdaps: Make use of the row server in ICommand_Execute.
2010-02-05 13:14:46 +01:00
Huw Davies
82d35b0bf2
msdaps: Make use of the row server in IBindResource_Bind.
2010-02-05 13:14:46 +01:00
Huw Davies
0ea0079abf
msdaps: Add support for remoting IRowsetLocate_GetRowsAt.
2010-02-05 13:14:46 +01:00
Huw Davies
8c5f4f0822
msdaps: Add support for remoting IRowset_GetData.
2010-02-05 13:14:46 +01:00
Huw Davies
a437cc25d4
msdaps: Add support for remoting IRowsetInfo_GetProperties.
2010-02-05 13:14:46 +01:00
Huw Davies
ef32e8615c
msdaps: Add support for remoting IAccessor_GetBindings.
2010-02-05 13:14:46 +01:00
Huw Davies
5a407112da
msdaps: Add support for remoting IAccessor_ReleaseAccessor.
2010-02-05 13:14:46 +01:00
Huw Davies
95c9417e0a
msdaps: Add support for remoting IAccessor_CreateAccessor.
2010-02-05 13:14:46 +01:00
Bernhard Übelacker
8d127f3a81
user32: Don't hide the window in SetParent when window and parent are equal.
2010-02-05 13:14:45 +01:00
Maarten Lankhorst
b184b13c5f
dwmapi: Silence a noisy fixme.
2010-02-05 13:14:45 +01:00
Jörg Höhle
945588a302
winecoreaudio: Ignore failure to notify MIDI clients.
2010-02-05 13:14:45 +01:00
Alexandre Julliard
abf29377ba
kernel32: Export InterlockedCompareExchange64.
2010-02-05 13:14:20 +01:00
Alexandre Julliard
98ca10c89d
ntdll: Export RtlInterlockedCompareExchange64.
2010-02-05 12:23:48 +01:00
Alexandre Julliard
6d1ba98f5b
ddraw/tests: Fix a test that fails on Win2k.
2010-02-05 11:54:51 +01:00
Alexandre Julliard
1e2b0ad484
urlmon/tests: Comment out a test that crashes on Win2k.
2010-02-05 11:50:36 +01:00
Alexandre Julliard
d8d70020d8
mlang/tests: Fix a test failure on Win2k.
2010-02-05 11:50:24 +01:00
Alexandre Julliard
7aaec2e667
wininet/tests: Fix a test failure on Win2k.
2010-02-05 11:44:18 +01:00
Alexandre Julliard
c7f7d1985e
psapi/tests: Handle an error that happens on Win2k.
2010-02-05 11:39:24 +01:00
Alexandre Julliard
f5c35b14f6
mstask/tests: Add some error codes for Win2k.
2010-02-05 11:35:38 +01:00
Alexandre Julliard
88cdfb9d92
comdlg32/tests: Remove some AbortProc checks that fail on various Windows versions.
2010-02-05 11:29:27 +01:00
Alexandre Julliard
30e1445f08
user32/tests: Fix the menu capture test for NT4.
2010-02-05 11:29:12 +01:00
Jörg Höhle
4f1604e92d
wineoss: Ignore failure to notify MIDI clients.
2010-02-05 10:10:23 +01:00
Vincent Povirk
44478b5364
windowscodecs: Define a custom png error handler.
2010-02-05 10:09:52 +01:00
Vincent Povirk
29a599a5d6
windowscodecs: Replace a call to a deprecated libpng function.
...
It was removed in libpng 1.4.0.
2010-02-05 10:09:08 +01:00
Maarten Lankhorst
1879912939
avrt: Add stub for AvSetMmThreadPriority.
2010-02-05 10:08:04 +01:00
Peter Rosin
678cb27b3a
kernel32: Document SetThreadErrorMode and GetThreadErrorMode.
2010-02-05 10:07:40 +01:00
Peter Rosin
091f0fedfe
ntdll: Document RtlSetThreadErrorMode and RtlGetThreadErrorMode.
2010-02-05 10:07:35 +01:00
André Hentschel
691e15b427
oleaut32/tests: Use testvalues from VarDateFromUdate also for regression testing of DosDateTimeToVariantTime.
2010-02-05 10:07:27 +01:00
Dylan Smith
e9693d6272
richedit: Removed unused local variable yStart.
2010-02-05 10:06:30 +01:00
Henri Verbeet
ba8e6f713b
wined3d: Use the HDC from the acquired context to call SwapBuffer().
...
These should be the same, but this way the relation is clearer.
2010-02-05 10:06:21 +01:00
Henri Verbeet
d0afc7567b
wined3d: Call SetDestWindowOverride() before acquiring a context.
2010-02-05 10:06:17 +01:00
Henri Verbeet
3df59ef0d5
wined3d: Get rid of the now redundant max_ffp_texture_stages device field.
2010-02-05 10:06:12 +01:00
Henri Verbeet
4c7bcb883b
wined3d: Set the texture stage limit based on the fragment pipe caps.
2010-02-05 10:06:08 +01:00
Henri Verbeet
b59dd0e4e8
wined3d: Add the general combiner limit to wined3d_gl_info.
2010-02-05 10:06:03 +01:00
Alexandre Julliard
58e08ebc08
dbghelp: Fix broken sw_read_mem() call in i386 stack backtrace.
2010-02-04 19:32:12 +01:00
Nikolay Sivov
8c16c4030b
comctl32/updown: Use set acceleration value while processing keyboard keypresses.
2010-02-04 17:27:37 +01:00
Marcus Meissner
5c4a3bd61b
msi: Handle some error returns (Coverity).
2010-02-04 17:27:34 +01:00
Marcus Meissner
d281252196
ws2_32: Check namelen before dereferencing it in TRACE (Coverity).
2010-02-04 17:27:27 +01:00
Alexandre Julliard
4c7b8ca524
winex11: Update the window shape offset when the window rect changes.
2010-02-04 17:27:19 +01:00
Maarten Lankhorst
ffc100c58f
msvcrt: Forward _ftol2 to ntdll._ftol.
2010-02-04 15:04:22 +01:00
Huw Davies
7cbf164fe3
msdaps: Expose IRowsetLocate, IRowsetInfo and IAccessor on the client side.
2010-02-04 14:06:35 +01:00
Huw Davies
7deb07cf2f
msdaps: Add server side stubs for IAccessor.
2010-02-04 14:06:35 +01:00
Huw Davies
59c2caa6f4
msdaps: Add server side stubs for IRowsetInfo.
2010-02-04 14:06:35 +01:00
Huw Davies
923805b576
msdaps: Add server side stubs for IRowsetLocate.
2010-02-04 14:06:35 +01:00
Huw Davies
e44206d102
msdaps: Add support for remoting IRowset_ReleaseRows.
2010-02-04 14:06:35 +01:00
Huw Davies
93ea2e00de
msdaps: Add support for remoting IRowset_GetNextRows.
2010-02-04 14:06:35 +01:00
Huw Davies
a7001bda12
msdaps: Add support for remoting IRowset_AddRefRows.
2010-02-04 14:06:35 +01:00
Huw Davies
b2769db655
msdaps: Add server side stubs for IRowChange and IRowset. Expose IRowChange on the client side.
2010-02-04 14:06:35 +01:00
Paul Chitescu
40c60e8cd2
qedit: Mostly stubbed out implementation of SampleGrabber filter.
2010-02-04 14:06:35 +01:00
Marcus Meissner
9fab263d39
msi: Call Custom function via wrapper.
2010-02-04 14:06:34 +01:00
Hans Leidekker
b9da31f112
msi: Implement the DeleteServices standard action.
2010-02-04 13:39:29 +01:00
Hans Leidekker
3d38c07706
msi: Add tests for the _Streams table implementation.
2010-02-04 13:39:29 +01:00
Hans Leidekker
19b50cff34
msi: Fix an off-by-one error in STREAMS_find_matching_rows.
2010-02-04 13:39:29 +01:00
Hans Leidekker
95a21c27da
msi: Give the Name field from the _Streams table a valid type.
2010-02-04 13:39:29 +01:00
Hans Leidekker
24dd10c6b0
msi: Make room for the new row in STREAMS_insert_row.
2010-02-04 13:39:28 +01:00
Hans Leidekker
c1940c1c5f
msi: Allow overwriting an existing stream in STREAMS_set_row.
2010-02-04 13:39:28 +01:00
Hans Leidekker
dcbe0fdff2
msi: Encode the stream name before trying to open it.
2010-02-04 13:39:28 +01:00
Hans Leidekker
b833ae0263
msi: Improve error handling in STREAMS_set_row and add_streams_to_table.
2010-02-04 13:39:28 +01:00
Hans Leidekker
5741df2e58
msi: Implement STREAMS_get_row.
2010-02-04 13:39:28 +01:00
Hans Leidekker
74d6fe35a2
msi: Remove unused and redundant name field from STREAM structure.
2010-02-04 13:39:28 +01:00
Christian Costa
edd9e8cc5b
d3drm: Improve IDirect3DRMMeshBuilderImpl_Load and corresponding test.
2010-02-04 13:39:28 +01:00
Juan Lang
aafcf1a536
msi: Remove function name from fixme.
2010-02-04 13:39:28 +01:00
Michael Stefaniuc
adc6b60f17
user32: Don't print the function name twice in a FIXME.
2010-02-04 13:39:28 +01:00
Michael Stefaniuc
816a254276
shell32: Don't print the function name twice in an ERR.
2010-02-04 13:39:28 +01:00
Michael Stefaniuc
36d269ac22
shlwapi: Don't print the function name twice in an ERR.
2010-02-04 13:39:28 +01:00
Michael Stefaniuc
fc3e2ba954
riched20: Don't print the function name twice in ERR/WARN.
...
The ERR/WARN macros already print the function name.
2010-02-04 13:39:28 +01:00
Michael Stefaniuc
643f55abab
msi: Don't print the function name twice in a WARN.
2010-02-04 13:39:28 +01:00
Nikolay Sivov
d8a9a691e6
msxml3: Use existing helpers for heap allocations.
2010-02-04 13:39:28 +01:00
Nikolay Sivov
bc3153affa
msxml4: Add self-registration for CLSID_DOMDocument40, accept it in classfactory.
2010-02-04 13:39:28 +01:00
Nikolay Sivov
4d7d648b97
Fix remaining copy&paste typos in self-registration functions comments.
2010-02-04 13:39:28 +01:00
Eric Pouech
a414e782f0
dbghelp: Remove a couple of unnneeded include files.
2010-02-04 13:39:28 +01:00
Michael Stefaniuc
0a22cd2b8f
user32: Avoid using HIWORD() on atoms/resources.
2010-02-04 13:39:27 +01:00
Peter Rosin
805f7d79db
kernel32: Add SetThreadErrorMode and GetThreadErrorMode.
2010-02-04 13:39:27 +01:00
Peter Rosin
e8a32ec2b8
kernel32: Add tests for SetThreadErrorMode and GetThreadErrorMode.
2010-02-04 13:39:27 +01:00
André Hentschel
23ff47610e
oleaut32: Fix year 0.
2010-02-04 13:39:27 +01:00
André Hentschel
ac1ca87b21
oleaut32: Fix day rolling.
2010-02-04 13:39:27 +01:00
Henri Verbeet
576ea95803
wined3d: Remove the unused device type parameter from the shader backend's get_caps() function.
2010-02-04 13:39:27 +01:00
Henri Verbeet
497386dc5c
wined3d: Remove the unused device type parameter from the fragment pipe's get_caps() function.
...
On the subject of actually supporting software devices, we should probably
implement those by creating a software or reference adapter with appropriate
gl_info and pipe implementations and creating a device based on that.
2010-02-04 13:39:26 +01:00
Henri Verbeet
af7dfcd378
wined3d: Do not preload surfaces when attaching them to an FBO.
...
Just make sure the texture is allocated, so we have something to attach. Note
also that context_apply_attachment_filter_states() runs under the GL lock, so
preloading resources is actually unsafe there.
2010-02-04 13:39:26 +01:00
Henri Verbeet
02e0b3ae1a
wined3d: Introduce surface_prepare_texture().
...
Similar to surface_prepare_system_memory(). In the long term we'll probably
want to move the whole location management to resource.c and unify buffers and
textures there.
2010-02-04 13:39:26 +01:00
Henri Verbeet
b0583a2410
wined3d: Never acquire a context in IWineD3DSurfaceImpl_BindTexture().
...
The caller is already responsible for doing this, so it's redundant at best.
2010-02-04 13:39:26 +01:00
André Hentschel
06e15ee9e6
msi: Copy InstallerImpl_LastErrorRecord to use it for DatabaseImpl.
2010-02-04 13:39:26 +01:00
Jacek Caban
9a92f9cb4a
mshtml: Improved debugstr_variant implementation.
2010-02-03 16:24:35 +01:00