wine
15 years agowintrust/tests: Add some tests that creates catalog files.
Paul Vriens [Mon, 19 Jan 2009 10:31:45 +0000 (11:31 +0100)] 
wintrust/tests: Add some tests that creates catalog files.

15 years agowintrust/tests: Make the catalog properties test a bit more flexible.
Paul Vriens [Mon, 19 Jan 2009 08:53:28 +0000 (09:53 +0100)] 
wintrust/tests: Make the catalog properties test a bit more flexible.

15 years agowintrust/tests: Add a few parameter tests.
Paul Vriens [Mon, 19 Jan 2009 08:03:04 +0000 (09:03 +0100)] 
wintrust/tests: Add a few parameter tests.

15 years agowintrust: Add some CryptCATCDF stubs.
Paul Vriens [Sat, 17 Jan 2009 15:02:36 +0000 (16:02 +0100)] 
wintrust: Add some CryptCATCDF stubs.

15 years agowintrust/tests: Add a test for enumerating catalog attributes.
Paul Vriens [Fri, 16 Jan 2009 15:13:10 +0000 (16:13 +0100)] 
wintrust/tests: Add a test for enumerating catalog attributes.

15 years agomsi/tests: Double nul-terminate REG_MULTI_SZ values.
Ge van Geldorp [Sun, 18 Jan 2009 23:38:27 +0000 (00:38 +0100)] 
msi/tests: Double nul-terminate REG_MULTI_SZ values.

15 years agomsi/tests: Windows Installer 3.0 often returns ERROR_INVALID_PARAMETER.
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.

15 years agoserver: Store process/thread affinity as a 64-bit value.
Alexandre Julliard [Mon, 19 Jan 2009 13:15:51 +0000 (14:15 +0100)] 
server: Store process/thread affinity as a 64-bit value.

15 years agoserver: Generate padding in request structures from make_requests.
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.

15 years agokernel32: LCMapString should include the terminating NULL also for LCMAP_SORTKEY.
Alexandre Julliard [Mon, 19 Jan 2009 12:46:30 +0000 (13:46 +0100)] 
kernel32: LCMapString should include the terminating NULL also for LCMAP_SORTKEY.

15 years agomsi/tests: Fix a few handle leaks.
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.

15 years agoregedit: Fix import mangling REG_EXPAND_SZ values.
Erich Hoover [Sun, 18 Jan 2009 08:29:09 +0000 (01:29 -0700)] 
regedit: Fix import mangling REG_EXPAND_SZ values.

15 years agorpcrt4: Declare some functions static.
Andrew Talbot [Sat, 17 Jan 2009 17:45:06 +0000 (17:45 +0000)] 
rpcrt4: Declare some functions static.

15 years agoriched20: Declare some functions static.
Andrew Talbot [Sat, 17 Jan 2009 16:27:08 +0000 (16:27 +0000)] 
riched20: Declare some functions static.

15 years agomsvcrt: Remove CRs earlier in ascii mode.
Dan Kegel [Mon, 19 Jan 2009 03:19:46 +0000 (19:19 -0800)] 
msvcrt: Remove CRs earlier in ascii mode.

15 years agowidl: Add new type_get_type and type_get_real_type_type functions.
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.

15 years agowidl: Add a new function, type_alias_get_aliasee to wrap the retrieval of the type...
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.

15 years agowinetest: Make the wrapper immune to Ctrl-C.
Ge van Geldorp [Fri, 16 Jan 2009 23:21:20 +0000 (00:21 +0100)] 
winetest: Make the wrapper immune to Ctrl-C.

15 years agokernel32: Fix a compiler warning on NetBSD.
Austin English [Fri, 16 Jan 2009 22:08:36 +0000 (16:08 -0600)] 
kernel32: Fix a compiler warning on NetBSD.

15 years agontdll: Add support for NetBSD.
Austin English [Fri, 16 Jan 2009 21:39:21 +0000 (15:39 -0600)] 
ntdll: Add support for NetBSD.

