Piotr Caban
9b26776fda
mshtml: Removed typo from HTMLDOMChildrenCollection_invoke function.
2011-09-02 18:28:25 +02:00
Piotr Caban
48e2f9426c
mshtml/tests: Added IHTMLAttributeCollection IDispatchEx tests.
2011-09-02 18:28:24 +02:00
Piotr Caban
648ed1e1c6
mshtml: Added HTMLAttributeCollection_invoke implementation.
2011-09-02 18:28:24 +02:00
Piotr Caban
fb9af4648f
mshtml: Added HTMLAttributeCollection_get_dispid implementation.
2011-09-02 18:28:24 +02:00
Piotr Caban
4d74236fa2
mshtml/tests: Added IHTMLAttributeCollection tests.
2011-09-02 18:28:24 +02:00
Piotr Caban
02e0d91c0e
mshtml/tests: Added attributes tests on comment node.
2011-09-02 18:28:24 +02:00
Piotr Caban
13701221ee
mshtml: Store attributes list in HTMLAttributeCollection.
2011-09-02 18:28:24 +02:00
Piotr Caban
c7cb9f759c
mshtml: Added HTMLAttributeCollection2_getNamedItem implementation.
2011-09-02 18:28:24 +02:00
Piotr Caban
130c8342a0
mshtml: Don't cache HTMLAttributesCollection results.
2011-09-02 18:28:24 +02:00
Piotr Caban
726f003293
jscript/tests: Added decodeURI tests.
2011-09-02 18:28:24 +02:00
Piotr Caban
e4ec169fd9
jscript: Added decodeURI implementation.
2011-09-02 18:28:14 +02:00
Piotr Caban
df96b7297b
jscript: Throw exception on error in JSGlobal_encodeURIComponent.
2011-09-02 18:10:14 +02:00
Piotr Caban
65a7f47531
jscript: Limit name hash computations number.
2011-09-02 18:10:12 +02:00
Piotr Caban
f1a237d682
jscript: Use hash table when accessing object properties by name.
2011-09-02 18:10:09 +02:00
Piotr Caban
71b58e56c2
jscript: Added Object.hasOwnProperty implementation.
2011-09-02 18:10:07 +02:00
Alexandre Julliard
a0f1b20464
gdi32: Make the BITMAPINFO parameters non-const in driver entry points since we are always passing a copy.
2011-09-02 15:56:01 +02:00
André Hentschel
62dca77bb3
urlmon/tests: Print out the wrong mime.
2011-09-02 14:46:35 +02:00
Jacek Caban
4f5b2a4c3a
vbscript: Moved includes required by vbscript.h to the header.
2011-09-02 14:43:33 +02:00
Jacek Caban
286c9cee4a
vbscript: Added IObjectSafety tests.
2011-09-02 14:43:22 +02:00
Jacek Caban
dd7ee024af
vbscript: Added GetInterfaceSafetyOptions implementation.
2011-09-02 14:43:14 +02:00
Jacek Caban
a34ece4cbe
vbscript: Added SetInterfaceSafetyOptions implementation.
2011-09-02 14:43:11 +02:00
Jacek Caban
0491b03260
vbscript: Added IObjectSafety stub implementation.
2011-09-02 14:43:07 +02:00
Jacek Caban
3a268796b8
mshtml: Added support for text/vbscript script type.
2011-09-02 14:42:57 +02:00
Stefan Dösinger
4107963967
ddraw: Fix a test message.
2011-09-02 14:42:53 +02:00
Stefan Dösinger
6057041deb
ddraw: Make the overlay tests pass on Windows 7.
2011-09-02 14:42:48 +02:00
Stefan Dösinger
e0db367aef
ddraw: Set the viewport after changing the render target.
2011-09-02 14:42:43 +02:00
Stefan Dösinger
5ce2e1f39e
ddraw: Mark DepthFill blit failures between beginScene and EndScene broken.
2011-09-02 14:42:34 +02:00
Stefan Dösinger
2fc534edf2
ddraw: Simplify Z format parsing a bit, remove ERRs.
2011-09-02 14:42:28 +02:00
Francois Gouget
2649761175
msi: Make find_table() static.
2011-09-02 14:42:17 +02:00
Francois Gouget
1e8abc3984
dinput: Make semantic_to_obj_id() static.
2011-09-02 14:42:14 +02:00
Francois Gouget
3a9343e520
ddraw/tests: Make enum_z_fmt_cb() static.
2011-09-02 14:42:10 +02:00
Michael Stefaniuc
22521b5809
oleaut32: COM cleanup in typelib2.c.
2011-09-02 10:44:23 +02:00
Michael Stefaniuc
f0be3d8139
msi: COM cleanup for the IEnumVARIANT iface.
2011-09-02 10:44:22 +02:00
Henri Verbeet
748efc34c4
mmdevapi: Add a TRACE to info_device_ps_GetValue().
2011-09-02 10:11:34 +02:00
Henri Verbeet
a4fddf5fc8
mmdevapi: Include space for the terminating zero in info_device_ps_GetValue().
2011-09-02 10:11:25 +02:00
Henri Verbeet
d23938de1e
wined3d: Make the device parameter to wined3d_device_get_clip_plane() const.
2011-09-02 10:09:08 +02:00
Henri Verbeet
3659d5d729
wined3d: Make the device parameter to wined3d_device_get_light_enable() const.
2011-09-02 10:09:06 +02:00
Henri Verbeet
ca69a23d52
wined3d: Get rid of some redundant else statements in IWineD3DSurfaceImpl_BltOverride().
2011-09-02 10:09:01 +02:00
Henri Verbeet
179d6f8087
wined3d: Remove a redundant compare in IWineD3DSurfaceImpl_BltOverride().
...
If the source surface isn't on the destination swapchain it can't be a
backbuffer there either.
2011-09-02 10:08:57 +02:00
Henri Verbeet
cc10600b52
wined3d: Print a FIXME for any flags passed to wined3d_surface_flip().
2011-09-02 10:08:53 +02:00
Jacek Caban
ff0cea33d0
jscript: Added more SetInterfaceSafetyOptions tests and fixes.
2011-09-01 18:16:28 +02:00
Octavian Voicu
776e27834d
shell32: Fix an incorrect pointer/integer cast on 64-bit and fix check for resource id.
2011-09-01 18:06:39 +02:00
Andrew Talbot
c8cb13f949
msvcp90: Avoid a forward declaration.
2011-09-01 18:06:39 +02:00
Dmitry Timoshkov
dfb4d2e960
gdi32: Add a buch of CreateScalableFontResource() tests.
2011-09-01 18:06:39 +02:00
Francois Gouget
083abe3fe9
hhctrl.ocx: Issue a fixme if asked for unsupported toolbar buttons.
2011-09-01 18:06:39 +02:00
Bernhard Loos
23e1777054
ntdll: Provide a timestamp debug channel, which prints a millisecond resolution timestamp in front of debug output.
2011-09-01 18:06:39 +02:00
Alexandre Julliard
006bb26b8c
wininet/tests: Remove an invalid FTP test.
2011-09-01 18:06:39 +02:00
Octavian Voicu
9b29b10e23
shell32/tests: Add a todo for two recycle bin tests in case no item was added.
2011-09-01 18:06:39 +02:00
Octavian Voicu
f8877ea337
opencl: Remove reference to clSetCommandQueueProperty and print fixme, saying function is deprecated.
2011-09-01 18:06:38 +02:00
Octavian Voicu
2f053965a2
vbscript: Fix possible memory leak/crash caused by race condition in VBScriptParse_InitNew.
2011-09-01 18:06:38 +02:00
Andrew Eikum
c4b94b1ba4
mmdevapi: Automatically select the correct driver.
2011-09-01 18:06:37 +02:00
Andrew Eikum
f6890ef0e2
winmm: Determine the driver from MMDevAPI.
...
This uses a half-implemented, Wine-specific IMMDevice object to extract
the driver name.
2011-09-01 18:06:37 +02:00
Henri Verbeet
9d9baef789
wined3d: Make the device parameter to wined3d_device_get_light() const.
2011-09-01 18:06:37 +02:00
Henri Verbeet
82150458b4
wined3d: Make the device parameter to wined3d_device_get_transform() const.
2011-09-01 18:06:37 +02:00
Henri Verbeet
55ce85ad29
wined3d: Merge the wined3d_surface_flip() implementations.
2011-09-01 18:06:36 +02:00
Henri Verbeet
b587b85394
wined3d: Merge the wined3d_surface_set_mem() implementations.
2011-09-01 18:06:36 +02:00
Austin English
b2f7461a4d
wined3d: Remove an unused variable.
2011-09-01 18:06:36 +02:00
André Hentschel
975d9ed97a
localspl: Fix printing a NULL string.
2011-09-01 18:06:36 +02:00
Alexandre Julliard
bcc21c9b79
winex11: Fix SetDIBitsToDevice coordinate mapping for negative values.
2011-09-01 18:06:18 +02:00
Alexandre Julliard
e1ca5c38e2
winex11: Fix SetDIBitsToDevice coordinate mapping in RTL mode.
2011-09-01 12:41:00 +02:00
Alexandre Julliard
67b1f29d61
gdi32/tests: Add some SetDIBitsToDevice tests, based on the similar SetDIBits tests.
2011-09-01 12:39:15 +02:00
Stefan Dösinger
05b3222b39
ddraw: Add a test for DDSD_ZBUFFERBITDEPTH and DDSD_PIXELFORMAT.
2011-08-31 19:43:09 +02:00
Stefan Dösinger
6176eb87de
ddraw: Set dwZBufferBitDepth in old z buffers.
2011-08-31 19:43:09 +02:00
Stefan Dösinger
42b7ad4fd4
ddraw: Convert dwZBufferBitDepth into a DDPIXELFORMAT.
2011-08-31 19:43:09 +02:00
Stefan Dösinger
c42277883a
ddraw: Introduce a function to convert a DDSURFACEDESC2 to a DDSURFACEDESC.
2011-08-31 19:43:09 +02:00
Stefan Dösinger
76fecde8fb
ddraw: Introduce a function to convert a DDSURFACEDESC to a DDSURFACEDESC2.
2011-08-31 19:43:09 +02:00
Stefan Dösinger
167b65ca5e
ddraw: Show that ddraw reads ddsCaps without DDSD_CAPS set.
2011-08-31 19:43:09 +02:00
Francois Gouget
c103d6d207
hhctrl.ocx: Don't show unimplemented buttons.
2011-08-31 19:43:08 +02:00
Jacek Caban
9ef5af540b
msi: Ude default calling convention for internal functions.
2011-08-31 19:43:08 +02:00
Jacek Caban
81031c532e
msi: Use struct instead of interface in object declarations.
2011-08-31 19:43:08 +02:00
Michael Stefaniuc
6419969c38
shell32: Move ISvBgCm_Constructor() to avoid a forward declaration.
2011-08-31 19:43:08 +02:00
Michael Stefaniuc
47a705965b
shell32: COM cleanup in shv_bg_cmenu.c.
2011-08-31 19:43:08 +02:00
Michael Stefaniuc
2cf8335d70
shell32: Pass objects instead of ifaces to helpers.
2011-08-31 19:43:08 +02:00
Octavian Voicu
9b1fc0fd74
ole32: Fix a few incorrect pointer/integer casts on 64-bit.
2011-08-31 19:43:08 +02:00
Octavian Voicu
f8d0afe435
ieframe: Fix a few incorrect pointer/integer casts on 64-bit.
2011-08-31 19:43:07 +02:00
Octavian Voicu
9e3d83e003
msxml3/tests: Fix a warning in saxreader tests when compiling on x64.
2011-08-31 19:43:07 +02:00
André Hentschel
4e862b8440
shell32/tests: Fix checking the child strings.
2011-08-31 19:43:07 +02:00
Alistair Leslie-Hughes
81079ef35b
uxtheme: Set last error on NULL pointer.
2011-08-31 19:43:07 +02:00
Marcus Meissner
956487434d
ntdll: Handle errno also for non ENOENT errors on lseek (Coverity).
2011-08-31 19:43:07 +02:00
Marcus Meissner
ee12b4feed
msi: Check return value of msi_string2idW (Coverity).
2011-08-31 19:43:07 +02:00
Michael Mc Donnell
2f1917956b
d3dx9: Use 0 instead of D3DLOCK_DISCARD in D3DXCreateTextW.
2011-08-31 19:43:07 +02:00
Michael Mc Donnell
bae50905c5
d3dx9: Use 0 instead of D3DLOCK_DISCARD in D3DXCreateCylinder.
2011-08-31 19:43:07 +02:00
Michael Mc Donnell
d6a7c2cce0
d3dx9: Use 0 instead of D3DLOCK_DISCARD in D3DXCreateSphere.
2011-08-31 19:43:07 +02:00
Michael Mc Donnell
1150c1558e
d3dx9: Use 0 instead of D3DLOCK_DISCARD in D3DXLoadMeshFromXInMemory.
2011-08-31 19:43:06 +02:00
Michael Mc Donnell
41b6f4aec1
d3dx9: Use 0 instead of D3DLOCK_DISCARD in load_skin_mesh_from_xof.
2011-08-31 19:43:06 +02:00
Michael Mc Donnell
342faea035
d3dx9: Use 0 instead of D3DLOCK_DISCARD in OptimizeInPlace.
...
It does not make sense to use D3DLOCK_DISCARD for locking a newly created
vertex buffer because it will be allocated, freed, and then allocated again.
2011-08-31 19:43:06 +02:00
Jacek Caban
97556eb061
vbscipt: Added IActiveScript::GetScriptState implementation.
2011-08-31 19:43:06 +02:00
Jacek Caban
389eb971c6
vbscript: Added more IActiveScript tests.
2011-08-31 19:43:06 +02:00
Jacek Caban
01ce1873a3
vbscipt: Added IActiveScript::Close implementation.
2011-08-31 19:43:06 +02:00
Jacek Caban
7edaff43e4
vbscript: Added IActiveScript::InitNew implementation.
2011-08-31 19:43:06 +02:00
Michael Stefaniuc
c35745d45a
dsound: Handle primary buffers in two more IDirectSoundBuffer methods.
2011-08-31 19:43:06 +02:00
Michael Stefaniuc
a2bc634eaa
dsound: Handle primary buffers in IDirectSoundBufferImpl_SetFormat.
2011-08-31 19:43:06 +02:00
Michael Stefaniuc
3747fb74a1
dsound: Move the primary buffer description into the buffer object.
2011-08-31 19:43:06 +02:00
Michael Stefaniuc
c0565143f9
dsound: Don't delete the primary buffer if a sub iface is still in use.
2011-08-31 19:43:05 +02:00
Michael Stefaniuc
ffb51208e9
dsound: Use the same struct for the primary buffer object as for the secondary.
2011-08-31 19:43:05 +02:00
Andrew Talbot
ee9c027986
mscoree: Fix a zero-sized array.
2011-08-31 19:43:05 +02:00
Henri Verbeet
124cdf913a
wined3d: Make the device parameter to wined3d_device_get_stream_source_freq() const.
2011-08-31 19:43:05 +02:00
Henri Verbeet
cfbecf9380
wined3d: Make the device parameter to wined3d_device_get_stream_source() const.
2011-08-31 19:43:05 +02:00
Henri Verbeet
43ad90ce31
ddraw: Get rid of the ImplType fields in IDirectDrawImpl and IDirectDrawSurfaceImpl.
2011-08-31 19:42:55 +02:00
Henri Verbeet
c89a3ffe80
ddraw: Get rid of the surface implementation switching code.
2011-08-31 19:42:52 +02:00
Henri Verbeet
94ae743ea6
ddraw: Make the OpenGL renderer the default one.
2011-08-31 12:08:02 +02:00
Henri Verbeet
dd462052c6
wined3d: Use the resource size for copying between a surface's DIB and PBO.
2011-08-31 12:07:57 +02:00
Alexandre Julliard
e7c523b135
gdi32: Use SetDIBits to set the initial bits of a DDB.
2011-08-31 11:36:23 +02:00
Alexandre Julliard
5f35075c8b
gdi32: Only use the hdc parameter in SetDIBits when needed.
2011-08-31 11:36:23 +02:00
Alexandre Julliard
edb48a06ee
gdi32: Allow SetDIBits to use the null driver.
2011-08-31 11:36:23 +02:00
Alexandre Julliard
6f066ec18a
gdi32: Forward the null driver PutImage to the DIB driver since the bits are in DIB format.
2011-08-31 11:36:05 +02:00
Alexandre Julliard
bff79eb2b9
gdi32: Forward the null driver GetImage to the DIB driver since the bits are in DIB format.
2011-08-30 20:13:52 +02:00
Marcus Meissner
7023964865
wined3d: Remove a useless NULL check (Coverity).
2011-08-30 17:27:25 +02:00
Marcus Meissner
4f704760e1
gameux: Initialize a variable (Coverity).
2011-08-30 17:27:12 +02:00
Jörg Höhle
abf5b64f4c
mmdevapi: Do not mix frames and bytes.
2011-08-30 17:10:40 +02:00
Jacek Caban
fe0f2f631e
vbscript: Moved VBScript declaration to vbscript.c.
2011-08-30 12:47:09 +02:00
Jacek Caban
9f907f6351
vbscript: Added IActiveScript::SetScriptSite implementation.
2011-08-30 12:47:03 +02:00
Maxime Lombard
ef604e3826
wined3d: Add support for Nvidia GTX 460M.
2011-08-30 12:46:46 +02:00
Jérôme Gardou
67f7a02fed
rpcrt4: Properly unmarshall EMUM16 discriminant.
2011-08-30 12:39:40 +02:00
Michael Stefaniuc
43a31b6200
ole32: COM cleanup in compositemoniker.c.
2011-08-30 11:57:09 +02:00
Michael Stefaniuc
70c038dc2f
ole32: COM cleanup in filemoniker.c.
2011-08-30 11:57:03 +02:00
Andrew Talbot
42df50ab66
winex11.drv: Remove unneeded address-of operator from function name.
2011-08-30 11:56:54 +02:00
Andrew Talbot
094dd38b00
wined3d: Remove unneeded address-of operators from function names.
2011-08-30 11:56:48 +02:00
Andrew Talbot
2e4224fe2c
shell32: Remove unneeded address-of operators from function name.
2011-08-30 11:56:41 +02:00
Andrew Talbot
92c408cd66
comctl32: Remove unneeded address-of operator from function name.
2011-08-30 11:54:40 +02:00
Aric Stewart
8b14f3f542
usp10: When calling ShapeIndicSyllables we need to use cChars which is the actual number of original characters.
2011-08-30 11:54:32 +02:00
André Hentschel
87ebfe5d18
version: Return VIF_CANNOTREADSRC if no source path could be generated.
2011-08-30 11:54:20 +02:00
André Hentschel
550e2a9f6a
d3dcompiler_43/tests: Fix printing a NULL string.
2011-08-30 11:53:09 +02:00
André Hentschel
7d13898fbb
winspool.drv/tests: Fix tracing a NULL string.
2011-08-30 11:53:06 +02:00
André Hentschel
3ddda7b66b
d3dx9_36/tests: Fix printing a NULL string.
2011-08-30 11:53:04 +02:00
André Hentschel
030ea68963
comctl32/tests: Fix printing a NULL string.
2011-08-30 11:53:01 +02:00
André Hentschel
328acc81fc
rpcrt4/tests: Fix NULL string handling in an ok() check.
2011-08-30 11:52:59 +02:00
Francois Gouget
fe3f2e3258
services: If a service is not started, then say so when ControlService() is called on it.
2011-08-30 11:47:37 +02:00
Francois Gouget
eafb44d4e1
services: Refuse to start disabled services.
2011-08-30 11:47:35 +02:00
Francois Gouget
9183a171f1
services: Cleanup when a service fails to start so it is still fully considered to be stopped.
2011-08-30 11:47:32 +02:00
Alexandre Julliard
79ef408cd7
gdi32: Add a helper function to initialize DIB info from a bitmap object.
2011-08-29 19:51:24 +02:00
Alexandre Julliard
a13df5ce6c
gdi32: Store the initial bitmap bits with DIB alignment.
2011-08-29 19:44:17 +02:00
Henri Verbeet
8f46cb6b8b
ddraw: Introduce a separate function for setting the focus window.
2011-08-29 19:42:46 +02:00
Henri Verbeet
93b5f681d9
ddraw: Remove a redundant check from ddraw7_SetCooperativeLevel().
2011-08-29 19:42:41 +02:00
Henri Verbeet
cad9cbe445
ddraw: Trace which surfaces we enumerate in ddraw7_EnumSurfaces().
2011-08-29 19:42:31 +02:00
Henri Verbeet
1870353c7a
wined3d: Replace "DirectDraw stuff" with per-adapter screen information.
2011-08-29 19:42:20 +02:00
Henri Verbeet
e7f61b8c61
wined3d: Make the device parameter to wined3d_device_get_available_texture_mem() const.
2011-08-29 19:42:14 +02:00
Aric Stewart
49dc1570b7
usp10: Draw selected glyphs in ScriptStringOut.
2011-08-29 17:09:00 +02:00
Aric Stewart
f1796a94a5
usp10: Modify ScriptStringOut to paint the string item by item.
2011-08-29 17:03:51 +02:00
Aric Stewart
a7071662f7
usp10: Display and handle bidi runs in the correct order in ScriptString functions.
2011-08-29 17:03:42 +02:00
Alistair Leslie-Hughes
6dcae92ca1
advapi32: Cleanup event log only if create was successful.
2011-08-29 17:03:31 +02:00
Stefan Dösinger
899b278558
ddraw: Emulate a 24 bit depth format without stencil or padding.
2011-08-29 13:56:33 +02:00
Stefan Dösinger
caff742d41
ddraw: Trust wined3d to give us what we asked for.
2011-08-29 13:56:17 +02:00
Stefan Dösinger
30d9926a95
ddraw: Don't re-write the surface's pixelformat.
...
The pixelformat is passed in in ddraw form in the desc parameter, which is copied
into the surface's DDSURFACEDESC2 structure, so the format is already set.
2011-08-29 13:56:11 +02:00
Louis Lenders
bb6b19ba88
ieframe: Add stub for IEGetWriteableHKCU.
2011-08-29 13:54:52 +02:00
Louis Lenders
e772a2b51f
dpnet: Add missing IDirectPlay8Peer methods.
2011-08-29 13:54:49 +02:00
Alexandre Julliard
2fcf1220eb
msi: Avoid dynamic stack allocation.
2011-08-29 13:52:32 +02:00
José Manuel Ferrer Ortiz
4fc6fa3734
appwiz.cpl: Spanish translation update.
2011-08-29 13:41:28 +02:00
Alexandre Julliard
987a18a55c
gdi32: Remove an unused variable.
2011-08-29 12:08:26 +02:00
Alexandre Julliard
bd3b0e4f70
comctl32: Simplify the DIB byte width computation.
2011-08-29 12:08:21 +02:00
Alexandre Julliard
8cf6424057
winex11: Simplify the DIB byte width computation.
2011-08-29 12:08:21 +02:00
Alexandre Julliard
6fd40e3cae
wineps: Simplify the DIB byte width computation.
2011-08-29 12:08:21 +02:00
Alexandre Julliard
16944f500d
user32: Simplify the DIB byte width computation.
2011-08-29 12:08:21 +02:00
Alexandre Julliard
afa7817d6e
gdi32/tests: Simplify the DIB byte width computation.
2011-08-29 12:08:21 +02:00
Alexandre Julliard
4e3c649b9c
gdi32: Add parameter validation in GetDIBits.
2011-08-29 12:08:21 +02:00
Alexandre Julliard
43240527b6
user32: Pass valid dimensions to GetDIBits.
2011-08-29 12:08:21 +02:00
Michael Stefaniuc
7959778d3f
dsound/tests: Primary and secondary buffers use the same IDirectSoundBuffer vtbl.
2011-08-29 12:08:21 +02:00
Henri Verbeet
e1f83fd205
wined3d: Make the device parameter to wined3d_device_get_wined3d() const.
2011-08-29 12:08:21 +02:00
Henri Verbeet
2ff7a356d2
wined3d: Make the device parameter to wined3d_device_get_swapchain() const.
2011-08-29 12:08:21 +02:00
Henri Verbeet
a3f23541c1
wined3d: Make the device parameter to wined3d_device_get_swapchain_count() const.
2011-08-29 12:08:21 +02:00
Henri Verbeet
d5c2ba6d62
wined3d: Make the target parameter to is_full_clear() const.
2011-08-29 12:08:20 +02:00
Henri Verbeet
78cbe0bc74
wined3d: Rename WineD3DAdapterChangeGLRam() to adapter_adjust_memory().
...
And make it work on an adapter instead of a device.
2011-08-29 12:08:20 +02:00
Alasdair Sinclair
3928f57658
setupapi: Fix magic comparison on x64.
2011-08-29 12:08:20 +02:00
Nikolay Sivov
2a6abc248d
msxml3: Use element name length passed to content handler.
2011-08-29 12:08:20 +02:00
Nikolay Sivov
9ae103f7f7
msxml3: Respect string length returned from ISAXAttributes.
2011-08-29 12:08:20 +02:00
Nikolay Sivov
d0413fd476
msxml3: Fix empty elements output.
2011-08-29 12:08:20 +02:00
Andrew Talbot
60e7523353
dnsapi: Void functions should not return a value.
2011-08-29 12:08:20 +02:00
Andrew Talbot
568d9ccde8
windowscodecs: Remove extern from function definition.
2011-08-29 12:08:20 +02:00
Andrew Talbot
fe29ad99a7
mscoree: Remove extern from function definitions.
2011-08-29 12:08:20 +02:00
Andrew Talbot
8e9fabfa87
d3dx9_36: Fix a logical operator typo.
2011-08-29 12:08:20 +02:00
Andrew Talbot
f2e922c726
winspool.drv: Fix a logical operator typo.
2011-08-29 12:08:20 +02:00
Andrew Talbot
dd5a1913ae
comctl32: Fix a logical operator typo.
2011-08-29 12:08:19 +02:00
Matteo Bruni
c74c544cc6
wined3d: Store maximum vertex attributes count.
2011-08-29 12:08:19 +02:00
Matteo Bruni
afeecfd974
wined3d: Rename dummyTextureName variable.
2011-08-29 12:08:19 +02:00
Matteo Bruni
e46378c764
d3d9/tests: Add unbound cube/volume texture tests.
2011-08-29 12:08:19 +02:00
Matteo Bruni
7c6bd2f287
wined3d: Use dummy textures for all the texture targets.
2011-08-29 12:08:19 +02:00
Matteo Bruni
0386b44bad
wined3d: Keep track of the current texture type for each texture unit.
2011-08-29 12:08:19 +02:00
Francois Gouget
ac1a0d96e1
advapi32/tests: Tweak the service start/stop tests so they work on NT4.
2011-08-29 12:08:19 +02:00
Alexandre Julliard
127b27414e
ntdll: Prefer loading native manifests over Wine ones.
2011-08-29 12:08:19 +02:00
Alexandre Julliard
f8397ef229
ntdll: Use the manifest with the highest matching version number.
2011-08-29 12:08:19 +02:00
Alexandre Julliard
2febc9d41a
ntdll: Try to match the language name when looking for a manifest file.
2011-08-29 12:08:19 +02:00
Alexandre Julliard
8306dd55f1
setupapi: Use the specified language for SxS manifest file names.
2011-08-29 12:08:19 +02:00
Francois Gouget
187de1794e
psapi/tests: Fix the EnumProcessModules() test and provide more diagnostic information if it fails.
...
On some Windows systems aclayers.dll gets injected into the process and brings in a lot of extra dlls.
2011-08-26 16:33:52 +02:00
Francois Gouget
d82c70e511
avifil32: The stream format string cannot really be translated so remove it from the resources.
2011-08-26 16:33:42 +02:00
Bernhard Loos
f0a53a8f1b
msi: Implement proper sorting in WHEREVIEW.
2011-08-26 13:35:54 +02:00
Bernhard Loos
abd1174941
msi: Protected primary keys against modification.
2011-08-26 13:34:25 +02:00
Bernhard Loos
a52c2bf941
msi: Make WHEREVIEW able to deal directly with multiple tables.
2011-08-26 13:33:44 +02:00
Jörg Höhle
8129b1847a
winealsa: Pulse knows handle_underrun only since 2010-07-09.
2011-08-26 13:21:41 +02:00
Lucas Fialho Zawacki
89367ebec0
dinput: Added ConfigureDevices A to W crosscall.
2011-08-26 13:13:36 +02:00
Alexandre Julliard
a192b707f2
setupapi: Delay freeing registered dlls until they have all been processed.
2011-08-26 13:12:26 +02:00
Piotr Caban
e3527ef23b
mshtml: Added HTMLDOMAttribute_get_nodeName implementation.
2011-08-26 12:03:09 +02:00
Piotr Caban
e1dcafc6be
mshtml: Added HTMLAttributeCollection_item implementation.
2011-08-26 12:02:46 +02:00
Piotr Caban
7b37a1bd00
mshtml: Added HTMLAttributeCollection_get_length implementation.
2011-08-26 12:02:44 +02:00
Piotr Caban
33881c44f5
mshtml: Added IHTMLAttributeCollection3 stub.
2011-08-26 12:00:15 +02:00
Piotr Caban
665747cc30
mshtml: Added IHTMLAttributeCollection2 stub.
2011-08-26 12:00:13 +02:00
Piotr Caban
bea3154f48
mshtml: Added IHTMLAttributeCollection stub.
2011-08-26 12:00:09 +02:00
Alexandre Julliard
bfb98ace57
ntdll/tests: Wait for async I/O to complete when the result is STATUS_PENDING.
2011-08-26 11:59:49 +02:00
Nikolay Sivov
d338323a0f
msxml3/tests: Tests for default properties values.
2011-08-26 11:32:06 +02:00
Nikolay Sivov
897b77ce05
msxml3: Fix attributes formatting.
2011-08-26 11:32:03 +02:00
Michael Stefaniuc
6d7c38256f
dsound: Fix refcounting for the secondary buffer object.
...
This fixes a regression introduced in 6b64e0090c
.
2011-08-26 11:31:59 +02:00
Stefan Leichter
cb9fa1eb7a
setupapi: Add pSetupFree|Malloc|Realloc to spec file and forward them.
2011-08-26 11:31:59 +02:00
Henri Verbeet
8a2b435dd3
wined3d: Enable multisampling by default.
2011-08-26 11:28:50 +02:00
Henri Verbeet
641f52ef96
wined3d: Add multisampling support.
2011-08-26 11:28:47 +02:00
Henri Verbeet
bd5f948682
wined3d: Get rid of the current multisampling support.
...
It doesn't really work, and trying to make multisampling work with onscreen
rendering is probably more trouble than it's worth, both for us and the
driver.
2011-08-26 11:28:25 +02:00
Henri Verbeet
eec2c634a6
wined3d: Introduce a separate function for attaching depth / stencil renderbuffers.
2011-08-26 11:28:01 +02:00
Henri Verbeet
be76133b7b
wined3d: Explicitly specify the resource location to context_attach_depth_stencil_fbo().
2011-08-26 11:27:57 +02:00
Henri Verbeet
9aaf0a30b7
wined3d: Also print an attachment's multisample type in context_check_fbo_status().
2011-08-26 11:27:53 +02:00
Henri Verbeet
3b478afd10
wined3d: Get rid of the location fixup in surface_blt_fbo().
2011-08-26 11:27:50 +02:00
Henri Verbeet
eac640532d
wined3d: Get rid of the location fixup for ORM_FBO in surface_modify_location().
2011-08-26 11:27:46 +02:00
Henri Verbeet
68a5305dfd
wined3d: Get rid of the location fixup for ORM_FBO in surface_load_location().
2011-08-26 11:27:43 +02:00
Henri Verbeet
98277e1fc6
wined3d: Simplify context_apply_fbo_state_blit().
2011-08-26 11:27:39 +02:00
Alexander Morozov
d15d45e5d1
cryptui: Add stubs for CryptUIDlgSelectCertificateA/W.
2011-08-26 11:27:32 +02:00
Octavian Voicu
8177b4793a
oleaut32: Fix leak in typelib marshaler when invoking IDispatch methods.
2011-08-26 11:26:56 +02:00
Alexandre Julliard
82ef9f960d
gdi32/tests: Make sure the bitmap info is initialized in the GetDIBits test.
2011-08-26 11:15:16 +02:00
Francois Gouget
ca8c23f505
shdoclc: Mark the page print footer as not needing translation.
2011-08-25 19:15:20 +02:00
Francois Gouget
7a600be146
msvidc32: Mark 'MS-CRAM' as not needing translation.
2011-08-25 18:09:04 +02:00
Francois Gouget
5128c55287
msrle32: Mark 'WINE-MS-RLE' as not needing translation.
2011-08-25 18:02:40 +02:00
Octavian Voicu
3ba185d5ce
ieframe/tests: Skip rest of tests if CoCreateInstance failed.
2011-08-25 17:56:34 +02:00
Aric Stewart
515dd2543e
usp10/test: Test ScriptXtoX on an RTL set with differing cChars and cGlyphs.
2011-08-25 17:56:26 +02:00
Alexandre Julliard
835e74a5f0
gdiplus: Add a WinSxS manifest resource.
2011-08-25 17:21:05 +02:00
Alexandre Julliard
63dadcb66f
msxml6: Add a WinSxS manifest resource.
2011-08-25 17:20:55 +02:00
Alexandre Julliard
d64c210cc6
msxml4: Add a WinSxS manifest resource.
2011-08-25 17:20:46 +02:00
Alexandre Julliard
64651a369b
msxml3: Add a WinSxS manifest resource.
2011-08-25 17:20:37 +02:00
Alexandre Julliard
227f87fc7d
msvcr90: Add a WinSxS manifest resource.
2011-08-25 17:20:28 +02:00
Alexandre Julliard
05ddaaf068
msvcr80: Add a WinSxS manifest resource.
2011-08-25 17:20:03 +02:00
Alexandre Julliard
2ebb30633e
comctl32: Create the WinSxS manifest from a resource.
2011-08-25 15:34:16 +02:00
Alexandre Julliard
e8a7246e8b
setupapi: Add support for creating WinSxS manifest files from fake dll resources.
2011-08-25 15:34:10 +02:00
Nikolay Sivov
0581360411
msxml3: Fix parameter validation for endElement().
2011-08-25 14:36:02 +02:00
Nikolay Sivov
25bf8e5387
msxml3: Fix parameter validation for startElement() for MXXMLWriter60.
2011-08-25 14:35:59 +02:00
Bernhard Loos
3bd0acf1ba
msi: Use an array instead of a hashtable for WHEREVIEW.
2011-08-25 14:34:34 +02:00
Alexandre Julliard
d34ff26230
advapi32/tests: Skip some tests if EnumServicesStatusExA is missing.
2011-08-25 11:31:55 +02:00
Matteo Bruni
36a22dfa33
wined3d: Don't change active texture to 0.
2011-08-25 11:31:55 +02:00
Matteo Bruni
d485e04576
wined3d: Fetch currently active texture unit from the wined3d_context.
2011-08-25 11:31:55 +02:00
Matteo Bruni
f47f9f7c74
wined3d: Store currently active texture in the wined3d context.
2011-08-25 11:31:55 +02:00
Matteo Bruni
e53ae83d74
wined3d: Pass around the context instead of gl_info.
2011-08-25 11:31:55 +02:00
Matteo Bruni
be8ea9c36e
wined3d: Make context_acquire() unconditional in a bunch of places.
2011-08-25 11:31:55 +02:00
André Hentschel
da7f9ed16b
mshtml: Remove obsolete proxy handling.
2011-08-25 11:31:55 +02:00
André Hentschel
7205f88883
mshtml: Initialize return value.
2011-08-25 11:31:54 +02:00
Marcus Meissner
9d7219dfb9
oleaut32: Fixed buffer size to MBtoWC.
2011-08-25 11:31:54 +02:00
Octavian Voicu
ace8b53418
msxml3/tests: Prevent crash in saxreader tests.
2011-08-25 11:31:54 +02:00
Francois Gouget
9ec291500b
msxml3/tests: Add a trailing '\n' to an ok() call.
2011-08-25 11:31:54 +02:00
Henri Verbeet
4503f3d5af
wined3d: Pass a gl_info pointer to select_blit_implementation().
2011-08-25 11:31:54 +02:00
Henri Verbeet
9aa4f895f0
wined3d: Pass a gl_info pointer to select_shader_backend().
2011-08-25 11:31:54 +02:00
Henri Verbeet
86af42a46a
wined3d: Pass a gl_info pointer to select_fragment_implementation().
2011-08-25 11:31:54 +02:00
Henri Verbeet
f65a1ed272
wined3d: Bind the system framebuffer based on the actual location in context_apply_fbo_state().
...
We can do this now because SFLAG_INDRAWABLE is no longer ambiguous.
2011-08-25 11:31:54 +02:00
Henri Verbeet
47c5711fe2
wined3d: Use draw_binding in context_apply_blit_state().
2011-08-25 11:31:54 +02:00
Henri Verbeet
f0d8f2aa89
wined3d: Use draw_binding in swapchain_gl_present().
2011-08-25 11:31:53 +02:00
Henri Verbeet
6cdfb95c8e
wined3d: Use draw_binding in surface_unload().
2011-08-25 11:31:53 +02:00
Henri Verbeet
1d43f07239
wined3d: Use draw_binding in surface_realize_palette().
2011-08-25 11:31:53 +02:00
Henri Verbeet
683b52ed92
wined3d: Use draw_binding in surface_unmap().
2011-08-25 11:31:53 +02:00
Henri Verbeet
1ae498dc59
wined3d: Use draw_binding in IWineD3DSurfaceImpl_BltOverride().
2011-08-25 11:31:53 +02:00
Michael Stefaniuc
82b3d35b73
ole32: Cleanup ItemMonikerImpl_QueryInterface().
2011-08-25 11:31:53 +02:00
Michael Stefaniuc
d3c934adcd
ole32: COM cleanup in itemmoniker.c.
2011-08-25 11:31:53 +02:00
Ričardas Barkauskas
bf7df85169
ddraw: Do not create implicit depth buffer.
2011-08-25 11:31:38 +02:00
Ričardas Barkauskas
e110c08cc8
wined3d: Avoid dereferencing null pointer in context_apply_clear_state when calling context_generate_rt_mask_from_surface.
2011-08-24 21:18:37 +02:00
Jacek Caban
05d3b9cd1a
mshtml: Get rid of no longer useful get_nsdoc_window helper.
2011-08-24 19:34:11 +02:00
Alexandre Julliard
43d9122e3c
msvcp90: Add separate entry points for functions with different calling conventions.
2011-08-24 19:33:30 +02:00
Francois Gouget
c992ca277d
Assorted spelling fixes.
2011-08-24 19:07:46 +02:00
Francois Gouget
bf05d85f99
ntdll: Detect if NX support is enabled.
2011-08-24 19:07:45 +02:00
Francois Gouget
77f68e30f5
shlwapi/tests: Fix the spelling of IID_Endianness.
2011-08-24 19:07:45 +02:00
Francois Gouget
5197ab4e52
ntdll/tests: Fix the spelling of IID_Endianness.
2011-08-24 19:07:45 +02:00
Francois Gouget
7f9972a847
kernel32: Fix the CreateMailslot[AW]() spec. The first parameter is an input string.
2011-08-24 19:07:45 +02:00
Nikolay Sivov
283276d6ea
msxml3: Store class version for MXWriter instance.
2011-08-24 19:07:45 +02:00
Nikolay Sivov
4877da66b3
msxml3: Make version dependency checks more flexible, move CLSID checks to factory creation.
2011-08-24 19:07:45 +02:00
Nikolay Sivov
74a7edd41b
msxml3: Implement put_version() for MXWriter.
2011-08-24 19:07:44 +02:00
Piotr Caban
4fd4a8aeb3
msvcp90: Added basic_streambuf<char>::{Lock, Unlock} implementation.
2011-08-24 19:07:44 +02:00
Piotr Caban
f357f4a575
msvcp90: Added basic_streambuf<char> buffer accessing functions implementation.
2011-08-24 19:07:44 +02:00
Piotr Caban
a1bfde5909
msvcp90: Added basic_streambuf<char>::{ctor, dtor} implementation.
2011-08-24 19:07:44 +02:00
Piotr Caban
b8f53e5735
msvcp90: Added locale::facet class implementation.
2011-08-24 19:07:44 +02:00
Piotr Caban
48ce9f9e28
msvcp90: Added locale::id class implementation.
2011-08-24 19:07:44 +02:00
Piotr Caban
553a093fbf
msvcp: Sync spec files.
2011-08-24 19:07:43 +02:00
Piotr Caban
85d6355abc
msvcp90: Added basic_ostream<char> class stub.
2011-08-24 19:07:23 +02:00
Alexandre Julliard
608b57ea4f
advapi32/tests: Skip some tests if QueryServiceStatusEx is missing.
2011-08-24 15:25:16 +02:00
Aric Stewart
74a0a3fdd8
usp10: In ScriptXtoX use cChars as the item is the character index.
2011-08-24 15:05:51 +02:00
Aric Stewart
126c779832
usp10/tests: Refactor test_ScriptXtoX to make testing varying datasets easier.
2011-08-24 15:05:44 +02:00
André Hentschel
176555354c
shell32/tests: Initial directory tests for ShellExecuteEx.
2011-08-24 15:03:55 +02:00
Louis Lenders
51beb857bd
shell32: Define icon resource 319.
2011-08-24 15:03:51 +02:00
Alexandre Julliard
d469d6d5b7
kernel32/nls: Generate some plausible data for LOCALE_SNATIVEDISPLAYNAME.
2011-08-24 14:28:27 +02:00
Nikolay Sivov
be225af668
kernel32/nls: Added placeholder for LOCALE_SNATIVEDISPLAYNAME, header updated with new locale entries.
2011-08-24 14:18:27 +02:00
Thomas Mullaly
efe68dcde1
urlmon/tests: Added tests for MapUrlToZoneEx2.
2011-08-24 14:03:49 +02:00
Thomas Mullaly
912aa4a499
urlmon: Added stubs for IInternetSecurityManagerEx{2}.
2011-08-24 14:03:47 +02:00
André Hentschel
56e804eea4
winex11: Reject too bright gamma ramps.
2011-08-24 14:03:03 +02:00
Grazvydas Ignotas
006413afe4
ntdll: Use swapping method to return . and .. as first entries.
2011-08-24 13:56:37 +02:00
Grazvydas Ignotas
fbf537fb60
ntdll/tests: Test NtQueryDirectoryFile with different ReturnSingleEntry and RestartScan flags.
2011-08-24 13:54:41 +02:00
Scott Ritchie
d38909dade
shlwapi/tests: Fix an errant comment.
2011-08-24 13:49:13 +02:00
Thomas Faber
37f12af5c8
user32/tests: Fix build with MSVC.
2011-08-24 12:14:47 +02:00
Hans Leidekker
1d0397d151
winhttp: Support setting the WinHttpRequestOption_EnableRedirects option.
2011-08-24 12:14:47 +02:00
Hans Leidekker
58cdb6405f
gdi32/tests: Accept one more return value from EnumICMProfilesA.
2011-08-24 12:14:47 +02:00
Hans Leidekker
8a29a4a667
dnsapi: Implement DnsFree.
2011-08-24 12:14:47 +02:00
Hans Leidekker
d04d2efacf
dnsapi: Mark some test results as broken and conform to the more recent behavior.
2011-08-24 12:14:47 +02:00
Hans Leidekker
9d68804379
msi: Resolve the target folder if necessary when building link filenames.
2011-08-24 12:14:46 +02:00
Hans Leidekker
d7952d8a24
msi/tests: Skip a test if the process is limited.
2011-08-24 12:14:46 +02:00
Hans Leidekker
0dec906d61
msi/tests: Accept one more estimated size.
2011-08-24 12:14:46 +02:00
Michael Stefaniuc
6b64e0090c
dsound: Kill SecondaryBufferImpl with extreme prejudice.
2011-08-24 12:14:46 +02:00
Michael Stefaniuc
7da80d1f01
dsound: Basic COM cleanup for the IDirectSoundBuffer8 iface.
2011-08-24 12:14:46 +02:00
Michael Stefaniuc
beac9a27e6
dsound/tests: IDirectSoundBuffer and IDirectSoundBuffer8 use the same implementation.
2011-08-24 12:14:46 +02:00
Michael Stefaniuc
4b54090a85
dsound: Remove pointless AddRef followed by a Release.
2011-08-24 12:14:46 +02:00
Grazvydas Ignotas
bf235df2c6
gdi32/tests: Add additional font to fullnames test.
2011-08-24 12:14:46 +02:00
Grazvydas Ignotas
5c2976eebc
gdi32/tests: Check for exact fonts before doing fullname test.
2011-08-24 12:14:46 +02:00
Grazvydas Ignotas
4a463e0650
gdi32: Use correct name for elfFullName.
2011-08-24 12:14:46 +02:00