wine
16 years agorichedit: Fixed bug preventing bold from being set with EM_SETCHARFORMAT.
Dylan Smith [Wed, 25 Jun 2008 15:47:37 +0000 (11:47 -0400)] 
richedit: Fixed bug preventing bold from being set with EM_SETCHARFORMAT.

Previously bold needed to be set by setting CFM_WEIGHT in the
CHARFORMAT2 structure, and then setting the appropriate wWeight value.
This approach isn't even supported in version 3.0 of the richedit
control. Now bold can be set/unset properly for Windows or Wine using
CFE_BOLD in dwEffects and with CFM_BOLD set in the dwMask flag.

16 years agorichedit: Corrected the conversion used for the initial font size.
Dylan Smith [Wed, 25 Jun 2008 15:40:39 +0000 (11:40 -0400)] 
richedit: Corrected the conversion used for the initial font size.

The LOGFONT's lfHeight member is in logical units, and is being used to
set the yHeight member of CHARFORMAT2 which is supposed to be in twips.

16 years agorichedit: Moved function declarations in header to reflect locations of definitions.
Dylan Smith [Wed, 25 Jun 2008 15:33:40 +0000 (11:33 -0400)] 
richedit: Moved function declarations in header to reflect locations of definitions.

16 years agorichedit: Added tests reveal a problem with EM_SETCHARFORMAT's affect on the undo...
Dylan Smith [Wed, 25 Jun 2008 15:33:32 +0000 (11:33 -0400)] 
richedit: Added tests reveal a problem with EM_SETCHARFORMAT's affect on the undo stack.

16 years agorichedit: Fixed a bug preventing NULL pointers from being in text.
Dylan Smith [Wed, 25 Jun 2008 15:33:26 +0000 (11:33 -0400)] 
richedit: Fixed a bug preventing NULL pointers from being in text.

Opening a text file with a NULL terminated character in it was causing
an assertion error after a run was being split due to word wrap.
Windows allows NULL terminated characters to be in the text.

16 years agorichedit: Fixed the forward word movement bug.
Dylan Smith [Wed, 25 Jun 2008 15:33:19 +0000 (11:33 -0400)] 
richedit: Fixed the forward word movement bug.

Using Ctrl-RightArrow to move to the start of the next word did not
previously work when at the start of a word.  This means that
Ctrl-RightArrow would not work twice in a row since it should move to
the start of the next word.

16 years agorichedit: Prevented an assertion error on startup when run on Windows.
Dylan Smith [Wed, 25 Jun 2008 15:33:13 +0000 (11:33 -0400)] 
richedit: Prevented an assertion error on startup when run on Windows.

The call to GetClientRect returns 0 values for the returned RECT when
called in WM_NCCREATE in on Windows, which ended up causing an assertion
error when Wine's riched20.dll replaces the native version. Moving the
call to WM_CREATE fixes this problem (probably because NCCALCSIZE is
called in between).

16 years agorichedit: Prevented NULL value from being used to avoid a page fault.
Dylan Smith [Wed, 25 Jun 2008 15:33:06 +0000 (11:33 -0400)] 
richedit: Prevented NULL value from being used to avoid a page fault.

16 years agorichedit: Show caret after pasting or streaming in text.
Dylan Smith [Wed, 25 Jun 2008 15:32:59 +0000 (11:32 -0400)] 
richedit: Show caret after pasting or streaming in text.

There was a missing call to ShowCaret after the caret was created.

16 years agorichedit: Null pointer check missing on optional parameter.
Dylan Smith [Wed, 25 Jun 2008 15:32:52 +0000 (11:32 -0400)] 
richedit: Null pointer check missing on optional parameter.

The function ME_FindRunInRow uses two parameters to return values by
reference, and treated these parameters as if they were optional except
for the start of the function which set *pbCaretAtEnd without checking
to see if was a NULL pointer.

