Alexandre Julliard
dfc0564993
winmm/tests: Don't mess with the mixer controls in non-interactive mode.
2007-12-05 13:47:30 +01:00
Gerald Pfeifer
f4ec0a209b
wined3d: Fix error handling in fixed_get_input().
2007-12-05 13:47:10 +01:00
Tim Schwartz
65d2f8a68d
advapi32: service_control_dispatcher(): Fixed invalid pipe test to display GetLastError() before it gets overwritten.
2007-12-05 13:47:00 +01:00
Aric Stewart
9649ca2aa2
commdlg: File name and extension offsets are not guaranteed to be the same in W->A conversions.
2007-12-05 13:46:48 +01:00
Alexandru Balut
90d8741d23
oleaut32: Implement VarWeekdayName + tests.
2007-12-05 13:46:42 +01:00
Vitaly Lipatov
914e78aeb5
winspool.drv: Fix buffer sizes.
2007-12-05 13:32:24 +01:00
Vitaly Lipatov
2dcb7b5d5c
shell32: Use sizeof instead of constant for buffer size.
2007-12-05 13:32:15 +01:00
Vitaly Lipatov
768c5000f3
midimap: Fix buffer sizes.
2007-12-05 13:31:58 +01:00
Vitaly Lipatov
23db2636fc
avifil32: Fix buffer sizes.
2007-12-05 13:31:53 +01:00
Vitaly Lipatov
1dc28c904c
oledlg: Add Russian translation.
2007-12-05 13:31:46 +01:00
Vitaly Lipatov
e3b4ebebf4
oledlg: Use wide strings, fix buffers size.
2007-12-05 13:31:35 +01:00
Alexandre Julliard
0f6e826fe0
kernel32: Remove the no-exec fault workaround, it shouldn't be needed anymore.
2007-12-05 12:35:47 +01:00
Andrew Riedi
63f4b6f024
ddraw: DPRINTF -> TRACE.
2007-12-05 12:34:33 +01:00
Andrew Riedi
6de3bbc557
comdlg32: DPRINTF -> TRACE.
2007-12-05 12:34:23 +01:00
Jonathan Ernst
5147ad24b6
mshtml: Updated French translation.
2007-12-05 12:21:50 +01:00
Dmitry Timoshkov
a7dba33cf3
winex11.drv: Use registry settings as a default display mode.
2007-12-05 12:21:32 +01:00
Dmitry Timoshkov
e388a49308
winex11.drv: Don't forget to initialize dmFields.
2007-12-05 12:21:10 +01:00
James Hawkins
383a8a5b92
msi: Reimplement MsiGetComponentPath.
2007-12-05 12:08:04 +01:00
James Hawkins
ced84f5b53
msi: Add tests for MsiGetComponentPath.
2007-12-05 12:07:35 +01:00
Jacek Caban
5f3dd23f10
shlwapi: Uncomment IUnknown_EnableModeless code.
2007-12-05 12:07:05 +01:00
Jacek Caban
92223c19f9
mshtml: Improve debug traces.
2007-12-05 12:07:00 +01:00
Jacek Caban
87e2bb3e63
mshtml: Return NULL instead of empty string in IHTMLBodyElement::get_background.
2007-12-05 12:06:51 +01:00
Roy Shea
91d07f6995
wininet: Added check of dwStructSize required by Windows in calls to InternetCrackUrlA.
2007-12-05 12:05:37 +01:00
Roy Shea
7903d7f3f4
wininet: Removed inline from copy_compsA and zero_compsA to allow Windows testing.
2007-12-05 12:05:10 +01:00
Louis Lenders
8946d462aa
msvcrt40: Add DllMain.
2007-12-05 12:05:04 +01:00
Andrew Talbot
f2223dbe79
dbghelp: Remove unneeded casts.
2007-12-05 12:04:48 +01:00
Andrew Talbot
77c8a1594d
d3d9: Remove unneeded casts.
2007-12-05 12:04:44 +01:00
Andrew Talbot
cd2964483a
d3d8: Remove unneeded casts.
2007-12-05 12:04:39 +01:00
Gerald Pfeifer
42677e25f7
comctl32: Simplify condition based on WPARAM always being >= 0.
2007-12-04 18:42:24 +01:00
Gerald Pfeifer
81f32c7a38
wined3d: Fix error handling in transform_texture().
2007-12-04 18:41:45 +01:00
Gerald Pfeifer
a030777f74
msvcrt: Fix error handling in _aligned_offset_realloc().
2007-12-04 18:41:36 +01:00
Guido Barzini
00a961c5d4
iphlpapi: Restore lost initialisation of ptr->AddressLength in GetAdaptersInfo.
2007-12-04 18:41:18 +01:00
Dmitry Timoshkov
718e71300c
user32: Make sure the desktop window is created before mode enumeration.
2007-12-04 18:40:54 +01:00
Rob Shearman
c866b06806
rpcrt4: Add tests for a pointer to a conformant strings.
2007-12-04 18:18:03 +01:00
Rob Shearman
2a9fae7565
rpcrt4: Set the destination pointer in PointerUnmarshall before calling the referenced type's unmarshalling routine.
...
When a pointer that is dereferenced is encountered then this can result
in a stale pointer (i.e. the one that is marshalled into the buffer for
the embedded pointer unmarshalling case) being used instead of the one
that was intended.
2007-12-04 18:18:01 +01:00
Jacek Caban
b12ebbdaca
mshtml: Added DIID_HTMLTableEvents connection point.
2007-12-04 18:17:29 +01:00
Jacek Caban
cd68aacbbc
mshtml: Move HTMLTextContainerEvents connection point to HTMLTextContainer object.
2007-12-04 18:17:21 +01:00
Jacek Caban
2bcd1f0e9e
mshtml: Added IConnectionPointContainer iface to all HTMLElement objects.
2007-12-04 18:17:17 +01:00
Jacek Caban
a9e77575b3
mshtml: Initialize HTMLElement in the beginning of constructors.
2007-12-04 18:17:13 +01:00
Jacek Caban
a1bdef2d62
mshtml: Make IConnectionPointContainer more flexible.
2007-12-04 18:17:08 +01:00
James Hawkins
440af17322
msi: Test the CompLocator subset of the AppSearch action.
2007-12-04 18:17:01 +01:00
Stefan Dösinger
1ac109e5a0
wined3d: Use the proper drawable size when clearing.
2007-12-04 14:32:39 +01:00
Stefan Dösinger
fce9abd095
wined3d: Clear honors the viewport.
2007-12-04 14:32:39 +01:00
Stefan Dösinger
bd10d5261f
wined3d: Fixes for drawable handling in Clear.
2007-12-04 14:32:39 +01:00
Stefan Dösinger
a4461e03f7
wined3d: Disable the scissor test when blitting.
2007-12-04 14:32:39 +01:00
Stefan Dösinger
fcb49934d0
wined3d: Retrieve the height properly when setting the viewport.
2007-12-04 14:32:39 +01:00
Stefan Dösinger
8689fe32c6
wined3d: Use the proper drawable size when setting the scissor rect.
2007-12-04 14:32:39 +01:00
Stefan Dösinger
9bc6200ece
wined3d: Add a method for querying the gl drawable size of rendertarget.
2007-12-04 14:32:39 +01:00
Andrew Talbot
a06caa0e66
crypt32: Remove unnecessary casts.
2007-12-04 14:32:39 +01:00
Andrew Talbot
750a56016d
comdlg32: Remove unnecessary casts.
2007-12-04 14:32:39 +01:00