wine
17 years agoserver: Workaround for conflict between Wine and Solaris list.h.
Petr Sumbera [Thu, 10 Apr 2008 15:03:18 +0000 (17:03 +0200)] 
server: Workaround for conflict between Wine and Solaris list.h.

17 years agowinetest: Fix shell substitution syntax for Solaris.
Petr Sumbera [Thu, 10 Apr 2008 10:02:04 +0000 (12:02 +0200)] 
winetest: Fix shell substitution syntax for Solaris.

17 years agotools: Add Spanish translation to wine.desktop.
Luis C. Busquets Pérez [Thu, 10 Apr 2008 18:50:51 +0000 (20:50 +0200)] 
tools: Add Spanish translation to wine.desktop.

17 years agocryptui: Add stub DLL.
Juan Lang [Thu, 10 Apr 2008 18:16:01 +0000 (11:16 -0700)] 
cryptui: Add stub DLL.

17 years agosoftpub: Forward softpub functions to wintrust.
Juan Lang [Thu, 10 Apr 2008 17:27:04 +0000 (10:27 -0700)] 
softpub: Forward softpub functions to wintrust.

17 years agowinedos: The calling convention should come after the return type in the declaration...
Rob Shearman [Thu, 10 Apr 2008 11:01:59 +0000 (12:01 +0100)] 
winedos: The calling convention should come after the return type in the declaration of VGA_DoShowMouse for portability.

17 years agomshtml: Fix the buffer length being passed into MultiByteToWideChar in set_registry.
Rob Shearman [Thu, 10 Apr 2008 11:01:52 +0000 (12:01 +0100)] 
mshtml: Fix the buffer length being passed into MultiByteToWideChar in set_registry.

17 years agomshtml: Support parsing the resource type in the res:// protocol.
Rob Shearman [Thu, 10 Apr 2008 11:01:48 +0000 (12:01 +0100)] 
mshtml: Support parsing the resource type in the res:// protocol.

17 years agoshell32: Implement ParseDisplayName for EntireNetwork in the Network Places shell...
Rob Shearman [Thu, 10 Apr 2008 11:01:38 +0000 (12:01 +0100)] 
shell32: Implement ParseDisplayName for EntireNetwork in the Network Places shell folder.

Add a test for this behaviour.

17 years agouser32/tests: Replace the keyboard flags bitfield by the official flag definitions.
Alexandre Julliard [Thu, 10 Apr 2008 15:59:10 +0000 (17:59 +0200)] 
user32/tests: Replace the keyboard flags bitfield by the official flag definitions.

17 years agowinex11: Replace the keyboard flags bitfield by the official flag definitions.
Alexandre Julliard [Thu, 10 Apr 2008 15:59:06 +0000 (17:59 +0200)] 
winex11: Replace the keyboard flags bitfield by the official flag definitions.

17 years agouser32: Moved the menu activation hack on managed windows to the X11 driver.
Alexandre Julliard [Thu, 10 Apr 2008 14:41:26 +0000 (16:41 +0200)] 
user32: Moved the menu activation hack on managed windows to the X11 driver.

17 years agouser32: Forward all WM_SYSCOMMAND messages to the driver, not only moves and resizes.
Alexandre Julliard [Thu, 10 Apr 2008 13:43:24 +0000 (15:43 +0200)] 
user32: Forward all WM_SYSCOMMAND messages to the driver, not only moves and resizes.

17 years agocomctl32: Get rid of the hack to remove size grips on managed windows.
Alexandre Julliard [Thu, 10 Apr 2008 12:47:44 +0000 (14:47 +0200)] 
comctl32: Get rid of the hack to remove size grips on managed windows.

17 years agowinex11: Make sure to flush painting operations before moving a window.
Alexandre Julliard [Thu, 10 Apr 2008 12:47:19 +0000 (14:47 +0200)] 
winex11: Make sure to flush painting operations before moving a window.

17 years agowinex11: Connect to XIM server dynamically.
Kusanagi Kouichi [Fri, 4 Apr 2008 11:44:36 +0000 (20:44 +0900)] 
winex11: Connect to XIM server dynamically.

