Commit Graph

71068 Commits

Author SHA1 Message Date
Anders Jonsson d3fd949c58 mshtml: Update Swedish translation. 2010-08-16 12:59:19 +02:00
Anders Jonsson 94d7111e8a wininet: Update Swedish translation. 2010-08-16 12:59:14 +02:00
Anders Jonsson daea0852d8 setupapi: Update Swedish translation. 2010-08-16 12:59:10 +02:00
Anders Jonsson 2785b765e4 credui: Update Swedish translation. 2010-08-16 12:59:07 +02:00
Anders Jonsson 45779f0943 jscript: Add Swedish translation. 2010-08-16 12:59:03 +02:00
Anders Jonsson 41f778f50e reg: Add Swedish translation. 2010-08-16 12:58:54 +02:00
Anders Jonsson d59ae39dc9 start: Add Swedish translation. 2010-08-16 12:58:47 +02:00
Anders Jonsson 4c3bd79ecf xcopy: Add Swedish translation. 2010-08-16 12:58:34 +02:00
Dmitry Timoshkov ea7020480b user32: Properly pack the WM_WINE_SETWINDOWPOS internal message. 2010-08-16 12:57:08 +02:00
Hwang YunSong c625e95af1 winmm: Update Korean resource. 2010-08-16 12:57:04 +02:00
Hwang YunSong f5983fa759 shdocvw: Update Korean resource. 2010-08-16 12:57:01 +02:00
Hwang YunSong f3119811fa mshtml: Update Korean resource. 2010-08-16 12:56:58 +02:00
Jose Rostagno 0fa01958f6 mshtml: Update Spanish translation. 2010-08-16 12:56:50 +02:00
Jose Rostagno 431ff3ca38 shdocvw: Update Spanish translation. 2010-08-16 12:56:47 +02:00
Luca Bennati 490ee12ebb mshtml: Update Italian translation. 2010-08-16 12:56:42 +02:00
Luca Bennati ca723c0d27 shdocvw: Update Italian translation. 2010-08-16 12:56:39 +02:00
Detlef Riekenberg bc72f9965d gdi32: Always use a HANDLE for GDI_ReleaseObj. 2010-08-16 12:56:34 +02:00
Frédéric Delanoy 56245243f0 mshtml: Update French translation. 2010-08-16 12:56:23 +02:00
Frédéric Delanoy 1fe1a0f7f9 shdocvw: Update French translation. 2010-08-16 12:56:22 +02:00
Sven Baars fccc57ca19 shdocvw: Update the Dutch translation. 2010-08-16 12:56:20 +02:00
Sven Baars d5df95257d mshtml: Update the Dutch translation. 2010-08-16 12:56:18 +02:00
André Hentschel 9d077ad3bb shdocvw: Update German translation. 2010-08-16 12:56:16 +02:00
André Hentschel 87bf3ed464 mshtml: Fix indentation in resource file. 2010-08-16 12:56:14 +02:00
André Hentschel 021a9fcedd mshtml: Update German translation. 2010-08-16 12:56:11 +02:00
Aurimas Fišeras 00f23b9c5b mshtml: Update Lithuanian translation. 2010-08-16 12:56:09 +02:00
Alexandre Julliard 277040d924 d3dx9: Fix some incorrect const typecasts. 2010-08-04 17:53:14 +02:00
Tony Wasserka 1905e93b54 d3dx9: Implement ARGB point filtering in D3DXLoadSurfaceFromMemory. 2010-08-04 17:49:43 +02:00
Tony Wasserka 5bdfd877a7 d3dx9: Return D3DERR_INVALIDCALL in D3DXLoadSurfaceFromMemory if pDestRect is invalid. 2010-08-04 17:48:45 +02:00
Tony Wasserka 295d2a6777 d3dx9: Move pixel sampling and recombination in copy_simple_data to separate helper functions. 2010-08-04 17:48:21 +02:00
Dmitry Timoshkov dfe6ae58af user32: Protect from setting as a window owner one of its successors. 2010-08-04 17:35:22 +02:00
Jacek Caban 884b76657c jscript: Get rid of no longer needed ErrorInstance struct. 2010-08-04 17:32:05 +02:00
Jacek Caban ae8cb5a1e6 jscript: Fixed Error.toString implementation for non-Error this. 2010-08-04 17:31:59 +02:00
Jacek Caban 04819e9066 jscript: Use generic property for Error.message. 2010-08-04 17:31:51 +02:00
Jacek Caban 96990cfa8e jscript: Use generic property for Error.description. 2010-08-04 17:31:46 +02:00
David Hedberg 2761b0ded6 explorerframe: Implement GetRootItems. 2010-08-04 17:30:53 +02:00
David Hedberg b431995cc4 explorerframe: Implement RemoveRoot and RemoveAllRoots. 2010-08-04 17:30:37 +02:00
David Hedberg 658ec55a94 explorerframe: Handle TVN_GETDISPINFO to get icons, filename and information about subfolders. 2010-08-04 17:30:26 +02:00
David Hedberg f87891c362 explorerframe: Implement InsertRoot and AppendRoot. 2010-08-04 17:30:15 +02:00
Nikolay Sivov 94dfbcaad5 comctl32/tests: Remove some noise from function names.
Everything in this file is about Monthcal.
2010-08-04 13:26:11 +02:00
Nikolay Sivov 8e968fd290 comctl32/monthcal: Add some tests for post-V1 hittest fields. 2010-08-04 13:26:00 +02:00
Henri Verbeet 37c8632811 wined3d: Make some lookup tables const. 2010-08-04 13:24:24 +02:00
Henri Verbeet 2b88b2d351 wined3d: Only try to acquire a context in surface_cleanup() if there are GL resources to be destroyed.
The reason we're in surface_cleanup() might for example be that context
creation failed.
2010-08-04 13:24:21 +02:00
Henri Verbeet 43a86d1e56 wined3d: Cleanup Get/SetDepthStencilSurface(). 2010-08-04 13:24:17 +02:00
Henri Verbeet 009cd78fa4 wined3d: Cleanup Get/SetRenderTarget(). 2010-08-04 13:24:14 +02:00
Henri Verbeet 6e30387f81 wined3d: Replace color_fill_fbo() with device_clear_render_targets(). 2010-08-04 13:24:07 +02:00
Alexander Nicolaysen Sørnes aa733bedd5 mshtml: Send more informative messages to OleInPlaceFrame. 2010-08-04 13:19:21 +02:00
Misha Koshelev bf46b4fdfc d3dx9: Add stub and tests for D3DXCreateMesh. 2010-08-04 13:19:00 +02:00
Misha Koshelev 995c653d11 d3dx9: Add _D3DXMESH enumeration. 2010-08-04 13:17:51 +02:00
Alexandre Julliard c2a29dbb9c configure: Check that the cross-compiler that we found actually works. 2010-08-04 13:16:19 +02:00
Dmitry Timoshkov e0bbcea6fb ws2_32: Rearrange the code to avoid a needless release_sock_fd(). 2010-08-04 12:33:27 +02:00