16 years agorichedit: Added missing defines and structures to richedit.h.
Dylan Smith [Wed, 25 Jun 2008 13:58:05 +0000 (09:58 -0400)] 
richedit: Added missing defines and structures to richedit.h.

16 years agontdll: Force execute permission again on the stack after clearing it.
Alexandre Julliard [Thu, 26 Jun 2008 19:10:57 +0000 (21:10 +0200)] 
ntdll: Force execute permission again on the stack after clearing it.

16 years agowidl: [default] is an allowed attribute for union fields.
Alexandre Julliard [Thu, 26 Jun 2008 19:10:25 +0000 (21:10 +0200)] 
widl: [default] is an allowed attribute for union fields.

16 years agowined3d: Add a trailing '\n' to a couple of shader_addline() calls.
Francois Gouget [Thu, 26 Jun 2008 12:08:59 +0000 (14:08 +0200)] 
wined3d: Add a trailing '\n' to a couple of shader_addline() calls.

16 years agoshlwapi: Don't use Unix functions for case sensitive string comparisons.
Francois Gouget [Thu, 26 Jun 2008 12:07:44 +0000 (14:07 +0200)] 
shlwapi: Don't use Unix functions for case sensitive string comparisons.

16 years agoconfigure: Fix the isinf() detection. Fixes compilation on Solaris.
Francois Gouget [Thu, 26 Jun 2008 13:59:05 +0000 (15:59 +0200)] 
configure: Fix the isinf() detection. Fixes compilation on Solaris.

16 years agoconfigure: Detect and use gld/gnm/gar as alternatives to ld/nm/ar, especially for...
Francois Gouget [Thu, 26 Jun 2008 12:05:57 +0000 (14:05 +0200)] 
configure: Detect and use gld/gnm/gar as alternatives to ld/nm/ar, especially for winegcc.

16 years agomshtml: Remove unneeded variable.
Lei Zhang [Thu, 26 Jun 2008 03:40:21 +0000 (20:40 -0700)] 
mshtml: Remove unneeded variable.

16 years agoriched20: Implement ITextDocument_fnGetSelection.
Dan Hipschman [Wed, 25 Jun 2008 23:31:39 +0000 (16:31 -0700)] 
riched20: Implement ITextDocument_fnGetSelection.

16 years agorpcrt4: Add a stub for I_RpcBindingInqTransportType.
Detlef Riekenberg [Wed, 25 Jun 2008 22:01:55 +0000 (00:01 +0200)] 
rpcrt4: Add a stub for I_RpcBindingInqTransportType.

16 years agompr: Fix some memory leaks.
Andrew Talbot [Wed, 25 Jun 2008 21:42:04 +0000 (22:42 +0100)] 
mpr: Fix some memory leaks.

16 years agowinealsa.drv: Initialize a variable in MIX_close.
Zac Brown [Wed, 25 Jun 2008 16:57:14 +0000 (09:57 -0700)] 
winealsa.drv: Initialize a variable in MIX_close.

16 years agoserver: Fix a potential desktop reference leak.
Alexandre Julliard [Thu, 26 Jun 2008 14:49:23 +0000 (16:49 +0200)] 
server: Fix a potential desktop reference leak.

16 years agowinex11: Don't create a win data structure for HWND_MESSAGE windows.
Alexandre Julliard [Thu, 26 Jun 2008 14:49:09 +0000 (16:49 +0200)] 
winex11: Don't create a win data structure for HWND_MESSAGE windows.

16 years agowinex11: Explicitly request creation of the thread display where necessary.
Alexandre Julliard [Thu, 26 Jun 2008 14:47:42 +0000 (16:47 +0200)] 
winex11: Explicitly request creation of the thread display where necessary.

16 years agowinex11: Get rid of the explicit colormap management.
Alexandre Julliard [Thu, 26 Jun 2008 14:21:32 +0000 (16:21 +0200)] 
winex11: Get rid of the explicit colormap management.