17 years agowinex11: Separate the XIM process-wide setup from the IME creation.
Alexandre Julliard [Thu, 10 Apr 2008 10:29:01 +0000 (12:29 +0200)] 
winex11: Separate the XIM process-wide setup from the IME creation.

17 years agoquartz: Add stubs for the IMediaSeeking interface in SeekingPassThru.
Maarten Lankhorst [Wed, 9 Apr 2008 23:34:23 +0000 (16:34 -0700)] 
quartz: Add stubs for the IMediaSeeking interface in SeekingPassThru.

17 years agoquartz: Add a stub for SeekingPassThru.
Maarten Lankhorst [Wed, 9 Apr 2008 20:12:55 +0000 (13:12 -0700)] 
quartz: Add a stub for SeekingPassThru.

17 years agomshtml: Correctly handle NULL req in get_nscontainer_from_load_group.
Jacek Caban [Thu, 10 Apr 2008 08:38:05 +0000 (10:38 +0200)] 
mshtml: Correctly handle NULL req in get_nscontainer_from_load_group.

17 years agomshtml.idl: Added DispHTMLWindow2 dispinterface.
Jacek Caban [Thu, 10 Apr 2008 08:37:39 +0000 (10:37 +0200)] 
mshtml.idl: Added DispHTMLWindow2 dispinterface.

17 years agoinclude: Added ICanHandleException interface.
Jacek Caban [Thu, 10 Apr 2008 08:37:54 +0000 (10:37 +0200)] 
include: Added ICanHandleException interface.

17 years agojscript: Added IObjectSafety tests.
Jacek Caban [Thu, 10 Apr 2008 08:37:17 +0000 (10:37 +0200)] 
jscript: Added IObjectSafety tests.

17 years agogdiplus: Add a stub for GdipSetImageAttributesOutputChannelColorProfile.
Lei Zhang [Wed, 9 Apr 2008 20:26:48 +0000 (13:26 -0700)] 
gdiplus: Add a stub for GdipSetImageAttributesOutputChannelColorProfile.

17 years agogdiplus: Add a stub for GdipSetImageAttributesOutputChannel.
Lei Zhang [Wed, 9 Apr 2008 20:25:14 +0000 (13:25 -0700)] 
gdiplus: Add a stub for GdipSetImageAttributesOutputChannel.

17 years agogdiplus: Add a stub for GdipSetImageAttributesNoOp.
Lei Zhang [Wed, 9 Apr 2008 20:16:32 +0000 (13:16 -0700)] 
gdiplus: Add a stub for GdipSetImageAttributesNoOp.

17 years agogdiplus: Add a stub for GdipSetImageAttributesGamma.
Lei Zhang [Wed, 9 Apr 2008 20:14:45 +0000 (13:14 -0700)] 
gdiplus: Add a stub for GdipSetImageAttributesGamma.

17 years agogdiplus: Add a stub for GdipSetImageAttributesCachedBackground.
Lei Zhang [Wed, 9 Apr 2008 20:09:58 +0000 (13:09 -0700)] 
gdiplus: Add a stub for GdipSetImageAttributesCachedBackground.

17 years agogdiplus: Add a stub for GdipSetEmpty.
Lei Zhang [Wed, 9 Apr 2008 20:09:34 +0000 (13:09 -0700)] 
gdiplus: Add a stub for GdipSetEmpty.

17 years agogdiplus: Add a stub for GdipSetEffectParameters.
Lei Zhang [Wed, 9 Apr 2008 20:00:16 +0000 (13:00 -0700)] 
gdiplus: Add a stub for GdipSetEffectParameters.

17 years agogdiplus: Add a stub for GdipSetCustomLineCapWidthScale.
Lei Zhang [Wed, 9 Apr 2008 19:51:08 +0000 (12:51 -0700)] 
gdiplus: Add a stub for GdipSetCustomLineCapWidthScale.

17 years agogdiplus: Add a stub for GdipSetCustomLineCapStrokeJoin.
Lei Zhang [Wed, 9 Apr 2008 19:49:02 +0000 (12:49 -0700)] 
gdiplus: Add a stub for GdipSetCustomLineCapStrokeJoin.

