Jeremy White
|
c445761b56
|
winspool: Add a test to show size required for EnumPrinterDriversA is the same as W.
|
2009-12-01 13:11:28 +01:00 |
|
Jeremy White
|
c5a0f9316d
|
winspool: When retrieving PRINTER_INFO_7, the lack of a directory service print queue object is represented with a NULL pointer and a successful return, not an error return.
|
2009-12-01 13:11:20 +01:00 |
|
Jeremy White
|
eae3c3cacc
|
winspool: Implement GetPrinterA via GetPrinterW, largely to support the eccentricity that GetPrinterA allocates buffers as large as those required by GetPrinterW.
|
2009-12-01 13:10:39 +01:00 |
|
Jeremy White
|
91678ff9e9
|
winspool: Add modest tests for GetPrinter.
|
2009-12-01 13:07:46 +01:00 |
|
Jeremy White
|
4c136a5df3
|
winspool: Remove unvarying unicode parameter from WINSPOOL_EnumPrinters.
|
2009-12-01 13:07:30 +01:00 |
|
Jeremy White
|
602d9058fb
|
winspool: Remove unvarying unicode parameter from WINSPOOL_OpenDriverReg.
|
2009-12-01 13:05:54 +01:00 |
|
Michael Stefaniuc
|
4376ccf3fc
|
comctl32: Use FAILED instead of !SUCCEEDED.
|
2009-12-01 13:04:36 +01:00 |
|
Jacek Caban
|
35b2ca947c
|
jscript: Added lastIndex tests.
|
2009-12-01 12:59:48 +01:00 |
|
Jacek Caban
|
d0062198b6
|
jscript: Added lastIndex setter implementation.
|
2009-12-01 12:59:44 +01:00 |
|
Jacek Caban
|
34fcbb5f75
|
wininet: Make HTTP_HttpSendRequestW static and avoid its forward declaration.
|
2009-12-01 12:59:36 +01:00 |
|
Jacek Caban
|
e974965185
|
wininet: Directly return error status from HTTP_HttpAddRequestHeadersW.
|
2009-12-01 12:59:23 +01:00 |
|
Jacek Caban
|
85a057e186
|
wininet: Directly return error status from HTTP_HttpOpenRequestW.
|
2009-12-01 12:59:16 +01:00 |
|
Jacek Caban
|
47c71fcd0a
|
wininet: Make HTTP_HttpOpenRequestW static and avoid forward its declaration.
|
2009-12-01 12:59:07 +01:00 |
|
Jacek Caban
|
b01d58428b
|
wininet: Directly return error status from NETCON_init.
|
2009-12-01 12:58:58 +01:00 |
|
Jacek Caban
|
1d96e20e8a
|
wininet: Directly return error status from refill_buffer.
|
2009-12-01 12:58:52 +01:00 |
|
Jacek Caban
|
358e7b7c8a
|
wininet: Directly return error status from NETCON_recv.
|
2009-12-01 12:58:34 +01:00 |
|
Andrew Eikum
|
1563c137fa
|
mshtml: Add stub implementation of IHTMLFormElement.
|
2009-12-01 12:58:16 +01:00 |
|
Andrew Eikum
|
296eeb6e6e
|
mshtml.idl: Add DispHTMLFormElement interface.
|
2009-12-01 12:24:06 +01:00 |
|
Juan Lang
|
6b8c053218
|
crypt32: Fix test failures.
|
2009-12-01 12:24:00 +01:00 |
|
Paul Vriens
|
e5d37c8d4a
|
shell32/tests: Fix test failure on non-English locale.
|
2009-12-01 12:23:52 +01:00 |
|
Maarten Lankhorst
|
15adb260b2
|
winealsa.drv: Remove wrong calls.
snd_pcm_prepare is called below, and snd_pcm_sw_params is called before
sw_params is initialized.
|
2009-12-01 11:45:30 +01:00 |
|
Jacek Caban
|
368edb73cd
|
mshtml: Added onreadystatechange tests.
|
2009-12-01 11:39:51 +01:00 |
|
Jacek Caban
|
f91e71d7ce
|
mshtml: Added onreadystatechange event support.
|
2009-12-01 11:39:45 +01:00 |
|
Jacek Caban
|
a369d5e733
|
mshtml: Added IHTMLFrameBase2::get_readyState implementation.
|
2009-12-01 11:39:40 +01:00 |
|
Jacek Caban
|
f340e637f7
|
mshtml: Added IHTMLFrameBase2::put_src implementation.
|
2009-12-01 11:39:36 +01:00 |
|
Jacek Caban
|
bb60430de4
|
mshtml: Always return fake scheme in nsIURI::GetScheme if use_wine_url is set.
|
2009-12-01 11:39:31 +01:00 |
|
Jacek Caban
|
050a1372b0
|
mshtml: Added support for frames in navigate_url.
|
2009-12-01 11:39:26 +01:00 |
|
Jacek Caban
|
ec13e51087
|
mshtml: Don't change nsIWineURI in OnStartBinding if it's already marked as document URI.
|
2009-12-01 11:39:17 +01:00 |
|
Jacek Caban
|
679591ff87
|
mshtml: Added support for relative URLs in navigate_url.
|
2009-12-01 11:39:12 +01:00 |
|
Jacek Caban
|
7cb41811b1
|
mshtml: Use special handling only for main documents in AsyncOpen.
|
2009-12-01 11:39:07 +01:00 |
|
Jacek Caban
|
fc2306d58c
|
mshtml: Don't fail in NewChannelFromURI if necko failed to create a channel.
|
2009-12-01 11:39:02 +01:00 |
|
Jacek Caban
|
d0dbf57c36
|
mshtml: Always set use_wine_url if there is no necko nsIURI available.
|
2009-12-01 11:38:55 +01:00 |
|
Jacek Caban
|
a75615640a
|
mshtml: Added IHTMLElement2::get_readyState test.
|
2009-12-01 11:34:27 +01:00 |
|
Jacek Caban
|
9881ec35eb
|
mshtml: Added IHTMLElement2::get_readyState implementation.
|
2009-12-01 11:34:23 +01:00 |
|
Jacek Caban
|
2c6c00a84f
|
mshtml: Forward setting window.location to window.location.href.
|
2009-12-01 11:34:16 +01:00 |
|
Jacek Caban
|
f8d8fbba46
|
mshtml: Added IHTMLScreen::get_colorDepth implementation.
|
2009-12-01 11:34:09 +01:00 |
|
Jacek Caban
|
fd24068c8f
|
mshtml: Added IHTMLScreen::get_height implementation.
|
2009-12-01 11:31:01 +01:00 |
|
Jacek Caban
|
ca54be2cc6
|
mshtml: Added IHTMLScreen::get_width implementation.
|
2009-12-01 11:30:55 +01:00 |
|
Jacek Caban
|
1ddc01c09b
|
mshtml.idl: Added DispHTMLScreen declaration and use it in HTMLScreen object.
|
2009-12-01 11:30:42 +01:00 |
|
Jacek Caban
|
06884fb181
|
mshtml: Added IHTMLWindow2::get_screen implementation.
|
2009-12-01 11:30:37 +01:00 |
|
Paul Vriens
|
cb5a2bbb02
|
mshtml/tests: Use the globally available wine_dbgstr_w.
|
2009-11-30 16:37:50 +01:00 |
|
Jörg Höhle
|
c4faae9412
|
mciqtz32: Fix open/close omissions.
|
2009-11-30 16:37:38 +01:00 |
|
Paul Chitescu
|
590cc1ad55
|
kernel32: Reduce registry access to KEY_READ wherever possible.
|
2009-11-30 16:33:54 +01:00 |
|
Paul Chitescu
|
77b98c9e65
|
fwpuclnt: Add initial minimal stub implementation.
|
2009-11-30 16:33:13 +01:00 |
|
Maarten Lankhorst
|
52400723c9
|
dsound: Don't use DirectSoundDevice calls directly.
|
2009-11-30 16:25:11 +01:00 |
|
Maarten Lankhorst
|
26df03d2df
|
dsound: Use DirectSoundCapture properly in duplex.
|
2009-11-30 16:25:01 +01:00 |
|
Maarten Lankhorst
|
9123f28e46
|
dsound: Call DSOUND_FullDuplexCreate instead of creating it directly.
|
2009-11-30 16:24:28 +01:00 |
|
Maarten Lankhorst
|
c9b70ddf7e
|
dsound: Remove directsound interface in duplex.
|
2009-11-30 16:24:14 +01:00 |
|
Maarten Lankhorst
|
9aa5aa3364
|
dsound: Fix destruction in duplex.
|
2009-11-30 16:21:38 +01:00 |
|
Dan Kegel
|
0f556bf803
|
ntdll: Implement RtlGetNtGlobalFlags(), add related defines to winternl.h.
|
2009-11-30 16:13:08 +01:00 |
|