16 years agowinex11: Pass the display as parameter to a few more functions instead of using threa...
Alexandre Julliard [Thu, 26 Jun 2008 14:20:02 +0000 (16:20 +0200)] 
winex11: Pass the display as parameter to a few more functions instead of using thread_display().

16 years agowinex11: Explicitly request creation of the per-thread data where necessary.
Alexandre Julliard [Thu, 26 Jun 2008 13:08:08 +0000 (15:08 +0200)] 
winex11: Explicitly request creation of the per-thread data where necessary.

16 years agowine.inf: Make the initial owner information empty.
Alexandre Julliard [Thu, 26 Jun 2008 11:42:09 +0000 (13:42 +0200)] 
wine.inf: Make the initial owner information empty.

16 years agowinecfg: Added Windows registration information setting.
Filipe Ferreira [Tue, 24 Jun 2008 02:27:46 +0000 (22:27 -0400)] 
winecfg: Added Windows registration information setting.

16 years agouser32/tests:c Add msg tests for SetActiveWindow().
Anatoly Lyutin [Wed, 25 Jun 2008 12:40:41 +0000 (16:40 +0400)] 
user32/tests:c Add msg tests for SetActiveWindow().

16 years agoole32: Make the apartment window a HWND_MESSAGE window.
Alexandre Julliard [Thu, 26 Jun 2008 11:22:16 +0000 (13:22 +0200)] 
ole32: Make the apartment window a HWND_MESSAGE window.

16 years agogdiplus: GdipClearPathMarkers implementation.
Nikolay Sivov [Mon, 23 Jun 2008 21:57:27 +0000 (01:57 +0400)] 
gdiplus: GdipClearPathMarkers implementation.

16 years agogdiplus: GdipSetPathMarker implementation.
Nikolay Sivov [Mon, 23 Jun 2008 21:57:22 +0000 (01:57 +0400)] 
gdiplus: GdipSetPathMarker implementation.

16 years agogdiplus: GdipPathIterGetCount implementation.
Nikolay Sivov [Mon, 23 Jun 2008 21:57:15 +0000 (01:57 +0400)] 
gdiplus: GdipPathIterGetCount implementation.

16 years agocomctl32: Use the system variable pitch font for ip address controls.
Lei Zhang [Mon, 23 Jun 2008 20:34:16 +0000 (13:34 -0700)] 
comctl32: Use the system variable pitch font for ip address controls.

16 years agoshell32/tests: Add basic ParseDisplayName test for control panel.
Owen Rudge [Mon, 23 Jun 2008 19:08:15 +0000 (20:08 +0100)] 
shell32/tests: Add basic ParseDisplayName test for control panel.

16 years agoshell32/tests: Rename shfldr_netplaces test to shfldr_special, for all special folders.
Owen Rudge [Mon, 23 Jun 2008 19:08:01 +0000 (20:08 +0100)] 
shell32/tests: Rename shfldr_netplaces test to shfldr_special, for all special folders.

16 years agouser32: Add test for SPI_{GET/SET}WHEELSCROLLCHARS for SystemParametersInfo.
Vitaly Lipatov [Mon, 23 Jun 2008 14:01:41 +0000 (18:01 +0400)] 
user32: Add test for SPI_{GET/SET}WHEELSCROLLCHARS for SystemParametersInfo.

16 years agouser32: Implemented processing SPI_{GET/SET}WHEELSCROLLCHARS for SystemParametersInfo.
Vitaly Lipatov [Mon, 23 Jun 2008 12:57:32 +0000 (16:57 +0400)] 
user32: Implemented processing SPI_{GET/SET}WHEELSCROLLCHARS for SystemParametersInfo.

16 years agouser32: Implemented processing SPI_{GET/SET}SNAPTODEFBUTTON for SystemParametersInfo.
Vitaly Lipatov [Tue, 27 May 2008 15:03:44 +0000 (19:03 +0400)] 
user32: Implemented processing SPI_{GET/SET}SNAPTODEFBUTTON for SystemParametersInfo.