15 years agocrypt32: Include root store in CertEnumSystemStore enumeration for the local machine...
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.

15 years agocrypt32: Remove location checks when opening root store.
Juan Lang [Fri, 16 Jan 2009 15:49:08 +0000 (07:49 -0800)] 
crypt32: Remove location checks when opening root store.

15 years agocrypt32: Only open the read-only root store for the local machine location.
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.

15 years agouser32/tests: Fix some more msg test failures and improve message sequence tracing.
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.

15 years agokernel32: Ensure that WriteConsoleW succeeds with an empty input buffer.
Andrew Nguyen [Mon, 19 Jan 2009 05:52:11 +0000 (23:52 -0600)] 
kernel32: Ensure that WriteConsoleW succeeds with an empty input buffer.

15 years agokernel32/tests: Simplify a test function's parameters.
Andrew Nguyen [Mon, 19 Jan 2009 05:51:14 +0000 (23:51 -0600)] 
kernel32/tests: Simplify a test function's parameters.

15 years agodxgi: Implement IDXGIDevice::CreateSurface().
Henri Verbeet [Mon, 19 Jan 2009 09:39:06 +0000 (10:39 +0100)] 
dxgi: Implement IDXGIDevice::CreateSurface().

15 years agodxgi: Allow dxgi_surface to be aggregated.
Henri Verbeet [Mon, 19 Jan 2009 09:39:06 +0000 (10:39 +0100)] 
dxgi: Allow dxgi_surface to be aggregated.

15 years agod3d10core: Implement device_parent_CreateDepthStencilSurface().
Henri Verbeet [Mon, 19 Jan 2009 09:39:06 +0000 (10:39 +0100)] 
d3d10core: Implement device_parent_CreateDepthStencilSurface().

15 years agod3d10core: Implement device_parent_CreateRenderTarget().
Henri Verbeet [Mon, 19 Jan 2009 09:39:06 +0000 (10:39 +0100)] 
d3d10core: Implement device_parent_CreateRenderTarget().

15 years agod3d10core: Implement device_parent_CreateSurface().
Henri Verbeet [Mon, 19 Jan 2009 09:39:05 +0000 (10:39 +0100)] 
d3d10core: Implement device_parent_CreateSurface().

15 years agoinetcomm: Remove superfluous pointer casts.
Michael Stefaniuc [Mon, 19 Jan 2009 09:24:14 +0000 (10:24 +0100)] 
inetcomm: Remove superfluous pointer casts.

15 years agodbghelp: Remove superfluous pointer casts.
Michael Stefaniuc [Mon, 19 Jan 2009 09:24:06 +0000 (10:24 +0100)] 
dbghelp: Remove superfluous pointer casts.

15 years agowinex11.drv: Remove superfluous pointer casts.
Michael Stefaniuc [Mon, 19 Jan 2009 09:23:40 +0000 (10:23 +0100)] 
winex11.drv: Remove superfluous pointer casts.

15 years agocrypt32: Remove some superfluous pointer casts.
Michael Stefaniuc [Mon, 19 Jan 2009 09:23:15 +0000 (10:23 +0100)] 
crypt32: Remove some superfluous pointer casts.

15 years agoinclude/msiquery.h: Fix MSIMODIFY enum definition.
Nikolay Sivov [Sun, 18 Jan 2009 21:11:44 +0000 (00:11 +0300)] 
include/msiquery.h: Fix MSIMODIFY enum definition.

15 years agouser32/tests: Resend: Fix test to work on Vista.
Jeff Latimer [Sun, 18 Jan 2009 00:46:53 +0000 (11:46 +1100)] 
user32/tests: Resend: Fix test to work on Vista.

15 years agouser32/tests: Save iSmCaptionWidth for later testing.
Ge van Geldorp [Sun, 18 Jan 2009 00:00:32 +0000 (01:00 +0100)] 
user32/tests: Save iSmCaptionWidth for later testing.

