wine
15 years agowinecfg: Update Russian translation.
Vladimir Pankratov [Fri, 27 Jun 2008 19:07:44 +0000 (00:07 +0500)] 
winecfg: Update Russian translation.

15 years agomshtml: Added IHTMLWindow2::clearInterval implementation.
Jacek Caban [Fri, 27 Jun 2008 19:14:08 +0000 (14:14 -0500)] 
mshtml: Added IHTMLWindow2::clearInterval implementation.

15 years agomshtml: Added IHTMLWindow2::clearTimeout implementation.
Jacek Caban [Fri, 27 Jun 2008 19:14:40 +0000 (14:14 -0500)] 
mshtml: Added IHTMLWindow2::clearTimeout implementation.

15 years agomshtml: Added IHTMLWindow3::setInterval implementation.
Jacek Caban [Fri, 27 Jun 2008 19:11:38 +0000 (14:11 -0500)] 
mshtml: Added IHTMLWindow3::setInterval implementation.

15 years agomshtml: Forward IHTMLWindow2::setInterval to IHTMLWindow3.
Jacek Caban [Fri, 27 Jun 2008 19:10:23 +0000 (14:10 -0500)] 
mshtml: Forward IHTMLWindow2::setInterval to IHTMLWindow3.

15 years agomshtml: Added VT_BSTR support to IHTMLWindow3::setTimeout.
Jacek Caban [Fri, 27 Jun 2008 19:10:04 +0000 (14:10 -0500)] 
mshtml: Added VT_BSTR support to IHTMLWindow3::setTimeout.

Resend without test depending on JScript.

15 years agooleaut32: Added test showing need to QueryInterface on dual interface in ITypeInfo...
Jacek Caban [Fri, 27 Jun 2008 19:09:29 +0000 (14:09 -0500)] 
oleaut32: Added test showing need to QueryInterface on dual  interface in ITypeInfo::Invoke.

15 years agoconfigure: On Solaris, libpng requires libm.
Jeremy White [Fri, 27 Jun 2008 18:28:45 +0000 (13:28 -0500)] 
configure: On Solaris, libpng requires libm.

15 years agobrowseui: progressdlg: don't leak the event.
Mikołaj Zalewski [Fri, 27 Jun 2008 17:28:03 +0000 (19:28 +0200)] 
browseui: progressdlg: don't leak the event.

15 years agorichedit: Calculate tab positions relative to end of selection bar.
Dylan Smith [Fri, 27 Jun 2008 13:18:50 +0000 (09:18 -0400)] 
richedit: Calculate tab positions relative to end of selection bar.

15 years agorichedit: Clicking below end of text now selects closest character.
Dylan Smith [Fri, 27 Jun 2008 13:18:39 +0000 (09:18 -0400)] 
richedit: Clicking below end of text now selects closest character.

Before the end of the text was selected when clicking below the end of
the text, rather than using the x position to find the appropriate
character on the last row that is closest to the pixel position.

15 years agogdiplus: Fix a typo in the parameter validation check.
Huw Davies [Fri, 27 Jun 2008 13:04:22 +0000 (14:04 +0100)] 
gdiplus: Fix a typo in the parameter validation check.

16 years agoRelease 1.1.0. wine-1.1.0
Alexandre Julliard [Fri, 27 Jun 2008 14:24:42 +0000 (16:24 +0200)] 
Release 1.1.0.

16 years agoconfigure: Fix the netinet header checks for Mac OS and Solaris.
Alexandre Julliard [Fri, 27 Jun 2008 12:06:47 +0000 (14:06 +0200)] 
configure: Fix the netinet header checks for Mac OS and Solaris.

16 years agowordpad: Pass correct parameters to WM_SIZE message handler.
Dmitry Timoshkov [Fri, 27 Jun 2008 10:05:44 +0000 (19:05 +0900)] 
wordpad: Pass correct parameters to WM_SIZE message handler.

16 years agouser32: Add a test for focus behaviour on minimize/restore.
Dmitry Timoshkov [Fri, 27 Jun 2008 10:05:16 +0000 (19:05 +0900)] 
user32: Add a test for focus behaviour on minimize/restore.

16 years agogdiplus: Implementation of function GdipDrawEllipse.
Przemysław Białek [Fri, 27 Jun 2008 08:59:23 +0000 (10:59 +0200)] 
gdiplus: Implementation of function GdipDrawEllipse.

16 years agonetapi32: Don't test NetUserChangePassword for now.
Kai Blin [Fri, 27 Jun 2008 09:45:18 +0000 (11:45 +0200)] 
netapi32: Don't test NetUserChangePassword for now.