16 years agowine.desktop: Add application/x-msi and change "emulator" to "program loader".
Scott Ritchie [Sun, 22 Jun 2008 22:11:39 +0000 (15:11 -0700)] 
wine.desktop: Add application/x-msi and change "emulator" to "program loader".

16 years agogdiplus: Fix GdipGetPathData implementation and test.
Nikolay Sivov [Wed, 25 Jun 2008 17:56:27 +0000 (21:56 +0400)] 
gdiplus: Fix GdipGetPathData implementation and test.

Previous version (commit 3bacdaf664593b720afeb55a94225aab5aa04c80) was totally incorrect.
Thanks to Paul Vriens for pointing this out.

16 years agourlmon: Make file protocol invalid URL handling behave like IE7.
Jacek Caban [Thu, 26 Jun 2008 00:34:59 +0000 (19:34 -0500)] 
urlmon: Make file protocol invalid URL handling behave like IE7.

16 years agoquartz: Downgrade a fixme to a warn in dsoundrender.
Maarten Lankhorst [Tue, 24 Jun 2008 03:10:19 +0000 (20:10 -0700)] 
quartz: Downgrade a fixme to a warn in dsoundrender.

16 years agoshell32: Updated Korean resource.
Hwang YunSong(황윤성) [Thu, 26 Jun 2008 00:51:54 +0000 (09:51 +0900)] 
shell32: Updated Korean resource.

16 years agorpcrt4: Add tests for endpoint mapper functions.
Rob Shearman [Wed, 25 Jun 2008 17:27:08 +0000 (18:27 +0100)] 
rpcrt4: Add tests for endpoint mapper functions.

16 years agorpcrt4/rpcss: Remove old named pipe code for communicating with RPCSS process.
Rob Shearman [Wed, 25 Jun 2008 17:27:03 +0000 (18:27 +0100)] 
rpcrt4/rpcss: Remove old named pipe code for communicating with RPCSS process.

16 years agorpcrt4: Use DCE/RPC to contact the endpoint-mapper server.
Rob Shearman [Wed, 25 Jun 2008 17:26:56 +0000 (18:26 +0100)] 
rpcrt4: Use DCE/RPC to contact the endpoint-mapper server.

16 years agorpcss: Implement endpoint-mapper server using DCE/RPC.
Rob Shearman [Wed, 25 Jun 2008 17:26:48 +0000 (18:26 +0100)] 
rpcss: Implement endpoint-mapper server using DCE/RPC.

16 years agomshtml: Added DOCUMENT_NODE type support.
Jacek Caban [Thu, 26 Jun 2008 00:28:53 +0000 (19:28 -0500)] 
mshtml: Added DOCUMENT_NODE type support.

16 years agomshtml: Added IHTMLDOMNode::get_parentNode implementation.
Jacek Caban [Thu, 26 Jun 2008 00:28:37 +0000 (19:28 -0500)] 
mshtml: Added IHTMLDOMNode::get_parentNode implementation.

16 years agomshtml: Added useful TRACEs.
Jacek Caban [Thu, 26 Jun 2008 00:28:21 +0000 (19:28 -0500)] 
mshtml: Added useful TRACEs.

16 years agomshtml: Added IHTMLElement::get_offsetTop implementation.
Jacek Caban [Thu, 26 Jun 2008 00:28:05 +0000 (19:28 -0500)] 
mshtml: Added IHTMLElement::get_offsetTop implementation.

16 years agoiphlpapi: Implement getArpTable on FreeBSD.
Eric Durbin [Wed, 25 Jun 2008 03:49:49 +0000 (22:49 -0500)] 
iphlpapi: Implement getArpTable on FreeBSD.

16 years agoiphlpapi: Implement getNumArpEntries on FreeBSD.
Eric Durbin [Wed, 25 Jun 2008 03:49:15 +0000 (22:49 -0500)] 
iphlpapi: Implement getNumArpEntries on FreeBSD.