15 years agoshlwapi: Support the content type query.
Damjan Jovanovic [Sun, 18 Jan 2009 12:25:08 +0000 (14:25 +0200)] 
shlwapi: Support the content type query.

15 years agoview: Remove superfluous pointer casts.
Michael Stefaniuc [Sat, 17 Jan 2009 21:56:30 +0000 (22:56 +0100)] 
view: Remove superfluous pointer casts.

15 years agowinemine: Remove superfluous pointer casts.
Michael Stefaniuc [Sat, 17 Jan 2009 21:56:57 +0000 (22:56 +0100)] 
winemine: Remove superfluous pointer casts.

15 years agowordpad: Remove superfluous pointer casts.
Michael Stefaniuc [Sat, 17 Jan 2009 21:56:19 +0000 (22:56 +0100)] 
wordpad: Remove superfluous pointer casts.

15 years agomscms: Remove superfluous pointer casts.
Michael Stefaniuc [Sat, 17 Jan 2009 21:55:25 +0000 (22:55 +0100)] 
mscms: Remove superfluous pointer casts.

15 years agomlang: Remove superfluous pointer casts.
Michael Stefaniuc [Sat, 17 Jan 2009 21:55:12 +0000 (22:55 +0100)] 
mlang: Remove superfluous pointer casts.

15 years agocomctl32: Remove unused parameter from SYSLINK_WrapLine.
Gerald Pfeifer [Sat, 17 Jan 2009 19:45:21 +0000 (20:45 +0100)] 
comctl32: Remove unused parameter from SYSLINK_WrapLine.

15 years agorichedit: Prevent sending Ctrl-C to console and ending tests.
Dylan Smith [Sat, 17 Jan 2009 01:38:46 +0000 (20:38 -0500)] 
richedit: Prevent sending Ctrl-C to console and ending tests.

15 years agorichedit: EM_SETTEXTEX detects ascii richtext with Unicode codepage.
Dylan Smith [Sat, 17 Jan 2009 01:38:24 +0000 (20:38 -0500)] 
richedit: EM_SETTEXTEX detects ascii richtext with Unicode codepage.

15 years agorichedit: Added test for detecting ascii rtf with Unicode codepage.
Dylan Smith [Sat, 17 Jan 2009 01:38:17 +0000 (20:38 -0500)] 
richedit: Added test for detecting ascii rtf with Unicode codepage.

15 years agoddrawex/tests: Fix a typo in ok().
Detlef Riekenberg [Fri, 16 Jan 2009 16:24:07 +0000 (17:24 +0100)] 
ddrawex/tests: Fix a typo in ok().

15 years agocomdlg32: We need to be able to type the decimal separator into the margin edit contr...
Huw Davies [Fri, 16 Jan 2009 13:51:18 +0000 (13:51 +0000)] 
comdlg32: We need to be able to type the decimal separator into the margin edit controls so ES_NUMBER is no use. Subclass them and filter WM_CHAR instead.

15 years agocomdlg32: Display the fractional part of the margins.
Huw Davies [Fri, 16 Jan 2009 12:04:45 +0000 (12:04 +0000)] 
comdlg32: Display the fractional part of the margins.

15 years agocomdlg32: Set the margins groupbox title to reflect whether we are using metric or...
Huw Davies [Thu, 15 Jan 2009 14:13:43 +0000 (14:13 +0000)] 
comdlg32: Set the margins groupbox title to reflect whether we are using metric or imperial measurements.

15 years agocomdlg32: Fix spelling of millimeter.
Huw Davies [Thu, 15 Jan 2009 14:05:11 +0000 (14:05 +0000)] 
comdlg32: Fix spelling of millimeter.

15 years agoRelease 1.1.13. wine-1.1.13
Alexandre Julliard [Fri, 16 Jan 2009 16:28:07 +0000 (17:28 +0100)] 
Release 1.1.13.

15 years agogdiplus: Fix a typo that breaks the Mingw build.
Alexandre Julliard [Fri, 16 Jan 2009 15:36:29 +0000 (16:36 +0100)] 
gdiplus: Fix a typo that breaks the Mingw build.