17 years agogdiplus: Add a stub for GdipSetCustomLineCapBaseInset.
Lei Zhang [Wed, 9 Apr 2008 19:47:22 +0000 (12:47 -0700)] 
gdiplus: Add a stub for GdipSetCustomLineCapBaseInset.

17 years agogdiplus: Add a stub for GdipGetCustomLineCapBaseInset.
Lei Zhang [Wed, 9 Apr 2008 19:46:36 +0000 (12:46 -0700)] 
gdiplus: Add a stub for GdipGetCustomLineCapBaseInset.

17 years agogdiplus: Add a stub for GdipSetCustomLineCapBaseCap.
Lei Zhang [Wed, 9 Apr 2008 19:42:12 +0000 (12:42 -0700)] 
gdiplus: Add a stub for GdipSetCustomLineCapBaseCap.

17 years agogdiplus: Add a stub for GdipSetClipRegion.
Lei Zhang [Wed, 9 Apr 2008 19:35:29 +0000 (12:35 -0700)] 
gdiplus: Add a stub for GdipSetClipRegion.

17 years agouser32: Handle VK_TAB in EDIT_WM_KeyDown.
Lei Zhang [Thu, 10 Apr 2008 02:10:38 +0000 (19:10 -0700)] 
user32: Handle VK_TAB in EDIT_WM_KeyDown.

17 years agoqedit: Add a stub for IMediaDet_get_StreamLength.
Dan Hipschman [Wed, 9 Apr 2008 23:02:40 +0000 (16:02 -0700)] 
qedit: Add a stub for IMediaDet_get_StreamLength.

To get this working by querying the filters for IMediaSeeking and calling
GetDuration, we need a little better support from quartz.  For now a stub
is better than nothing.

17 years agoqedit: Implement IMediaDet_get_FrameRate.
Dan Hipschman [Wed, 9 Apr 2008 23:02:02 +0000 (16:02 -0700)] 
qedit: Implement IMediaDet_get_FrameRate.

17 years agoqedit: Implement IMediaDet_get_StreamMediaType.
Dan Hipschman [Wed, 9 Apr 2008 23:01:30 +0000 (16:01 -0700)] 
qedit: Implement IMediaDet_get_StreamMediaType.

17 years agooleview: Added returns as arguments in interfaces with oleautomation flag.
Piotr Caban [Wed, 9 Apr 2008 21:38:13 +0000 (23:38 +0200)] 
oleview: Added returns as arguments in interfaces with oleautomation flag.

17 years agooleview: Hide functions without id property in dual interfaces.
Piotr Caban [Wed, 9 Apr 2008 19:25:57 +0000 (21:25 +0200)] 
oleview: Hide functions without id property in dual interfaces.

17 years agooleview: Fixed idl files generation with oleautomation flag.
Piotr Caban [Wed, 9 Apr 2008 19:25:49 +0000 (21:25 +0200)] 
oleview: Fixed idl files generation with oleautomation flag.

17 years agooleview: Fixed idl files generation with dual interfaces.
Piotr Caban [Wed, 9 Apr 2008 19:25:36 +0000 (21:25 +0200)] 
oleview: Fixed idl files generation with dual interfaces.

17 years agooleview: Added helpstring to functions.
Piotr Caban [Wed, 9 Apr 2008 19:50:16 +0000 (21:50 +0200)] 
oleview: Added helpstring to functions.

17 years agomsdmo: Fix calculation of array size in bytes.
Andrew Talbot [Wed, 9 Apr 2008 22:07:51 +0000 (23:07 +0100)] 
msdmo: Fix calculation of array size in bytes.

17 years agoole32: Spelling fixes.
Austin English [Wed, 9 Apr 2008 19:33:37 +0000 (14:33 -0500)] 
ole32: Spelling fixes.

17 years agoinclude: Add ISeekingPassThru interface.
Maarten Lankhorst [Wed, 9 Apr 2008 18:44:46 +0000 (11:44 -0700)] 
include: Add ISeekingPassThru interface.

17 years agoquartz: Implement stop position in the mpeg splitter.
Maarten Lankhorst [Wed, 9 Apr 2008 19:07:14 +0000 (12:07 -0700)] 
quartz: Implement stop position in the mpeg splitter.