16 years agoiphlpapi: Implement getTCPStats on FreeBSD.
Eric Durbin [Wed, 25 Jun 2008 03:47:33 +0000 (22:47 -0500)] 
iphlpapi: Implement getTCPStats on FreeBSD.

16 years agoiphlpapi: Fix a typo resulting in wrong variable assignment.
Eric Durbin [Wed, 25 Jun 2008 03:46:39 +0000 (22:46 -0500)] 
iphlpapi: Fix a typo resulting in wrong variable assignment.

16 years agoiphlpapi: Implement getICMPStats on FreeBSD.
Eric Durbin [Wed, 25 Jun 2008 03:45:51 +0000 (22:45 -0500)] 
iphlpapi: Implement getICMPStats on FreeBSD.

16 years agoiphlpapi: Downgrade some ERR messages to WARN.
Eric Durbin [Wed, 25 Jun 2008 03:45:01 +0000 (22:45 -0500)] 
iphlpapi: Downgrade some ERR messages to WARN.

16 years agoiphlpapi: Implement getIPStats on FreeBSD.
Eric Durbin [Wed, 25 Jun 2008 03:44:41 +0000 (22:44 -0500)] 
iphlpapi: Implement getIPStats on FreeBSD.

16 years agoiphlpapi: Implement getUDPStats on FreeBSD.
Eric Durbin [Wed, 25 Jun 2008 03:44:13 +0000 (22:44 -0500)] 
iphlpapi: Implement getUDPStats on FreeBSD.

16 years agoiphlpapi: Implement getNumUdpEntries on FreeBSD.
Eric Durbin [Wed, 25 Jun 2008 03:43:21 +0000 (22:43 -0500)] 
iphlpapi: Implement getNumUdpEntries on FreeBSD.

16 years agoiphlpapi: Implement getInterfaceStatsByName on FreeBSD.
Eric Durbin [Wed, 25 Jun 2008 03:42:51 +0000 (22:42 -0500)] 
iphlpapi: Implement getInterfaceStatsByName on FreeBSD.

16 years agorichedit: Fix failing EM_GETCHARFORMAT test on all platforms.
Alex Villacís Lasso [Wed, 25 Jun 2008 06:22:00 +0000 (01:22 -0500)] 
richedit: Fix failing EM_GETCHARFORMAT test on all platforms.

Default richedit font (System) in Windows causes richedit to report
CFM_BOLD as always set. Switch to Courier New in order to see that
richedit really sets the CFM_BOLD attribute in the correct selection.

16 years agoinetmib1: Sort the tables keyed by IP address, and use bsearch to find entries in...
Juan Lang [Wed, 25 Jun 2008 16:42:16 +0000 (09:42 -0700)] 
inetmib1: Sort the tables keyed by IP address, and use bsearch to find entries in them.

16 years agoinetmib1: Support the MIB2 UDP statistics.
Juan Lang [Wed, 25 Jun 2008 16:39:47 +0000 (09:39 -0700)] 
inetmib1: Support the MIB2 UDP statistics.

16 years agoinetmib1: Use a helper function to set the Oid with an item.
Juan Lang [Wed, 25 Jun 2008 16:39:03 +0000 (09:39 -0700)] 
inetmib1: Use a helper function to set the Oid with an item.

16 years agoinetmib1: Use a helper function to set the Oid with an integer instance.
Juan Lang [Wed, 25 Jun 2008 16:38:27 +0000 (09:38 -0700)] 
inetmib1: Use a helper function to set the Oid with an integer instance.

16 years agoinetmib1: Use a helper function to set the Oid with an IP address-based instance.
Juan Lang [Wed, 25 Jun 2008 16:35:13 +0000 (09:35 -0700)] 
inetmib1: Use a helper function to set the Oid with an IP address-based instance.