16 years agonetapi32: Remove double free test from apibuf tests.
Kai Blin [Fri, 27 Jun 2008 09:45:10 +0000 (11:45 +0200)] 
netapi32: Remove double free test from apibuf tests.

16 years agomsxml3: Added support for creating DOMFreeThreadedDocument.
Alistair Leslie-Hughes [Wed, 25 Jun 2008 04:52:34 +0000 (14:52 +1000)] 
msxml3: Added support for creating DOMFreeThreadedDocument.

16 years agoshell32: Add stub implementation for SHGetIconOverlayIndex[AW].
Zac Brown [Thu, 26 Jun 2008 05:58:43 +0000 (22:58 -0700)] 
shell32: Add stub implementation for SHGetIconOverlayIndex[AW].

16 years agogdi32: Pass correct pointer value to HeapFree().
Andrew Talbot [Thu, 26 Jun 2008 22:00:36 +0000 (23:00 +0100)] 
gdi32: Pass correct pointer value to HeapFree().

16 years agokernel32: Add stubs for [G|S]etConsoleDisplayMode.
Kirill K. Smirnov [Thu, 26 Jun 2008 17:14:41 +0000 (21:14 +0400)] 
kernel32: Add stubs for [G|S]etConsoleDisplayMode.

16 years agogdiplus: Implemented GdipGetPenDashCap197819.
Nikolay Sivov [Thu, 26 Jun 2008 23:27:18 +0000 (03:27 +0400)] 
gdiplus: Implemented GdipGetPenDashCap197819.

16 years agogdiplus: Implemented GdipGetPenWidth.
Nikolay Sivov [Thu, 26 Jun 2008 23:27:09 +0000 (03:27 +0400)] 
gdiplus: Implemented GdipGetPenWidth.

16 years agogdiplus: Implemetned GdipGetPenUnit.
Nikolay Sivov [Thu, 26 Jun 2008 23:27:03 +0000 (03:27 +0400)] 
gdiplus: Implemetned GdipGetPenUnit.

16 years agogdiplus: Added GdipGetPenStartCap.
Nikolay Sivov [Thu, 26 Jun 2008 23:26:57 +0000 (03:26 +0400)] 
gdiplus: Added GdipGetPenStartCap.

16 years agogdiplus: Implemented GdipGetPenLineJoin, GdipGetPenMiterLimit.
Nikolay Sivov [Thu, 26 Jun 2008 23:26:49 +0000 (03:26 +0400)] 
gdiplus: Implemented GdipGetPenLineJoin, GdipGetPenMiterLimit.

16 years agogdiplus: Implemented GdipGetPenEndCap.
Nikolay Sivov [Thu, 26 Jun 2008 23:26:43 +0000 (03:26 +0400)] 
gdiplus: Implemented GdipGetPenEndCap.

16 years agogdiplus: Implemented GdipCloneImageAttributes.
Nikolay Sivov [Thu, 26 Jun 2008 23:26:33 +0000 (03:26 +0400)] 
gdiplus: Implemented GdipCloneImageAttributes.

16 years agogdiplus: Change tmw field of GpFontFamily into an embedded structure.
Joris Huizer [Thu, 26 Jun 2008 20:25:28 +0000 (22:25 +0200)] 
gdiplus: Change tmw field of GpFontFamily into an embedded structure.

16 years agogdiplus: font: Ensure to release resources.
Joris Huizer [Thu, 26 Jun 2008 20:13:29 +0000 (22:13 +0200)] 
gdiplus: font: Ensure to release resources.

16 years agoquartz: Fix Render and RenderFile.
Maarten Lankhorst [Thu, 26 Jun 2008 18:26:53 +0000 (11:26 -0700)] 
quartz: Fix Render and RenderFile.

RenderFile should add a source filter and call Render on each output
pin, while Render() should try to connect, first directly to any
existing renderers, and then using intermediates. It uses recursion
since this is the only possible way to implement Render sanely.

16 years agoquartz: Make FilterGraph_Connect and ConnectDirect behave better.
Maarten Lankhorst [Thu, 26 Jun 2008 18:13:53 +0000 (11:13 -0700)] 
quartz: Make FilterGraph_Connect and ConnectDirect behave better.

Does some security checks that it won't connect a filter to itself,
and also cleans up after a failed connection attempt.

16 years agoquartz: Make removing filters work slightly better.
Maarten Lankhorst [Thu, 26 Jun 2008 17:59:10 +0000 (10:59 -0700)] 
quartz: Make removing filters work slightly better.