15 years agoriched20: Fix a typo (stray address of operator).
Michael Stefaniuc [Fri, 16 Jan 2009 15:29:33 +0000 (16:29 +0100)] 
riched20: Fix a typo (stray address of operator).

15 years agocomdlg32: Add an is_metric() helper function.
Huw Davies [Fri, 16 Jan 2009 12:08:18 +0000 (12:08 +0000)] 
comdlg32: Add an is_metric() helper function.

15 years agocomdlg32: Correctly rotate the margins when the paper orientation is changed.
Huw Davies [Fri, 16 Jan 2009 12:08:12 +0000 (12:08 +0000)] 
comdlg32: Correctly rotate the margins when the paper orientation is changed.

15 years agoddraw: Add extern to some global variable declarations.
Henri Verbeet [Fri, 16 Jan 2009 09:14:25 +0000 (10:14 +0100)] 
ddraw: Add extern to some global variable declarations.

15 years agod3d9: Properly test for dynamic usage in device_parent_CreateSurface().
Henri Verbeet [Fri, 16 Jan 2009 09:14:25 +0000 (10:14 +0100)] 
d3d9: Properly test for dynamic usage in device_parent_CreateSurface().

15 years agod3d8: Properly test for dynamic usage in device_parent_CreateSurface().
Henri Verbeet [Fri, 16 Jan 2009 09:14:25 +0000 (10:14 +0100)] 
d3d8: Properly test for dynamic usage in device_parent_CreateSurface().

15 years agod3d10core: Add a small test for CreateTexture2D().
Henri Verbeet [Fri, 16 Jan 2009 09:14:25 +0000 (10:14 +0100)] 
d3d10core: Add a small test for CreateTexture2D().

15 years agodxgi: Add a small test for CreateSurface().
Henri Verbeet [Fri, 16 Jan 2009 09:14:24 +0000 (10:14 +0100)] 
dxgi: Add a small test for CreateSurface().

15 years agowined3d: Add an IWineD3DDeviceParent interface.
Henri Verbeet [Fri, 16 Jan 2009 09:14:24 +0000 (10:14 +0100)] 
wined3d: Add an IWineD3DDeviceParent interface.

Other than being a bit nicer than passing function pointers all over the
place, this helps dxgi/d3d10. While the swapchain itself is created in dxgi,
its surfaces are constructed in d3d10core, which makes it impractical for dxgi
to pass the appropriate function pointers.

15 years agouser32/tests: Clarify the msgs to differentiate Unicode and ASCII in tests.
Jeff Latimer [Fri, 16 Jan 2009 00:40:31 +0000 (11:40 +1100)] 
user32/tests: Clarify the msgs to differentiate Unicode and ASCII in tests.

15 years agoshell32/tests: Prevent crash on XP/W2K3.
Ge van Geldorp [Thu, 15 Jan 2009 12:07:41 +0000 (13:07 +0100)] 
shell32/tests: Prevent crash on XP/W2K3.

15 years agorichedit: Respect the cbSize field on EM_GETPARAFORMAT.
Dylan Smith [Fri, 16 Jan 2009 04:50:20 +0000 (23:50 -0500)] 
richedit: Respect the cbSize field on EM_GETPARAFORMAT.

EM_GETPARAFORMAT previously would overwrite the cbSize field with the
size of PARAFORMAT2, would read past the end of the struct, and might
indicate that PARAFORMAT2 fields are valid using the mask regardless
of the value of cbSize.

15 years agorichedit: Prevent copying PARAFORMAT2 fields from PARAFORMAT struct.
Dylan Smith [Fri, 16 Jan 2009 04:07:15 +0000 (23:07 -0500)] 
richedit: Prevent copying PARAFORMAT2 fields from PARAFORMAT struct.

If a EM_SETPARAFORMAT message is sent to the richedit control with bits
in the dwMask field that correspond to PARAFORMAT2 fields, then these
fields should be ignored.  Instead data was copied from outside of the
structure.