16 years agoinetmib1: Support the MIB2 IP net (ARP) table.
Juan Lang [Wed, 25 Jun 2008 16:34:40 +0000 (09:34 -0700)] 
inetmib1: Support the MIB2 IP net (ARP) table.

16 years agoinetmib1: Support the MIB2 IP route table.
Juan Lang [Wed, 25 Jun 2008 16:33:28 +0000 (09:33 -0700)] 
inetmib1: Support the MIB2 IP route table.

16 years agoinetmib1: Support the MIB2 TCP statistics.
Juan Lang [Wed, 25 Jun 2008 16:31:56 +0000 (09:31 -0700)] 
inetmib1: Support the MIB2 TCP statistics.

16 years agoinetmib1: Use a helper function to get the item and instance of the MIB2 IP address...
Juan Lang [Wed, 25 Jun 2008 16:30:59 +0000 (09:30 -0700)] 
inetmib1: Use a helper function to get the item and instance of the MIB2 IP address table.

16 years agoinetmib1: Use a helper function to get the item from the Oid.
Juan Lang [Wed, 25 Jun 2008 16:29:00 +0000 (09:29 -0700)] 
inetmib1: Use a helper function to get the item from the Oid.

16 years agoinetmib1: Use a helper function to get the item and instance of the MIB2 interface...
Juan Lang [Wed, 25 Jun 2008 16:27:53 +0000 (09:27 -0700)] 
inetmib1: Use a helper function to get the item and instance of the MIB2 interface table.

16 years agoinclude: Add more interfaces and types to msinkaut.idl.
Rob Shearman [Wed, 25 Jun 2008 17:29:14 +0000 (18:29 +0100)] 
include: Add more interfaces and types to msinkaut.idl.

16 years agoinclude: Don't import files in control.idl that aren't imported on Windows.
Rob Shearman [Wed, 25 Jun 2008 17:29:06 +0000 (18:29 +0100)] 
include: Don't import files in control.idl that aren't imported on Windows.

16 years agoinclude: Add more IXMLDOMNotation, IXMLDOMEntity, IXMLDOMEntityReference and IXMLDOMI...
Rob Shearman [Wed, 25 Jun 2008 17:28:59 +0000 (18:28 +0100)] 
include: Add more IXMLDOMNotation, IXMLDOMEntity, IXMLDOMEntityReference and IXMLDOMImplementation interfaces to xmldom.idl.

16 years agogdiplus: Tests for new font functions.
Adam Petaccia [Sat, 21 Jun 2008 17:02:56 +0000 (13:02 -0400)] 
gdiplus: Tests for new font functions.

16 years agogdiplus: Implement GdipGetFontSize.
Adam Petaccia [Sat, 21 Jun 2008 17:02:55 +0000 (13:02 -0400)] 
gdiplus: Implement GdipGetFontSize.

16 years agogdiplus: Implement GdipGetFontUnit.
Adam Petaccia [Sat, 21 Jun 2008 17:02:54 +0000 (13:02 -0400)] 
gdiplus: Implement GdipGetFontUnit.

16 years agogdiplus: Implement GdipCreateFont.
Adam Petaccia [Sat, 21 Jun 2008 17:02:53 +0000 (13:02 -0400)] 
gdiplus: Implement GdipCreateFont.

16 years agogdiplus: Tests for GetGeneric*.
Adam Petaccia [Sat, 21 Jun 2008 17:02:52 +0000 (13:02 -0400)] 
gdiplus: Tests for GetGeneric*.

16 years agogdiplus: Tests for FontFamily.
Adam Petaccia [Sat, 21 Jun 2008 17:02:51 +0000 (13:02 -0400)] 
gdiplus: Tests for FontFamily.

16 years agogdiplus: Implement GdipGetGeneric*.
Adam Petaccia [Sat, 21 Jun 2008 17:02:50 +0000 (13:02 -0400)] 
gdiplus: Implement GdipGetGeneric*.