17 years agoquartz: Implement stop position in the filtergraph.
Maarten Lankhorst [Wed, 9 Apr 2008 19:00:13 +0000 (12:00 -0700)] 
quartz: Implement stop position in the filtergraph.

17 years agoprograms: Remove winelauncher from install rules.
Alexandre Julliard [Thu, 10 Apr 2008 07:45:44 +0000 (09:45 +0200)] 
programs: Remove winelauncher from install rules.

17 years agouser32/tests: Avoid testing uninitialized data.
Alexandre Julliard [Thu, 10 Apr 2008 07:45:34 +0000 (09:45 +0200)] 
user32/tests: Avoid testing uninitialized data.

17 years agohhctrl.ocx: Fix for writing outside allocated memory in HH_AddToolbar.
Tomasz Jezierski [Wed, 9 Apr 2008 08:03:58 +0000 (10:03 +0200)] 
hhctrl.ocx: Fix for writing outside allocated memory in HH_AddToolbar.

17 years agouser32: Fix a typo.
Lei Zhang [Wed, 9 Apr 2008 03:10:36 +0000 (20:10 -0700)] 
user32: Fix a typo.

17 years agouser32: Add edit control check to see if its in a dialog on WM_CHAR/VK_TAB.
Lei Zhang [Wed, 9 Apr 2008 18:33:32 +0000 (11:33 -0700)] 
user32: Add edit control check to see if its in a dialog on WM_CHAR/VK_TAB.

17 years agouser32: Add edit control check to see if its in a dialog on WM_CHAR/VK_RETURN.
Lei Zhang [Wed, 9 Apr 2008 18:33:03 +0000 (11:33 -0700)] 
user32: Add edit control check to see if its in a dialog on WM_CHAR/VK_RETURN.

17 years agowinex11: Flush the display after creating X windows.
Alexandre Julliard [Wed, 9 Apr 2008 18:24:27 +0000 (20:24 +0200)] 
winex11: Flush the display after creating X windows.

17 years agowinex11: Added an error handler to catch bad atoms in clipboard selections.
Alexandre Julliard [Wed, 9 Apr 2008 18:09:40 +0000 (20:09 +0200)] 
winex11: Added an error handler to catch bad atoms in clipboard selections.

17 years agoinclude/setupapi: Remove extra semicolons.
Steven Edwards [Wed, 9 Apr 2008 18:37:26 +0000 (14:37 -0400)] 
include/setupapi: Remove extra semicolons.

17 years agoserver: Remove unneeded semicolon.
Steven Edwards [Wed, 9 Apr 2008 17:49:13 +0000 (13:49 -0400)] 
server: Remove unneeded semicolon.

17 years agoimm32: Implement ImmUnregisterWord using loaded IME.
Aric Stewart [Wed, 9 Apr 2008 14:42:29 +0000 (09:42 -0500)] 
imm32: Implement ImmUnregisterWord using loaded IME.

17 years agoimm32: Implement ImmRegisterWord using loaded IME.
Aric Stewart [Wed, 9 Apr 2008 14:42:15 +0000 (09:42 -0500)] 
imm32: Implement ImmRegisterWord using loaded IME.

17 years agoimm32: Implement ImmGetRegisterWordStyle using loaded IME.
Aric Stewart [Wed, 9 Apr 2008 14:42:00 +0000 (09:42 -0500)] 
imm32: Implement ImmGetRegisterWordStyle using loaded IME.

17 years agoimm32: Semi-stub implement ImmGetConversionList using loaded IME.
Aric Stewart [Wed, 9 Apr 2008 14:41:43 +0000 (09:41 -0500)] 
imm32: Semi-stub implement ImmGetConversionList using loaded IME.

17 years agoimm32: Semi-stub implement ImmEscape using loaded IME.
Aric Stewart [Wed, 9 Apr 2008 14:41:30 +0000 (09:41 -0500)] 
imm32: Semi-stub implement ImmEscape using loaded IME.

17 years agoimm32: Semi-stub implement ImmEnumRegisterWord using loaded IME.
Aric Stewart [Wed, 9 Apr 2008 14:41:15 +0000 (09:41 -0500)] 
imm32: Semi-stub implement ImmEnumRegisterWord using loaded IME.

