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
Vincent Povirk
1ed39c29e2
windowscodecs: Implement IWICStream::InitializeFromIStreamRegion.
2010-08-30 11:26:29 +02:00
Vincent Povirk
0b532eb834
windowscodecs: Add test for IWICStream::InitializeFromIStreamRegion.
2010-08-30 11:26:29 +02:00
André Hentschel
0029e64e4e
kernel32: Better describe an error.
2010-08-30 11:26:29 +02:00
Dan Kegel
a5bdb7dbc1
kernel32: Add error text for WSAECONNREFUSED.
2010-08-30 11:26:28 +02:00
Matteo Bruni
da783ee57d
d3d10: Implement D3D10CompileShader, forward to d3dcompiler.
2010-08-30 11:26:28 +02:00
Matteo Bruni
3a6050b6ab
d3dx9: Forward D3DXCompileShader to d3dcompiler.
2010-08-30 11:26:28 +02:00
Matteo Bruni
390b480356
d3dcompiler: Stub D3DCompile implementation.
2010-08-30 11:26:28 +02:00
Alexandre Julliard
dfdea6c4a5
msvcrt: Add -ret64 flag on some functions that return a 64-bit value.
2010-08-29 12:09:36 +02:00
Alexandre Julliard
3f4573cc72
d3dx10: Fix typo in a forward name.
2010-08-29 12:02:48 +02:00
Louis Lenders
7ab48e8ef0
wer: Add new stubbed wer.dll.
2010-08-27 15:39:44 +02:00
Louis Lenders
85b3f299ff
rstrtmgr: Add new stubbed dll rstrtmgr.dll.
2010-08-27 15:39:15 +02:00
Alexandre Julliard
67d0195fd9
mscoree/tests: Comment out a couple of tests that crash on Windows.
2010-08-27 15:36:12 +02:00
Huw Davies
3e9f0ca227
shell32: Add a few printer icon resource ids.
2010-08-27 14:33:09 +02:00
Francois Gouget
6456fe50c0
shdoclc: Remove a space before an ellipsis in the Italian translation.
2010-08-27 12:31:11 +02:00
Francois Gouget
7e352cc2c6
appwiz.cpl: Remove a space before an ellipsis in the Norwegian translation.
2010-08-27 12:31:07 +02:00
Francois Gouget
bd43ffec6a
mshtml: Remove spaces before '\n's in the Portuguese translation.
2010-08-27 12:31:04 +02:00
Francois Gouget
c5e54a02dd
shell32: Remove spaces before '\n's in the Serbian translation.
2010-08-27 12:31:00 +02:00
Juan Lang
e5394c6ce5
userenv: Implement GetProfilesDirectory.
2010-08-27 12:28:04 +02:00
Juan Lang
4e19b7ae35
userenv/tests: Add tests for GetProfilesDirectory.
2010-08-27 12:26:50 +02:00
Matteo Bruni
90c615aa61
d3dx9_43: Add d3dx9_43.dll, forwarding to d3dx9_36.dll.
2010-08-27 12:26:19 +02:00
Hans Leidekker
94deb85d12
wininet: Handle HTTP_STATUS_REDIRECT_METHOD.
2010-08-27 12:08:41 +02:00
Hans Leidekker
dd7514a38d
msi: Move database initialization to a separate function.
2010-08-27 12:08:33 +02:00
Hans Leidekker
eef54ffe6b
msi: Open the database storage in transacted mode when MSIDBOPEN_CREATE or MSIDBOPEN_TRANSACT is specified.
2010-08-27 12:08:29 +02:00
Hans Leidekker
d411c49dd1
msi/tests: Fix a WoW64 test failure.
2010-08-27 12:08:22 +02:00
Hans Leidekker
44b15b061b
msi: Create the product key if necessary in msi_publish_patches.
...
Fixes a regression caused by c9fb24927d
.
2010-08-27 12:08:16 +02:00
Hans Leidekker
137dfbe80a
msi/tests: Use a different product code in the package tests to avoid cascading test failures.
2010-08-27 12:08:08 +02:00
Piotr Caban
25efb00857
msvcr90: Added _wstat64i32 implementation.
2010-08-27 12:06:55 +02:00
Piotr Caban
3a25d7d9aa
msvcrt: Added _gcvt_s implementation.
2010-08-27 12:06:43 +02:00
Piotr Caban
600fa766f3
msvcrt: Added _scprintf implementation.
2010-08-27 12:06:12 +02:00
Piotr Caban
6467c8325f
msvcrt: Added _gmtime32_s and _gmtime64_s implementation.
2010-08-27 12:06:00 +02:00
Piotr Caban
471bad1ee8
msvcrt: Added _strdate_s and _wstrdate_s implementation.
2010-08-27 12:05:42 +02:00
Piotr Caban
7d0c04d31c
msvcrt: Added _strtime_s and _wstrtime_s implementation.
2010-08-27 12:05:10 +02:00
Juan Lang
3fec8d9e05
urlmon: Return failures from progress callback.
2010-08-27 12:02:37 +02:00
Thomas Mullaly
144ddea3f9
urlmon: Improved support for opaque file URL paths.
2010-08-27 12:00:48 +02:00
Thomas Mullaly
fe89d8ac5b
urlmon: Finished adding basic support for Uri_CREATE_FILE_USE_DOS_PATH.
2010-08-27 12:00:38 +02:00
Thomas Mullaly
948009872d
urlmon: Improved support for determining if a URI is hierarchical or not.
2010-08-27 12:00:35 +02:00
Thomas Mullaly
6a8b2d88af
urlmon: Beginning to add support for Uri_CREATE_FILE_USE_DOS_PATH in CreateUri.
2010-08-27 12:00:32 +02:00
Thomas Mullaly
d88796f6ce
urlmon: Some opaque URIs get their port set.
2010-08-27 12:00:20 +02:00
Thomas Mullaly
506dc3724f
urlmon: Some IUri's don't always have an absolute URI property.
2010-08-27 12:00:14 +02:00
Anders Jonsson
876dcc96b3
user32: Update Swedish translation.
2010-08-27 11:59:38 +02:00
Anders Jonsson
8ecf937c10
winmm: Add Swedish translation.
2010-08-27 11:59:30 +02:00
Amine Khaldi
59296b7f0c
mpr: Fix translations.
2010-08-27 11:59:11 +02:00
Henri Verbeet
ff7dc44525
d3dx9_36: Implement D3DXDeclaratorFromFVF().
2010-08-27 11:58:57 +02:00
Henri Verbeet
79e4f66090
d3dx9_36/tests: Add some more FVF position handling tests.
2010-08-27 11:58:50 +02:00
Henri Verbeet
6e518a1d06
d3dx9_36/tests: Cleanup / simplify test_fvf_decl_conversion().
2010-08-27 11:58:43 +02:00
Henri Verbeet
3b4d9ae112
wined3d: Simplify wined3d_format_convert_from_float().
2010-08-27 11:58:26 +02:00
Henri Verbeet
38137d7ce2
wined3d: Cleanup some 2-space indentation.
2010-08-27 11:58:13 +02:00
Alexandre Julliard
f6bcd27baa
shell32: Add missing WINAPI to SHGetPropertyStoreFromParsingName.
2010-08-26 18:08:23 +02:00
Alexandre Julliard
5393f0a947
ntdll: Fix the protection state of writable sections.
2010-08-26 18:06:10 +02:00
Alexandre Julliard
8e2e95ed7e
ntdll/tests: Add a test for the protection state of the read-write data section.
2010-08-26 18:05:55 +02:00
André Hentschel
ed69ddb37e
user32: Optimize the storage of default color values.
2010-08-26 17:43:29 +02:00
Alexandre Julliard
9de9cbb324
rpcrt4: Retrieve the stack argument pointer in a more portable way in NdrClientCall.
2010-08-26 17:21:09 +02:00
Alexandre Julliard
e095467b3c
rpcrt4: Fix cfi annotations for the stubless proxy entry point.
2010-08-26 17:21:09 +02:00
Oldřich Jedlička
964500a61a
ddraw/tests: New visual back buffer flipping tests.
2010-08-26 17:21:09 +02:00
Stefan Dösinger
c293424319
user32: Make GetMessage and PeekMessage patchable.
2010-08-26 17:21:08 +02:00
David Hedberg
91c5c0bab3
shell32: Add a navigation pane to the ExplorerBrowser control.
2010-08-26 17:21:08 +02:00
David Hedberg
209526088c
shell32: Add INameSpaceTreeControlEvents stub to the ExplorerBrowser control.
2010-08-26 17:21:08 +02:00
David Hedberg
479a9ee11e
include: Fix INameSpaceTreeControlEvents interface declaration.
2010-08-26 17:21:08 +02:00
David Hedberg
555c5190aa
shell32: Get ExplorerPaneVisibility from site of the ExplorerBrowser control.
2010-08-26 17:21:08 +02:00
David Hedberg
ddcd619f6c
shell32: Check for ICommDlgBrowser from site and use it in the IExplorerBrowser control.
2010-08-26 17:20:55 +02:00
Vincent Povirk
89646084ba
ole32: Cache data and block locations in BigBlockStream objects.
2010-08-26 13:59:31 +02:00
Vincent Povirk
101de22a1a
ole32: Flush before returning from any storage API call that writes.
2010-08-26 13:59:28 +02:00
Louis Lenders
9ea1d13d14
mscoree: Improve GetRequestedRuntimeInfo.
2010-08-26 13:45:05 +02:00
Louis Lenders
830867a121
mscoree/tests: Add some tests for GetRequestedRuntimeInfo.
2010-08-26 13:44:57 +02:00
Francois Gouget
f0253f3035
usp10: Make SHAPE_ApplyOpenTypeFeatures() static.
2010-08-26 13:44:45 +02:00
Francois Gouget
cc0818b053
gameux: Use SUBLANG_NEUTRAL for language-independent resources.
2010-08-26 13:44:45 +02:00
Francois Gouget
7e6e25cc8e
msvcp90: Make init_cxx_funcs() static.
2010-08-26 13:44:44 +02:00
Francois Gouget
59ae1d69f9
qedit: Make (media,pins)enum_create() static.
2010-08-26 13:44:44 +02:00
Francois Gouget
a62beeeaf7
shdocvw: Make adjust_ie_docobj_rect() static.
2010-08-26 13:44:44 +02:00
Francois Gouget
2dbe80bb7e
msxml3: Make parse_xml() static.
2010-08-26 13:44:44 +02:00
Francois Gouget
87591917ce
shell32/tests: Add a trailing '\n' to an ok() call.
2010-08-26 13:40:44 +02:00
Francois Gouget
537d93326e
d3dxof: Make debugstr_fourcc() static.
2010-08-26 13:40:39 +02:00
Francois Gouget
2f8f70bca7
d3dx9_36: Make {is,make}_pow2() static.
2010-08-26 13:40:34 +02:00
Francois Gouget
ea67356998
d3dcompiler_43: Make debug_print_{relarg,swizzle,writemask}() static.
2010-08-26 13:40:29 +02:00
Eric Pouech
1e0af22ad2
dbghelp: dwarf debug info: a few more fixes to dwarf parsing.
2010-08-26 12:42:15 +02:00
Henri Verbeet
1bfd89986c
d3dx9_36/tests: Avoid a redundant vertex declaration copy in test_decl_to_fvf().
2010-08-26 12:41:58 +02:00
Henri Verbeet
5ed9403c74
d3dx9_36: Fix the D3DXFVFFromDeclarator() prototype.
...
The current version matches MSDN, but not the actual SDK header.
2010-08-26 12:41:53 +02:00
Henri Verbeet
b233e7b301
wined3d: Rename the "format" field in wined3d_format_desc to "id".
2010-08-26 12:41:44 +02:00
Henri Verbeet
42b814c7d1
wined3d: Remove the GetContainer() methods from the public wined3d interface.
...
There's nothing left that uses these.
2010-08-26 12:41:39 +02:00
Henri Verbeet
22428d97e1
wined3d: Don't set a NULL container of type WINED3D_CONTAINER_TEXTURE.
...
Any container type other than WINED3D_CONTAINER_NONE implies a valid pointer
of the specified type. This fixes a regression introduced by
368e5eb87a
.
2010-08-26 12:41:34 +02:00
Jacek Caban
69637dbed6
mshtml: Get rid of no longer needed nsIComponentRegistrar::AutoRegister call.
2010-08-26 12:39:17 +02:00
Jacek Caban
4f16b73fa4
mshtml: Use IActiveScriptSiteDebug64 instead of IActiveScriptSiteDebug32 on win64.
2010-08-26 12:39:13 +02:00
Alexandre Julliard
a0a4667fde
oleaut32: Add tests for DispCallFunc and fix a number of corner cases.
2010-08-26 12:35:31 +02:00
David Hedberg
56b8d5d384
shell32: Add IObjectWithSite implementation to the ExplorerBrowser control.
2010-08-25 18:43:27 +02:00
David Hedberg
f118c64d62
shell32: Implement CommDlgBrowser::OnDefaultCommand in the ExplorerBrowser control.
2010-08-25 18:42:27 +02:00
David Hedberg
59965f9c80
shell32: Add ICommDlgBrowser3 stub to the ExplorerBrowser control.
2010-08-25 18:42:21 +02:00
David Hedberg
fdccbd91af
shell32: Add a travellog to the ExplorerBrowser control.
2010-08-25 18:42:14 +02:00
David Hedberg
00889f1723
shell32: Implement IExplorerBrowser::BrowseToObject.
2010-08-25 18:41:04 +02:00
Jörg Höhle
ecb02ec9b7
mcicda: Access the first CD-ROM unless given a device letter.
2010-08-25 18:40:47 +02:00
Jörg Höhle
5bff616faa
mcicda: Opens d, d:, d:\, d:\foo since w2k. Only d: is portable.
2010-08-25 18:40:09 +02:00
Louis Lenders
127af150e0
mscoree: Improve GetCORSytemDirectory.
2010-08-25 17:39:11 +02:00
Louis Lenders
f317d6b32d
mscoree/tests: Add a few tests for GetCORSytemDirectory.
2010-08-25 17:38:42 +02:00
Piotr Caban
898e17f2af
msvcrt: Added _set_purecall_handler implementation.
2010-08-25 17:37:48 +02:00
Piotr Caban
76058b14eb
msvcrt: Added _set_SSE2_enable stub.
2010-08-25 17:37:37 +02:00
Jacek Caban
0b1530545f
mshtml: Added Gecko64 support.
2010-08-25 17:37:17 +02:00
Jacek Caban
e9e35e2b09
mshtml: Wine Gecko 1.1.0 release.
2010-08-25 17:37:14 +02:00
Huw Davies
246f741eb3
winspool.drv: Allow for spaces in either the printer name or the spool file.
2010-08-25 17:36:47 +02:00
Matteo Bruni
53a15436f8
d3dcompiler: Move D3DAssemble tests from d3dx9_36.
2010-08-25 17:35:19 +02:00
Matteo Bruni
5dcb2e4b7e
d3dcompiler: Move shader assembler implementation from d3dx9_36.
2010-08-25 17:34:24 +02:00
Matteo Bruni
7aa026ccf5
d3dcompiler: D3DAssemble stub.
2010-08-25 17:31:59 +02:00
Alexandre Julliard
8447ecc591
explorerframe/tests: Initialize cbstate to a dummy value to make sure it's being set properly.
2010-08-25 16:19:01 +02:00
Alexandre Julliard
21abfc5355
oleaut32: Implement DispCallFunc for x86_64.
2010-08-25 16:18:50 +02:00
Alexandre Julliard
3c380daa59
oleaut32: Simplify the i386 implementation of DispCallFunc.
2010-08-25 16:17:10 +02:00
Nikolay Sivov
f7b2add8d9
oleaut32/olepicture: Remove out pointer check in OleCreatePictureIndirect, it should crash.
2010-08-25 11:59:27 +02:00
Nikolay Sivov
b8f99cabb4
oleaut32/olepicture: Fix a typo in height conversion.
2010-08-25 11:59:06 +02:00
Vincent Povirk
c37f6fb196
windowscodecs: Handle TIFF's with RowsPerStrip greater than Height.
2010-08-25 11:58:50 +02:00
Vincent Povirk
4cedec5975
windowscodecs: Handle WhiteIsZero TIFF images.
2010-08-25 11:58:45 +02:00
Vincent Povirk
73d539e657
windowscodecs: Always check TIFF sample count and planar configuration.
...
This more closely matches the TIFF spec. These values are valid for all
photometric interpretations.
2010-08-25 11:58:40 +02:00
Vincent Povirk
e486a17a40
windowscodecs: Byte-swap image data from big endian TIFF files.
2010-08-25 11:58:30 +02:00
Vincent Povirk
c30d165ec8
windowscodecs: Add support for decoding 48-bit TIFF images.
2010-08-25 11:58:22 +02:00
Vincent Povirk
467f232f37
windowscodecs: Prefer builtin version.
2010-08-25 11:58:12 +02:00
Aric Stewart
68ab5e2689
usp10: Add Lao script.
2010-08-25 11:58:04 +02:00
Aric Stewart
331c8cdef6
usp10: Add Thai Script.
2010-08-25 11:57:57 +02:00
Aric Stewart
57053fa51e
usp10: Add Phags-pa Script.
2010-08-25 11:57:50 +02:00
Aric Stewart
29d896e40a
usp10: Add Tibetan Script.
2010-08-25 11:57:41 +02:00
Aric Stewart
2fe30b377c
usp10: Add Sinhala Script.
2010-08-25 11:57:35 +02:00
Henri Verbeet
2af746b96e
wined3d: Check the GLSL info log for all shaders.
2010-08-25 11:57:24 +02:00
Henri Verbeet
87e12b8b6a
wined3d: Introduce a local variable for gl_info in IWineD3DSurfaceImpl_BltOverride().
2010-08-25 11:57:12 +02:00
Henri Verbeet
5655c6f0bb
d3dx9_36/tests: Use the proper D3DFVF_PSIZE constant in test_fvf_decl_conversion().
2010-08-25 11:56:59 +02:00
Henri Verbeet
bcd452ab82
d3dx9_36/tests: Remove a (mostly) redundant test.
2010-08-25 11:56:50 +02:00
Henri Verbeet
31e8a20d88
d3dx9_36: Use a lookup table in D3DXGetDeclVertexSize().
2010-08-25 11:56:35 +02:00
Francois Gouget
e237369b09
ddraw: Remove WINAPI on static functions where not needed.
2010-08-25 11:56:15 +02:00
Alexandre Julliard
52aac5aba7
msvcrt: Export the 64-bit version of the C++ mangled names for all implemented functions.
2010-08-24 22:22:09 +02:00
Alexandre Julliard
22d5180b9f
winebuild: Support relay debugging for thiscall functions.
2010-08-24 19:59:44 +02:00
Alexandre Julliard
c4f673fb63
msvcrt: List the this pointer as an additional argument for thiscall functions.
2010-08-24 19:29:27 +02:00
Alexandre Goujon
2c127dd320
advapi32: Fix GetNamedSecurityInfo with NULL descriptor.
2010-08-24 17:57:41 +02:00
Louis Lenders
042f23cacc
mscoree: Improve GetCORVersion.
2010-08-24 17:57:41 +02:00
Louis Lenders
a8528706ac
mscoree/tests: Added some simple tests for GetCORVersion.
2010-08-24 17:57:41 +02:00
Amine Khaldi
7bc214bb2d
mpr: Fix Bulgarian translation.
2010-08-24 17:57:37 +02:00
Jeff Cook
e699184e48
winealsa.drv: Only filllines_no_master with micelem when micelem is found.
2010-08-24 17:22:49 +02:00
David Hedberg
b2a8de3de6
shell32/tests: Add some event tests to ExplorerBrowser tests.
2010-08-24 17:22:49 +02:00
David Hedberg
ab63bc0515
shell32/tests: Add some tests related to the shellview created by ExplorerBrowser.
2010-08-24 17:22:49 +02:00
David Hedberg
008099f618
shell32/tests: Some additional tests for IShellBrowser.
2010-08-24 17:22:49 +02:00
David Hedberg
73100ce679
shell32: Implement IExplorerBrowser::BrowseToIDList and IShellBrowser::BrowseToObject.
2010-08-24 17:22:49 +02:00
David Hedberg
1f73f3a591
shell32: Support BHID_SFUIObject and BHID_DataObject in IShellItem::BindToHandler.
2010-08-24 17:22:49 +02:00
David Hedberg
b88c3e2ecb
shell32: Implement IExplorerBrowser::Advise and IExplorerBrowser::Unadvise.
2010-08-24 17:22:48 +02:00
Marcus Meissner
2ca5513a62
ntdll: Set correct protection flags on sections in builtin DLLs.
2010-08-24 17:22:32 +02:00
Alexandre Julliard
14072676a6
msvcrt: Use a __thiscall macro where appropriate to make the calling convention clearer.
2010-08-24 16:31:25 +02:00
Alexandre Julliard
c6423058db
msvcp90: Use the thiscall type on appropriate entry points.
2010-08-24 16:24:18 +02:00
Alexandre Julliard
b21e28ca11
msvcrt: Use the thiscall type on appropriate entry points.
2010-08-24 16:24:01 +02:00
Francois Gouget
d8cb2a0c38
ws2_32/tests: Add a trailing '\n' to an ok() call.
2010-08-24 15:22:36 +02:00
Francois Gouget
57877b2487
msvcp90: Remove the msvcp90 debug channel where unused.
2010-08-24 15:22:36 +02:00
Francois Gouget
c15308f869
shell32/tests: Remove spaces before '\n's in traces.
2010-08-24 15:22:36 +02:00
Francois Gouget
a879046f63
shell32/tests: Remove unneeded NULL pointer casts.
2010-08-24 15:22:35 +02:00
Francois Gouget
21541da0bb
ws2_32: Add a trailing '\n' to a TRACE() call.
2010-08-24 15:22:35 +02:00
Francois Gouget
dc6428f350
explorerframe/tests: Add a trailing '\n' to an ok() call.
2010-08-24 15:22:35 +02:00
Francois Gouget
1aa51f56d7
msdaps: Make create_rowset_proxy() static.
2010-08-24 15:22:35 +02:00
Francois Gouget
18b036e213
shdocvw: Remove WINAPI on static functions where not needed.
2010-08-24 15:22:35 +02:00
Francois Gouget
88cae5d4c7
Assorted spelling fixes.
2010-08-24 15:22:35 +02:00
Damjan Jovanovic
129f229272
windowscodecs: Write ICNS files.
2010-08-24 15:22:35 +02:00
Damjan Jovanovic
bbf039fe45
windowscodecs: Implement the ICNS frame encoder.
2010-08-24 15:22:35 +02:00
Damjan Jovanovic
51d741f8c8
windowscodecs: Stub out the ICNS frame encoder.
2010-08-24 15:22:35 +02:00
Damjan Jovanovic
a4835dce4f
windowscodecs: Add a stubbed ICNS encoder.
2010-08-24 15:22:35 +02:00
Piotr Caban
71a49ebf77
msvcp80: Added stub dll.
2010-08-24 15:22:34 +02:00
Ken Thomases
b952751158
winex11: Pass window property to server in 64KB chunks.
...
Large clipboard contents, like images, can exceed the maximum X request size
if sent all at once, which can cause the X server to kill the connection.
2010-08-24 15:22:34 +02:00
Thomas Mullaly
84f6bb3e3f
urlmon/tests: Added tests for IUriBuilder_RemoveProperties.
2010-08-24 15:22:34 +02:00
Thomas Mullaly
3b383e2175
urlmon/tests: Added tests for IUriBuilder's IUri property.
2010-08-24 15:22:34 +02:00
Thomas Mullaly
47e93adc74
urlmon/tests: Added tests for IUriBuilder_HasBeenModified.
2010-08-24 15:22:34 +02:00
Austin English
3745961b2e
gdiplus: Add a stub for GdipConvertToEmfPlusToFile.
2010-08-24 15:22:29 +02:00
Austin English
5435fbba55
gdiplus: Add a stub for GdipWindingModeOutline.
2010-08-24 13:17:58 +02:00
Andrew Talbot
d68c0d1dd5
cryptnet: Constify a variable.
2010-08-24 12:30:46 +02:00
Anders Jonsson
1ef44dcce7
devenum: Add Swedish translation.
2010-08-24 12:30:07 +02:00
Stefan Leichter
6894af6fc0
msvideo: Forward MCIWndCreate16 to MCIWndCreateA.
2010-08-24 12:29:58 +02:00
Aric Stewart
7b11524ec3
usp10: Add Georgian script.
2010-08-24 12:29:34 +02:00
Aric Stewart
703dd4b1fc
usp10: Add Armenian script.
2010-08-24 12:29:26 +02:00
Aric Stewart
b21ca5628e
usp10: Add Cyrillic script.
2010-08-24 12:29:13 +02:00
Aric Stewart
2701b8f97a
usp10: Add Greek Script.
2010-08-24 12:28:57 +02:00
Aric Stewart
2585d41eeb
usp10: Add Thaana script.
2010-08-24 12:28:43 +02:00
Austin English
243771deb1
d3d8/d3d9: Fix a compiler warning on non-i386/x86_64.
2010-08-24 12:25:14 +02:00
Henri Verbeet
cc5271d1b7
wined3d: Rename WINED3DFORMAT to wined3d_format_id.
2010-08-24 12:25:01 +02:00
Henri Verbeet
0df144164b
wined3d: Pass floating point colors to IWineD3DDeviceImpl_ColorFill().
2010-08-24 12:24:43 +02:00
Henri Verbeet
50b5955288
wined3d: Use floating point colors in the blitter's color_fill functions.
2010-08-24 12:24:39 +02:00
Henri Verbeet
9956ea7044
wined3d: Convert from floating point to specific surface formats.
...
Instead of from WINED3DFMT_B8G8R8A8_UNORM.
2010-08-24 12:24:33 +02:00
Henri Verbeet
a455a918c1
wined3d: Explicitly pass the draw rect to device_clear_render_targets().
...
For regular clears this is the intersection of the viewport and scissor
rectangles, but color fills shouldn't be affected by those.
2010-08-24 12:24:28 +02:00
Austin English
90b5342fb8
kernel32/tests: Sparc fixes.
2010-08-24 12:22:39 +02:00
Austin English
b3b55ea4fa
ntdll: Sparc support for map_image().
2010-08-24 12:22:18 +02:00
Austin English
51e4f9a5a6
ntdll: Make sure ill_handler() and bus_handler() are used on Sparc.
2010-08-24 12:21:44 +02:00
Austin English
7b37a6d47e
ntdll: Add Sparc processor support.
2010-08-24 12:21:38 +02:00
Piotr Caban
256a08aea6
msvcp90: Added _String_base::Xinvarg implementation.
2010-08-24 12:20:58 +02:00
Piotr Caban
0ca290921e
msvcp90/tests: Added basic_string<char> tests.
2010-08-24 12:20:30 +02:00
Alexandre Julliard
a2ca2ebd50
server: Change the removable fd flag to a cacheable flag to make it possible for fd users to set it dynamically.
2010-08-23 17:09:45 +02:00
Jörg Höhle
70d8fce222
winmm/tests: Initial tests for CD audio with the MCI.
2010-08-23 15:52:47 +02:00
Jacek Caban
99c4aca480
mshtml: Provide profile directory to Gecko.
2010-08-23 15:44:11 +02:00
David Hedberg
270845d3dd
shell32: Implement IExplorerBrowser::SetFolderSettings.
2010-08-23 15:41:53 +02:00
David Hedberg
d17d78e44b
shell32: Add some basic support for hosting a shellview in the ExplorerBrowser.
2010-08-23 15:41:53 +02:00
David Hedberg
9c0260f2cb
shell32: Implement IExplorerBrowser::SetOptions and IExplorerBrowser::GetOptions.
2010-08-23 15:41:53 +02:00
Mariusz Pluciński
6cb7658377
gameux/tests: Check presence of GameExplorer registry keys.
2010-08-23 15:41:52 +02:00
Mariusz Pluciński
683502f465
gameux/tests: Add tests for AddGame and RemoveGame methods.
2010-08-23 15:41:52 +02:00
Hwang YunSong
c8193717ef
jscript: Update Korean resource.
2010-08-23 15:41:52 +02:00
Detlef Riekenberg
2b76f8661d
ntdll: Add a stub for TokenElevation in NtQueryInformationToken.
2010-08-23 13:46:24 +02:00
Austin English
e92a552dca
dbghelp: Add initial Sparc CPU support.
2010-08-23 13:41:17 +02:00
Tony Wasserka
ecce9eebcf
d3dx9: Fix an off by one error in point_filter_simple_data.
2010-08-23 13:37:03 +02:00
Tony Wasserka
18b8916942
d3dx9: Black out pixels which are outside the source rect in D3DXLoadSurfaceFromMemory if no stretching is used.
2010-08-23 13:37:03 +02:00
Stefan Dösinger
fad5ff478d
wined3d: Fix the wined3d_event_query_supported prototype.
2010-08-23 13:37:03 +02:00
Stefan Dösinger
79666d2b6d
wined3d: Don't return a value from a void function.
2010-08-23 13:37:03 +02:00
Stefan Dösinger
612801d3aa
wined3d: Use float functions in drawprim.c.
2010-08-23 13:37:02 +02:00
Stefan Dösinger
1d710bb4ca
wined3d: The clipplane mask and texcoords are unsigned.
2010-08-23 13:37:02 +02:00
Nikolay Sivov
b5a8c33182
oleaut32/olepicture: No need to check interface pointer in vtable methods.
2010-08-23 13:37:02 +02:00
Nikolay Sivov
32c2ef6c97
oleaut32/olepicture: Fix assumptions about S_OK value.
2010-08-23 13:37:02 +02:00
Nikolay Sivov
99863b02ba
oleaut32/olepicture: Properly round while performing pixels->himetric units conversion.
2010-08-23 13:37:02 +02:00