Henri Verbeet [Thu, 8 Sep 2011 21:50:38 +0000 (23:50 +0200)]
wined3d: Make the device parameter to wined3d_device_get_vertex_declaration() const.
Henri Verbeet [Thu, 8 Sep 2011 21:50:37 +0000 (23:50 +0200)]
wined3d: Add support for flipping compressed surfaces to surface_cpu_blt().
Henri Verbeet [Thu, 8 Sep 2011 21:50:36 +0000 (23:50 +0200)]
wined3d: Use the CPU blitter for blitting to converted surfaces.
Henri Verbeet [Thu, 8 Sep 2011 21:50:35 +0000 (23:50 +0200)]
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.
Juan Lang [Thu, 8 Sep 2011 18:10:08 +0000 (11:10 -0700)]
crypt32: Test/correct CertGetNameString with NULL pvTypePara.
Aric Stewart [Thu, 8 Sep 2011 17:50:10 +0000 (12:50 -0500)]
usp10: Respect the presence or absence of the SSA_GLYPHS flag.
Aric Stewart [Thu, 8 Sep 2011 17:50:03 +0000 (12:50 -0500)]
usp10: Respect the presence or absence of the SSA_BREAK flag.
Alexandre Julliard [Fri, 9 Sep 2011 11:23:16 +0000 (13:23 +0200)]
version: Check the Windows directory first in VerFindFileA/W.
Alexandre Julliard [Fri, 9 Sep 2011 10:55:43 +0000 (12:55 +0200)]
wine.inf: Create a fake dll for the 32-bit iexplore on Wow64.
Alexandre Julliard [Fri, 9 Sep 2011 10:29:20 +0000 (12:29 +0200)]
ntdll: Fix protection flags for uninitialized sections.
Alexandre Julliard [Thu, 8 Sep 2011 21:52:02 +0000 (23:52 +0200)]
user32/tests: Allow an approximate color match for the cursor contents.
Alexandre Julliard [Thu, 8 Sep 2011 20:27:41 +0000 (22:27 +0200)]
wineconsole: Avoid reentering WINECON_GrabChanges.
Alexandre Julliard [Thu, 8 Sep 2011 20:27:11 +0000 (22:27 +0200)]
wineconsole: Make the traces in WINECON_GrabChanges more readable.
Aurimas Fišeras [Thu, 8 Sep 2011 16:21:55 +0000 (19:21 +0300)]
po: Update Lithuanian translation.
Jörg Höhle [Tue, 23 Aug 2011 21:07:54 +0000 (23:07 +0200)]
winealsa: Recommend Pulse users to upgrade to handle_underrun.
Jörg Höhle [Tue, 16 Aug 2011 17:53:35 +0000 (19:53 +0200)]
mmdevapi: Use UINT32 for a number of frames and UINT64 to sum them.
Jacek Caban [Thu, 8 Sep 2011 12:58:32 +0000 (14:58 +0200)]
vbscript: Added more tests.
Jacek Caban [Thu, 8 Sep 2011 12:58:15 +0000 (14:58 +0200)]
vbscript: Added support for arguments in interp_icallv.
Jacek Caban [Thu, 8 Sep 2011 12:57:56 +0000 (14:57 +0200)]
vbscript: Added interp_string implementation.
Jacek Caban [Thu, 8 Sep 2011 12:57:45 +0000 (14:57 +0200)]
vbscript: Added interp_bool implementation.
Jacek Caban [Thu, 8 Sep 2011 12:57:31 +0000 (14:57 +0200)]
vbscript: Added compiler support for string literals.
Jacek Caban [Thu, 8 Sep 2011 12:57:16 +0000 (14:57 +0200)]
vbscript: Added compiler support for boolean literals.
Jacek Caban [Thu, 8 Sep 2011 12:56:58 +0000 (14:56 +0200)]
vbscript: Added parser support for string literals.
Jacek Caban [Thu, 8 Sep 2011 12:56:48 +0000 (14:56 +0200)]
vbscript: Added lexer support for string literals.
Jacek Caban [Thu, 8 Sep 2011 12:56:36 +0000 (14:56 +0200)]
vbscript: Added bool literals parsing support.
Jacek Caban [Thu, 8 Sep 2011 12:56:18 +0000 (14:56 +0200)]
vbscript: Added more keywords to lexer.
Jacek Caban [Thu, 8 Sep 2011 12:56:05 +0000 (14:56 +0200)]
vbscript: Added Call statement implementation.
Jacek Caban [Thu, 8 Sep 2011 12:55:51 +0000 (14:55 +0200)]
vbscript: Added support for call keyword in lexer.
Jacek Caban [Thu, 8 Sep 2011 12:55:35 +0000 (14:55 +0200)]
vbscript: Better function call parsing.
Jacek Caban [Thu, 8 Sep 2011 12:55:14 +0000 (14:55 +0200)]
vbscript: Added support for a few more characters in lexer.
Jacek Caban [Thu, 8 Sep 2011 12:54:51 +0000 (14:54 +0200)]
vbscript: Added simple call test.
Jacek Caban [Thu, 8 Sep 2011 12:54:37 +0000 (14:54 +0200)]
vbscript: Added interp_icallv implementation.
Jacek Caban [Thu, 8 Sep 2011 12:54:23 +0000 (14:54 +0200)]
vbscript: Store call identifier as BSTR.
Francois Gouget [Thu, 8 Sep 2011 10:18:04 +0000 (12:18 +0200)]
attrib: Make ATTRIB_wprintf() static.
Frédéric Delanoy [Tue, 6 Sep 2011 17:19:44 +0000 (19:19 +0200)]
cmd: Fix IF operands parsing for '==' operator.
Frédéric Delanoy [Tue, 6 Sep 2011 17:19:43 +0000 (19:19 +0200)]
cmd: Add an output parameter to WCMD_parameter to point to the end of the extracted param, if requested.
Frédéric Delanoy [Tue, 6 Sep 2011 17:19:42 +0000 (19:19 +0200)]
cmd: Clarify WCMD_if function.
Frédéric Delanoy [Tue, 6 Sep 2011 17:19:41 +0000 (19:19 +0200)]
cmd: Simplify WCMD_parameter function.
Frédéric Delanoy [Tue, 6 Sep 2011 17:19:40 +0000 (19:19 +0200)]
cmd: Fix misleading WCMD_parameter documentation.
Francois Gouget [Thu, 8 Sep 2011 09:01:41 +0000 (11:01 +0200)]
ddraw: Remove WINAPI on static functions where not needed.
Alexander Morozov [Fri, 19 Aug 2011 11:16:33 +0000 (15:16 +0400)]
query: Add stub for LoadIFilter.
Louis Lenders [Mon, 29 Aug 2011 20:56:35 +0000 (22:56 +0200)]
dpnet/tests: Add tests for IDirectPlay8Peer_EnumServiceProviders.
Francois Gouget [Thu, 1 Sep 2011 14:06:20 +0000 (16:06 +0200)]
services: Issue a fixme when a service fails to start.
Gerald Pfeifer [Wed, 7 Sep 2011 22:38:52 +0000 (00:38 +0200)]
wined3d: Remove dead code (and variable) from wined3d_surface_flip. wined3d_surface_flip.
Bruno Jesus [Thu, 8 Sep 2011 02:59:10 +0000 (23:59 -0300)]
user32/tests: Add SetCaretPos/GetCaretPos tests.
Bruno Jesus [Thu, 8 Sep 2011 00:20:37 +0000 (21:20 -0300)]
ws2_32: Fix support for SIO_KEEPALIVE_VALS.
Akihiro Sagawa [Wed, 7 Sep 2011 12:50:09 +0000 (21:50 +0900)]
winmm: Add support for MEVT_LONGMSG.
Alexandre Julliard [Thu, 8 Sep 2011 10:13:08 +0000 (12:13 +0200)]
d3dx9_36: Avoid using fminf/fmaxf.
Marcus Meissner [Thu, 8 Sep 2011 05:51:16 +0000 (07:51 +0200)]
Revert "msi: Check for return value of GetUserName (Coverity).".
This reverts commit
ac0a7b644fa464fa640e06a6e26b2191b5a29a92.
GetUserName is supposed to return 0 here, as size is 0.
Francois Gouget [Wed, 7 Sep 2011 22:33:03 +0000 (00:33 +0200)]
comctl32: Update the PROPSHEET{HEADER,PAGE} structures and add some PSH_XXX macros.
Also add the compatibility PROPSHEET*_SIZE macros.
Francois Gouget [Wed, 7 Sep 2011 22:37:20 +0000 (00:37 +0200)]
comctl32: Fix the wizard and property sheet dialog styles.
Francois Gouget [Wed, 7 Sep 2011 22:33:29 +0000 (00:33 +0200)]
comctl32/tests: Check the styles of the wizard and property sheet dialogs.
Francois Gouget [Wed, 7 Sep 2011 22:23:09 +0000 (00:23 +0200)]
po: Remove English strings from the Norwegian Bokmål translation.
Francois Gouget [Wed, 7 Sep 2011 22:20:08 +0000 (00:20 +0200)]
po: Remove English strings from the Walloon translation.
Francois Gouget [Wed, 7 Sep 2011 22:17:55 +0000 (00:17 +0200)]
po: Remove English strings from the Chinese (PRC) translation.
Francois Gouget [Wed, 7 Sep 2011 22:13:35 +0000 (00:13 +0200)]
po: Remove English strings from the Ukrainian translation.
André Hentschel [Wed, 7 Sep 2011 21:46:08 +0000 (23:46 +0200)]
po: Update German translation.
Gerald Pfeifer [Wed, 7 Sep 2011 22:23:15 +0000 (00:23 +0200)]
comctl32: Remove dead code from MONTHCAL_HitTest.
André Hentschel [Wed, 7 Sep 2011 20:31:39 +0000 (22:31 +0200)]
ntdll: Fix a comment.
André Hentschel [Wed, 7 Sep 2011 16:03:17 +0000 (18:03 +0200)]
ntdll/tests: Tests for _wcslwr and _wcsupr.
Alexandre Julliard [Thu, 8 Sep 2011 09:16:51 +0000 (11:16 +0200)]
libwine: Avoid converting the final null in strlwrW and struprW.
André Hentschel [Wed, 7 Sep 2011 16:54:45 +0000 (18:54 +0200)]
ntdll/tests: Run the execution test only on x86 platforms.
Henri Verbeet [Wed, 7 Sep 2011 18:22:01 +0000 (20:22 +0200)]
wined3d: Make the device parameter to wined3d_device_get_scissor_rect() const.
Henri Verbeet [Wed, 7 Sep 2011 18:22:00 +0000 (20:22 +0200)]
wined3d: Make the device parameter to wined3d_device_get_sampler_state() const.
Henri Verbeet [Wed, 7 Sep 2011 18:21:59 +0000 (20:21 +0200)]
ddraw: Introduce a function for creating the swapchain.
Henri Verbeet [Wed, 7 Sep 2011 18:21:58 +0000 (20:21 +0200)]
ddraw: Also check errors returned by ddraw_create_gdi_swapchain() in CreateSurface().
Henri Verbeet [Wed, 7 Sep 2011 18:21:57 +0000 (20:21 +0200)]
wined3d: Use draw_binding for the surface_modify_location() call in surface_unmap() as well.
Huw Davies [Thu, 8 Sep 2011 08:55:03 +0000 (09:55 +0100)]
gdi32: When creating a dib_info from a ddb, always make a copy of the colour map.
Alexandre Julliard [Wed, 7 Sep 2011 21:48:24 +0000 (23:48 +0200)]
gdi32: Move DIB driver definitions to dibdrv.h.
Alexandre Julliard [Wed, 7 Sep 2011 21:47:31 +0000 (23:47 +0200)]
gdi32: Allocate the DIB driver on first use, and free it only upon DC destruction.
Alexandre Julliard [Wed, 7 Sep 2011 20:55:12 +0000 (22:55 +0200)]
winex11: Make sure the bitmap created from a packed DIB is owned by x11drv before getting its pixmap.
Alexandre Julliard [Wed, 7 Sep 2011 20:54:49 +0000 (22:54 +0200)]
winex11: Make sure the bitmap of the brush pattern is owned by x11drv before getting its pixmap.
Marcus Meissner [Wed, 7 Sep 2011 13:48:23 +0000 (15:48 +0200)]
msi: Check for return value of GetUserName (Coverity).
Alistair Leslie-Hughes [Wed, 7 Sep 2011 10:07:28 +0000 (20:07 +1000)]
msxml3: Only compare strings if the transform was successful.
André Hentschel [Tue, 6 Sep 2011 16:00:42 +0000 (18:00 +0200)]
ntdll: Allow reading from a writable section.
Francois Gouget [Wed, 7 Sep 2011 10:53:13 +0000 (12:53 +0200)]
xcopy: Add full stops at the end of sentences in the usage message.
Francois Gouget [Wed, 7 Sep 2011 10:52:30 +0000 (12:52 +0200)]
wineconsole: Add full stops at the end of sentences in the usage message.
Francois Gouget [Wed, 7 Sep 2011 10:50:55 +0000 (12:50 +0200)]
net: Add a full stop at the end of a sentence in the usage message.
Francois Gouget [Wed, 7 Sep 2011 10:50:35 +0000 (12:50 +0200)]
cmd: Fix the indentation of the IF usage message.
Francois Gouget [Wed, 7 Sep 2011 10:47:12 +0000 (12:47 +0200)]
winecfg: Specify a context for the drive letter setting.
Bernhard Loos [Wed, 7 Sep 2011 09:59:29 +0000 (11:59 +0200)]
wuapi: Add the SystemInformation coclass and interface.
Marcus Meissner [Wed, 7 Sep 2011 13:18:58 +0000 (15:18 +0200)]
netapi32: Check for GetUserNameW return (Coverity).
Nikolay Sivov [Sun, 4 Sep 2011 15:48:28 +0000 (19:48 +0400)]
comctl32/monthcal: Make day drawing helpers aware of multiple calendars.
Jörg Höhle [Sun, 7 Aug 2011 05:06:48 +0000 (07:06 +0200)]
winecoreaudio: Fix AudioRenderClient Get/ReleaseBuffer protocol.
Jörg Höhle [Fri, 2 Sep 2011 20:49:20 +0000 (22:49 +0200)]
mmdevapi: Accept up to 8 channels.
Jörg Höhle [Fri, 2 Sep 2011 20:22:58 +0000 (22:22 +0200)]
include: Define KSAUDIO_SPEAKER_5|7POINT1_SURROUND.
Jacek Caban [Wed, 7 Sep 2011 12:08:47 +0000 (14:08 +0200)]
vbscript: Added call statement compilation implementation.
Jacek Caban [Wed, 7 Sep 2011 12:08:21 +0000 (14:08 +0200)]
vbscript: Added function call statement parsing beginning implementation.
Jacek Caban [Wed, 7 Sep 2011 12:08:07 +0000 (14:08 +0200)]
vbscript: Added identifiers support to lexer.
Jacek Caban [Wed, 7 Sep 2011 12:07:54 +0000 (14:07 +0200)]
vbscript: Added lexer support for newlines and comments.
Jacek Caban [Wed, 7 Sep 2011 12:07:42 +0000 (14:07 +0200)]
vbscript: Added beginning script running tests.
Jacek Caban [Wed, 7 Sep 2011 12:07:24 +0000 (14:07 +0200)]
vbscript: Added beginning interpreter implementation.
Jacek Caban [Wed, 7 Sep 2011 12:07:12 +0000 (14:07 +0200)]
vbscript: Added beginning bytecode compiler implementation.
Alexandre Julliard [Wed, 7 Sep 2011 15:01:29 +0000 (17:01 +0200)]
gdi32: Leave it up to the driver to push the new device on the DC stack in CreateDC.
Alexandre Julliard [Wed, 7 Sep 2011 14:31:19 +0000 (16:31 +0200)]
gdi32: Don't allow CreateCompatibleDC on a metafile DC.
Alexandre Julliard [Wed, 7 Sep 2011 13:36:58 +0000 (15:36 +0200)]
gdi32: Add a driver entry point for CreateCompatibleDC.
Alexandre Julliard [Wed, 7 Sep 2011 12:39:46 +0000 (14:39 +0200)]
gdi32: Make the push/pop_dc_driver functions available to the drivers.
Alexandre Julliard [Wed, 7 Sep 2011 10:08:16 +0000 (12:08 +0200)]
gdi32: Don't free a driver when it's popped from the stack.
Alexandre Julliard [Wed, 7 Sep 2011 10:07:15 +0000 (12:07 +0200)]
gdi32: Always set biClrUsed in internal BITMAPINFO structures.
André Hentschel [Tue, 6 Sep 2011 23:41:39 +0000 (01:41 +0200)]
dnsapi: Use internal name_skip function.