17 years agowinhelp: Fix Win64 warnings.
Dmitry Timoshkov [Wed, 9 Apr 2008 12:24:07 +0000 (21:24 +0900)] 
winhelp: Fix Win64 warnings.

17 years agowordpad: Fix Win64 warnings.
Dmitry Timoshkov [Wed, 9 Apr 2008 12:24:27 +0000 (21:24 +0900)] 
wordpad: Fix Win64 warnings.

17 years agowinefile: Fix Win64 warnings.
Dmitry Timoshkov [Wed, 9 Apr 2008 12:23:47 +0000 (21:23 +0900)] 
winefile: Fix Win64 warnings.

17 years agowineconsole: Fix Win64 warning.
Dmitry Timoshkov [Wed, 9 Apr 2008 12:23:29 +0000 (21:23 +0900)] 
wineconsole: Fix Win64 warning.

17 years agowineboot: Fix Win64 warnings.
Dmitry Timoshkov [Wed, 9 Apr 2008 12:23:06 +0000 (21:23 +0900)] 
wineboot: Fix Win64 warnings.

17 years agoregedit: Fix Win64 warnings.
Dmitry Timoshkov [Wed, 9 Apr 2008 12:22:42 +0000 (21:22 +0900)] 
regedit: Fix Win64 warnings.

17 years agoqedit/tests: Fix dependency.
Mikołaj Zalewski [Wed, 9 Apr 2008 11:21:31 +0000 (13:21 +0200)] 
qedit/tests: Fix dependency.

17 years agowinex11: Fix KeymapNotify handler to take left/right modifiers into account.
Alexandre Julliard [Wed, 9 Apr 2008 14:25:15 +0000 (16:25 +0200)] 
winex11: Fix KeymapNotify handler to take left/right modifiers into account.

17 years agowinex11: Get rid of the useless systray hidden flag.
Alexandre Julliard [Wed, 9 Apr 2008 14:22:57 +0000 (16:22 +0200)] 
winex11: Get rid of the useless systray hidden flag.

17 years agowinex11: Add some generic support for XEMBED client windows.
Alexandre Julliard [Wed, 9 Apr 2008 13:46:33 +0000 (15:46 +0200)] 
winex11: Add some generic support for XEMBED client windows.

17 years agowinex11: Abstract window map/unmap to separate functions.
Alexandre Julliard [Wed, 9 Apr 2008 13:06:40 +0000 (15:06 +0200)] 
winex11: Abstract window map/unmap to separate functions.

17 years agowineps.drv: Updated Korean resource.
Hwang YunSong(황윤성) [Fri, 4 Apr 2008 08:05:06 +0000 (17:05 +0900)] 
wineps.drv: Updated Korean resource.

17 years agoxcopy: Updated Korean resource.
Hwang YunSong(황윤성) [Fri, 4 Apr 2008 07:59:18 +0000 (16:59 +0900)] 
xcopy: Updated Korean resource.

17 years agowordpad: Updated Korean resource.
Hwang YunSong(황윤성) [Fri, 4 Apr 2008 07:57:57 +0000 (16:57 +0900)] 
wordpad: Updated Korean resource.

17 years agowinhelp: Updated Korean resource.
Hwang YunSong(황윤성) [Fri, 4 Apr 2008 07:54:05 +0000 (16:54 +0900)] 
winhelp: Updated Korean resource.

17 years agowinemine: Update Korean resource.
Hwang YunSong(황윤성) [Fri, 4 Apr 2008 07:50:25 +0000 (16:50 +0900)] 
winemine: Update Korean resource.

17 years agowinecfg: Updated Korean resource.
Hwang YunSong(황윤성) [Fri, 4 Apr 2008 07:48:16 +0000 (16:48 +0900)] 
winecfg: Updated Korean resource.

17 years agouninstaller: Updated Korean resource.
Hwang YunSong(황윤성) [Fri, 4 Apr 2008 07:46:14 +0000 (16:46 +0900)] 
uninstaller: Updated Korean resource.

