Commit Graph

60070 Commits

Author SHA1 Message Date
Vladimir Pankratov 43f36486e4 winecfg: Convert the Russian resources to UTF-8. 2009-07-22 14:42:49 +02:00
Vladimir Pankratov 98035890d8 uninstaller: Convert the Russian resources to UTF-8. 2009-07-22 14:42:49 +02:00
Vladimir Pankratov e6f1619209 view: Convert the Russian resources to UTF-8. 2009-07-22 14:42:49 +02:00
Vladimir Pankratov 15b5324d6a wineboot: Convert the Russian resources to UTF-8. 2009-07-22 14:42:49 +02:00
Vladimir Pankratov c8308d61b5 taskmgr: Convert the Russian resources to UTF-8. 2009-07-22 14:42:49 +02:00
Vladimir Pankratov c3e58fc404 start: Convert the Russian resources to UTF-8. 2009-07-22 14:42:49 +02:00
Vladimir Pankratov b989203e35 regedit: Convert the Russian resources to UTF-8. 2009-07-22 14:42:49 +02:00
Hans Leidekker fa4c25ddf4 wininet: Correct handling of redirected HEAD requests. 2009-07-22 14:42:49 +02:00
Juan Lang 336ee2861d winhttp: Remove no-longer-used #defines. 2009-07-22 12:04:53 +02:00
Juan Lang 1229aa723a winhttp: Remove calls to SSL_CTX_set_timeout, as they affect the session's lifetime, not the read timeout. 2009-07-22 12:04:46 +02:00
Juan Lang 2418e82810 winhttp: Use connection's timeout rather than default timeout when reading a line. 2009-07-22 12:04:37 +02:00
Juan Lang 80100334f1 winhttp: Set a socket's timeouts when it's created. 2009-07-22 12:04:15 +02:00
Juan Lang 64d69b55f9 winhttp: Store send and receive timeouts in request_t, and only set them in a netconn_t if it's connected. 2009-07-22 12:04:09 +02:00
Dmitry Timoshkov 19e4cfd003 user32: Pass the same PRF_ flags from WM_PRINT to WM_PRINTCLIENT. 2009-07-22 11:27:48 +02:00
Francois Gouget 108a930e67 notepad: Remove spaces before '\n'. 2009-07-22 11:09:09 +02:00
Francois Gouget 548b06aae9 appwiz.cpl: Make sure we have a space before the ellipses in Slovenian resources. 2009-07-22 11:09:07 +02:00
Francois Gouget 045dc433de taskmgr: Remove space before ellipsis. 2009-07-22 11:09:05 +02:00
Francois Gouget fb0e107b18 shell32: Add a trailing '\n' to a WARN(). 2009-07-22 11:09:02 +02:00
Nikolay Sivov af0f00b671 comctl32/listview: LVM_SETITEMSTATE - select all item case tests. 2009-07-22 11:08:53 +02:00
Mike Kaplinskiy 7b683a9008 ws2_32/tests: Fix the last failures on NT4. 2009-07-22 11:08:49 +02:00
Owen Rudge b4f2c55283 winhlp32: Ensure win->page is not NULL when selecting Help on Help. 2009-07-22 11:08:43 +02:00
Owen Rudge 5e289b91c0 shell32: Ensure extraPmts is a valid pointer before checking it. 2009-07-22 11:08:39 +02:00
Dylan Smith 0deb3d04ed richedit: Scrollinfo stored as 16-bit values externally.
The application Blitzin2 was sending WM_VSCROLL messages to the
richedit control directly, when normally this message is supposed to
be a notification sent after the scrollinfo is set.  Native richedit
controls always use the 16-bit value passed to this message to set the
scroll position for SB_THUMBPOSITION, rather than trying to find a
32-bit value through GetScrollInfo like I had previously done.
2009-07-22 11:08:33 +02:00
Juan Lang e5f4c802dc winhttp: If the default proxy settings are not found, delete the bogus ones after test. 2009-07-22 11:08:05 +02:00
Juan Lang 09ee823399 winhttp: Check environment if the registry settings are present but bogus. 2009-07-22 11:07:49 +02:00
Juan Lang 68fdc5cb2e winhttp: Strip scheme from http_proxy environment variable. 2009-07-22 11:07:35 +02:00
Juan Lang 2b460a6c5a winhttp: Fix crash when proxy bypass is unset. 2009-07-22 11:07:21 +02:00
Jacek Caban 3305900894 msctf.idl: Added more interfaces. 2009-07-22 11:02:33 +02:00
André Hentschel a261137593 shell32: Fix German folder names. 2009-07-22 11:02:28 +02:00
André Hentschel 6bc0f13e99 jscript: Add German translation. 2009-07-22 11:02:24 +02:00
Aurimas Fišeras fc3a59460c jscript: Add Lithuanian translation. 2009-07-22 11:01:24 +02:00
Frédéric Delanoy a2e5c0b7b2 jscript: Add French translation. 2009-07-22 11:01:00 +02:00
Vincent Beers faa2efc8ce winecfg: Fixed Dutch translation. 2009-07-22 11:00:56 +02:00
Alexandre Julliard 19e2d0cd5d mountmgr: Create volumes for non-removable volumes reported by HAL/Disk Arbitration. 2009-07-21 20:33:17 +02:00
Alexandre Julliard 22f58341dc mountmgr: Add support for creating volumes without an associated drive. 2009-07-21 20:30:43 +02:00
Rein Klazes da86ab71fa user32/tests: Fix for a test failure on win98/NT4. 2009-07-21 15:59:24 +02:00
Paul Vriens a607df2b69 wordpad: Align resources with the English ones. 2009-07-21 14:23:32 +02:00
Paul Vriens bd999ee489 shdoclc: Fix Portuguese (Portugal) translation. 2009-07-21 14:23:27 +02:00
Paul Vriens 5e6b307862 winecfg: Fix Portuguese (Portugal) translation. 2009-07-21 14:23:22 +02:00
Henri Verbeet c114b04016 wined3d: Remove the useless lastThread field from IWineD3DDeviceImpl. 2009-07-21 14:23:06 +02:00
Henri Verbeet 2d7500600b wined3d: Get rid of lastActiveRenderTarget. 2009-07-21 14:23:02 +02:00
Henri Verbeet 223b9d5c01 wined3d: Get rid of lastActiveRenderTarget in FindContext(). 2009-07-21 14:22:58 +02:00
Henri Verbeet 8402519c7a wined3d: Call ModifyLocation on "target" in IWineD3DDeviceImpl_ClearSurface().
This is the same pointer, but lastActiveRenderTarget will go away.
2009-07-21 14:22:53 +02:00
Henri Verbeet 6c0c1671b2 wined3d: Keep track of a context's current render target. 2009-07-21 14:22:49 +02:00
Henri Verbeet ee4d18cc83 wined3d: Pass NULL to ActivateContext() when we don't need a specific target.
Once we keep track of the wined3d context for each thread,
lastActiveRenderTarget won't do what we want here.
2009-07-21 14:22:44 +02:00
Alexandre Julliard a9c33bbc4a kernel32: Try to load a 32-bit builtin in WinExec16 if the file doesn't exist. 2009-07-21 12:22:01 +02:00
Piotr Caban a77e369cfe jscript: Add Error_number handling to constructor and error throwing functions. 2009-07-21 11:04:34 +02:00
Piotr Caban f3eef0d4c8 jscript: Added Error_number and Error_description implementation. 2009-07-21 11:04:16 +02:00
Piotr Caban 7c0a702001 jscript: Added Error_description and Error_number stubs. 2009-07-21 11:04:13 +02:00
Piotr Caban 3afc444e7f jscript: Throw errors in Number functions. 2009-07-21 11:04:09 +02:00