15 years agodplayx: Remove superfluous pointer casts.
Michael Stefaniuc [Fri, 16 Jan 2009 08:53:59 +0000 (09:53 +0100)] 
dplayx: Remove superfluous pointer casts.

15 years agowinejack.drv: Remove superflouous pointer casts.
Michael Stefaniuc [Fri, 16 Jan 2009 08:52:32 +0000 (09:52 +0100)] 
winejack.drv: Remove superflouous pointer casts.

15 years agoiphlpapi: Define RTF_MULTICAST if not available.
Austin English [Thu, 15 Jan 2009 21:24:58 +0000 (15:24 -0600)] 
iphlpapi: Define RTF_MULTICAST if not available.

15 years agorichedit: Store an internal copy of the window style flags.
Dylan Smith [Thu, 15 Jan 2009 19:46:25 +0000 (14:46 -0500)] 
richedit: Store an internal copy of the window style flags.

15 years agorichedit: Added tests for initial options.
Dylan Smith [Thu, 15 Jan 2009 19:46:18 +0000 (14:46 -0500)] 
richedit: Added tests for initial options.

Using the WS_VSCROLL style causes the ES_AUTOVSCROLL option to be set,
and using the WS_HSCROLL style causes the ES_AUTOHSCROLL flag to be
set (except with richedit v1.0).

15 years agorichedit: Fix implementation of handling Page Up/Down keys.
Dylan Smith [Thu, 15 Jan 2009 16:03:49 +0000 (11:03 -0500)] 
richedit: Fix implementation of handling Page Up/Down keys.

15 years agowininet: Calculate the header size if needed in HttpSendRequestW.
Hans Leidekker [Thu, 15 Jan 2009 15:41:53 +0000 (16:41 +0100)] 
wininet: Calculate the header size if needed in HttpSendRequestW.

15 years agowininet: Implement InternetReadFileExW.
Hans Leidekker [Thu, 15 Jan 2009 15:41:42 +0000 (16:41 +0100)] 
wininet: Implement InternetReadFileExW.

15 years agouser32/tests: Fix some more failures in the message test.
Alexandre Julliard [Fri, 16 Jan 2009 11:33:07 +0000 (12:33 +0100)] 
user32/tests: Fix some more failures in the message test.

15 years agoserver: Set stderr in line-buffered mode before doing anything else.
Alexandre Julliard [Fri, 16 Jan 2009 11:32:26 +0000 (12:32 +0100)] 
server: Set stderr in line-buffered mode before doing anything else.

15 years agowinebuild: Add -m32/-m64 options to allow 32/64-bit cross-compiles.
Alexandre Julliard [Thu, 15 Jan 2009 20:17:51 +0000 (21:17 +0100)] 
winebuild: Add -m32/-m64 options to allow 32/64-bit cross-compiles.

15 years agouser32/tests: Add support for testing only some bits of wparam or lparam. Make some...
Alexandre Julliard [Thu, 15 Jan 2009 14:43:58 +0000 (15:43 +0100)] 
user32/tests: Add support for testing only some bits of wparam or lparam. Make some more messages optional.

15 years agouser32/tests: Print the failure position in the message sequence.
Alexandre Julliard [Thu, 15 Jan 2009 13:45:53 +0000 (14:45 +0100)] 
user32/tests: Print the failure position in the message sequence.

15 years agoshell32: Implement GUIDFromStringW.
Hans Leidekker [Thu, 15 Jan 2009 08:59:29 +0000 (09:59 +0100)] 
shell32: Implement GUIDFromStringW.

15 years agorichedit: Implemented the horizontal scrollbar.
Dylan Smith [Wed, 14 Jan 2009 18:24:02 +0000 (13:24 -0500)] 
richedit: Implemented the horizontal scrollbar.

15 years agorichedit: Clip painting to formatting rectangle.
Dylan Smith [Wed, 14 Jan 2009 18:23:57 +0000 (13:23 -0500)] 
richedit: Clip painting to formatting rectangle.