17 years agoshell32: Updated Korean resource.
Hwang YunSong(황윤성) [Fri, 4 Apr 2008 07:43:33 +0000 (16:43 +0900)] 
shell32: Updated Korean resource.

17 years agonotepad: Updated Korean resource.
Hwang YunSong(황윤성) [Fri, 4 Apr 2008 07:30:12 +0000 (16:30 +0900)] 
notepad: Updated Korean resource.

17 years agowined3d: Check for NULL vertex declarations.
Chris Robinson [Mon, 7 Apr 2008 10:08:16 +0000 (03:08 -0700)] 
wined3d: Check for NULL vertex declarations.

17 years agogdiplus: Add a stub for GdipSetClipRectI.
Lei Zhang [Tue, 8 Apr 2008 21:44:41 +0000 (14:44 -0700)] 
gdiplus: Add a stub for GdipSetClipRectI.

17 years agoSpelling fixes.
Austin English [Tue, 8 Apr 2008 21:22:43 +0000 (16:22 -0500)] 
Spelling fixes.

17 years agoquartz: Make the directsound renderer handle the Play->Pause->Play position without...
Maarten Lankhorst [Tue, 8 Apr 2008 23:48:00 +0000 (16:48 -0700)] 
quartz: Make the directsound renderer handle the Play->Pause->Play position without dropping data.

17 years agoquartz: Generate a seek table for the mpeg splitter.
Maarten Lankhorst [Tue, 8 Apr 2008 19:28:09 +0000 (12:28 -0700)] 
quartz: Generate a seek table for the mpeg splitter.

Speeds up seeking mp3's on large files.

17 years agoquartz: Remove while { } while construct.
Maarten Lankhorst [Tue, 8 Apr 2008 19:24:33 +0000 (12:24 -0700)] 
quartz: Remove while { } while construct.

Thanks to Andrew Talbot for spotting this.

17 years agotools: Remove the obsolete bug_report.pl and genpatch scripts.
Alexandre Julliard [Wed, 9 Apr 2008 09:55:58 +0000 (11:55 +0200)] 
tools: Remove the obsolete bug_report.pl and genpatch scripts.

17 years agoprograms: Remove obsolete winelauncher script.
Alexandre Julliard [Wed, 9 Apr 2008 09:55:48 +0000 (11:55 +0200)] 
programs: Remove obsolete winelauncher script.

17 years agod3d9: Some Windows drivers set undefined attributes to 0.0.
Stefan Dösinger [Mon, 7 Apr 2008 12:36:53 +0000 (14:36 +0200)] 
d3d9: Some Windows drivers set undefined attributes to 0.0.

17 years agod3d9: Accept erros in the fvp->3.0 pixel shader varying test.
Stefan Dösinger [Mon, 7 Apr 2008 12:07:22 +0000 (14:07 +0200)] 
d3d9: Accept erros in the fvp->3.0 pixel shader varying test.

Some cards/drivers like ATI and the Geforce 8 driver return an error in
this case, make the test accept that. This lifts some constraints we
have to care for in WineD3D and removes one of the requirement for the
packing shader. We still need the packing shader for vs_1_1 -> ps_3_0
mapping and for indirect pixel shader varying addressing though.

17 years agod3d9: Make the srgb reading test less strict.
Stefan Dösinger [Mon, 7 Apr 2008 11:56:27 +0000 (13:56 +0200)] 
d3d9: Make the srgb reading test less strict.

17 years agowined3d: Disable blending when clearing.
Stefan Dösinger [Sat, 5 Apr 2008 22:49:00 +0000 (00:49 +0200)] 
wined3d: Disable blending when clearing.

17 years agowined3d: Disable MAG filters on formats that do not support them.
Stefan Dösinger [Sat, 5 Apr 2008 22:37:51 +0000 (00:37 +0200)] 
wined3d: Disable MAG filters on formats that do not support them.

17 years agowined3d: Make the mag filter lookup a separate array.
Stefan Dösinger [Sat, 5 Apr 2008 22:31:39 +0000 (00:31 +0200)] 
wined3d: Make the mag filter lookup a separate array.

This makes it easier to make this a per texture / per adapter property.
Somewhen we should rename the remaining lookup type in the general
lookup table to wraplookup.