Henri Verbeet
b23809868a
ddraw: Get the total amount of video memory from wined3d.
...
Instead of hoping that what's available at ddraw_init() time is the total.
2011-09-12 10:08:52 +02:00
Henri Verbeet
aa5590b061
ddraw: Remove the unused "depthstencil" field from IDirectDrawImpl.
2011-09-12 10:08:43 +02:00
Henri Verbeet
f3e1a9fa16
ddraw: Initialize the swapchain presentation parameters in ddraw_create_swapchain().
2011-09-12 10:08:38 +02:00
Nikolay Sivov
ff090f749d
shell32: Fix pidl leak (Valgrind).
2011-09-12 10:08:09 +02:00
Thomas Mullaly
24aa18d914
urlmon/tests: Removed a test that causes random failures on some machines.
2011-09-12 10:07:36 +02:00
Jacek Caban
ab37b86236
user32: Make GetWindowInfo hotpatchable.
2011-09-12 10:07:34 +02:00
Marcus Meissner
a038ec330a
dinput: Fixed bad sizeof (pointer -> struct) (Coverity).
2011-09-12 10:07:31 +02:00
Maarten Lankhorst
81a6be568e
kernel32: Fix overflow on 32-bits systems.
2011-09-12 10:07:28 +02:00
Marcus Meissner
d177a97d28
user32: Fixed single byte array overflow.
2011-09-12 10:07:24 +02:00
Josh Juran
b27e814de6
gdi32: Simplify logic in WineEngGetFontData().
2011-09-12 10:07:21 +02:00
Andrew Talbot
42207504a2
openal32: Avoid forward declarations of static arrays.
2011-09-12 10:07:16 +02:00
Andrew Talbot
f0a7bc1308
krnl386.exe16: Constify some variables.
2011-09-12 10:07:13 +02:00
Andrew Talbot
22beb872f2
d3dx9_36: Eliminate comparisons of unsigned values about zero.
2011-09-12 10:07:11 +02:00
André Hentschel
cb55d2a255
crypt32/tests: Remove dead assignment (clang).
2011-09-09 17:36:27 +02:00
André Hentschel
c20813f15f
ntdll: Remove dead increments (clang).
2011-09-09 17:33:14 +02:00
Huw Davies
fcea548464
gdi32: The offsets should be signed.
2011-09-09 17:33:11 +02:00
Dan Kegel
b7bb3538f9
dinput: Fix compilation on systems that don't support nameless unions.
2011-09-09 16:18:17 +02:00
Francois Gouget
5464d5423a
comctl32/tests: Use the PROPSHEETHEADERA_V1_SIZE macros for compatibility with old comctl32 versions.
2011-09-09 16:10:31 +02:00
Francois Gouget
f8c315e052
kernel32: Add parentheses to clarify the precedence between '&' and '||'.
2011-09-09 16:09:52 +02:00
Gerald Pfeifer
3eafe92ba3
mshtml: Add failure detection to set_downloading_proc.
2011-09-09 16:05:27 +02:00
Bernhard Loos
366f54110a
winealsa.drv: If there are no devices, there is also no default device.
2011-09-09 16:03:42 +02:00
Louis Lenders
56212ce215
dpnet: Return success in IDirectPlay8PeerImpl_Initialize.
2011-09-09 16:00:18 +02:00
Alexandre Julliard
905d6844e3
wininet/tests: Avoid crash on test failure.
2011-09-09 15:57:59 +02:00
Alexandre Julliard
0359f9d430
secur32/tests: Avoid crash on test failure.
2011-09-09 15:53:49 +02:00
Jacek Caban
4520815c02
vbscript: Added null literal support.
2011-09-09 15:04:14 +02:00
Jacek Caban
6d8f84e533
vbscript: Added empty literal support.
2011-09-09 15:04:10 +02:00
Jacek Caban
ddc47d6974
vbscript: Added more tests.
2011-09-09 15:04:01 +02:00
Jacek Caban
62a2154572
vbscript: Added interp_icall implementation.
2011-09-09 15:03:56 +02:00
Jacek Caban
114ffc8720
vbscript: Added compiler/parser support for call expressions.
2011-09-09 15:03:54 +02:00
Jacek Caban
6d7ec9cf71
vbscript: Added interp_equal implementation.
2011-09-09 15:03:49 +02:00
Jacek Caban
eb88228b62
vbscript: Added compiler support for equality expression.
2011-09-09 15:03:46 +02:00
Jacek Caban
82b7651841
vbscript: Added parser support for equality expression.
2011-09-09 15:03:43 +02:00
Jacek Caban
6ca3cb623e
vbscript: Added interp_not implementation.
2011-09-09 15:03:39 +02:00
Jacek Caban
7f9464ce27
vbscript: Added compiler support for |not| expression.
2011-09-09 15:03:27 +02:00
Jacek Caban
39dd08ad7d
vbscript: Added parser support for |not| expression.
2011-09-09 15:03:18 +02:00
Jacek Caban
a17f9aa07a
vbscript: Added support for parentheses in expressions.
2011-09-09 15:03:16 +02:00
Jacek Caban
8108b4040c
vbscript: Added parser/compiler support for |option explicit|.
2011-09-09 15:03:14 +02:00
Jacek Caban
a921bd2ea4
vbscript: Added support for |f a, b, c| call statement.
2011-09-09 15:03:12 +02:00
Alistair Leslie-Hughes
1833124218
advapi32: Correct test for NT4 prior to sp4.
2011-09-09 14:57:42 +02:00
Hwang YunSong
d045719761
dinput: New Korean resource.
2011-09-09 14:41:53 +02:00
Jörg Höhle
3e1d402881
mmdevapi: IsFormatSupported fills closest match iff it returns S_FALSE.
2011-09-09 14:24:08 +02:00
Francois Gouget
03d4ef95ec
user32/tests: Add a trailing '\n' to an ok() call.
2011-09-09 13:38:27 +02:00
Hans Leidekker
258fc7137f
msi: Ignore unknown components in the FeatureComponents table.
2011-09-09 13:38:15 +02:00
Hans Leidekker
6351cd827b
msi: Remove some dead assignments (clang).
2011-09-09 13:38:09 +02:00
Hans Leidekker
bd3885946c
msi: Return the right error from ResolveSource when the user cancels.
2011-09-09 13:38:04 +02:00
Hans Leidekker
984422bad1
msi: SelfUnregModules' counterpart is SelfRegModules.
2011-09-09 13:37:43 +02:00
Hans Leidekker
5783c2cfcb
msi: Move the preview code to dialog.c.
2011-09-09 13:37:40 +02:00
Hans Leidekker
79e71d543f
msi/tests: Fix some test messages.
2011-09-09 13:37:03 +02:00
Hans Leidekker
9562b61bc4
msi/test: Mark some test results as broken.
2011-09-09 13:36:57 +02:00
Hans Leidekker
f618eb2860
msi: Respect the indirect attribute in the SelectionPath event handler.
2011-09-09 13:36:48 +02:00
Bruno Jesus
8f3dabf3c4
ws2_32: Remove an unnecessary test.
2011-09-09 13:34:13 +02:00
Matteo Bruni
53bb382706
wined3d: Report more vertex texture formats.
2011-09-09 13:33:58 +02:00
Henri Verbeet
5385e1b3df
wined3d: Make the device parameter to wined3d_device_get_vertex_shader() const.
2011-09-09 13:33:39 +02:00
Henri Verbeet
31906458da
wined3d: Make the device parameter to wined3d_device_get_vertex_declaration() const.
2011-09-09 13:33:36 +02:00
Henri Verbeet
bbb77cba74
wined3d: Add support for flipping compressed surfaces to surface_cpu_blt().
2011-09-09 13:33:33 +02:00
Henri Verbeet
5c57b53a6c
wined3d: Use the CPU blitter for blitting to converted surfaces.
2011-09-09 13:33:25 +02:00
Henri Verbeet
e82e1c2ac5
wined3d: Disable sRGB decoding in draw_textured_quad().
...
We're always supposed to draw the RGB texture here. sRGB decoding may be
enabled if sRGB decoding was enabled to last time the surface was used as a
texture, or if it was never used as a texture at all.
2011-09-09 13:33:22 +02:00
Juan Lang
e8b98b3145
crypt32: Test/correct CertGetNameString with NULL pvTypePara.
2011-09-09 13:33:11 +02:00
Aric Stewart
7ae0b72e2f
usp10: Respect the presence or absence of the SSA_GLYPHS flag.
2011-09-09 13:32:54 +02:00
Aric Stewart
dd4dd261f5
usp10: Respect the presence or absence of the SSA_BREAK flag.
2011-09-09 13:32:49 +02:00
Alexandre Julliard
702941eae1
version: Check the Windows directory first in VerFindFileA/W.
2011-09-09 13:27:14 +02:00
Alexandre Julliard
33b0f0edff
ntdll: Fix protection flags for uninitialized sections.
2011-09-09 12:40:44 +02:00
Alexandre Julliard
8d50342858
user32/tests: Allow an approximate color match for the cursor contents.
2011-09-08 23:52:02 +02:00
Jörg Höhle
9c75a6aae5
winealsa: Recommend Pulse users to upgrade to handle_underrun.
2011-09-08 20:08:09 +02:00
Jörg Höhle
08dd823c7c
mmdevapi: Use UINT32 for a number of frames and UINT64 to sum them.
2011-09-08 20:08:09 +02:00
Jacek Caban
1c1da3e596
vbscript: Added more tests.
2011-09-08 20:08:09 +02:00
Jacek Caban
e7f582e89c
vbscript: Added support for arguments in interp_icallv.
2011-09-08 20:08:09 +02:00
Jacek Caban
2cbbf57179
vbscript: Added interp_string implementation.
2011-09-08 20:08:09 +02:00
Jacek Caban
01e2bea114
vbscript: Added interp_bool implementation.
2011-09-08 20:08:09 +02:00
Jacek Caban
ded37832fb
vbscript: Added compiler support for string literals.
2011-09-08 20:08:08 +02:00
Jacek Caban
23c1fea07e
vbscript: Added compiler support for boolean literals.
2011-09-08 20:08:08 +02:00
Jacek Caban
dc73a7c4bb
vbscript: Added parser support for string literals.
2011-09-08 20:08:08 +02:00
Jacek Caban
0e415e0c0f
vbscript: Added lexer support for string literals.
2011-09-08 20:08:08 +02:00
Jacek Caban
d145d0c037
vbscript: Added bool literals parsing support.
2011-09-08 20:08:08 +02:00
Jacek Caban
7cbc5235bd
vbscript: Added more keywords to lexer.
2011-09-08 20:08:08 +02:00
Jacek Caban
23fc7678de
vbscript: Added Call statement implementation.
2011-09-08 20:08:08 +02:00
Jacek Caban
b6e9a83d78
vbscript: Added support for call keyword in lexer.
2011-09-08 20:08:08 +02:00
Jacek Caban
69dcc641df
vbscript: Better function call parsing.
2011-09-08 20:08:08 +02:00
Jacek Caban
1ac1ffba11
vbscript: Added support for a few more characters in lexer.
2011-09-08 20:08:08 +02:00
Jacek Caban
6e749ba5dc
vbscript: Added simple call test.
2011-09-08 20:08:08 +02:00
Jacek Caban
9d7552205c
vbscript: Added interp_icallv implementation.
2011-09-08 20:08:08 +02:00
Jacek Caban
060255d084
vbscript: Store call identifier as BSTR.
2011-09-08 20:08:07 +02:00
Francois Gouget
489527fe44
ddraw: Remove WINAPI on static functions where not needed.
2011-09-08 20:08:07 +02:00
Alexander Morozov
ba6f99c239
query: Add stub for LoadIFilter.
2011-09-08 20:08:07 +02:00
Louis Lenders
7844535700
dpnet/tests: Add tests for IDirectPlay8Peer_EnumServiceProviders.
2011-09-08 20:08:06 +02:00
Gerald Pfeifer
0affcc3a7d
wined3d: Remove dead code (and variable) from wined3d_surface_flip. wined3d_surface_flip.
2011-09-08 20:08:06 +02:00
Bruno Jesus
2b6f0b9af7
user32/tests: Add SetCaretPos/GetCaretPos tests.
2011-09-08 20:08:06 +02:00
Bruno Jesus
2e08b31f7c
ws2_32: Fix support for SIO_KEEPALIVE_VALS.
2011-09-08 20:08:06 +02:00
Akihiro Sagawa
203d06d410
winmm: Add support for MEVT_LONGMSG.
2011-09-08 20:08:06 +02:00
Alexandre Julliard
4cddd5ffdf
d3dx9_36: Avoid using fminf/fmaxf.
2011-09-08 20:08:06 +02:00
Marcus Meissner
6d1ec3517d
Revert "msi: Check for return value of GetUserName (Coverity).".
...
This reverts commit ac0a7b644f
.
GetUserName is supposed to return 0 here, as size is 0.
2011-09-08 20:08:06 +02:00
Francois Gouget
31a24ca7af
comctl32: Fix the wizard and property sheet dialog styles.
2011-09-08 20:08:06 +02:00
Francois Gouget
325275304c
comctl32/tests: Check the styles of the wizard and property sheet dialogs.
2011-09-08 20:07:51 +02:00
Gerald Pfeifer
a17463b1e4
comctl32: Remove dead code from MONTHCAL_HitTest.
2011-09-08 11:22:04 +02:00
André Hentschel
322c2f45f8
ntdll: Fix a comment.
2011-09-08 11:21:49 +02:00
André Hentschel
ca8d7652f6
ntdll/tests: Tests for _wcslwr and _wcsupr.
2011-09-08 11:17:09 +02:00
André Hentschel
94a9db6383
ntdll/tests: Run the execution test only on x86 platforms.
2011-09-08 11:13:36 +02:00
Henri Verbeet
20e9b3f13f
wined3d: Make the device parameter to wined3d_device_get_scissor_rect() const.
2011-09-08 11:11:27 +02:00
Henri Verbeet
919d3ab9e4
wined3d: Make the device parameter to wined3d_device_get_sampler_state() const.
2011-09-08 11:11:24 +02:00
Henri Verbeet
bbfbd66d9f
ddraw: Introduce a function for creating the swapchain.
2011-09-08 11:11:20 +02:00
Henri Verbeet
cbc009b8d2
ddraw: Also check errors returned by ddraw_create_gdi_swapchain() in CreateSurface().
2011-09-08 11:11:15 +02:00
Henri Verbeet
19da825b12
wined3d: Use draw_binding for the surface_modify_location() call in surface_unmap() as well.
2011-09-08 11:11:10 +02:00
Huw Davies
5bd003edaa
gdi32: When creating a dib_info from a ddb, always make a copy of the colour map.
2011-09-08 11:10:55 +02:00
Alexandre Julliard
2a5cabc22d
gdi32: Move DIB driver definitions to dibdrv.h.
2011-09-08 10:41:35 +02:00
Alexandre Julliard
d12d98511c
gdi32: Allocate the DIB driver on first use, and free it only upon DC destruction.
2011-09-08 10:41:19 +02:00
Alexandre Julliard
da0327917c
winex11: Make sure the bitmap created from a packed DIB is owned by x11drv before getting its pixmap.
2011-09-07 22:55:12 +02:00
Alexandre Julliard
d7ed2457b0
winex11: Make sure the bitmap of the brush pattern is owned by x11drv before getting its pixmap.
2011-09-07 22:54:49 +02:00
Marcus Meissner
ac0a7b644f
msi: Check for return value of GetUserName (Coverity).
2011-09-07 18:14:02 +02:00
Alistair Leslie-Hughes
3a63aebc1c
msxml3: Only compare strings if the transform was successful.
2011-09-07 18:13:50 +02:00
André Hentschel
8fc7419120
ntdll: Allow reading from a writable section.
2011-09-07 18:13:33 +02:00
Bernhard Loos
f8a215b09c
wuapi: Add the SystemInformation coclass and interface.
2011-09-07 18:13:30 +02:00
Marcus Meissner
f014487f9e
netapi32: Check for GetUserNameW return (Coverity).
2011-09-07 18:13:30 +02:00
Nikolay Sivov
354d41685f
comctl32/monthcal: Make day drawing helpers aware of multiple calendars.
2011-09-07 18:13:29 +02:00
Jörg Höhle
57cbb01f0c
winecoreaudio: Fix AudioRenderClient Get/ReleaseBuffer protocol.
2011-09-07 18:13:29 +02:00
Jörg Höhle
df201d3ef3
mmdevapi: Accept up to 8 channels.
2011-09-07 18:13:29 +02:00
Jacek Caban
5ecf436449
vbscript: Added call statement compilation implementation.
2011-09-07 18:13:29 +02:00
Jacek Caban
6c5570297e
vbscript: Added function call statement parsing beginning implementation.
2011-09-07 18:13:29 +02:00
Jacek Caban
91cc7bd719
vbscript: Added identifiers support to lexer.
2011-09-07 18:13:29 +02:00
Jacek Caban
9f8492692c
vbscript: Added lexer support for newlines and comments.
2011-09-07 18:13:29 +02:00
Jacek Caban
c03cecab39
vbscript: Added beginning script running tests.
2011-09-07 18:13:29 +02:00
Jacek Caban
8906a4aa62
vbscript: Added beginning interpreter implementation.
2011-09-07 18:13:29 +02:00
Jacek Caban
c674c7a7ae
vbscript: Added beginning bytecode compiler implementation.
2011-09-07 18:13:29 +02:00
Alexandre Julliard
a28ddddcbc
gdi32: Leave it up to the driver to push the new device on the DC stack in CreateDC.
2011-09-07 18:13:29 +02:00
Alexandre Julliard
c331a1a6cd
gdi32: Don't allow CreateCompatibleDC on a metafile DC.
2011-09-07 18:13:28 +02:00
Alexandre Julliard
cef1832bfb
gdi32: Add a driver entry point for CreateCompatibleDC.
2011-09-07 18:13:06 +02:00
Alexandre Julliard
901c1997cb
gdi32: Make the push/pop_dc_driver functions available to the drivers.
2011-09-07 14:39:46 +02:00
Alexandre Julliard
9a63a25b9d
gdi32: Don't free a driver when it's popped from the stack.
2011-09-07 12:08:16 +02:00
Alexandre Julliard
f4e9bdb904
gdi32: Always set biClrUsed in internal BITMAPINFO structures.
2011-09-07 12:07:15 +02:00
André Hentschel
9e50294f23
dnsapi: Use internal name_skip function.
2011-09-07 11:53:53 +02:00
Alistair Leslie-Hughes
e108c2dbed
msxml3: Correct Objsafe tests for older msxml3.
2011-09-07 11:17:01 +02:00
Stefan Dösinger
73f9dd1c30
ddraw: Add tests for dwZBufferBitDepth and dwMipMapCount values.
2011-09-07 11:15:43 +02:00
Stefan Dösinger
4466d6223b
ddraw: Add tests for DDSD_PIXELFORMAT and DDSD_ZBUFFERBITDEPTH in Lock.
2011-09-07 11:15:37 +02:00
Stefan Dösinger
029c5a6cf1
ddraw: Convert DDSURFACEDESC2 in lock.
2011-09-07 11:15:32 +02:00
Stefan Dösinger
d6f17d686d
ddraw: Check the alignment, not the size.
2011-09-07 11:15:20 +02:00
Stefan Dösinger
8e79a7e664
ddraw: Add some NULL pointer tests.
2011-09-07 11:15:09 +02:00
Stefan Dösinger
252bead280
ddraw: Remove crashing tests.
2011-09-07 11:15:05 +02:00
Henri Verbeet
33f087c95d
wined3d: Make the device parameter to wined3d_device_get_render_state() const.
2011-09-07 11:12:52 +02:00
Henri Verbeet
b55dcfd35a
wined3d: Make the device parameter to wined3d_device_get_viewport() const.
2011-09-07 11:12:48 +02:00
Henri Verbeet
5824551d76
ddraw: Set the swap effect to WINED3DSWAPEFFECT_COPY in ddraw_create_gdi_swapchain().
...
The actual swapchain implementation ignores the swap effect and always does a
copy anyway, but this makes it consistent with ddraw_attach_d3d_device().
2011-09-07 11:12:43 +02:00
Henri Verbeet
582767ce45
ddraw: Only explicitly initialize non-zero fields in ddraw_create_gdi_swapchain().
...
Update ddraw_attach_d3d_device() for consistency.
2011-09-07 11:12:34 +02:00
Henri Verbeet
79c438b2f2
wined3d: Implement wined3d_surface_flip() as a blit.
...
This allows us to actually take the "override" parameter into account. Plain
back -> front flips will be detected in wined3d_surface_flip() and will still
be handled by wined3d_swapchain_present().
2011-09-07 11:12:17 +02:00
Octavian Voicu
ce60eb8459
ntdll: Fix two buffer overflow conditions in RtlDosPathNameToNtPathName_U.
2011-09-06 16:50:25 +02:00
Aric Stewart
4e760d8914
usp10: Disable glyph indexes for Symbol, non-TrueType, and device fonts.
2011-09-06 15:59:16 +02:00
Alistair Leslie-Hughes
7025db431b
rasapi32: Return error on invalid parameters.
2011-09-06 15:58:53 +02:00
Alistair Leslie-Hughes
33736bb871
msxml3: Correct MSXML object safety tests.
2011-09-06 15:58:35 +02:00
Jacek Caban
f8e72b295c
vbscript: Added beginning lexer implementation.
2011-09-06 15:51:59 +02:00
Jacek Caban
80bcaf8d7b
vbscript: Added beginning parser implementation.
2011-09-06 15:51:43 +02:00
Alexandre Julliard
cd7ccebb9b
winex11: Get rid of the no longer used RLE support.
2011-09-06 14:59:45 +02:00
Alexandre Julliard
6ae21b9345
gdi32: Add RLE support in SetDIBitsToDevice.
2011-09-06 14:44:47 +02:00
Alexandre Julliard
3a260497be
winex11: Get rid of the SetDIBitsToDevice implementation.
2011-09-06 14:44:11 +02:00
Alexandre Julliard
6f275874f3
gdi32: Add a SetDIBitsToDevice implementation in the null driver using PutImage.
2011-09-06 14:38:25 +02:00
André Hentschel
650e000bc9
dbghelp: Add some new dwarf enumerations.
2011-09-06 13:25:51 +02:00
Alexandre Julliard
b870cd1a16
qcap: Include system headers before Windows headers.
2011-09-06 13:25:50 +02:00
Alexandre Julliard
34a7180caf
openal32: Include system headers before Windows headers.
2011-09-06 13:25:50 +02:00
Alexandre Julliard
3e4a9cb4d4
kernel32: Include system headers before Windows headers.
2011-09-06 13:25:50 +02:00
Alexandre Julliard
2fff57a5e7
mountmgr.sys: Include system headers before Windows headers.
2011-09-06 13:25:35 +02:00
Bruno Jesus
312f50a26f
ws2_32: Avoid an unhandled exception in WSAIoctl.
2011-09-06 12:23:55 +02:00
Francois Gouget
6deccab6c9
comctl32: Property sheets must be able to redraw themselves even if no page is selected.
2011-09-06 12:23:55 +02:00
Alexandre Goujon
73f4e23938
kernel32: Add UDF support.
...
Based on Steven Wallace work.
2011-09-06 12:23:55 +02:00
Lucas Fialho Zawacki
b0dfa932b6
dinput: Working CANCEL and RESET buttons in ConfigureDevices dialog.
2011-09-06 12:23:53 +02:00
Lucas Fialho Zawacki
67682c244c
dinput: Added possibility to change the action mapping in the ConfigureDevices dialog.
2011-09-06 12:23:42 +02:00
Lucas Fialho Zawacki
9149691865
dinput: Added display of available actions to ConfigureDevices dialog.
2011-09-06 12:23:42 +02:00
Lucas Fialho Zawacki
a4b209b119
dinput: Added object/action enumeration to ConfigureDevices dialog.
2011-09-06 12:23:42 +02:00
Lucas Fialho Zawacki
9bbe3b45d0
dinput: Added enumerated devices to ConfigureDevices dialog.
2011-09-06 12:23:28 +02:00
Lucas Fialho Zawacki
0ae4710926
dinput: Added ConfigureDevices dialog.
2011-09-06 12:22:09 +02:00
Michael Stefaniuc
27e1d5adb7
quartz: Use an IDL file to define the IAMFilterData iface.
2011-09-06 11:29:38 +02:00
Henri Verbeet
cf010c563c
wined3d: Make the device parameter to wined3d_device_get_base_vertex_index() const.
2011-09-06 10:48:43 +02:00
Henri Verbeet
cb82e57290
wined3d: Make the device parameter to wined3d_device_get_index_buffer() const.
2011-09-06 10:48:41 +02:00
Henri Verbeet
1b9bc1a950
wined3d: Try doing a present in wined3d_surface_blt() instead of IWineD3DSurfaceImpl_BltOverride().
2011-09-06 10:48:36 +02:00
Henri Verbeet
b86d69de16
wined3d: Don't override the swapchain present interval in IWineD3DSurfaceImpl_BltOverride().
2011-09-06 10:48:31 +02:00
Piotr Caban
b7ea63118a
msvcrt: Fix _vswprintf* arguments.
2011-09-05 19:57:47 +02:00
Alistair Leslie-Hughes
5b49e228ae
ntdsapi: Add stubs DsServerRegisterSpnA, DsServerRegisterSpnW.
2011-09-05 19:39:58 +02:00
Alexandre Julliard
52fa3bf42d
secur32: Avoid size_t and fix some printf formats.
2011-09-05 19:34:55 +02:00
André Hentschel
220191abe1
cryptnet: Use the constants from the wininet header.
2011-09-05 19:32:32 +02:00
Alexandre Julliard
e04866f3cf
wldap32: Include system headers before Windows headers.
2011-09-05 19:32:32 +02:00
Alexandre Julliard
37e358404f
sane.ds: Include system headers before Windows headers.
2011-09-05 19:32:32 +02:00
Alexandre Julliard
08272af642
gphoto2.ds: Include system headers before Windows headers.
2011-09-05 19:32:27 +02:00
Alexandre Julliard
f9a9a18e1d
crypt32: Include system headers before Windows headers.
2011-09-05 17:22:17 +02:00
Alexandre Julliard
d37c85d6a7
advapi32: Include system headers before Windows headers.
2011-09-05 17:22:10 +02:00
Hans Leidekker
9cb38911d2
msi: Initialize a variable.
2011-09-05 17:17:41 +02:00
Hans Leidekker
470688f729
msi: Use a higher value for the initial transform disk id.
2011-09-05 17:17:37 +02:00
Hans Leidekker
eaf8848d0d
msi/tests: Fix a number of test messages.
2011-09-05 17:17:32 +02:00
Hans Leidekker
a8b51497e5
msi: Avoid a leak when a query is executed more than once.
2011-09-05 17:17:28 +02:00
Hans Leidekker
d5a98e5d85
winhttp: Fix some memory leaks.
2011-09-05 17:17:20 +02:00
Hans Leidekker
3762de9d8c
winhttp/tests: Initialize a variant with a known value.
2011-09-05 17:17:11 +02:00
Hans Leidekker
82f7651005
winhttp: Properly test a boolean variant.
2011-09-05 17:17:07 +02:00
Hans Leidekker
1edf2d4a03
xolehlp: New dll.
2011-09-05 17:16:22 +02:00
Michael Stefaniuc
5a886316b4
ntdll: Don't use HIWORD to check if an atom is a small int.
2011-09-05 17:14:26 +02:00
Jacek Caban
bbed41fa6a
vbscript: Added AddNamedItem implementation.
2011-09-05 17:14:09 +02:00
Jacek Caban
aff6961bac
vbscript: Added more uninitialization tests and fixes.
2011-09-05 17:14:02 +02:00
Jacek Caban
71cbb6e17c
vbscript: Added GetScriptDispatch implementation.
2011-09-05 17:13:53 +02:00
Jacek Caban
3d3504a6d7
vbscript: Added SetScriptState implementation.
2011-09-05 17:13:27 +02:00
Thomas Mullaly
dac6d862ec
urlmon: Made domain mapping support IUri based and added wildcard scheme domain mapping tests.
2011-09-05 16:49:29 +02:00
Thomas Mullaly
98d5dfb83d
urlmon: Added basic MapUrlToZoneEx2 implementation.
2011-09-05 16:49:20 +02:00
Thomas Mullaly
e0dfbd6a94
urlmon: Improved GetSecurityId's support for file url's.
2011-09-05 16:49:00 +02:00
Thomas Mullaly
9848872207
urlmon: Use CoTaskMemFree instead of HeapFree for memory allocated with CoTaskMemAlloc.
2011-09-05 16:48:45 +02:00
Francois Gouget
5f53f1ad07
shlwapi: Add a message context for 'hr', 'min' and 'sec'.
2011-09-05 16:42:12 +02:00
Francois Gouget
ca1ca4d44c
crypt32 & cryptdlg: Specify a message context for 'CA', 'OCSP' and 'CPS'.
2011-09-05 11:38:03 +02:00
Henri Verbeet
9ae5d06e77
wined3d: Make the device parameter to wined3d_device_get_material() const.
2011-09-05 10:57:03 +02:00
Henri Verbeet
23b4be9155
wined3d: Make the device parameter to wined3d_device_get_clip_status() const.
2011-09-05 10:57:00 +02:00
Henri Verbeet
3346fc747c
wined3d: Get rid of the rect checks for present in IWineD3DSurfaceImpl_BltOverride().
2011-09-05 10:56:54 +02:00
Henri Verbeet
74b418c9e0
wined3d: Don't print the GLSL info log by default on fglrx.
2011-09-05 10:56:46 +02:00
Bruno Jesus
733c7f2c72
ws2_32: Fix a leak in WS2_AcceptEx.
2011-09-05 10:56:04 +02:00
Francois Gouget
94532dbd08
ddraw/tests: Fix compilation on systems that don't support nameless unions.
2011-09-05 10:54:00 +02:00
Andrew Talbot
99b8ee10d1
winealsa.drv: Remove unneeded address-of operators from function name.
2011-09-05 10:53:22 +02:00
Alexandre Julliard
4b27371392
ntdll: Add support for asmv1 namespace prefix in xml elements.
2011-09-04 19:40:56 +02:00
Alexandre Julliard
db7ace64d3
user32: Compute the size of the message spy arrays at compile time.
2011-09-04 19:40:36 +02:00
Alexandre Julliard
4266fcb28d
gdi32: Fix coordinate mapping in Get/SetBoundsRect, with tests.
2011-09-04 16:47:38 +02:00
Bruno Jesus
7c76a79ffa
user32: Fix support for CB_SETDROPPEDWIDTH in combobox.
2011-09-02 18:28:25 +02:00
Ričardas Barkauskas
d9ada7929a
ddraw: Don't allow SetPalette on mipmap sublevels instead of root surfaces.
2011-09-02 18:28:25 +02:00
Ričardas Barkauskas
9425e1be83
wined3d: Add support for Nvidia GT 555M.
2011-09-02 18:28:25 +02:00
Piotr Caban
d9a661e21b
mshtml: Added more IHTMLElement_{put, get}_onclick tests.
2011-09-02 18:28:25 +02:00
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