15 years agolibwine: Avoid writing to repository during install.
Paul Bryan Roberts [Wed, 14 Jan 2009 07:20:30 +0000 (07:20 +0000)] 
libwine: Avoid writing to repository during install.

15 years agoadvapi32: Added SaferCreateLevel stub.
Nikolay Sivov [Thu, 15 Jan 2009 06:30:11 +0000 (09:30 +0300)] 
advapi32: Added SaferCreateLevel stub.

15 years agoadvapi32/tests: Test for enumeration order preservation of reg keys.
Nikolay Sivov [Thu, 15 Jan 2009 02:04:31 +0000 (05:04 +0300)] 
advapi32/tests: Test for enumeration order preservation of reg keys.

15 years agomshtml: Implement IHTMLStyle get/put borderTopStyle.
Alistair Leslie-Hughes [Tue, 13 Jan 2009 07:40:01 +0000 (18:40 +1100)] 
mshtml: Implement IHTMLStyle get/put borderTopStyle.

15 years agomshtml: Implement IHTMLStyle get/put borderRightStyle.
Alistair Leslie-Hughes [Tue, 13 Jan 2009 07:39:23 +0000 (18:39 +1100)] 
mshtml: Implement IHTMLStyle get/put borderRightStyle.

15 years agomshtml: Implement IHTMLStyle get/put borderBottomStyle.
Alistair Leslie-Hughes [Tue, 13 Jan 2009 07:38:32 +0000 (18:38 +1100)] 
mshtml: Implement IHTMLStyle get/put borderBottomStyle.

15 years agomshtml: Implement IHTMLStyle get/put borderLeftStyle.
Alistair Leslie-Hughes [Tue, 13 Jan 2009 07:30:17 +0000 (18:30 +1100)] 
mshtml: Implement IHTMLStyle get/put borderLeftStyle.

15 years agouser32: Use the message_data_t union when receiving a message.
Alexandre Julliard [Thu, 15 Jan 2009 11:50:59 +0000 (12:50 +0100)] 
user32: Use the message_data_t union when receiving a message.

15 years agocomdlg32: Remove a couple of obsolete WARN()s.
Huw Davies [Thu, 15 Jan 2009 10:45:34 +0000 (10:45 +0000)] 
comdlg32: Remove a couple of obsolete WARN()s.

15 years agocomdlg32: Set the margin edit controls using unicode functions.
Huw Davies [Thu, 15 Jan 2009 10:45:29 +0000 (10:45 +0000)] 
comdlg32: Set the margin edit controls using unicode functions.

15 years agocomdlg32: Simplify the margin initialization.
Huw Davies [Thu, 15 Jan 2009 10:45:25 +0000 (10:45 +0000)] 
comdlg32: Simplify the margin initialization.

15 years agocomdlg32: If a measurement system isn't specified use the default one and update...
Huw Davies [Thu, 15 Jan 2009 10:45:21 +0000 (10:45 +0000)] 
comdlg32: If a measurement system isn't specified use the default one and update the Flags field to reflect this.

15 years agoqmgr: Make credentials stubs return success code.
Andrey Turkin [Thu, 15 Jan 2009 09:40:18 +0000 (12:40 +0300)] 
qmgr: Make credentials stubs return success code.

15 years agodsound: Don't convert single samples at a time.
Henri Verbeet [Thu, 15 Jan 2009 08:58:45 +0000 (09:58 +0100)] 
dsound: Don't convert single samples at a time.

This gives a minor performance improvement.

15 years agowined3d: Remove some comments.
Henri Verbeet [Thu, 15 Jan 2009 08:58:45 +0000 (09:58 +0100)] 
wined3d: Remove some comments.

15 years agowined3d: Implement a R5G6B5 to X8R8G8B8 surface format converter.
Henri Verbeet [Thu, 15 Jan 2009 08:58:45 +0000 (09:58 +0100)] 
wined3d: Implement a R5G6B5 to X8R8G8B8 surface format converter.

Based on a patch by Mike Ruprecht.