Commit Graph

59908 Commits

Author SHA1 Message Date
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
Piotr Caban f89fbb9b48 jscript: Throw TypeError in call_expression_eval. 2009-07-21 11:04:04 +02:00
Piotr Caban 789afcdc1b jscript: Throw more errors in Date functions. 2009-07-21 11:03:51 +02:00
Piotr Caban 5b21893abf jscript: Throw type errors in Date functions. 2009-07-21 10:59:27 +02:00
Piotr Caban 77e93ad8c7 jscript: Throw type errors in Boolean functions. 2009-07-21 10:59:07 +02:00
Piotr Caban bd87f97e2d jscript: Throw range errors in Array functions. 2009-07-21 10:59:01 +02:00
Piotr Caban 469b597212 jscript: Add error throwing functions. 2009-07-21 10:58:52 +02:00
Piotr Caban 2d71dac412 jscript: Add Error_toString implementation. 2009-07-21 10:57:37 +02:00
Piotr Caban f17b1f6334 jscript: Add Error_message implementation. 2009-07-21 10:57:33 +02:00
Piotr Caban f33f5c9286 jscript: Add Error object stub. 2009-07-21 10:57:19 +02:00
Ismael Barros ebcb243c33 dplayx/tests: Host migration when session host leaves. 2009-07-21 10:50:57 +02:00
Dylan Smith e364a4406a richedit: Added missing return to ME_EnsureVisible.
The missing return was to prevent automatic vertically scrolling when
style for it is not set, but is set for the horizontal scrollbar. I
initially missed this by testing with no autoscrolling on either
scrollbar.
2009-07-21 10:47:13 +02:00
Owen Rudge 1eca313f47 shell32: Execute control panel applets in separate process. 2009-07-21 10:47:06 +02:00