Commit Graph

32000 Commits

Author SHA1 Message Date
Vitaliy Margolen 1a02268a05 localspl: Add Russian translation. 2008-04-01 11:29:40 +02:00
Piotr Caban 4fb786a355 msxml3: Added fixmes to stubs. 2008-04-01 11:29:34 +02:00
Piotr Caban c1f3339557 msxml3: Added SAXXMLReader registration. 2008-04-01 11:29:31 +02:00
Rob Shearman 80d67e33b9 Remove superfluous semicolons from IDL files. 2008-04-01 11:29:27 +02:00
Andrew Talbot 08ae56545e ntdll: Remove superfluous semicolon. 2008-04-01 11:29:20 +02:00
Andrew Talbot 7142fc1634 msxml3: Remove superfluous semicolon. 2008-04-01 11:29:14 +02:00
Andrew Talbot c25e5d642a mshtml: Remove superfluous semicolon. 2008-04-01 11:27:27 +02:00
Roderick Colenbrander 8a5838274b wgl: Add missing WGL_STEREO_ARB to ConvertAttribWGLtoGLX. 2008-04-01 11:27:18 +02:00
Roderick Colenbrander 616ac380f9 wgl: Fix ChoosePixelFormat behavior. 2008-04-01 11:27:11 +02:00
Hans Leidekker 612f3c1414 wininet: Use INTERNET_MAX_URL_LENGTH to size buffers we intend to store a URL in. 2008-04-01 11:27:03 +02:00
Hans Leidekker 8210e1b454 wininet: Parse the redirect URL in HTTP_HandleRedirect in case of a proxy connection. 2008-04-01 11:26:52 +02:00
Hans Leidekker 729631d907 wininet: Remove dead code from HTTP_DealWithProxy and improve its debug trace. 2008-04-01 11:26:42 +02:00
Chris Robinson 4a68b33029 quartz: Break processing loop when shutting down. 2008-04-01 11:26:29 +02:00
Andrew Talbot 15db05929a ws2_32: Make function declarations match definitions. 2008-04-01 11:26:24 +02:00
Alexandre Julliard bd09340cf2 user32: Don't start explorer.exe on non-visible window stations. 2008-03-31 17:26:42 +02:00
Alexandre Julliard 9bb129d17b advapi32: Silence the pipe read error in the normal case. 2008-03-31 17:26:07 +02:00
Dan Kegel 338539c709 gdi32: Test retrieving BI_BITFIELDS info for 16bpp modes. 2008-03-31 16:07:47 +02:00
Vitaliy Margolen a28b86a78e user32: Properly translate keyboard left/right-shift, alt, ctrl keys hardware messages. 2008-03-31 15:13:06 +02:00
Alexander Morozov bae4ebb7d7 setupapi: Add a check of "#" for interface subkey names. 2008-03-31 15:13:00 +02:00
Aric Stewart 2ea559b8b2 imm32: Have both ImmInternalPostIMEMessage and ImmInternalSendIMENotify receive an InputContextData parameter instead of relaying on root_context. 2008-03-31 15:12:50 +02:00
James Hawkins 9e021cff3d fusion: Add initial tests for IAssemblyCache. 2008-03-31 13:09:19 +02:00
Roderick Colenbrander b3ffac5a8d wgl: Move all winex11.drv opengl traces to wgl. 2008-03-31 13:01:40 +02:00
Roderick Colenbrander 4120188f99 wined3d: Request a pixel format with alpha support in case of P8 render targets. 2008-03-31 13:01:24 +02:00
Hans Leidekker bbf5dae444 wininet: Use a direct connection for tests that connect to localhost. 2008-03-31 13:01:11 +02:00
Hans Leidekker ed1cb1f099 wininet: Set ProxyEnable registry value if it isn't already set. 2008-03-31 13:01:01 +02:00
Hans Leidekker e4c59c263d wininet: Don't set the host port from the server port.
This works for direct connections but in case of proxy connections server
port and host port usually are different.
2008-03-31 13:00:42 +02:00
Hans Leidekker 0ffe9f5207 wininet: Fix redirects through a proxy.
HTTP_DealWithProxy replaces the request path with a full URL to make sure
a correct request is built for for the proxy. This will work just once in
case of a redirect because the path will be appended to the redirect url,
resulting in an incorrect url.
2008-03-31 13:00:32 +02:00
Hans Leidekker 454fae8432 wininet: Don't close proxy connections when keep-alive is specified. 2008-03-31 13:00:18 +02:00
Hans Leidekker c7f93666c3 wininet: Support http_proxy environment variable.
Based on a patch by Mike Hearn.
2008-03-31 13:00:10 +02:00
Marcus Meissner 8c63754d67 shell32: Adjusted German about dialog for changes in English one. 2008-03-31 13:00:02 +02:00
Maarten Lankhorst 714e807aa5 quartz: Check against a null dereference and don't read beyond the end of file. 2008-03-31 12:51:16 +02:00
Andrew Talbot ae1791b0b8 dbghelp: Fix type mismatch in comparison. 2008-03-31 12:51:11 +02:00
Andrew Talbot 2a0f7007d8 qcap: Assign to struct instead of using CopyMemory. 2008-03-31 12:50:45 +02:00
Andrew Talbot c2599478b6 ole32: Assign to structs instead of using CopyMemory. 2008-03-31 12:50:41 +02:00
Andrew Talbot 892c31e4db quartz: Assign to structs instead of using CopyMemory. 2008-03-31 12:50:37 +02:00
Andrew Talbot 65dd1578e6 uxtheme: Assign to struct instead of using CopyMemory. 2008-03-31 12:50:33 +02:00
Andrew Talbot e8aebfcb4b dsound: Assign to structs instead of using CopyMemory. 2008-03-31 12:50:30 +02:00
Jacek Caban cb7b58c528 mshtml: Added parsing external scripts support. 2008-03-31 12:16:20 +02:00
Jacek Caban 620a9500e2 mshtml: Added parsing inline script support. 2008-03-31 12:15:42 +02:00
Jacek Caban 40ab8e0c17 mshtml: Return S_OK in OnEnterScript and OnLeaveScript. 2008-03-31 12:15:37 +02:00
Jacek Caban 4383503211 mshtml: Added IActiveScriptSite::GetItemInfo implementation. 2008-03-31 12:15:32 +02:00
Jacek Caban b24151b5df mshtml: Added IActiveScriptSite::GetLCID implementation. 2008-03-31 12:15:28 +02:00
Jacek Caban 2db8f1a160 mshtml: Added IActiveScriptSiteWindow stub implementation. 2008-03-31 12:15:23 +02:00
Vitaliy Margolen 66417eea64 Update Russian translations. 2008-03-31 12:15:14 +02:00
Vitaliy Margolen 0350c39110 mshtml: Add Russian translation. 2008-03-31 12:15:08 +02:00
Alexander Nicolaysen Sørnes 10e9c6bfd1 kernel32: Set processorLevel to cpu family. 2008-03-31 12:14:41 +02:00
Roderick Colenbrander 76014205de wined3d: Fix a postpixelshader_blending bug. 2008-03-31 12:14:33 +02:00
Andrew Talbot c9566d556c user32: Void functions should not return a value. 2008-03-31 12:14:05 +02:00
Andrew Talbot e27fe2d76a inetcomm: Void functions should not return a value. 2008-03-31 12:14:02 +02:00
Andrew Talbot 1f53b85445 rpcrt4: Void functions should not return a value. 2008-03-31 12:13:59 +02:00