Jacek Caban
ed2b72248f
urlmon: Correctly handle INET_E_USE_DEFAULT_SETTING returned from GetBindString(BINDIND_ACCEPT_MIMES).
2010-09-08 19:49:30 +02:00
Damjan Jovanovic
f68333cb6b
windowscodecs: Test that ICO GetSize returns the BITMAPINFOHEADER size instead of the ICONDIRENTRY size.
2010-09-08 14:22:52 +02:00
Henri Verbeet
50d3f8081e
ddraw: Just pass FOURCC formats through to wined3d.
2010-09-08 13:32:05 +02:00
Henri Verbeet
b1a385db11
ddraw: Remove some stray tabs.
2010-09-08 13:32:00 +02:00
Henri Verbeet
955858e97d
wined3d: IWineD3DVolume_GetDesc() should never fail.
2010-09-08 13:31:49 +02:00
Henri Verbeet
53183b4cf3
wined3d: IWineD3DSurface_GetDesc() should never fail.
2010-09-08 13:31:43 +02:00
Henri Verbeet
f49028d91c
wined3d: GL_DRAW_FRAMEBUFFER depends on either ARB_framebuffer_object or EXT_framebuffer_blit.
2010-09-08 13:31:37 +02:00
Alistair Leslie-Hughes
168fc942f6
mshtml: Correct test for unknown dispID.
2010-09-08 13:31:33 +02:00
Misha Koshelev
b9b9d7ccca
d3dx9_36: Fix the D3DXCreateMesh() prototype.
2010-09-08 13:31:03 +02:00
Vincent Povirk
2752c3bcd0
ole32: Don't fail if the file ends during a big block.
...
Apparently, it's valid for the last block in a file to be incomplete.
2010-09-08 13:30:46 +02:00
André Hentschel
053be78e39
ntdll: Remove an unused function from signal_powerpc.
2010-09-08 13:30:23 +02:00
Roderick Colenbrander
d7472026a0
wined3d: Return generic info for unhandled devices/drivers.
2010-09-08 13:26:04 +02:00
Michael Stefaniuc
de9f0b98d4
urlmon: Remove superfluous NULL check before heap_free (Smatch).
2010-09-08 13:25:46 +02:00
Gerald Pfeifer
053ba796e7
setupx.dll16: Simplify VCP_CopyFiles by removing a set, but never read, variable.
2010-09-08 13:25:02 +02:00
Gerald Pfeifer
db9c3b0f53
gdi32/tests: Fix another test description in test_logpen.
2010-09-08 13:24:49 +02:00
Aric Stewart
8ac121c671
gdi32: Correct usage of ScriptLayout for bidi code.
2010-09-08 13:24:38 +02:00
Aric Stewart
8d12fc61d5
imm32/tests: Test various Imm call cross-thread.
2010-09-08 13:23:40 +02:00
Austin English
4be494c081
kernel32: Add a stub for GetThreadUILanguage.
2010-09-08 13:23:05 +02:00
Alexandre Julliard
0766d375bc
gdi32: Mirror the returned rectangle in GetClipBox for RTL layout.
2010-09-08 13:21:21 +02:00
Alexandre Julliard
72533173d5
user32: Don't try to set the WS_EX_LAYOUTRTL flag on the desktop window.
2010-09-08 13:19:17 +02:00
Alexandre Julliard
4858c54a8e
user32: Avoid direct accesses to the window structure in NC_HandleNCHitTest.
2010-09-08 13:19:04 +02:00
Alexandre Julliard
ca499d070f
user32: Avoid redundant server call in WIN_GetRectangles and fix the screen coordinates mapping.
2010-09-08 13:15:29 +02:00
Michael Stefaniuc
ec382f4345
oleaut32: The function pointer should be const and not the return value.
2010-09-07 17:59:14 +02:00
Jacek Caban
f46f926134
jscript: Addd jsdisp_addref helper function.
2010-09-07 16:01:57 +02:00
Jacek Caban
ac8d2f1fae
jscript: jsdisp_t to IDispatch casts clean up.
2010-09-07 16:01:52 +02:00
Jacek Caban
2ae0f44033
jscript: Added a helper function for setting VARIANT value to jsdisp_t.
2010-09-07 16:01:46 +02:00
Francois Gouget
b66eb177af
msi/tests: Fix compilation on systems that don't support nameless unions or structs.
2010-09-07 16:01:39 +02:00
Jacek Caban
6e76c894e8
msxml3: Don't use xmlnode's IXMLDOMNode iface in get_nodeType and get_nodeParent implementations.
2010-09-07 16:01:32 +02:00
Jacek Caban
9413fab39e
msxml3: Don't use xmlnode's IXMLDOMNode iface in put_nodeValue implementations.
2010-09-07 16:01:26 +02:00
Andrew Nguyen
b42a243fec
d3dx9_36: Fix D3DXCompileShader* spec file prototypes.
2010-09-07 16:01:18 +02:00
Andrew Nguyen
3eb4985231
setupapi: Implement SetupDuplicateDiskSpaceListA/W.
2010-09-07 16:00:42 +02:00
Andrew Nguyen
beb3018bd5
setupapi: Improve parameter validation in SetupQuerySpaceRequiredOnDriveA/W.
2010-09-07 16:00:30 +02:00
Andrew Nguyen
3902efc9cb
setupapi: Implement SetupQuerySpaceRequiredOnDriveW.
2010-09-07 16:00:20 +02:00
Andrew Nguyen
188ed272dc
setupapi: Improve parameter validation for SetupCreateDiskSpaceListA/W.
2010-09-07 15:58:20 +02:00
Alexandre Julliard
9b693ddadb
user32: Use WIN_GetRectangles where possible instead of mapping coordinates explicitly.
2010-09-07 15:11:24 +02:00
Alexandre Julliard
141defbd54
user32: Use WIN_GetRectangles where possible instead of accessing the window structure.
2010-09-07 14:55:42 +02:00
Alexandre Julliard
c5bf4976f1
user32: Pass the window styles to NC_GetInsideRect instead of accessing the window structure.
2010-09-07 14:33:13 +02:00
Alexandre Julliard
7295b6746d
user32: Add support for fetching window rectangles relative to various origins.
2010-09-07 14:31:30 +02:00
Thomas Mullaly
380fd731e2
urlmon: Implemented IUriBuilder_{Get/Set}UserName.
2010-09-07 11:35:17 +02:00
Thomas Mullaly
ef8200ebd2
urlmon: Some IUri's don't include the userinfo component in the absolute URI string.
2010-09-07 11:35:13 +02:00
Thomas Mullaly
7f6faca6f6
urlmon: Implemented IUriBuilder_{Get/Set}SchemeName.
2010-09-07 11:35:00 +02:00
Thomas Mullaly
b27e9297b6
urlmon: Implemented IUriBuilder_{Get/Set}Query.
2010-09-07 11:34:55 +02:00
Thomas Mullaly
a4eee68818
urlmon: Implemented IUriBuilder_{Get/Set}Port.
2010-09-07 11:34:50 +02:00
Thomas Mullaly
23e312e324
urlmon: set_builder_component now handles setting the modified property flag.
2010-09-07 11:34:44 +02:00
Nikolay Sivov
398e649414
msxml3/tests: Basic test for ::setAttributeNode().
2010-09-07 11:31:50 +02:00
Nikolay Sivov
97e78d9a0e
msxml3/tests: Some tests for ::get_ownerDocument() returned document instance.
2010-09-07 11:31:45 +02:00
Nikolay Sivov
0adfd6cf4c
msxml3/domdoc: Implement IXMLDOMNamedNodeMap::removeQualifiedItem().
2010-09-07 11:31:39 +02:00
Nikolay Sivov
e7bfb98e60
msxml3/tests: Add a helper to create document instance, remove useless output.
2010-09-07 11:30:18 +02:00
Piotr Caban
f0bc60324a
shlwapi: Improved UrlEscapeW implementation.
2010-09-07 11:29:55 +02:00
Piotr Caban
8b7fae35e4
shlwapi: Improved UrlCanonicalize implementation.
2010-09-07 11:29:33 +02:00
Gerald Pfeifer
a1fecdaf07
setupx.dll16: Simplify vcpUICallbackProc16 a bit.
2010-09-07 11:23:55 +02:00
Gerald Pfeifer
0aa27296d3
winex11.drv: Fix comment for #endif.
2010-09-07 11:23:51 +02:00
Henri Verbeet
07b5c4becf
wined3d: Getting the current pixel shader should never fail.
2010-09-07 11:23:31 +02:00
Henri Verbeet
0c54dfe7ba
wined3d: Getting the current vertex shader should never fail.
2010-09-07 11:23:27 +02:00
Henri Verbeet
992cb88f71
wined3d: Rename "pDesc" to "desc".
2010-09-07 11:23:20 +02:00
Henri Verbeet
8a8ad1ccd8
wined3d: Avoid a memcpy() in IWineD3DImpl_FillGLCaps().
...
And associated stack buffer.
2010-09-07 11:18:23 +02:00
Thomas Mullaly
d9b463af27
urlmon: Removed some unneeded URI_THIS casts.
2010-09-07 11:18:13 +02:00
Austin English
7f30ae6349
kernel32/tests: Be sure to terminate array.
2010-09-06 20:30:25 +02:00
Roderick Colenbrander
878dcc6d93
wined3d: Separate driver info from GPU info.
2010-09-06 20:30:25 +02:00
Michael Mc Donnell
605611f8db
shell32/tests: Test that basic renaming is supported.
2010-09-06 20:30:12 +02:00
Misha Koshelev
5fa3a6cf78
d3dx9: Implement D3DXFVFFromDeclarator.
2010-09-06 19:45:47 +02:00
Jacek Caban
8c2a548b54
jscript: Rename DispatchEx to jsdisp_t to match jscript naming convention.
2010-09-06 17:09:57 +02:00
Thomas Mullaly
4a352bd78d
urlmon: Implemented IUriBuilder_{Get/Set}Path.
2010-09-06 17:07:43 +02:00
Thomas Mullaly
0a4e854182
urlmon: Implemented IUriBuilder_{Get/Set}Password.
2010-09-06 17:07:39 +02:00
Thomas Mullaly
cf1d55c24b
urlmon/tests: Restructured IUriBuilder's test data.
...
Instead of just comparing the absolute URI property of the generated IUri,
compare on a property by property basis. Since not all IUri's have an
absolute URI property.
2010-09-06 17:07:33 +02:00
Thomas Mullaly
1e5040eca1
urlmon: Implemented IUriBuilder_{Get/Set}Host.
2010-09-06 17:07:25 +02:00
Thomas Mullaly
6aa90a2dce
urlmon: Implemented IUriBuilder_{Get/Set}Fragment.
2010-09-06 17:07:19 +02:00
Paul Vriens
1042aa0145
advapi32: Add stubs for FlushTrace[AW].
2010-09-06 16:18:02 +02:00
Austin English
abd0a93afd
winealsa.drv: Remove unused variable.
2010-09-06 16:17:10 +02:00
Vincent Povirk
06c35e8b75
windowscodecs: Implement IWICComponentInfo::GetCLSID.
2010-09-06 16:16:56 +02:00
Vincent Povirk
a53a57b79e
windowscodecs: Implement IWICBitmapCodecInfo::GetMimeTypes.
2010-09-06 16:16:51 +02:00
Vincent Povirk
2d2a6526d8
windowscodecs: Add tests for IWICBitmapDecoderInfo_GetMimeTypes.
2010-09-06 16:16:46 +02:00
Vincent Povirk
ad2895d10b
windowscodecs: Register builtin encoders.
2010-09-06 16:16:25 +02:00
Vincent Povirk
d701e8fab3
windowscodecs: Enumerate encoders.
2010-09-06 16:16:17 +02:00
Henri Verbeet
95098f1b2a
d3d8: An invalid shader version isn't an internal error.
2010-09-06 16:14:30 +02:00
Henri Verbeet
8fbf23f0cc
wined3d: Don't overwrite the offscreen depth/stencil surface with undefined data in surface_load_ds_location().
2010-09-06 16:14:26 +02:00
Henri Verbeet
952dfe30be
wined3d: Translate before scaling for rhw as well in transform_projection().
2010-09-06 16:14:22 +02:00
Henri Verbeet
8e0cb60b09
wined3d: Do not call device_switch_onscreen_ds() while under the GL lock.
2010-09-06 16:14:18 +02:00
Henri Verbeet
6471004a8c
wined3d: Fix a silly typo.
2010-09-06 16:14:11 +02:00
Louis Lenders
e793f9b072
kernel32: Change SetHandleCount to match behaviour on versions >WINNT.
2010-09-06 16:14:05 +02:00
Andrew Talbot
ab683fee33
dmusic: Constify a variable.
2010-09-06 16:13:22 +02:00
Gerald Pfeifer
b2e2793e28
gdi32/tests: Fix a test description in test_logpen.
2010-09-06 16:13:22 +02:00
Gerald Pfeifer
9387fe19a0
urlmon/tests: Simplify test_IUriBuilder_GetPorttest_IUriBuilder_GetPort a bit.
2010-09-06 16:13:22 +02:00
Jacek Caban
6ce537baac
msxml3: Don't use xmlnode's IXMLDOMNode iface in get_nodeValue implementations.
2010-09-06 16:13:22 +02:00
Jacek Caban
7a68fad273
msxml3: Don't use xmlnode's IXMLDOMNode iface in get_nodeName implementations.
2010-09-06 16:13:22 +02:00
Jacek Caban
27b4f11c0b
msxml3: Use xmlnode child object's IXMLDOMNode implementation as base interface.
...
The plan is to get rid of IXMLDOMNode interface in xmlnode object and use
proper inheritance.
2010-09-06 16:13:22 +02:00
Jacek Caban
8a82ae668a
msxml3: Use get_node_obj to get xmlnode from iface in replaceChild implementation.
2010-09-06 16:13:22 +02:00
Jacek Caban
4f61cd2840
msxml3: Use separate object for unknown node type implementation.
2010-09-06 16:13:22 +02:00
Jacek Caban
a92e95eab1
msxml3: Use fake IID to safely cast IXMLDOMNode interface to xmlnode object.
2010-09-06 16:13:21 +02:00
Jacek Caban
0670d092f1
msxml3: Added node_query_inerface function for common xmlnode child objects implementation.
2010-09-06 16:13:21 +02:00
Jacek Caban
f5348b25af
msxml3: Store outer iface as IXMLDOMNode instead of IUnknown in xmlnode.
2010-09-06 16:13:21 +02:00
Alexandre Julliard
9f2c51800d
ws2_32/tests: Fix some buffer overflows in traces.
2010-09-03 21:07:54 +02:00
Jörg Höhle
294d0c9501
winmm: Implement MCIERR_DUPLICATE_ALIAS and MCIERR_DEVICE_OPEN.
2010-09-03 16:02:31 +02:00
Jörg Höhle
6b271b6d3c
winmm: GetDeviceID only considers a single name per entry.
2010-09-03 16:02:31 +02:00
Jörg Höhle
565c56c61f
winmm: Correctly parse the MCI Sysinfo command.
2010-09-03 16:02:31 +02:00
Piotr Caban
960a248da6
msvcp90/tests: Fix basic_string<wchar_t>.size tests.
2010-09-03 16:02:31 +02:00
Mariusz Pluciński
2f398b8c25
gameux/tests: Verify registry values created by GameExplorer.
2010-09-03 16:02:31 +02:00
Oldřich Jedlička
51332b7a03
ddraw/tests: New tests for CreateSurface for 3D DDSCAPS_BACKBUFFER.
2010-09-03 16:02:31 +02:00
Alexandre Goujon
8aa6ed97c8
msxml3/tests: Be more verbose when get_text fails.
2010-09-03 16:02:31 +02:00
Nikolay Sivov
0330332aef
msxml3: Implement IXMLDOMNamedNodeMap::getQualifiedItem().
2010-09-03 16:02:31 +02:00
Nikolay Sivov
c9b8f5d2ae
msxml3: Fix invalid parameter handling for IXMLDOMElement::getElementsByTagName().
2010-09-03 16:02:31 +02:00
Henri Verbeet
83ff5b5041
ddraw: Handle D3DRENDERSTATE_TEXTUREHANDLE and D3DRENDERSTATE_TEXTUREMAPBLEND in d3d7.
2010-09-03 11:05:35 +02:00
Henri Verbeet
fa3a72c63a
wined3d: Add a handler for WINED3DRS_SRGBWRITEENABLE to the atifs fragment pipe.
2010-09-03 11:05:29 +02:00
Henri Verbeet
e998fffc8f
wined3d: Do not mark invalid blend matrices dirty.
2010-09-03 11:05:24 +02:00
Henri Verbeet
5a7091b8f7
wined3d: Do not preload buffers while under the GL lock in process_vertices_strided().
2010-09-03 11:05:19 +02:00
Henri Verbeet
bc2db78c3a
wined3d: Explicitly document some more consequences of GL locking policy.
...
The basic rule is that you can't call anything that takes the user32 / gdi32
lock while under the GL (winex11) lock. As a consequence, you can't call
anything like context_acquire() or context_destroy() either.
2010-09-03 11:05:10 +02:00
Jörg Höhle
c6a655622c
winmm/tests: Share common function dbg_mcierr.
2010-09-03 11:04:47 +02:00
Alexandre Julliard
cd56299e2f
user32/tests: Fix a number of test failures on Windows 7.
2010-09-03 11:04:33 +02:00
Jörg Höhle
d223b30bd6
winmm/tests: Add MCI parser tests.
2010-09-02 18:05:24 +02:00
Jörg Höhle
0030ef8d26
winmm/tests: MCI_STATUS returns DWORD_PTR, unlike other commands.
2010-09-02 18:05:24 +02:00
Jörg Höhle
0cf326ce55
winmm/tests: Add a few Open/Close MCI tests.
2010-09-02 18:05:23 +02:00
Jörg Höhle
ec7aef8378
winmm: Always unload the MCI driver when Open fails.
2010-09-02 18:05:23 +02:00
Jörg Höhle
e1fe9e4fed
winmm: Close MCI device after immediate auto-open commands.
2010-09-02 18:05:23 +02:00
Jörg Höhle
ef372e259a
winmm: MCI open always creates an alias for subsequent commands.
2010-09-02 18:05:23 +02:00
Louis Lenders
dd1a47093e
shell32: Add stubbed SHGetKnownFolderPath.
2010-09-02 18:05:23 +02:00
Matteo Bruni
5a5af75f04
d3dx9: Implement D3DXCompileShaderFromResource.
2010-09-02 18:05:23 +02:00
Matteo Bruni
de8f35bba8
d3dx9: Implement D3DXCompileShaderFromFile.
2010-09-02 18:05:23 +02:00
Hans Leidekker
2fb648c04f
msi/tests: Add tests for 64-bit properties.
2010-09-02 18:05:22 +02:00
Hans Leidekker
d2f1074725
msi: Set the System64Folder property on 64-bit.
2010-09-02 18:05:22 +02:00
Hans Leidekker
3730300a29
msi: Set the MsiAMD64 and Msix64 properties on 64-bit.
2010-09-02 18:05:22 +02:00
Hans Leidekker
18ebf2c576
msi: Return an error from MsiDatabaseGetPrimaryKeys if the table does not exist.
2010-09-02 18:05:22 +02:00
Hans Leidekker
0032706564
msi: Add stub implementations of MsiBeginTransaction and MsiEndTransaction.
2010-09-02 18:05:22 +02:00
Alexandre Julliard
196ec5969d
user32: Implement Get/SetProcessDefaultLayout.
2010-09-02 18:01:01 +02:00
Alexandre Julliard
942866f90d
user32: Make child windows inherit the WS_EX_LAYOUTRTL style from their parent.
2010-09-02 17:55:02 +02:00
Alexandre Julliard
30d2079574
user32: Set the DC layout to mirrored when the window has the WS_EX_LAYOUTRTL style.
2010-09-02 15:16:39 +02:00
Piotr Caban
d09287619d
msvcp90: Added basic_string<{char, wchar_t}> equal operator implementation.
2010-09-02 11:55:11 +02:00
Piotr Caban
57f3a88cda
msvcp90/tests: Added basic_string<{char,wchar_t}>.size tests.
2010-09-02 11:55:06 +02:00
Piotr Caban
ec8cdcc227
msvcp90: Added basic_string<{char, wchar_t}>.{length, size} implementation.
2010-09-02 11:55:01 +02:00
Piotr Caban
ee9319eac7
msvcp90/tests: Added basic_string<{char,wchar_t}>.data tests.
2010-09-02 11:54:56 +02:00
Piotr Caban
168dabf063
msvcp90: Added basic_string<{char, wchar_t}>.data implementation.
2010-09-02 11:54:49 +02:00
Jacek Caban
2e7fc004e3
mshtml: Added file protocol's IInternetProtocolEx tests.
2010-09-02 11:54:39 +02:00
Jacek Caban
6db2cf1bf5
urlmon: Use StartEx in file protocol handler's Start implementation.
2010-09-02 11:54:33 +02:00
Jacek Caban
d8bfb7f8db
urlmon: Return E_INVALIDARG for empty pwzURI in CreateUri.
2010-09-02 11:54:27 +02:00
Jacek Caban
77a046e863
urlmon: Added IInternetProtocolEx implementation for file protocol.
2010-09-02 11:54:21 +02:00
Jacek Caban
c320a06e15
urlmon: Store file size in FileProtocol object.
2010-09-02 11:53:56 +02:00
Jacek Caban
d442442e3e
urlmon: Use INVALID_HANDLE_VALUE instead of NULL for uninitialized file handle in file protocol handler.
2010-09-02 11:53:51 +02:00
Vincent Povirk
77a5b635aa
gdiplus: Set flags and dpi when images are loaded.
2010-09-02 11:53:33 +02:00
Nikolay Sivov
1ce8be01f2
msxml3: Fix IXMLDOMDocument::getElementsByTagName() for some special cases.
2010-09-02 11:53:26 +02:00
Octavian Voicu
7f5e835c14
winmm: Replace command ids with symbolic constants in mci command resources.
2010-09-02 11:53:09 +02:00
Octavian Voicu
3324614ed3
winmm: Replace return types with symbolic constants in mci command resources.
2010-09-02 11:51:48 +02:00
Henri Verbeet
a8841eb1dd
wined3d: Avoid a forward declaration.
2010-09-02 11:51:12 +02:00
Henri Verbeet
c9c034fb55
d3d8: Merge vertex and index buffer implementations into a single file.
2010-09-02 11:51:05 +02:00
Henri Verbeet
1549180daa
d3d9: Merge vertex and index buffer implementations into a single file.
2010-09-02 11:50:52 +02:00
Henri Verbeet
29ed11e55f
d3d8: Merge vertex and pixel shader implementations into a single file.
2010-09-02 11:50:40 +02:00
Henri Verbeet
c35b85a78d
d3d9: Merge vertex and pixel shader implementations into a single file.
2010-09-02 11:50:28 +02:00
Piotr Caban
1861c2162d
msvcrt: Fix _splitpath and _wsplitpath implementation.
2010-09-02 11:49:58 +02:00
Alexandre Julliard
0f90053575
user32: Add a common helper to set controls clip region, and make it behave correctly when mirrored.
2010-09-02 11:35:14 +02:00
Alexandre Julliard
05375a2a96
user32: Don't disable DrawFrameControl for non-text mapping modes.
2010-09-02 11:00:45 +02:00
Alexandre Julliard
ebcd07a98b
winex11: Properly support BitBlt and LAYOUT_BITMAPORIENTATIONPRESERVED in mirrored contexts.
2010-09-02 10:51:31 +02:00
Alexandre Julliard
2cca18dd6e
winex11: Break positioning of graphics in mirrored contexts to be broken the same way as Windows.
2010-09-02 10:50:55 +02:00
Aric Stewart
cc945706a4
imm32: Test cases for HIMCs and threads.
2010-09-01 17:37:43 +02:00
Octavian Voicu
f9cdd5097f
wined3d: Add missing ckey, fx, and pal directdraw caps.
2010-09-01 17:07:38 +02:00
Dmitry Timoshkov
38b8805c0c
user32: Add a bunch of GetWindowPlacement() tests, fix some simple cases.
2010-09-01 17:07:35 +02:00
Piotr Caban
cc4972e328
msvcp90: Fix 64-bit compilation warnings.
2010-09-01 14:01:04 +02:00
Alexandre Julliard
70103aadc8
oleaut32/tests: Fix a pointer cast warning.
2010-09-01 14:01:04 +02:00
Alexandre Julliard
95ea352738
rpcrt4: Remove a couple of unused local variables.
2010-09-01 14:01:04 +02:00
Alexandre Julliard
0abc475365
rpcrt4: Retrieve the stack argument pointer in a more portable way in NdrMesProcEncodeDecode.
2010-09-01 14:01:04 +02:00
Hwang YunSong
4069da5624
shlwapi: Update Korean resource.
2010-09-01 14:01:04 +02:00
Eric Pouech
a63e0fac75
kernel32: Remove old bare-console code.
2010-09-01 14:01:03 +02:00
Eric Pouech
efecd9c337
kernel32: Modify editline logic so that it also work with bare consoles.
2010-09-01 14:01:03 +02:00
Eric Pouech
e4d090277b
kernel32: Properly handle bare console on input.
2010-09-01 14:01:03 +02:00
Eric Pouech
45ade6c2f5
ntdll: Allocate a console (without renderer) when starting a program from unix console.
2010-09-01 14:01:03 +02:00
Eric Pouech
6f32644aa0
server: Allow a screen buffer to be attached to a given fd (for bare consoles).
2010-09-01 14:01:02 +02:00
Owen Rudge
258dba1a52
d3dx9: Implement D3DXLoadSurfaceFromFileInMemory.
2010-09-01 14:01:02 +02:00
Owen Rudge
3604671a3a
d3dx9: Implement D3DXCreateTextureFromFileInMemoryEx.
2010-09-01 14:01:02 +02:00
Piotr Caban
e91dae7897
msvcp90: Fix incorrect export.
2010-09-01 14:01:02 +02:00
Henri Verbeet
2465b4cf01
d3d9: Move device functions to device.c.
2010-09-01 14:01:02 +02:00
Henri Verbeet
6c4c351791
wined3d: Don't require wined3d object parents to be COM objects.
2010-09-01 14:01:02 +02:00
Henri Verbeet
b84d1ce5f7
wined3d: Clippers don't need parents.
2010-09-01 14:00:56 +02:00
Henri Verbeet
7c675b522a
wined3d: Queries don't need parents.
2010-09-01 12:40:08 +02:00
Henri Verbeet
2ef400901d
wined3d: Devices don't need parents.
2010-09-01 12:40:07 +02:00
Alexandre Julliard
658b048940
opengl32: Use float type where appropriate in the spec file.
2010-09-01 12:40:07 +02:00
Alexandre Julliard
abef41a983
opengl32: Update to the latest GL spec.
2010-09-01 12:39:43 +02:00
Alexandre Julliard
f061743a90
user32/tests: Remove some noisy output.
2010-09-01 11:13:59 +02:00
Alexandre Julliard
cd79ec79a6
user32: Prevent changing some window styles through SetWindowLong.
2010-09-01 11:13:27 +02:00
Alexandre Goujon
2c08a3fbc7
msvcrt: Properly fix setlocale and clean up tests.
2010-08-31 17:48:06 +02:00
Akihiro Sagawa
b2ca3feb3d
mshtml: Update Japanese translation.
2010-08-31 14:23:49 +02:00
Akihiro Sagawa
0f8acb8d46
jscript: Update Japanese translation.
2010-08-31 14:23:49 +02:00
Jacek Caban
890a5e3e19
mshtml: Use LONGLONG/ULONGLONG for PRInt64/PRUint64.
2010-08-31 14:23:49 +02:00
Jacek Caban
551d98dd20
mshtml: Marked invalid test as broken.
2010-08-31 14:23:49 +02:00
Alexandre Julliard
98d05ee873
d3dx10: Use float instead of long in the spec files for 32-bit floating point values.
2010-08-31 14:23:49 +02:00
Alexandre Julliard
f161990eef
d3dx9: Use float instead of long in the spec files for 32-bit floating point values.
2010-08-31 14:23:49 +02:00
Alexandre Julliard
121691e832
gdiplus: Use float instead of long in the spec file for 32-bit floating point values.
2010-08-31 14:23:49 +02:00
Alexandre Julliard
5b1a3a4320
gdi32: Use float instead of long in the spec file for 32-bit floating point values.
2010-08-31 14:23:48 +02:00
Alexandre Julliard
afa57da929
d3drm: Use float instead of long in the spec file for 32-bit floating point values.
2010-08-31 14:23:48 +02:00
Alexandre Julliard
8dc1c2cad5
oleaut32: Use float instead of long in the spec file for 32-bit floating point values.
2010-08-31 14:23:48 +02:00
Alexandre Julliard
56ed2930a9
msvcrt: Use float instead of long in the spec file for 32-bit floating point values.
2010-08-31 14:23:48 +02:00
Alexandre Julliard
2c9a98223d
oleaut32: Use int64 in the spec file for 64-bit integers.
2010-08-31 14:23:48 +02:00
Alexandre Julliard
77b6ce5979
msvcrt: Use int64 in the spec file for 64-bit integers.
2010-08-31 14:23:48 +02:00
Alexandre Julliard
90fcda14bb
wininet: Use int64 in the spec file for 64-bit integers.
2010-08-31 14:23:48 +02:00
Alexandre Julliard
2df6743073
uxtheme: Use int64 in the spec file for 64-bit integers.
2010-08-31 14:23:48 +02:00
Alexandre Julliard
5130f942da
user32: Use int64 in the spec file for 64-bit integers.
2010-08-31 14:23:48 +02:00
Alexandre Julliard
fd8df3b62e
shlwapi: Use int64 in the spec file for 64-bit integers.
2010-08-31 14:23:48 +02:00
Alexandre Julliard
b65b39f8b4
shell32: Use int64 in the spec file for 64-bit integers.
2010-08-31 14:23:48 +02:00
Alexandre Julliard
be8377b71e
oleacc: Use int64 in the spec file for 64-bit integers.
2010-08-31 14:23:48 +02:00
Alexandre Julliard
dd84876c3e
ole32: Use int64 in the spec file for 64-bit integers.
2010-08-31 14:23:48 +02:00
Alexandre Julliard
d03705eafb
ntdll: Use int64 in the spec file for 64-bit integers.
2010-08-31 14:23:48 +02:00
Alexandre Julliard
755b385d57
mscoree: Use int64 in the spec file for 64-bit integers.
2010-08-31 14:23:48 +02:00
Alexandre Julliard
73cf538433
mapi32: Use int64 in the spec file for 64-bit integers.
2010-08-31 14:23:48 +02:00
Alexandre Julliard
56bce685d5
kernel32: Use int64 in the spec file for 64-bit integers.
2010-08-31 14:23:48 +02:00
Alexandre Julliard
352a876f91
dbghelp: Use int64 in the spec file for 64-bit integers.
2010-08-31 14:23:48 +02:00
Alexandre Julliard
cd3d46d178
comctl32: Use int64 in the spec file for 64-bit integers.
2010-08-31 14:23:47 +02:00
Alexandre Julliard
e598850cc3
advapi32: Use int64 in the spec file for 64-bit integers.
2010-08-31 14:23:47 +02:00
Francois Gouget
3b7fc00d29
mshtml: Make free_strings() static.
2010-08-31 14:23:47 +02:00
Francois Gouget
99c5ca7e40
rpcrt4: Make RPCRT4_Receive() static.
2010-08-31 14:23:47 +02:00
Francois Gouget
673d7538cb
usp10: Add a trailing '\n' to a TRACE() call.
2010-08-31 14:23:47 +02:00
Francois Gouget
836ea0d898
hhctrl.ocx: Make strbuf_{append,chr}() static.
2010-08-31 14:23:47 +02:00
Francois Gouget
f8c55fdcd1
winmm: Make MCI_{MessageToString,strdupAtoW}() static and remove MCI_strdupWtoA().
2010-08-31 14:23:47 +02:00
Francois Gouget
b520cc1aed
comdlg32: Make FD31_FreeOfnW() and FD31_MapOfnStructA() static.
2010-08-31 14:23:47 +02:00
Francois Gouget
f3c092f738
kernel32/tests: Fix compilation on systems that don't support nameless unions or structs.
2010-08-31 14:23:47 +02:00
Francois Gouget
394b08972f
mscoree/tests: Remove spaces before '\n's in traces.
2010-08-31 14:23:47 +02:00
Andrew Talbot
e6649952fa
dinput: Constify some variables.
2010-08-31 14:23:47 +02:00
Henri Verbeet
3a7f08a56f
wined3d: Rename wined3d_format_desc to wined3d_format.
2010-08-31 14:23:47 +02:00
Henri Verbeet
c568916f9e
wined3d: Implicit depth/stencil surfaces don't have a container.
...
They're owned by the device instead of the swapchain.
2010-08-31 14:23:47 +02:00
Henri Verbeet
4005eb2a18
wined3d: Get rid of WINED3DRECT.
2010-08-31 14:23:47 +02:00
Henri Verbeet
1bf25cfe3f
wined3d: Use debug_surflocation() in surface_load_location().
2010-08-31 14:23:46 +02:00
Henri Verbeet
29371bf964
wined3d: Recognize some more Radeon cards.
2010-08-31 14:23:46 +02:00
Owen Rudge
ae695bdfaa
d3dx9: Implement missing D3DXCreateTextureFromFile functions.
2010-08-31 12:10:45 +02:00
Piotr Caban
39b98144c7
msvcp90/tests: Added basic_string<wchar_t> tests.
2010-08-30 17:57:01 +02:00
Piotr Caban
04f4b8a3d9
msvcp90: Added partiall basic_string<wchar_t> implementation.
2010-08-30 17:56:54 +02:00
Detlef Riekenberg
387c320981
comdlg32/tests: Mark a failure on w2k as broken.
2010-08-30 15:39:19 +02:00
Andrew Talbot
4e4948cfbf
dbghelp: Constify some variables.
2010-08-30 15:38:56 +02:00
Louis Lenders
2274150759
kernel32: Add stub for WerRegisterFile.
2010-08-30 15:38:30 +02:00
Louis Lenders
981578b676
rstrtmgr: Add stub for RmStartSession.
2010-08-30 15:36:44 +02:00
Louis Lenders
afa53a37a4
kernel32: Add stub for GetUserDefaultLocaleName.
2010-08-30 15:36:28 +02:00
Alexandre Julliard
7c9b525128
winebuild: Use the correct registers for relay debugging of floating point arguments on x86_64.
2010-08-30 12:41:28 +02:00
Nikolay Sivov
2a5b375580
msxml3: Dump namespace aliases passed with SelectionNamespaces property.
2010-08-30 11:28:54 +02:00
Nikolay Sivov
fd35084294
msxml3: Silence FIXME for supported properties.
2010-08-30 11:28:46 +02:00
Nikolay Sivov
42020c9419
msxml3: Allow FreeThreadedDOMDocument40 to be created.
2010-08-30 11:28:41 +02:00
Nikolay Sivov
a0e7b3b93a
msxml3/tests: Tests for IXMLDOMText::splitText(), stub is extended a bit.
2010-08-30 11:28:36 +02:00
Nikolay Sivov
92a574b44b
msxml3: Implement IXMLDOMCDATASection::splitText().
2010-08-30 11:28:28 +02:00
Nikolay Sivov
62e521ad0d
msxml3: Add IXMLDOMDocument3 stub support.
2010-08-30 11:28:17 +02:00
Nikolay Sivov
25bce451af
msxml6: Add stub msxml6, forward DOMDocument60 creation to msxml3.
2010-08-30 11:27:52 +02:00
Francois Gouget
aaf78f1a0b
d3dcompiler_43: Don't use nameless unions in our private structures to avoid trouble with compilers where they are not supported.
2010-08-30 11:26:46 +02:00
Francois Gouget
e7fbc9dece
winex11.drv: Fix compilation on systems that don't support nameless unions.
2010-08-30 11:26:46 +02:00
Francois Gouget
6f1326fac1
shell32/tests: Fix compilation on systems that don't support nameless unions.
2010-08-30 11:26:46 +02:00
Francois Gouget
b462bc223a
oleaut32/tests: Fix compilation on systems that don't support nameless unions.
2010-08-30 11:26:46 +02:00
Francois Gouget
45ea56ffb4
d3d9/tests: Fix compilation on systems that don't support nameless unions or structs.
2010-08-30 11:26:46 +02:00
Henri Verbeet
0a28300c49
wined3d: Use surface_color_fill() in IWineD3DDeviceImpl_ClearRendertargetView().
2010-08-30 11:26:46 +02:00
Henri Verbeet
c689280beb
wined3d: Use surface_color_fill() in IWineD3DDeviceImpl_ColorFill().
2010-08-30 11:26:45 +02:00
Henri Verbeet
ecc67757ab
wined3d: Introduce surface_color_fill().
...
This is also a first attempt at a more structured interface to blitter
operations.
2010-08-30 11:26:45 +02:00
Henri Verbeet
9363ea55ee
wined3d: Simply use context_apply_draw_buffers() in context_apply_clear_state().
2010-08-30 11:26:45 +02:00
Henri Verbeet
08101957ba
wined3d: Explicitly pass render targets to context_apply_draw_buffers().
...
This avoids the special handling for blits.
2010-08-30 11:26:45 +02:00
Amine Khaldi
1848ae8d3a
shlwapi: Fix translations.
2010-08-30 11:26:39 +02:00
Piotr Caban
899d9a042b
msvcrt: Added _splitpath_s implementation.
2010-08-30 11:26:30 +02:00
Amine Khaldi
ed2a02b7be
shdoclc: Fix Spanish translation.
2010-08-30 11:26:30 +02:00
Alexandre Goujon
7a1752013c
msvcrt: string Avoid size_t in ok().
2010-08-30 11:26:29 +02:00
Andrew Talbot
9738f40e79
dbghelp: Remove unused functions.
2010-08-30 11:26:29 +02:00
Sven Baars
32722884f3
jscript: Update the Dutch translation.
2010-08-30 11:26:29 +02:00
Eric Pouech
63c7ea6494
dbghelp: Use virtual size (not raw/file size) when getting the size of a PE section.
2010-08-30 11:26:29 +02:00