Ge van Geldorp [Tue, 20 Jan 2009 01:56:46 +0000 (02:56 +0100)]
urlmon/tests: Fix protocol tests when proxy is configured.
Shunichi Fuji [Tue, 20 Jan 2009 06:24:46 +0000 (15:24 +0900)]
configure: Set default libs if ***-config is missing.
Alexandre Julliard [Tue, 20 Jan 2009 13:02:12 +0000 (14:02 +0100)]
winmm/tests: Increase the timing tolerances some more.
Alexandre Julliard [Tue, 20 Jan 2009 13:02:02 +0000 (14:02 +0100)]
user32/tests: Fix some more message test failures on Windows.
Vincent Pelletier [Sun, 18 Jan 2009 18:02:14 +0000 (19:02 +0100)]
dinput: Add effect gain support.
Vincent Pelletier [Sat, 17 Jan 2009 11:54:07 +0000 (12:54 +0100)]
winejoystick.drv: Implement POV support.
Vincent Pelletier [Sat, 17 Jan 2009 11:35:05 +0000 (12:35 +0100)]
winejoystick.drv: Use JSIOCGAXMAP ioctl to correct axes mapping.
Vincent Pelletier [Sat, 17 Jan 2009 11:31:39 +0000 (12:31 +0100)]
winejoystick.drv: Fix file descriptor leak.
Stefan Dösinger [Fri, 16 Jan 2009 14:09:50 +0000 (15:09 +0100)]
wined3d: Get rid of is_compiled in the pixel shader.
Stefan Dösinger [Fri, 16 Jan 2009 14:09:18 +0000 (15:09 +0100)]
wined3d: Get rid of last_was_foggy_shader & friends.
The fog settings do not depend on wether the shader writes to oFog or not,
instead they depend on the FOGVERTEXMODE and FOGTABLEMODE settings, and if a
vertex shader is bound at all.
It works the same way as with the fixed function, and having a vertex shader
is the same as using pretransformed vertices, just that the fog coord comes
from the shader instead of the specular color:
FOGTABLEMODE != NONE: The Z coord is used, oFog is ignored
FOGTABLEMODE == NONE, with VS: oFog is used
FOGTABLEMODE == NONE, no VS, XYZ: Z is used
FOGTABLEMODE == NONE, no VS, XYZRHW: diffuse color is used
Stefan Dösinger [Mon, 19 Jan 2009 17:39:36 +0000 (18:39 +0100)]
wined3d: Don't single-allocate new gl shaders.
Huw Davies [Mon, 19 Jan 2009 17:12:43 +0000 (17:12 +0000)]
comdlg32: Add a function to update the orientation buttons.
Huw Davies [Mon, 19 Jan 2009 16:57:24 +0000 (16:57 +0000)]
comdlg32: Add a helper for setting the defaultsource.
Huw Davies [Mon, 19 Jan 2009 16:38:43 +0000 (16:38 +0000)]
comdlg32: Add helpers for getting and setting the devmode papersize.
Huw Davies [Mon, 19 Jan 2009 15:52:09 +0000 (15:52 +0000)]
comdlg32: Add a helper for getting the orientation.
Huw Davies [Mon, 19 Jan 2009 15:40:02 +0000 (15:40 +0000)]
comdlg32: Add a helper for setting the orientation.
Huw Davies [Mon, 19 Jan 2009 15:33:05 +0000 (15:33 +0000)]
comdlg32: Let pagesetup_update_papersize take care of landscape mode.
Huw Davies [Mon, 19 Jan 2009 14:28:43 +0000 (14:28 +0000)]
comdlg32: Switch to using a locale dependent decimal separator.
Huw Davies [Mon, 19 Jan 2009 14:11:20 +0000 (14:11 +0000)]
comdlg32: Fix parsing of the margin edit controls.
Huw Davies [Mon, 19 Jan 2009 12:50:51 +0000 (12:50 +0000)]
comdlg32: Give update_margin_edits the ability to update just one edit control if required.
Michael Stefaniuc [Tue, 20 Jan 2009 10:21:23 +0000 (11:21 +0100)]
ole32/tests: Remove superfluous pointer casts.
Michael Stefaniuc [Tue, 20 Jan 2009 10:21:10 +0000 (11:21 +0100)]
objsel: Remove superfluous pointer casts.
Henri Verbeet [Tue, 20 Jan 2009 09:00:20 +0000 (10:00 +0100)]
ddraw: Fix Thunk_IDirect3DDeviceImpl_2_GetCurrentViewport().
Henri Verbeet [Tue, 20 Jan 2009 09:00:20 +0000 (10:00 +0100)]
ddraw: Compare the against the correct IID in IDirect3DExecuteBufferImpl_QueryInterface().
Henri Verbeet [Tue, 20 Jan 2009 09:00:20 +0000 (10:00 +0100)]
d3d9: Remove some superfluous pointer casts.
Henri Verbeet [Tue, 20 Jan 2009 09:00:20 +0000 (10:00 +0100)]
d3d10core: Remove a superfluous pointer cast.
Henri Verbeet [Tue, 20 Jan 2009 09:00:20 +0000 (10:00 +0100)]
wined3d: Remove some superfluous pointer casts.
Francois Gouget [Tue, 20 Jan 2009 08:16:20 +0000 (09:16 +0100)]
wineconsole: Make WINECON_SetHistory{Mode,Size}() static.
Francois Gouget [Tue, 20 Jan 2009 08:15:26 +0000 (09:15 +0100)]
wineconsole: Make some functions static.
Francois Gouget [Tue, 20 Jan 2009 08:15:15 +0000 (09:15 +0100)]
wineconsole: WCUSER_OptionDlgProc(): use the given configuration information.
Francois Gouget [Tue, 20 Jan 2009 08:13:55 +0000 (09:13 +0100)]
winedbg: Make lexeme_alloc() static in debug.l.
Francois Gouget [Tue, 20 Jan 2009 08:13:23 +0000 (09:13 +0100)]
winedbg: Make some functions static.
Francois Gouget [Tue, 20 Jan 2009 08:13:12 +0000 (09:13 +0100)]
kernel32: Fix some bad left-over uses of value in the CPU detection code.
Erich Hoover [Tue, 20 Jan 2009 02:50:03 +0000 (19:50 -0700)]
oleaut32: Fix OLEPicture rendering vector metafiles without setting up the source rectangle.
Mario Kacmar [Sun, 16 Nov 2008 23:15:57 +0000 (00:15 +0100)]
shlwapi: Added Slovak translation.
Mario Kacmar [Sun, 16 Nov 2008 23:10:31 +0000 (00:10 +0100)]
setupapi: Added Slovak translation.
Mario Kacmar [Sun, 16 Nov 2008 23:04:09 +0000 (00:04 +0100)]
comctl32: Added Slovak translation.
Mario Kacmar [Sun, 16 Nov 2008 23:23:37 +0000 (00:23 +0100)]
comdlg32: Update Slovak translation.
Austin English [Mon, 19 Jan 2009 23:11:36 +0000 (17:11 -0600)]
widl: Fix a compiler warning.
Mikołaj Zalewski [Mon, 19 Jan 2009 21:29:45 +0000 (22:29 +0100)]
comctl32: treeview: Add a test showing that a pszText of NULL is equivalent to LPSTR_CALLBACK.
Andrew Talbot [Mon, 19 Jan 2009 21:25:43 +0000 (21:25 +0000)]
rsaenh: Declare some functions static.
Aric Stewart [Mon, 19 Jan 2009 20:28:53 +0000 (14:28 -0600)]
imm: Send WM_IME_SELECT messages when IME is selected and deselected.
Austin English [Mon, 19 Jan 2009 19:11:50 +0000 (13:11 -0600)]
ntdll: Add support for NetBSD (64-bit).
Andrew Talbot [Mon, 19 Jan 2009 17:34:54 +0000 (17:34 +0000)]
netapi32: Fix some limits and bounds checking.
Paul Vriens [Mon, 19 Jan 2009 17:10:53 +0000 (18:10 +0100)]
riched20/tests: Fix a test failure on Win9x.
Damjan Jovanovic [Mon, 19 Jan 2009 16:32:43 +0000 (18:32 +0200)]
shlwapi: Support the friendly doc name and default icon queries.
Andrey Turkin [Mon, 19 Jan 2009 15:11:22 +0000 (18:11 +0300)]
ole32: Prevent recursion when CLSIDFromString is passed empty string.
Alexandre Julliard [Mon, 19 Jan 2009 22:53:54 +0000 (23:53 +0100)]
advapi32/tests: Fix some service test failures on NT4 and Win64.
Alexandre Julliard [Mon, 19 Jan 2009 19:24:00 +0000 (20:24 +0100)]
advapi32: Get rid of the client-side service handle management.
Alexandre Julliard [Mon, 19 Jan 2009 19:18:24 +0000 (20:18 +0100)]
advapi32: Reimplemented QueryServiceConfig2W in services.exe.
Alexandre Julliard [Mon, 19 Jan 2009 18:57:59 +0000 (19:57 +0100)]
libwine: Re-generate the Windows codepage data using the bestfit files.
Alexandre Julliard [Mon, 19 Jan 2009 18:51:19 +0000 (19:51 +0100)]
libwine: Enable perl warnings and use strict in cpmap.pl.
Alexandre Julliard [Mon, 19 Jan 2009 18:21:55 +0000 (19:21 +0100)]
libwine: Add support in cpmap.pl for parsing the Windows bestfit codepage files.
Alexandre Julliard [Mon, 19 Jan 2009 14:45:33 +0000 (15:45 +0100)]
wintrust/tests: Clean up temp files after test.
Nikolay Sivov [Sun, 18 Jan 2009 23:03:03 +0000 (02:03 +0300)]
mshtml: Added ISupportErrorInfo for IHTMLDocument.
Gerald Pfeifer [Sat, 17 Jan 2009 05:11:29 +0000 (06:11 +0100)]
comctl32: Simplify twelve functions by removing unused parameters.
Vincent Pelletier [Sat, 17 Jan 2009 21:14:10 +0000 (22:14 +0100)]
dinput: Move WARN where it belongs.
Andrey Turkin [Sun, 18 Jan 2009 14:18:03 +0000 (17:18 +0300)]
ole32: Add a few fields to OLE TLS area to match native memory layout.
Andrey Turkin [Sun, 18 Jan 2009 14:17:45 +0000 (17:17 +0300)]
ole32: Add CoGetCallContext and CoSwitchCallContext implementations.
Austin Lund [Thu, 15 Jan 2009 23:18:05 +0000 (09:18 +1000)]
riched20/tests: Added ITextServices::TxGetNaturalSize test.
Michael Gruber [Tue, 13 Jan 2009 15:41:37 +0000 (16:41 +0100)]
winex11.drv: Remove "German keyboard layout without dead keys 105".
Christian Costa [Mon, 19 Jan 2009 11:26:23 +0000 (12:26 +0100)]
mciavi: Don't wait for events we don't handle.
Hans Leidekker [Mon, 19 Jan 2009 10:41:15 +0000 (11:41 +0100)]
msvcrt: Forward ANSI open functions to their Unicode counterparts instead of the other way around. Implement _wfreopen.
Hans Leidekker [Mon, 19 Jan 2009 10:40:45 +0000 (11:40 +0100)]
wininet: Avoid illegal filenames in CreateUrlCacheEntryW.
Paul Vriens [Mon, 19 Jan 2009 10:31:45 +0000 (11:31 +0100)]
wintrust/tests: Add some tests that creates catalog files.
Paul Vriens [Mon, 19 Jan 2009 08:53:28 +0000 (09:53 +0100)]
wintrust/tests: Make the catalog properties test a bit more flexible.
Paul Vriens [Mon, 19 Jan 2009 08:03:04 +0000 (09:03 +0100)]
wintrust/tests: Add a few parameter tests.
Paul Vriens [Sat, 17 Jan 2009 15:02:36 +0000 (16:02 +0100)]
wintrust: Add some CryptCATCDF stubs.
Paul Vriens [Fri, 16 Jan 2009 15:13:10 +0000 (16:13 +0100)]
wintrust/tests: Add a test for enumerating catalog attributes.
Ge van Geldorp [Sun, 18 Jan 2009 23:38:27 +0000 (00:38 +0100)]
msi/tests: Double nul-terminate REG_MULTI_SZ values.
Ge van Geldorp [Sun, 18 Jan 2009 23:37:56 +0000 (00:37 +0100)]
msi/tests: Windows Installer 3.0 often returns ERROR_INVALID_PARAMETER.
Alexandre Julliard [Mon, 19 Jan 2009 13:15:51 +0000 (14:15 +0100)]
server: Store process/thread affinity as a 64-bit value.
Alexandre Julliard [Mon, 19 Jan 2009 13:01:39 +0000 (14:01 +0100)]
server: Generate padding in request structures from make_requests.
Add compile-time asserts to check that the structures have the expected layout.
Alexandre Julliard [Mon, 19 Jan 2009 12:46:30 +0000 (13:46 +0100)]
kernel32: LCMapString should include the terminating NULL also for LCMAP_SORTKEY.
Andrew Nguyen [Sun, 18 Jan 2009 10:48:05 +0000 (04:48 -0600)]
msi/tests: Fix a few handle leaks.
This was pointed out by Christoph von Wittich.
Erich Hoover [Sun, 18 Jan 2009 08:29:09 +0000 (01:29 -0700)]
regedit: Fix import mangling REG_EXPAND_SZ values.
Andrew Talbot [Sat, 17 Jan 2009 17:45:06 +0000 (17:45 +0000)]
rpcrt4: Declare some functions static.
Andrew Talbot [Sat, 17 Jan 2009 16:27:08 +0000 (16:27 +0000)]
riched20: Declare some functions static.
Dan Kegel [Mon, 19 Jan 2009 03:19:46 +0000 (19:19 -0800)]
msvcrt: Remove CRs earlier in ascii mode.
Rob Shearman [Mon, 19 Jan 2009 00:02:35 +0000 (00:02 +0000)]
widl: Add new type_get_type and type_get_real_type_type functions.
Use these to implement a few helper functions. Change the type
verification in type accessor functions to use these new functions.
Rob Shearman [Mon, 19 Jan 2009 00:02:28 +0000 (00:02 +0000)]
widl: Add a new function, type_alias_get_aliasee to wrap the retrieval of the type that the alias aliases.
Ge van Geldorp [Fri, 16 Jan 2009 23:21:20 +0000 (00:21 +0100)]
winetest: Make the wrapper immune to Ctrl-C.
Austin English [Fri, 16 Jan 2009 22:08:36 +0000 (16:08 -0600)]
kernel32: Fix a compiler warning on NetBSD.
Austin English [Fri, 16 Jan 2009 21:39:21 +0000 (15:39 -0600)]
ntdll: Add support for NetBSD.
Juan Lang [Fri, 16 Jan 2009 15:49:30 +0000 (07:49 -0800)]
crypt32: Include root store in CertEnumSystemStore enumeration for the local machine location.
Juan Lang [Fri, 16 Jan 2009 15:49:08 +0000 (07:49 -0800)]
crypt32: Remove location checks when opening root store.
Juan Lang [Fri, 16 Jan 2009 15:40:55 +0000 (07:40 -0800)]
crypt32: Only open the read-only root store for the local machine location.
Alexandre Julliard [Mon, 19 Jan 2009 11:36:11 +0000 (12:36 +0100)]
user32/tests: Fix some more msg test failures and improve message sequence tracing.
Andrew Nguyen [Mon, 19 Jan 2009 05:52:11 +0000 (23:52 -0600)]
kernel32: Ensure that WriteConsoleW succeeds with an empty input buffer.
Andrew Nguyen [Mon, 19 Jan 2009 05:51:14 +0000 (23:51 -0600)]
kernel32/tests: Simplify a test function's parameters.
Henri Verbeet [Mon, 19 Jan 2009 09:39:06 +0000 (10:39 +0100)]
dxgi: Implement IDXGIDevice::CreateSurface().
Henri Verbeet [Mon, 19 Jan 2009 09:39:06 +0000 (10:39 +0100)]
dxgi: Allow dxgi_surface to be aggregated.
Henri Verbeet [Mon, 19 Jan 2009 09:39:06 +0000 (10:39 +0100)]
d3d10core: Implement device_parent_CreateDepthStencilSurface().
Henri Verbeet [Mon, 19 Jan 2009 09:39:06 +0000 (10:39 +0100)]
d3d10core: Implement device_parent_CreateRenderTarget().
Henri Verbeet [Mon, 19 Jan 2009 09:39:05 +0000 (10:39 +0100)]
d3d10core: Implement device_parent_CreateSurface().
Michael Stefaniuc [Mon, 19 Jan 2009 09:24:14 +0000 (10:24 +0100)]
inetcomm: Remove superfluous pointer casts.
Michael Stefaniuc [Mon, 19 Jan 2009 09:24:06 +0000 (10:24 +0100)]
dbghelp: Remove superfluous pointer casts.
Michael Stefaniuc [Mon, 19 Jan 2009 09:23:40 +0000 (10:23 +0100)]
winex11.drv: Remove superfluous pointer casts.
Michael Stefaniuc [Mon, 19 Jan 2009 09:23:15 +0000 (10:23 +0100)]
crypt32: Remove some superfluous pointer casts.
Nikolay Sivov [Sun, 18 Jan 2009 21:11:44 +0000 (00:11 +0300)]
include/msiquery.h: Fix MSIMODIFY enum definition.