16 years agouser32: Redefine internal pop-up tracking flags to avoid conflicts.
Dan Hipschman [Thu, 26 Jun 2008 23:18:05 +0000 (16:18 -0700)] 
user32: Redefine internal pop-up tracking flags to avoid conflicts.

These internal flags conflict with the Win32 API flags TPM_RECURSE,
TPM_RIGHTBUTTON, and TPM_CENTERALIGN respectively, which are all stored
in the same flag UINT.

16 years agowined3d: Delete depth_blt_texture on IWineD3DDeviceImpl_Uninit3D().
H. Verbeet [Thu, 26 Jun 2008 22:52:13 +0000 (00:52 +0200)] 
wined3d: Delete depth_blt_texture on IWineD3DDeviceImpl_Uninit3D().

16 years agowined3d: Report WINED3DPMISCCAPS_MRTPOSTPIXELSHADERBLENDING.
H. Verbeet [Thu, 26 Jun 2008 22:52:07 +0000 (00:52 +0200)] 
wined3d: Report WINED3DPMISCCAPS_MRTPOSTPIXELSHADERBLENDING.

As far as I can tell we support post ps blending in combination with
MRTs fine. Tabula Rasa needs this cap in order to enable some of the
higher graphics settings.

16 years agorichedit: Ensure caret is seen if moved past end of view over trailing spaces.
Dylan Smith [Thu, 26 Jun 2008 20:17:41 +0000 (16:17 -0400)] 
richedit: Ensure caret is seen if moved past end of view over trailing spaces.

16 years agoriched32: Added class style to process double click events.
Dylan Smith [Thu, 26 Jun 2008 20:17:38 +0000 (16:17 -0400)] 
riched32: Added class style to process double click events.

16 years agorichedit: Caret size must match font size characters to be inserted.
Dylan Smith [Thu, 26 Jun 2008 20:17:32 +0000 (16:17 -0400)] 
richedit: Caret size must match font size characters to be inserted.

When the caret is at the start of a run, it uses the font of the
previous run for inserting characters.  The caret size previously was
the wrong height for the characters being inserted when the caret was at
the start of a line, but not the start of a paragraph so this patch
fixes this bug.

16 years agorichedit: Fixed mistake that didn't cause a bug.
Dylan Smith [Thu, 26 Jun 2008 20:17:22 +0000 (16:17 -0400)] 
richedit: Fixed mistake that didn't cause a bug.

The check to see if the dwOutputBuffer is full was performed incorrectly
in RTFPutUnicodeString, however, this mistake was actually harmless
since it would just cause an extra loop that does nothing, then the
check would work properly with the variable fit equal to 0.

16 years agorichedit: Set error codes and stop parsing for some rtf syntax errors.
Dylan Smith [Thu, 26 Jun 2008 20:17:25 +0000 (16:17 -0400)] 
richedit: Set error codes and stop parsing for some rtf syntax errors.

Checks were added for hexadecimal values that did not have valid
characters, and for EOF received before the final closing brace of the
rich text stream.  The error values were tested on richedit versions 1,
2, 3 & 4.1, and they were all the same for these cases.

16 years agorichedit: Removed redundant code for getting the insert style.
Dylan Smith [Thu, 26 Jun 2008 20:17:17 +0000 (16:17 -0400)] 
richedit: Removed redundant code for getting the insert style.

The function ME_GetInsertStyle already checks for the case where there
is a selection, so there is no need to duplicate this code for
ME_GetSelectionInsertStyle.

16 years agogdiplus: Implementation of GdipAddPathPolygon with tests.
Nikolay Sivov [Thu, 26 Jun 2008 14:07:04 +0000 (18:07 +0400)] 
gdiplus: Implementation of GdipAddPathPolygon with tests.

16 years agoc2man: Correct extension for non-dlls (based on a patch by Vijay Kamuju).
Jon Griffiths [Tue, 24 Jun 2008 20:54:59 +0000 (13:54 -0700)] 
c2man: Correct extension for non-dlls (based on a patch by Vijay Kamuju).

16 years agorichedit: Implemented undo coalescing to group typing events.
Dylan Smith [Wed, 25 Jun 2008 14:29:19 +0000 (10:29 -0400)] 
richedit: Implemented undo coalescing to group typing events.

Consecutively typed characters are grouped together to be undone
together.  The grouping of typed characters can be stopped by certain
events that are mentioned in MSDN's remarks on the EM_STOPGROUPTYPING
message, which is also implemented by this patch.

16 years agorichedit: Make cursor visible when selecting via mouse above/below editor.
Dylan Smith [Wed, 25 Jun 2008 15:51:17 +0000 (11:51 -0400)] 
richedit: Make cursor visible when selecting via mouse above/below editor.

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.