Paul Vriens
cd31fd393e
advapi32/tests: Fix two test failures on Vista and W2K8.
2009-01-06 10:09:36 +01:00
Alexandre Julliard
d7fd308f41
updspapi: Added an updspapi implementation that forwards to setupapi.
2009-01-05 20:28:06 +01:00
Alexandre Julliard
2e20bd4960
setupapi/tests: Added some tests for SetupEnumInfSectionsA/W.
2009-01-05 20:27:06 +01:00
Alexandre Julliard
b45cfc123e
setupapi: Implemented SetupEnumInfSectionsA/W.
2009-01-05 20:26:50 +01:00
Ge van Geldorp
1f62d85496
mscms/tests: Pass correct device name to AssociateColorProfileWithDevice().
2009-01-05 16:43:10 +01:00
Ge van Geldorp
e7e4894f2a
wininet/tests: INTERNET_STATUS_CLOSING_CONNECTION and ..._CONNECTION_CLOSED callbacks can appear after ..._REQUEST_COMPLETE.
2009-01-05 16:42:03 +01:00
Hans Leidekker
b511365423
setupapi: Add stubs for pSetupInstallCatalog and pSetupVerifyCatalogFile.
2009-01-05 16:37:47 +01:00
Hans Leidekker
c5fa3ec216
winhttp: Set last error for invalid URLs passed to WinHttpCrackUrl.
2009-01-05 16:37:40 +01:00
Paul Vriens
d1d0e335cf
shell32/tests: Fix some test failures on Vista and W2K8.
2009-01-05 16:37:36 +01:00
Alexandre Julliard
57a1a147a6
jscript/tests: Don't crash if we fail to get the IActiveScriptParse interface.
2009-01-05 15:50:36 +01:00
Alexandre Julliard
7181c38dcc
crypt32/tests: Fix handle size in CERT_KEY_PROV_HANDLE_PROP_ID for Win64.
2009-01-05 15:44:37 +01:00
Alexandre Julliard
e793a2ba35
ole32/tests: Fix a structure size check for Win64.
2009-01-05 15:37:48 +01:00
Alexandre Julliard
19184f0071
mshtml/tests: Fix the platform test for Win64.
2009-01-05 15:37:39 +01:00
Alexandre Julliard
4deb0ada75
urlmon/tests: Fix an uninitialized variable check for Win64.
2009-01-05 15:20:15 +01:00
Paul Vriens
10b2d6db04
shdocvw/tests: Fix test failures on XP SP2 and higher.
2009-01-05 15:09:21 +01:00
Paul Vriens
49da5031c2
d3d8/tests: Fix a test failure on VMware and VirtualBox.
2009-01-05 15:09:17 +01:00
Ge van Geldorp
80d4d54c59
comctl32/tests: Fix title bar tests for non-English locales.
2009-01-05 15:08:35 +01:00
Markus Weiland
40fb1cd9cd
dxdiaxgn: Implemented retrieval of szDeviceIdentifier property.
2009-01-05 15:08:15 +01:00
Alexandre Julliard
f1b363e27d
msvcrt: Fix the time_t definition for the msvcrt build.
2009-01-05 15:07:53 +01:00
Henri Verbeet
e8ba733706
wined3d: Remove unused enum elements from WINED3DTEXTURESTAGESTATETYPE.
2009-01-05 12:41:31 +01:00
Henri Verbeet
fd33f0f97f
wined3d: Convert samplerState to a bitmap in struct SAVEDSTATES.
2009-01-05 12:41:17 +01:00
Henri Verbeet
c33b38117e
wined3d: Convert renderState to a bitmap in struct SAVEDSTATES.
2009-01-05 12:41:08 +01:00
Henri Verbeet
fc39831e4c
wined3d: Convert transform to a bitmap in struct SAVEDSTATES.
2009-01-05 12:40:57 +01:00
Dmitry Timoshkov
48973dad53
winex11: Indicate that dmDisplayFlags is also initialized.
2009-01-05 12:40:50 +01:00
Alexandre Julliard
97da2e57fb
wininet: Use ~0u instead of ~0ul for DWORD values.
2009-01-05 12:40:39 +01:00
Alexandre Julliard
690d112182
winhttp: Use ~0u instead of ~0ul for DWORD values.
2009-01-05 12:40:34 +01:00
Alexandre Julliard
5eb2753a44
wldap32: Use ~0u instead of ~0ul for DWORD values.
2009-01-05 12:40:28 +01:00
Alexandre Julliard
fffcd23cce
dinput: Fix pointer cast warnings on 64-bit.
2009-01-05 12:39:44 +01:00
Alexandre Julliard
bc778b99f9
setupapi: Add CDECL to the cabinet callback functions.
2009-01-05 12:39:13 +01:00
Alexandre Julliard
98f89d460d
cabinet: Add CDECL to the cabinet callback functions.
2009-01-05 12:39:02 +01:00
Michael Stefaniuc
ac37f1b7fb
comctl32/tests: Do not cast the IDC_* defines to a LPSTR.
2009-01-05 12:35:06 +01:00
Andrey Turkin
8cebd3bb86
shell32: Fix typo.
2009-01-05 12:34:55 +01:00
Henri Verbeet
0b511b9ad8
ntdll: Add a small test for FPU exceptions.
2009-01-05 12:34:46 +01:00
Henri Verbeet
03468a4f05
ntdll: Don't throw masked FPU exceptions.
...
When an FPU exception is masked the appropriate flag in the status
word will still be set, so get_fpu_code() should mask the exception
flags in the status word with the exception flags in the control word.
2009-01-05 12:34:39 +01:00
Henri Verbeet
5e418a9072
ntdll: Fix ExceptionAddress for FPU exceptions.
...
ExceptionAddress isn't the same as EIP for FPU exceptions, since the
exception will be thrown on the next FPU instruction, rather than the
instruction that caused the exception.
2009-01-05 12:34:33 +01:00
Austin English
f4d7369ba3
kernel32: Fix a compiler warning on non-i386.
2009-01-05 12:34:25 +01:00
Michael Stefaniuc
6bd893a960
msi: Change MSIHANDLE to ULONG for Win64 compatibility.
...
Also fix the compiler warnings produced by this change.
2009-01-05 12:34:12 +01:00
Pavel Troller
0f6b925bdc
ntdll: Fix serial.c for linux-2.6.28.
2009-01-04 14:59:55 +01:00
Dylan Smith
fc13c70b78
richedit: Mask window id on WM_COMMAND notifications.
2009-01-04 14:59:54 +01:00
Vitaliy Margolen
d2da2d378e
dinput: Allow for holes in device status structure.
2009-01-04 14:59:54 +01:00
Andrey Turkin
79dd662d2d
ntdll: Always set output values in RtlGetDaclSecurityDescriptor.
2009-01-04 14:59:54 +01:00
Andrey Turkin
59520240cc
shell32: Add explorer toolbar bitmaps.
2009-01-04 14:59:54 +01:00
Andrey Turkin
405ced0969
user32: GetUserObjectSecurity should return a valid security descriptor.
2009-01-04 14:59:54 +01:00
Alexandre Julliard
139ba41458
riched20/tests: Move the itextServicesStdcallVtbl definition to avoid a compiler warning.
2009-01-04 14:59:54 +01:00
Alexandre Julliard
c9b4210b9c
kernel32/tests: Use the actual name of the exe module in toolhelp tests.
2009-01-04 14:59:34 +01:00
Alexandre Julliard
1cdccc7de7
kernel32/tests: Comment out a couple of heap tests that crash on 64-bit Vista.
2009-01-04 14:47:59 +01:00
Alexandre Julliard
52f87c4a57
msvcrt/tests: Fix the scanf pointer formatting tests on 64-bit.
2009-01-04 14:47:59 +01:00
Alexandre Julliard
159dfb219c
msvcrt/tests: Fix the printf pointer formatting tests on 64-bit.
2009-01-04 14:47:59 +01:00
Alexandre Julliard
935a406b27
include: Fix data structures for processor affinity on 64-bit.
2009-01-04 14:47:24 +01:00
Michael Stefaniuc
4c7a6694cd
include: Change unsigned long to ULONG in rpcdce.h for Win64 compatibility.
...
Also fix the compiler warnings introduced by this change.
2009-01-04 13:34:51 +01:00
Michael Stefaniuc
e86eb8efa6
include: Change RPC_STATUS from long to LONG for Win64 compatibility.
...
Also fix the compiler warnings introduced by this change.
2009-01-04 13:34:38 +01:00
Michael Stefaniuc
969ef6d3b5
appwiz.cpl: Add Romanian translation.
2009-01-04 13:34:27 +01:00
Michael Stefaniuc
e75df00707
mshtml: Fix a dialog size for the Pt and Si translations.
2009-01-04 13:34:21 +01:00
Michael Stefaniuc
8757515dd9
mshtml: Add the Romanian translation.
2009-01-04 13:34:16 +01:00
Michael Stefaniuc
91bb8dc043
ddraw/tests: Remove superfluous casts.
2009-01-04 13:34:13 +01:00
Michael Stefaniuc
566a133a82
ddraw/tests: Simplify a pointer increment.
2009-01-04 13:34:05 +01:00
Michael Stefaniuc
3a95eaab9a
browseui: Remove superfluous casts from/to void pointers.
2009-01-04 13:33:59 +01:00
Michael Stefaniuc
a50629fad5
dpnet: Remove superfluous casts.
2009-01-04 13:33:56 +01:00
Michael Karcher
a16b79cf72
oleaut32: Implement IPropertyBag::Read proxying.
2009-01-04 13:33:46 +01:00
Michael Karcher
11aef5e0a2
ole32: Add HICON user marshalling stubs.
2009-01-04 13:33:12 +01:00
Jacek Caban
159cc19b03
mshtml: Added IHTMLWindow2::get_location implementation.
2009-01-04 13:32:47 +01:00
Alexandre Julliard
b84fda836e
ntdll/tests: Avoid long long printf formats in traces.
2009-01-03 20:25:19 +01:00
Alexandre Julliard
2cf2c4568f
msvcrt/tests: Fix some printf formats for 64-bit.
2009-01-03 20:24:10 +01:00
Alexandre Julliard
4282fc122d
msvcrt/tests: Use unsigned int instead of size_t for the malloc tests.
2009-01-03 20:23:06 +01:00
Alexandre Julliard
9e070a6108
kernel32/tests: Use the correct SIZE_T type instead of unsigned long.
2009-01-03 20:21:43 +01:00
Alexandre Julliard
b712358152
kernel32/tests: Fix the NT header initialization for 64-bit.
2009-01-03 20:21:25 +01:00
Alexandre Julliard
52f99aeacb
kernel32/tests: Don't compare the result of llseek or hwrite against HFILE_ERROR.
2009-01-03 20:21:01 +01:00
Alexandre Julliard
bb7de132dd
kernel32/tests: Fix pointer casting warnings on 64-bit.
2009-01-03 20:20:14 +01:00
Alexandre Julliard
d8e11632f1
user32/tests: Fix some printf formats for 64-bit.
2009-01-03 20:16:33 +01:00
Alexandre Julliard
d97b398767
user32/tests: Fix pointer casting warnings on 64-bit.
2009-01-03 20:16:16 +01:00
Alexandre Julliard
94d9cfadb0
winmm/tests: Fix handle casting warnings on 64-bit.
2009-01-03 20:15:25 +01:00
Alexandre Julliard
796197d97c
wldap32/tests: Use ~0u instead of ~0ul for DWORD values.
2009-01-03 20:15:13 +01:00
Alexandre Julliard
523881678b
wininet/tests: Use ~0u instead of ~0ul for DWORD values.
2009-01-03 20:15:06 +01:00
Alexandre Julliard
97f4bfa7ed
winhttp/tests: Use ~0u instead of ~0ul for DWORD values.
2009-01-03 20:15:00 +01:00
Alexandre Julliard
d3ed2df9ee
shell32/tests: Fix handle casting warnings on 64-bit.
2009-01-03 20:14:32 +01:00
Alexandre Julliard
a506c956a8
qedit/tests: Fix a pointer casting warning on 64-bit.
2009-01-03 20:14:18 +01:00
Alexandre Julliard
68bd54b558
ole32/tests: Fix a pointer casting warning on 64-bit.
2009-01-03 20:14:11 +01:00
Alexandre Julliard
90541731aa
ntdll/tests: Fix pointer casting warnings on 64-bit.
2009-01-03 20:14:01 +01:00
Alexandre Julliard
ddc34141cd
msi/tests: Fix pointer casting warnings on 64-bit.
2009-01-03 20:13:45 +01:00
Alexandre Julliard
c2cef54ea0
mlang/tests: Fix a pointer casting warning on 64-bit.
2009-01-03 20:13:37 +01:00
Alexandre Julliard
428de06982
gdi32/tests: Fix a pointer casting warning on 64-bit.
2009-01-03 20:13:29 +01:00
Alexandre Julliard
a52977dc4a
comctl32/tests: Fix pointer casting warnings on 64-bit.
2009-01-03 20:13:20 +01:00
Alexandre Julliard
3e7ac7ea2e
msi/tests: Add CDECL to the cabinet callback functions.
2009-01-03 20:12:49 +01:00
Alexandre Julliard
235ae03597
cabinet/tests: Add CDECL to the cabinet callback functions.
2009-01-03 20:12:39 +01:00
Alexandre Julliard
d7ca3dd200
advpack/tests: Add CDECL to the cabinet callback functions.
2009-01-03 20:12:26 +01:00
Alexandre Julliard
558732ef09
msvcrt: Add missing __cdecl on some function pointers.
2009-01-03 18:43:00 +01:00
Andrew Talbot
62d6a4e9f7
dsound: Declare some variables static.
2009-01-03 15:36:08 +01:00
Andrew Talbot
bffe5016e0
dpnet: Declare a function static.
2009-01-03 15:35:33 +01:00
Andrew Talbot
4c92ba2270
dbghelp: Declare some functions static.
2009-01-03 15:35:29 +01:00
Stefan Dösinger
6ef2b65531
ddraw: Reject IDirectDraw3 QI in ddraw.dll.
2009-01-03 15:14:51 +01:00
Stefan Dösinger
616ea53226
ddraw: Add a test for IDirectDrawSurface::GetDC.
2009-01-03 15:14:38 +01:00
Alexandre Julliard
6a548b1e9d
ntdll: Fix the various structures returned by NtQuerySystemInformation for 64-bit.
2009-01-03 14:55:32 +01:00
Alexandre Julliard
3cbf55cc1e
ntdll/tests: Skip large integer tests that crash on 64-bit Vista.
2009-01-03 14:55:32 +01:00
Ge van Geldorp
f5df407522
ole32/tests: Add declarations which are not present in SDK headers.
2009-01-03 14:55:32 +01:00
Ge van Geldorp
69c5fca81a
ole32/tests: Work around broken Windows urlmon.dll.
2009-01-03 14:55:32 +01:00
Austin English
9abde541b5
mpr: Fix a compiler warning on PowerPC.
2009-01-03 14:55:31 +01:00
Austin English
87af7e110f
ntdll: Add file support for OpenBSD.
2009-01-03 14:55:31 +01:00
Austin English
d760ec8410
kernel32: Add heap support for OpenBSD.
2009-01-03 14:55:31 +01:00
Vincent Pelletier
23dcf61e61
wined3d: Make WARN about oversized texture output surface and texture sizes.
2009-01-03 14:55:31 +01:00
Henri Verbeet
9a889f6b0b
wined3d: Convert textures to a bitmap in struct SAVEDSTATES.
2009-01-03 14:55:31 +01:00
Henri Verbeet
39909f2a06
wined3d: Handle WINED3DFVF_XYZW in get_flexible_vertex_size().
...
Spotted by Chris Robinson.
2009-01-03 14:55:31 +01:00
Henri Verbeet
3c14b3936f
wined3d: Don't bother with the GLSL info log if nobody's looking.
2009-01-03 14:55:30 +01:00
Henri Verbeet
2e0212e998
wined3d: Fix the line number for some fglrx spam.
...
We added a #version line a while ago, so the line number for the
warning changed.
2009-01-03 14:55:30 +01:00
Dylan Smith
7a54306008
richedit: Fix unicode truncation on EM_GETLINE message.
2009-01-03 14:55:30 +01:00
Alexandre Julliard
da3202130e
msvcrt: Convert the spawn and exec functions to use MS ABI varargs.
2009-01-03 11:38:25 +01:00
Alexandre Julliard
dd34f924be
msvcrt: Convert the open functions to use MS ABI varargs.
2009-01-03 11:38:25 +01:00
Alexandre Julliard
f8de2ebb0b
msvcrt: Convert all the scanf functions to use MS ABI varargs.
2009-01-03 11:38:25 +01:00
Alexandre Julliard
07ca8f4f8f
msvcrt: Convert all the printf functions to use MS ABI varargs.
2009-01-03 11:38:25 +01:00
Alexandre Julliard
34f2487163
msvcrt: Fix formatting of pointers in printf.
2009-01-02 21:33:33 +01:00
Alexandre Julliard
9f365e7705
server: Replace EXCEPTION_RECORD by an explicit definition in debug events.
2009-01-02 20:12:46 +01:00
Alexandre Julliard
bc03f0ee39
server: Simplify the debug_event_t structure.
2009-01-02 20:09:25 +01:00
Frans Kool
cf47755f2b
crypt32: Updated Dutch translations.
2009-01-02 14:28:08 +01:00
Andrew Talbot
8a1a2a9511
comdlg32: Declare a function static.
2009-01-02 14:28:02 +01:00
Andrew Talbot
c8cf421186
comctl32: Declare some variables static.
2009-01-02 14:27:44 +01:00
Andrew Talbot
184dbe7e63
cabinet: Declare a function static.
2009-01-02 14:27:43 +01:00
Rob Shearman
76b805dad4
comctl32: Add names for now documented toolbar messages.
2009-01-02 14:27:43 +01:00
Rob Shearman
a4644e5a87
winecoreaudio: Remove some unnecessary text conversions by using snprintfW instead of snprintf.
...
Change the remaining text conversions to use the Unix CP as the
strings come from system library functions.
2009-01-02 14:27:35 +01:00
Alexandre Julliard
ab1040b35d
winecoreaudio: Fix a redefinition warning.
2009-01-02 13:54:49 +01:00
Christian Costa
2f913efa83
mciavi: Implement MCI_DGV_PUT_WINDOW in MCIAVI_mciPut.
2009-01-02 12:55:52 +01:00
Jeff Zaroyko
aff1dbe531
dsound: Check for invalid parameter when locking primary and secondary buffers.
2009-01-02 12:48:15 +01:00
Jeff Zaroyko
14db70036d
dsound: Check for invalid parameter when unlocking primary buffers.
2009-01-02 12:48:09 +01:00
Andrew Riedi
73393fab16
winex11: Factor out the 'alpha_zero' test and use it for legacy cursor support.
2009-01-02 12:46:47 +01:00
Gerald Pfeifer
6bdcdc4232
comctl32: Simplify fifteen functions by removing unused parameters.
2009-01-02 12:39:31 +01:00
Maarten Lankhorst
94c620cf95
dsound: Correct amount of buffers used for playing.
...
Fixes regression caused by ce06de4208
Amount of time per buffer was doubled, but amount of buffers wasn't
halved, so latency was doubled.
2009-01-02 12:39:11 +01:00
Alexandre Julliard
02229896be
kernel32/tests: Use the correct value for invalid heap sizes on 64-bit.
2009-01-02 12:20:53 +01:00
Andrew Fenn
2c54c3dc82
xinput1_3: Added tests for XInputSetState.
2009-01-02 12:08:26 +01:00
Andrew Fenn
2e71742d6a
xinput1_3: Added stub XInputSetState.
2009-01-02 12:08:08 +01:00
James Hawkins
954820d027
advapi32: Request the owner and group token size instead of hardcoding the value.
2009-01-02 11:54:31 +01:00
Jeff Zaroyko
bea7933d95
dsound: Fix a typo in convert_32_to_24.
2009-01-02 11:54:22 +01:00
Joris Huizer
202a2ab755
mshtml: Increment pointer as intended.
2009-01-02 11:54:09 +01:00
Roderick Colenbrander
a6d28bcc52
d3d9: Relax color matching in bumpmap test.
2009-01-02 11:53:56 +01:00
Michael Stefaniuc
b8f17bac2b
dnsapi/tests: Remove superfluous casts.
...
The pointers to r1 and r2 are already PDNS_RECORDs.
2009-01-02 11:53:50 +01:00
Michael Stefaniuc
e4db17f268
cabinet: Don't cast the return value of PF[CD]I_ALLOC; those are void pointers.
2009-01-02 11:53:48 +01:00
Michael Stefaniuc
4008a35020
dplayx/tests: Fix typo.
2009-01-02 11:53:45 +01:00
Michael Stefaniuc
f01b21634a
dplayx/tests: Do not explicitly cast LPVOID function arguments.
2009-01-02 11:53:42 +01:00
Allan Tong
fdd512deeb
wined3d: Add mapping for MOV instructions in shader_hw_map2gl.
2009-01-02 11:53:35 +01:00
Andrew Talbot
0c587dc373
comdlg32: Unreachable code fix.
2009-01-02 11:53:16 +01:00
Christian Costa
6d8fdefb4a
winmm: Check param in joyConfigChanged.
2009-01-02 11:53:12 +01:00
Henri Verbeet
3b5c75d991
wined3d: Convert clipplane to a bitmap in struct SAVEDSTATES.
2009-01-02 11:53:04 +01:00
Henri Verbeet
52a900d4e8
wined3d: Convert streamSource and streamFreq to bitmaps in struct SAVEDSTATES.
2009-01-02 11:52:34 +01:00
Henri Verbeet
457037f4de
wined3d: Fix the value of HIGHEST_TRANSFORMSTATE.
...
The highest transform state should be 511.
2009-01-02 11:52:02 +01:00
Henri Verbeet
73e042496c
wined3d: Fix a few format specifiers in IWineD3DStateBlockImpl_Capture().
2009-01-02 11:51:54 +01:00
Henri Verbeet
0657e8d87a
wined3d: Use slightly nicer loops in device_map_fixed_function_samplers().
2009-01-02 11:51:46 +01:00
Austin English
e9569d9c4e
kernel32/tests: Fix compile on powerpc.
2009-01-02 11:51:41 +01:00
Andrew Talbot
5c8978c58b
advapi32: Remove unused function.
2009-01-02 11:51:35 +01:00
Christian Costa
3b64f895b1
ddraw: Display fixme only once in IDirectDrawImpl_WaitForVerticalBlank.
2009-01-02 11:51:29 +01:00
Alexandre Julliard
82ebebc671
ntdll: Use INT_MAX for the semaphore count since LONG_MAX won't work on 64-bit.
2008-12-31 21:55:11 +01:00
Alexandre Julliard
5f36d0239f
kernel32: Convert FormatMessageA/W to use an MS ABI vararg list for x86_64.
2008-12-31 20:59:51 +01:00
Alexandre Julliard
71de29b795
wldap32: Convert ber_printf to use an MS ABI vararg list for x86_64.
2008-12-31 20:59:47 +01:00
Alexandre Julliard
55e4c7f14e
shlwapi: Convert SHPackDispParams to use an MS ABI vararg list for x86_64.
2008-12-31 20:59:42 +01:00
Alexandre Julliard
b9f0ee96fb
shlwapi: Convert wvnsprintfA/W to use an MS ABI vararg list for x86_64.
2008-12-31 20:59:38 +01:00
Alexandre Julliard
fb7acdcb28
user32: Convert wvsprintfA/W to use an MS ABI vararg list for x86_64.
2008-12-31 20:59:33 +01:00
Alexandre Julliard
0c914e475d
server: Make atom_t an unsigned int to avoid padding issues.
2008-12-31 15:09:59 +01:00
Alexandre Julliard
fa8643805b
server: Make TEB and PEB client_ptr_t instead of void pointers.
2008-12-31 15:09:59 +01:00
Alexandre Julliard
c6c335d70e
server: Make thread entry points client_ptr_t instead of void pointers.
2008-12-31 15:09:59 +01:00
Alexandre Julliard
2cf868c0be
server: Move ldt_copy to the init_process_done request and make it a client_ptr_t.
2008-12-31 15:09:59 +01:00
Alexandre Julliard
1d2d0d5622
server: Send the version with the initial fd so that it can be checked before sending the first request.
2008-12-31 15:09:59 +01:00
Christian Costa
eb4eda2757
d3dxof: Move X files parsing into a separate file.
2008-12-31 14:07:23 +01:00
Byeongsik Jeon
3807ca733d
winex11.drv: Add the basic antialias type decision code.
2008-12-31 14:07:18 +01:00
Paul TBBle Hampson
04b8ec07a6
winhttp: Don't try and call a null callback.
2008-12-31 14:07:11 +01:00
Paul TBBle Hampson
4876375ab8
winhttp: Correctly parse specified ports in WinHttpCrackUrl.
2008-12-31 14:07:05 +01:00
Paul TBBle Hampson
f093f9e8d5
winhttp/tests: Add tests for WinHttpCrackUrl port number handling.
2008-12-31 14:06:10 +01:00
Paul TBBle Hampson
83ea32ea02
winhttp: Fix resolution-failure TRACE in netconn_resolve to use input WCHAR* rather than already-freed CHAR*.
2008-12-31 13:18:52 +01:00
Jeff Zaroyko
33479b898a
iphlpapi/tests: Fix a failing test.
2008-12-31 13:18:16 +01:00
Andrew Riedi
cdf88e9c29
winex11.drv: Calculate the cursor bitmap offsets in a way consistent with user32.
2008-12-31 12:28:23 +01:00
Andrew Riedi
56d41bbd10
itircl: Fix documentation typo.
2008-12-31 12:28:17 +01:00
Jacek Caban
2b3c8ad501
mshtml.idl: Added HTMLStyle coclass declaration.
2008-12-31 12:27:52 +01:00
Jacek Caban
f9cbbab53b
mshtml: Added gecko debug channel to control Gecko logging.
2008-12-31 12:27:40 +01:00
Jacek Caban
fd4832ea2e
mshtml: Set XPCOM_DEBUG_BREAK to 'warn' before loading Gecko.
2008-12-31 12:27:29 +01:00
Jacek Caban
91af3c56ca
mshtml: Move handle_insert_comment to mutation.c.
2008-12-31 12:27:16 +01:00
Jacek Caban
327dc2c409
mshtml: Remove no longer used node_insert_listener.
2008-12-31 12:27:09 +01:00
Jacek Caban
7901d5f258
mshtml: Remove no longer needed set_profile.
2008-12-31 12:27:03 +01:00
Henri Verbeet
3920d42f71
wined3d: Convert some BOOLs to bitfields in struct SAVEDSTATES.
2008-12-31 12:26:57 +01:00
Henri Verbeet
29a0d06518
wined3d: Convert some BOOLs to bitfields in struct IWineD3DDeviceImpl.
...
Also fills a 3 byte hole.
2008-12-31 12:26:33 +01:00
Henri Verbeet
3f12f59aa4
wined3d: Convert some BOOLs to bitfields in struct WineD3DContext.
...
Also happens to fill two 3 byte holes.
2008-12-31 12:26:23 +01:00
Henri Verbeet
813c7ed202
wined3d: Remove an unused field from the device.
2008-12-31 12:26:02 +01:00
Henri Verbeet
2b926db50d
wined3d: Make use_vs() and use_ps() work on a stateblock instead of a device.
...
Most callers work on a stateblock rather than a device, and the main fields
we check (vertexShader and pixelShader) are part of the stateblock as well.
2008-12-31 12:25:56 +01:00
Alexandre Julliard
6db201080f
server: Make the various async I/O parameters client_ptr_t instead of void pointers.
2008-12-30 21:09:41 +01:00
Alexandre Julliard
f507ccbf52
server: Specify the user APC to call only once the system APC has executed.
2008-12-30 20:51:55 +01:00
Alexandre Julliard
7ec95c5bee
server: Explicitly specify when an ioctl call needs to be blocking.
2008-12-30 20:37:20 +01:00
Alexandre Julliard
f69e62207b
server: Make the arguments for CreateRemoteThread client_ptr_t instead of void pointers.
2008-12-30 15:30:11 +01:00
Alexandre Julliard
c86ec6445c
server: Make a couple of fields smaller in the apc_call_t/apc_result_t structures.
2008-12-30 15:22:45 +01:00
Alexandre Julliard
838803ce24
server: Make the address parameters in inter-process virtual memory calls client_ptr_t.
...
Add explicit padding fields in the corresponding structures.
2008-12-30 15:05:38 +01:00
Alexandre Julliard
d066a9a01a
server: Make the mapping base address a client_ptr_t instead of a void pointer.
2008-12-30 14:18:21 +01:00
Alexandre Julliard
8e9c156e14
server: Make the address argument for read/write_process_memory a client_ptr_t.
2008-12-30 14:11:58 +01:00
Alexandre Julliard
4261476d13
server: Make the message callback function a client_ptr_t instead of a void pointer.
2008-12-30 14:02:07 +01:00
Christian Costa
fa8cd7435f
quartz: Remove unused IMemInputPin vtables.
2008-12-30 13:40:33 +01:00
Christian Costa
95810a8999
winedos: Increase extended memory from 7MB to 15MB.
2008-12-30 12:53:41 +01:00
Christian Costa
dd0faf7dd0
winedos: Compute CMOS image checksum automatically.
2008-12-30 12:53:33 +01:00
Christian Costa
3ae00dafe3
winedos: Document CMOS image bytes.
2008-12-30 12:49:13 +01:00
Jacek Caban
8d28f09d8a
mshtml: Wine Gecko 0.9.0 release.
2008-12-30 12:43:34 +01:00
Alexandre Julliard
03a83c49db
opengl32: Define an enum for extensions to make diffs smaller when adding new extensions.
2008-12-30 12:23:40 +01:00
Michael Stefaniuc
161e90238a
opengl32: make_opengl: Do not add explicit casts of function pointers to void pointers.
2008-12-30 12:18:24 +01:00
Andrew Nguyen
d46ffb4b6f
cfgmgr32: Forward and stub CM_Create_DevNodeA/W.
2008-12-30 11:37:34 +01:00
Andrew Nguyen
33197eaa8d
setupapi: Stub the SetupDiDestroyClassImageList function.
2008-12-30 11:37:12 +01:00
Andrew Nguyen
3dcac86e53
cfgmgr32: Forward and stub CM_Connect_MachineA.
2008-12-30 11:37:03 +01:00
Henri Verbeet
f197e8b1ca
wined3d: Handle D3DFVF_XYZW in ConvertFvfToDeclaration().
...
This is similar to 0bdab5f80c
.
2008-12-30 11:36:57 +01:00
Henri Verbeet
007c648c20
d3d: Correct some debug levels.
2008-12-30 11:36:50 +01:00
Henri Verbeet
8da71ca6a6
d3d9: Use separate codepaths for failure and NULL return values in GetVertexShader() / GetPixelShader().
2008-12-30 11:36:42 +01:00
Henri Verbeet
6f5af4047f
wined3d: Get rid of the glname field in struct SHADER_OPCODE.
...
It's only used for shader_hw_map2gl() and vshader_hw_rsq_rcp(), and we
can handle those the same way we handle the GLSL equivalents.
2008-12-30 11:36:35 +01:00
Henri Verbeet
ff409280e7
d3d8: Port the d3d9 stateblock tests to d3d8.
2008-12-30 11:36:11 +01:00
Alexandre Julliard
9b92a59115
server: Make timer callback function and argument client_ptr_t instead of void pointers.
2008-12-29 17:43:01 +01:00
Alexandre Julliard
cc55fd317a
server: Make hook procedures client_ptr_t instead of void pointers.
2008-12-29 17:35:35 +01:00
Alexandre Julliard
923310aa54
server: Make the device opaque data a client_ptr_t instead of a void pointer.
2008-12-29 17:28:40 +01:00
Alexandre Julliard
0cd3ff6cbe
server: Make the class opaque data a client_ptr_t instead of a void pointer.
2008-12-29 17:24:39 +01:00
Alexandre Julliard
45c991937a
server: Make the select cookie a client_ptr_t instead of a void pointer.
2008-12-29 17:21:32 +01:00
Alexandre Julliard
93737d5575
server: Store debugging output strings as client_ptr_t instead of void pointers.
2008-12-29 17:16:46 +01:00
Alexandre Julliard
947976f22c
server: Store module names as client_ptr_t instead of void pointers.
2008-12-29 17:10:11 +01:00
Alexandre Julliard
f2c4e09e80
server: Make module handles always 64-bit.
2008-12-29 16:47:51 +01:00
Jacek Caban
edda4637b4
cabinet: Make sure that parent directories exist when creating a new directory.
2008-12-29 15:29:28 +01:00
Rob Shearman
4a67e7a71e
include: Include winuser.h from generated oleidl.h header.
...
oleidl.h isn't usable without winuser.h being included first due to
using the LPMSG type, so explicitly include it by adding a cpp_quote
statement to oleidl.idl. In the PSDK it is implicitly included as
IDL-generated header includes windows.h, which in turn includes
winuser.h.
2008-12-29 14:41:00 +01:00
Christian Costa
c83e4f130f
quartz: Fix some traces and fixmes.
2008-12-29 12:52:21 +01:00
Alexandre Julliard
d75b0ce452
ntdll: Make sure we don't return from a stub exception.
2008-12-29 12:43:59 +01:00
Byeongsik Jeon
edb852308c
user32: Implementation the SPI_{GET|SET}FONTSMOOTHING* actions.
2008-12-29 12:42:12 +01:00
Byeongsik Jeon
f2e1b254ce
gdi32: Restore the trimmed bitmap image by FT_Render_Glyph().
2008-12-29 12:41:45 +01:00
Henri Verbeet
29b826b39e
wined3d: D3DRS_POINTSIZE_MIN is initially 0.0f for d3d8.
2008-12-29 12:16:52 +01:00
Henri Verbeet
1d9c8a2df7
d3d9: Use a HAL device for the stateblock tests.
2008-12-29 12:16:47 +01:00
Henri Verbeet
de494ffe3c
wined3d: The initial value for D3DRS_POINTSIZE_MAX depends on the pointsize limit.
2008-12-29 12:16:42 +01:00
Henri Verbeet
664b58dc6f
d3d: Make sure the device is properly released when exiting the tests.
2008-12-29 12:16:35 +01:00
Henri Verbeet
a394dbec13
d3d9: Release the vertex declaration once we're done with it.
2008-12-29 12:16:27 +01:00
Dan Kegel
a7a50e0315
winmm: Don't crash on PlaySound(... SND_ALIAS_ID).
2008-12-29 12:16:18 +01:00
Andrew Fenn
cdced5b850
xinput: Added stub for XInputEnable.
2008-12-29 12:12:36 +01:00
Ge van Geldorp
c7905ffebc
kernel32/tests: Use shared Windows directory on TS to find regedit.exe.
2008-12-29 12:11:41 +01:00
Chris Robinson
0bdab5f80c
d3d9: Use the correct size for D3DFVF_XYZW.
2008-12-29 11:49:54 +01:00
Henri Verbeet
e4505389ad
secur32: Implement schannel DecryptMessage().
2008-12-29 11:48:42 +01:00
Henri Verbeet
3954c4ec65
secur32: Implement schannel EncryptMessage().
2008-12-29 11:48:35 +01:00
Henri Verbeet
95fd876266
secur32: Handle SECPKG_ATTR_STREAM_SIZES in schan_QueryContextAttributesW().
2008-12-29 11:48:27 +01:00
Henri Verbeet
3c114a88ca
secur32: Add stubs for schannel QueryContextAttributesA() and QueryContextAttributesW().
2008-12-29 11:48:18 +01:00
Henri Verbeet
24c5e6edbf
secur32: Dump the buffer descs in schan_InitializeSecurityContextW().
2008-12-29 11:48:12 +01:00
Henri Verbeet
7bf267624d
secur32: Try an EMPTY buffer if we can't find one of type TOKEN.
2008-12-29 11:48:06 +01:00
Vitaliy Margolen
8a0318c0b4
dxdiagn: Add dxdiagn.dll to DxDiag_DirectXFiles container. Create fake dll for it as well.
2008-12-29 11:47:53 +01:00
Vitaliy Margolen
f816708b62
dxdiagn: Fix DxDiag_DirectXFiles container to have child sub containers.
2008-12-29 11:47:33 +01:00
Vitaliy Margolen
8b09a8eb9d
dinput: Fix remaining formatting of the find_joydevs().
2008-12-29 11:47:06 +01:00
Vitaliy Margolen
a610cfb64c
dinput: Fix usage of HeapReAlloc.
2008-12-29 11:46:56 +01:00
Christian Costa
43b7f268e4
ntoskrnl.exe: Add stub for PsSetCreateThreadNotifyRoutine.
2008-12-29 11:46:46 +01:00
Christian Costa
9a95c077fe
ntoskrnl.exe: Fix some FIXMEs.
2008-12-29 11:46:31 +01:00
Christian Costa
70383b0c4c
ntoskrnl.exe: Add stub for KeInitializeEvent.
2008-12-29 11:46:20 +01:00
Christian Costa
0fea04afbf
d3dxof: Template names are case insensitive.
2008-12-29 11:46:06 +01:00
Austin English
87cc3e19bc
winhttp: Fix a missing include for OpenBSD.
2008-12-29 11:38:36 +01:00
Francois Gouget
2166afceb7
Assorted spelling fixes.
2008-12-29 11:36:49 +01:00
Francois Gouget
da1a352972
configure: Fix the linux/ipx.h check.
2008-12-29 11:35:58 +01:00
Francois Gouget
cbf19c30e0
browseui/tests: Make some functions static.
2008-12-29 11:35:37 +01:00
Francois Gouget
0216e3e6c6
winecoreaudio.drv: Remove an unused debug channel (midi).
2008-12-29 11:35:37 +01:00
Francois Gouget
352a1bdb0b
advapi32/tests: Add a trailing '\n' to ok() calls.
2008-12-29 11:35:37 +01:00
Francois Gouget
f2c5f6a288
wnaspi32: Add a trailing '\n' to a Wine trace.
2008-12-29 11:35:37 +01:00
Francois Gouget
b7ad9c87b5
shell32/tests: Add a trailing '\n' to ok() calls.
2008-12-29 11:35:36 +01:00
Francois Gouget
770d28d180
kernel32: Fix a comment in LocalInit16().
2008-12-29 11:35:36 +01:00
Vincent Pelletier
143bd931b6
wined3d: Detect intel 945 GM.
2008-12-29 11:35:36 +01:00
Ricardo Filipe
b15ba7696b
oleacc: Add stub for AccessibleObjectFromPoint.
2008-12-27 20:35:19 +01:00
Ricardo Filipe
bd17f0a6f3
oleacc: Fix LresultFromObject return type.
2008-12-27 20:34:39 +01:00
Gerald Pfeifer
6eb33b932e
comctl32: Simplify NATIVEFONT_Create.
2008-12-27 20:28:37 +01:00
Gerald Pfeifer
568a4bdd2a
comctl32: Simplify COMBOEX_Command.
2008-12-27 20:28:30 +01:00
Gerald Pfeifer
d7876a2cd4
comctl32: Simplify DATETIME_Char.
2008-12-27 20:28:22 +01:00
Gerald Pfeifer
d7d6ceb4da
comctl32: Shed off some unused parameters.
2008-12-27 20:28:13 +01:00
Nikolay Sivov
be7d21255c
gdiplus: Stub for GdipRotateLineTransform.
2008-12-27 20:27:07 +01:00
Nikolay Sivov
f4c017eac1
gdiplus: Stub for GdipScalePenTransform.
2008-12-27 20:27:00 +01:00
Nikolay Sivov
62512971fe
gdiplus: Stub for GdipResetPenTransform.
2008-12-27 20:26:53 +01:00
Vitaliy Margolen
7915569511
dinput: Replace perror with more appropriate ERR and WARN.
2008-12-27 20:24:12 +01:00
Vitaliy Margolen
a179f491fd
dinput: Warn if failed to open device.
2008-12-27 20:23:57 +01:00
Vitaliy Margolen
e0152e85e9
dinput: snprintf zero-terminates string no need to do it explicitly.
2008-12-27 20:23:41 +01:00
Vitaliy Margolen
ae26ca6c28
dinput: Make find_joydevs re-entrant.
2008-12-27 20:23:22 +01:00
Rob Shearman
07e8ab45c9
mshtml: Check for the container's doc being NULL in nsTooltipListener_OnShowTooltip and nsTooltipListener_OnHideTooltip.
...
They could be called after NSContainer_Release is called.
2008-12-27 20:23:15 +01:00
Huw Davies
c50a368e46
comdlg32: Use [G|S]etPropW instead of [G|S]etPropA.
2008-12-27 20:23:01 +01:00
Christian Costa
00c574d117
d3dxof: Initialize object member names correctly.
2008-12-27 20:22:58 +01:00
Dylan Smith
c9977df853
richedit: Prevented a dereference of a freed pointer.
...
On WM_DESTROY the editor was getting freed, then it was used to obtain
a handle to the editor. This patch moves it just before the editor is
freed within ME_DestroyEditor.
2008-12-27 20:22:53 +01:00
Aleksey Bragin
a8a97091fe
ntdll: Fix memory corruption in RtlSetBits.
2008-12-27 20:22:46 +01:00
Alexandre Julliard
c03cd0850c
ntdll: Add support for relay debugging on x86_64.
2008-12-27 20:03:25 +01:00
Alexandre Julliard
f55476359c
ntdll: Make the relay debug code more generic to allow supporting 64-bit platforms.
2008-12-27 20:02:34 +01:00
Alexandre Julliard
8a87aaa9d9
winebuild: Generate the __wine_call_from_32_regs function along with the 16-bit kernel routines.
2008-12-27 19:50:25 +01:00
Alexandre Julliard
3ece9e9002
include: Move the DEFINE_REGS_ENTRYPOINT macros to the dlls that use it.
2008-12-27 19:47:46 +01:00
Alexandre Julliard
0ce0af5f16
kernel32: Move AllocMappedBuffer/FreeMappedBuffer to thunk.c.
2008-12-27 19:45:52 +01:00
Alexandre Julliard
424cb27e6a
configure: When cross-compiling, propagate the target specification to winebuild.
2008-12-26 17:55:29 +01:00
Detlef Riekenberg
e9e12744b5
shdocvw/tests: Add tests for ParseURLFromOutsideSource.
2008-12-26 13:45:12 +01:00
Detlef Riekenberg
468da8e261
shdocvw: Implement ParseURLFromOutsideSource.
2008-12-26 13:44:39 +01:00
Detlef Riekenberg
1a0f1f5db8
shdocvw/tests: Fix a test on IE 5.x.
2008-12-26 13:43:04 +01:00
Ricardo Filipe
7130f9770b
cfgmgr32: Forward CM_Locate_DevNodeA/W to setupapi.
2008-12-26 13:42:56 +01:00
Ricardo Filipe
ae8a07d934
setupapi: Add stubs for CM_Locate_DevNodeA/W.
2008-12-26 13:42:49 +01:00
Andrey Turkin
0b21bb75a0
advapi32: Implement CredReadDomainCredentials stub and tests.
2008-12-26 13:42:38 +01:00
Nick Burns
a537fb0a93
ddraw: Fix surface version setting.
2008-12-26 13:42:29 +01:00
Nick Burns
9dea6f7de5
wined3d: Fix glReadPixels call from read_from_framebuffer.
2008-12-26 13:42:17 +01:00
Maarten Lankhorst
72423f5f6d
ntdll: Make the loader process relocations correctly for x86_64.
2008-12-26 13:42:07 +01:00
Maarten Lankhorst
83ee191f7e
ntdll: Print the expected and found assembly versions if no compatible version is found.
2008-12-26 13:41:52 +01:00
Alexandre Julliard
b660aaa9ea
server: Use the same field for process and thread handle in the queue_apc request.
2008-12-26 12:33:31 +01:00
Alexandre Julliard
a7b3efde0e
server: Store the async handle inside the async_data_t structure.
2008-12-26 12:33:21 +01:00
Andrew Talbot
cb08534a3d
msvcrt: Remove a superfluous semicolon.
2008-12-24 19:59:31 +01:00
Andrew Talbot
e198b4eb84
ntdll: Remove a superfluous semicolon.
2008-12-24 19:59:27 +01:00
Andrew Talbot
eceb0cce82
ole32: Superfluous semicolons fix.
2008-12-24 19:59:22 +01:00
Andrew Talbot
f9762d6082
wined3d: Remove superfluous semicolons.
2008-12-24 19:59:14 +01:00
Andrew Talbot
897a235e70
wineoss: Remove a superfluous semicolon.
2008-12-24 19:59:09 +01:00
Andrew Talbot
dcbb91fc92
ddraw: Remove a superfluous semicolon.
2008-12-24 19:59:04 +01:00
Juan Lang
214a01ac6c
cryptui: Add a header bitmap to CryptUIWizImport's interior pages.
2008-12-24 19:58:40 +01:00
Juan Lang
56c7b55dfa
cryptui: Add watermark image to welcome and finish pages of CryptUIWizImport.
2008-12-24 19:58:30 +01:00
Juan Lang
27d9903ec9
cryptui: Hide the column header on the finish page of CryptUIWizImport.
2008-12-24 19:58:16 +01:00
Juan Lang
0cfa64d5c9
cryptui: Use an appropriate title font for the welcome and finish wizard pages.
2008-12-24 19:58:09 +01:00
Paul Vriens
44c9f6a15d
shell32/tests: Fix a few test failures on Vista and W2K8.
2008-12-24 19:57:51 +01:00
Alexandre Julliard
3cd817b53e
server: Make lparam_t always 64-bit.
2008-12-24 19:57:51 +01:00
Alexandre Julliard
d1d7b9f3f7
server: Store data for hardware messages in the message extra data.
2008-12-24 19:57:51 +01:00
Christian Costa
9605eb5af2
ddraw: Display fixme only once in IDirect3DVertexBufferImpl_Optimize.
2008-12-24 19:57:51 +01:00
Christian Costa
50ace397ee
d3dxof: Small cleanup.
2008-12-24 19:57:51 +01:00
Christian Costa
d0e37532ca
d3dxof: Release allocated xobjects.
2008-12-24 19:57:51 +01:00
Alexandre Julliard
77ca32cf71
user32: Fix SPI_SETMOUSESPEED handling, the parameter is not a pointer.
2008-12-24 19:57:51 +01:00
Henri Verbeet
0fb3cb9314
d3d9: Don't crash in GetFVF() if a NULL vertex declaration is set.
2008-12-24 19:57:51 +01:00
Byeongsik Jeon
45a081f142
gdi32: Don't truncate the added pixels with FT_LCD_FILTER_DEFAULT.
2008-12-24 10:58:59 +01:00
Juan Lang
ae133b808f
wintrust: Fix encoding OIDs with only two components.
2008-12-23 20:20:01 +01:00
Austin English
84d9b2c07b
itircl: Add stub functions.
2008-12-23 20:19:51 +01:00
Christian Costa
ce578075bc
d3dxof: Make FileEnumObject keep references to top level objects. Add corresponding test.
2008-12-23 20:16:43 +01:00
Christian Costa
29d4ab1316
d3dxof: Release properly all allocated resources.
2008-12-23 20:16:23 +01:00
Christian Costa
23a3552d0d
d3dxof: Allocate subobjects at object creation time.
2008-12-23 20:16:13 +01:00
Christian Costa
4c68fdbf40
d3dxof: Simplify error handling in IDirectXFileEnumObjectImpl_GetNextDataObject.
2008-12-23 20:15:31 +01:00
Juan Lang
00c50a6732
crypt32: Don't crash when querying the length of the hash of a CRL or a CTL.
2008-12-23 20:15:18 +01:00
Vincent Pelletier
defe641725
d3d9: Set IDirect3DDevice9Impl_GetVertexShader return value to NULL on error.
2008-12-23 20:14:59 +01:00
Vincent Pelletier
878c2a8332
user32: Fix SPI_GETMOUSESPEED and SPI_SETMOUSESPEED.
2008-12-23 20:14:47 +01:00
Rico Schüller
26b9f8ef26
ddraw/tests: Fix alpha_test and offscreen_test on geforce 8800 on XP.
2008-12-23 20:12:28 +01:00
Rico Schüller
a14fe082bf
ddraw/tests: Fis some ok() lines in alpha_test().
2008-12-23 20:11:40 +01:00
Anders Jonsson
bd0b00c92b
mciavi32: Fix typo.
2008-12-23 19:56:20 +01:00
Anders Jonsson
9eac931d2e
mciseq: Fix typo.
2008-12-23 19:56:17 +01:00
Alistair Leslie-Hughes
549befe706
msxml3: Use xmlNodeGetContent to get text data.
2008-12-23 19:55:55 +01:00
Juan Lang
c6458f0fa6
cryptui: Call CryptUIWizImport from CryptUIDlgViewCertificateW.
2008-12-23 19:55:50 +01:00
Juan Lang
a468c03988
cryptui: Perform import when finishing the CryptUIWizImport wizard.
2008-12-23 19:55:45 +01:00
Juan Lang
72980e1bd0
cryptui: Show the content type on the final page of CryptUIWizImport.
2008-12-23 19:55:38 +01:00
Juan Lang
1e06495b12
cryptui: Show file name and type of destination store in final page of CryptUIWizImport.
2008-12-23 19:55:32 +01:00
Juan Lang
91deb95ed5
cryptui: Ensure that a destination store is selected in CryptUIWizImport.
2008-12-23 19:55:25 +01:00
Juan Lang
2bab6a2c5d
cryptui: Implement specifying the destination store in CryptUIWizImport.
2008-12-23 19:55:20 +01:00
Juan Lang
9f6c543355
cryptui: Skip the file page in CryptUIWizImport when the import source isn't a file.
2008-12-23 19:55:02 +01:00
Juan Lang
b9917661aa
cryptui: Store input file as a store in the file page of CryptUIWizImport.
2008-12-23 19:54:56 +01:00
Juan Lang
db91fdfaa8
cryptui: Validate input file in CryptUIWizImport.
2008-12-23 19:54:50 +01:00
Juan Lang
183df56c11
cryptui: Separate opening a file from importing it.
2008-12-23 19:54:44 +01:00
Juan Lang
9169e6ed02
cryptui: Make sure input file is not empty.
2008-12-23 19:54:39 +01:00
Juan Lang
dbab34e8d5
cryptui: Show UI rather than failing if no import source is specified.
2008-12-23 19:54:31 +01:00
Juan Lang
0db9031465
cryptui: Implement browsing for input file in CryptUIWizImport.
2008-12-23 19:54:25 +01:00
Juan Lang
b55b4a0cf7
cryptui: Add a non-operational wizard for CryptUIWizImport.
2008-12-23 19:54:01 +01:00
Juan Lang
3b9d543693
cryptui: Use CryptQueryObject to import files in CryptUIWizImport.
2008-12-23 19:53:53 +01:00
Juan Lang
f6fae84304
cryptui: Implement importing CTLs in CryptUIWizImport.
2008-12-23 19:52:47 +01:00
Juan Lang
95a38f3ac5
cryptui: Implement importing stores in CryptUIWizImport.
2008-12-23 19:52:41 +01:00
Juan Lang
31a78a7628
cryptui: Implement importing CRLs with CryptUIWizImport.
2008-12-23 19:52:34 +01:00
Juan Lang
23f789fb08
cryptui: Check for type mismatches in CryptUIWizImport.
2008-12-23 19:52:29 +01:00
Juan Lang
1accec563b
cryptui: Inherit existing properties when importing a cert.
2008-12-23 19:52:22 +01:00
Juan Lang
8216c07a96
cryptui: Use helper function for importing certificates.
2008-12-23 19:52:17 +01:00
Juan Lang
cefe88208d
crypt32: Support add disposition CERT_STORE_ADD_NEWER_INHERIT_PROPERTIES.
2008-12-23 19:52:09 +01:00
Juan Lang
f2b9832518
cryptui: Test importing from a store.
2008-12-23 19:52:02 +01:00
Juan Lang
f1796209eb
cryptui: Test mismatches between allowed and given types in CryptUIWizImport.
2008-12-23 19:51:53 +01:00
Hans Leidekker
a04afe7b70
wintrust: Fix message handle type.
...
Spotted by Juan Lang.
2008-12-23 18:52:41 +01:00
Hans Leidekker
053b2295a5
wintrust: Add some tests.
2008-12-23 18:52:28 +01:00
Hans Leidekker
32766e3882
wintrust: Add stub implementations of CryptCATEnumerateAttr, CryptCATEnumerateCatAttr, CryptCATGetAttrInfo, CryptCATGetCatAttrInfo and CryptCATGetMemberInfo.
2008-12-23 18:52:18 +01:00
Hans Leidekker
615d023bf1
wintrust: Implement CryptCATAdminResolveCatalogPath and CryptCATCatalogInfoFromContext.
2008-12-23 18:52:02 +01:00
Hans Leidekker
dffccbf1f2
wintrust: Implement CryptCATEnumerateMember.
...
Based on work done by Maarten Lankhorst.
2008-12-23 18:51:53 +01:00
Hans Leidekker
c7109645dc
wintrust: Test find handles against INVALID_HANDLE_VALUE.
...
Spotted by Michael Stefaniuc.
2008-12-23 18:51:30 +01:00
Michael Stefaniuc
a4c2a0ee20
msvcrt/tests: Use the C standard for multiline strings.
2008-12-23 18:51:20 +01:00
Maarten Lankhorst
ac85a76b2d
riched20: Fix cast for dwCookie.
2008-12-23 18:51:05 +01:00
Maarten Lankhorst
49abc9878f
msi: Add missing CDECL to cabinet functions.
2008-12-23 18:50:57 +01:00
Maarten Lankhorst
70441d5bb8
kernel32: Change all functions to use CDECL.
2008-12-23 13:09:45 +01:00
Maarten Lankhorst
0a6459598a
user32/winex11.drv: Change all user32 operations to use CDECL.
2008-12-23 13:06:04 +01:00
Maarten Lankhorst
131d0a79a1
gdi32/winex11.drv: Change all gdi/opengl operations to use CDECL calling convention.
2008-12-23 13:02:33 +01:00
Maarten Lankhorst
4eca43e702
winex11.drv/wined3d: Fix tsx11 calling convention.
2008-12-23 12:51:44 +01:00
Andrew Talbot
1b802bd5ac
winex11.drv: Superfluous semicolons fix.
2008-12-23 12:51:37 +01:00
Andrew Talbot
6e59407e1c
msvfw32: Remove superfluous semicolon.
2008-12-23 12:51:33 +01:00
Andrew Talbot
37d18db78b
mshtml: Remove superfluous semicolons.
2008-12-23 12:51:29 +01:00
Paul Vriens
cb05885f5d
winmm/tests: Fix a test failure on NT4 and W2K.
2008-12-23 12:51:23 +01:00
Paul Vriens
7f752f7c9c
shell32/tests: Cope with Vista's behavior.
2008-12-23 12:51:16 +01:00
Alexandre Julliard
30137f168c
gdi32: Fix the build without Freetype LCD support.
2008-12-23 12:34:01 +01:00
Alexandre Julliard
03fe2d0d51
shell32: Use RtlRandom instead of the non-portable rand_r.
2008-12-22 20:14:59 +01:00
Alexandre Julliard
8e1b59cb9a
rpcrt4: Disable TCP/IP connection support if we don't have socketpair.
2008-12-22 19:55:05 +01:00
Alexandre Julliard
bc85fb4cd3
ws2_32: Added implementation for inet_ntop.
2008-12-22 19:40:08 +01:00
Alexandre Julliard
866240d4fd
secur32: Check for lack of fork() support.
2008-12-22 18:04:39 +01:00
Alexandre Julliard
dc1a9f19c1
libport: Replacement for poll().
2008-12-22 18:00:13 +01:00
ByeongSik Jeon
028617b90b
gdi32, winex11: Add support for subpixel font rendering.
2008-12-22 16:33:03 +01:00
Hervé Chanal
33f6b46fd2
shell32: A nicer icon for "open folder".
2008-12-22 15:54:10 +01:00
Hervé Chanal
a32a451799
shell32: A nicer icon for "folder".
2008-12-22 15:53:53 +01:00
Christian Costa
af871d8312
dmusic: Implement IDirectMusic8Impl_CreateMusicBuffer.
2008-12-22 15:21:04 +01:00
Christian Costa
ba081eb221
dmusic: Improve IDirectMusicPortDownloadImpl_GetBuffer stub.
2008-12-22 15:20:57 +01:00
Christian Costa
f86b6e87f3
dmusic: Fix IDirectMusicPortImpl_QueryInterface.
2008-12-22 15:20:50 +01:00
Christian Costa
cff3915310
dmusic: Add support for IID_IDirectMusicDownloadedInstrument8 query in IDirectMusicDownloadedInstrumentImpl_QueryInterface.
2008-12-22 15:19:48 +01:00
Christian Costa
ceb87f98a2
dmusic: Improve IDirectMusicPortImpl_DownloadInstrument stub.
2008-12-22 15:19:41 +01:00
Reece Dunn
ce06de4208
dsound: Correct the dsound fraglen calculations.
2008-12-22 14:56:19 +01:00
Hans Leidekker
f9e0e5198f
wintrust: Implement CryptCATOpen and CryptCATClose.
...
Based on work done by Maarten Lankhorst.
2008-12-22 14:55:51 +01:00
Hans Leidekker
766669fbd2
wintrust: Implement CryptCATAdminEnumCatalogFromHash.
...
Based on work done by Maarten Lankhorst.
2008-12-22 14:55:51 +01:00
Hans Leidekker
21d5f4a617
wintrust: Record full catalog filename in catalog info structure, not just the basename.
2008-12-22 14:55:51 +01:00
Hans Leidekker
04f03866ff
pidgen: Fix typo.
2008-12-22 14:26:07 +01:00
Wolfgang Walter
a24f10b511
ntdll: Fix set_XOff and set_XOn.
2008-12-22 14:21:07 +01:00
Nick Burns
c52fd346ef
wined3d: Fix a couple of typos in wined3d_gl.h
2008-12-22 14:14:52 +01:00
Christian Costa
d700042f05
winecoreaudio.drv: Initialize correctly the header before adding it to the queue.
2008-12-22 14:14:52 +01:00
Rico Schüller
bf5912208f
d3d9/tests: Don't create a Null-shader in d3d9, it will crash.
2008-12-22 14:14:52 +01:00
Mike Ruprecht
e65195f874
wininet/tests: Add test for FtpFindFirstFile.
2008-12-22 14:02:38 +01:00
Christian Costa
6710560551
wineoss.drv: Initialize correctly the header before adding it to the queue.
2008-12-22 14:02:35 +01:00
Andrew Nguyen
0135bf8a0c
winmm: mixerOpen should return success with NULL dwCallback and CALLBACK_WINDOW flag.
2008-12-22 13:43:56 +01:00
Andrew Nguyen
64cf306292
winmm/tests: Refactor the mixerOpen and mixerClose tests and add a few additional test cases.
2008-12-22 13:43:42 +01:00
Andrew Nguyen
81e37d19e3
winmm/tests: Fix a mismatched failure message.
2008-12-22 13:43:33 +01:00
Juan Lang
1a4f973545
cryptui: Return selected store from CryptUIDlgSelectStoreW.
2008-12-22 13:42:24 +01:00
Juan Lang
8f7e9eee93
cryptui: Make sure a store is selected when the user click OK in the select store dialog.
2008-12-22 13:42:17 +01:00
Juan Lang
f3d0739916
cryptui: Add additional stores to select store dialog.
2008-12-22 13:42:10 +01:00
Juan Lang
3b765cf193
cryptui: Add system stores to the select store dialog.
2008-12-22 13:42:05 +01:00
Juan Lang
3f687ffafb
cryptui: Add a (empty) select store dialog.
2008-12-22 13:41:50 +01:00
Juan Lang
b378419a32
cryptui: Implement CryptUIDlgSelectStoreA on top of CryptUIDlgSelectStoreW.
2008-12-22 13:41:41 +01:00
Juan Lang
b5d066d6cd
cryptui: Add declarations for undocumented types used by CryptUIDlgSelectStoreA/W.
2008-12-22 13:41:31 +01:00
Juan Lang
c57fff101f
cryptui: Add stubs for CryptUIDlgSelectStoreA/W.
2008-12-22 13:41:16 +01:00
Alexandre Julliard
1ccc170b32
shell32: Use Win32 functions instead of Unix ones to retrieve the current time.
2008-12-22 11:45:20 +01:00
Alexandre Julliard
20ed414d24
wininet: Store file time as a SYSTEMTIME instead of a Unix struct tm.
2008-12-22 11:44:45 +01:00
Jacek Caban
e2cb0c82a6
mshtml: Move preferences settings to separated function.
2008-12-22 10:29:27 +01:00
Jacek Caban
a47292a3ab
mshtml: Release owner in nsChannel destructor.
2008-12-22 10:29:23 +01:00
Jacek Caban
7af33293a4
mshtml: Pass window to GetCommandState and DoCommand.
2008-12-22 10:29:19 +01:00