16 years agogdiplus: Implement GdipGetFamilyName.
Adam Petaccia [Sat, 21 Jun 2008 17:02:49 +0000 (13:02 -0400)] 
gdiplus: Implement GdipGetFamilyName.

16 years agogdiplus: Implement GdipDeleteFontFamily.
Adam Petaccia [Sat, 21 Jun 2008 17:02:48 +0000 (13:02 -0400)] 
gdiplus: Implement GdipDeleteFontFamily.

16 years agogdiplus: Implement GdipCreateFontFamilyFromName.
Adam Petaccia [Sat, 21 Jun 2008 17:02:47 +0000 (13:02 -0400)] 
gdiplus: Implement GdipCreateFontFamilyFromName.

16 years agolocalspl: Ensure that we load winspool before spoolss to work around a circular depen...
Huw Davies [Wed, 25 Jun 2008 16:12:25 +0000 (17:12 +0100)] 
localspl: Ensure that we load winspool before spoolss to work around a circular dependence.

16 years agod3d9: Unset the pixel shader at the end of cnd_test().
H. Verbeet [Wed, 25 Jun 2008 15:09:35 +0000 (17:09 +0200)] 
d3d9: Unset the pixel shader at the end of cnd_test().

This prevents failures in subsequent tests when no PS2.0 support is present.

16 years agod3d: Allow more imprecision in the texop test.
H. Verbeet [Wed, 25 Jun 2008 15:09:16 +0000 (17:09 +0200)] 
d3d: Allow more imprecision in the texop test.

16 years agomsi: Don't overwrite a file that has a greater or equal version to the source file.
James Hawkins [Tue, 24 Jun 2008 04:41:22 +0000 (23:41 -0500)] 
msi: Don't overwrite a file that has a greater or equal version to the source file.

16 years agomciavi32: Read the stream header in order to determine its type.
Dmitry Timoshkov [Wed, 25 Jun 2008 12:27:37 +0000 (21:27 +0900)] 
mciavi32: Read the stream header in order to determine its type.

16 years agowinmm: Add another test confirming that mmioDescend does set fccType of non RIFF...
Dmitry Timoshkov [Wed, 25 Jun 2008 12:26:42 +0000 (21:26 +0900)] 
winmm: Add another test confirming that mmioDescend does set fccType of non RIFF/LIST chunks to 0.

16 years agomapi32: Skip tests on error.
Alistair Leslie-Hughes [Wed, 25 Jun 2008 05:17:13 +0000 (15:17 +1000)] 
mapi32: Skip tests on error.

16 years agocomctl32: listview: Implement LVS_NOCOLUMNHEADER support for WM_STYLECHANGED message.
Guy Albertelli [Wed, 25 Jun 2008 03:01:30 +0000 (23:01 -0400)] 
comctl32: listview: Implement LVS_NOCOLUMNHEADER support for WM_STYLECHANGED message.

When switching LVS_NOCOLUMNHEADER on/off change the style of the header control HDS_HIDDEN.

16 years agocomctl32: listview: Show the header when updating header size if not LVS_NOCOLUMNHEADER.
Guy Albertelli [Wed, 25 Jun 2008 02:58:32 +0000 (22:58 -0400)] 
comctl32: listview: Show the header when updating header size if not LVS_NOCOLUMNHEADER.

16 years agocomctl32: listview: Change header control create act like native for LVS_NOCOLUMNHEAD.
Guy Albertelli [Wed, 25 Jun 2008 02:58:14 +0000 (22:58 -0400)] 
comctl32: listview: Change header control create act like native for LVS_NOCOLUMNHEAD.

The native control issues the CreateWindowEx call with the HDS_HIDDEN
as part of the style and not by issuing the SetWindowLong call.

16 years agodsound/tests: Added additional tests of IDirectSound_CreateSoundBuffer.
Roy Shea [Tue, 24 Jun 2008 17:29:50 +0000 (10:29 -0700)] 
dsound/tests: Added additional tests of IDirectSound_CreateSoundBuffer.