wine
14 years agomakedep: Handle non-overwriting rename for Windows.
Dylan Smith [Sat, 22 Aug 2009 05:57:47 +0000 (01:57 -0400)] 
makedep: Handle non-overwriting rename for Windows.

14 years agowined3d: Properly check if an attribute is used in state_colormat().
Henri Verbeet [Mon, 24 Aug 2009 07:27:55 +0000 (09:27 +0200)] 
wined3d: Properly check if an attribute is used in state_colormat().

14 years agowined3d: Properly check if an attribute is used in drawStridedSlowVs().
Henri Verbeet [Mon, 24 Aug 2009 07:27:54 +0000 (09:27 +0200)] 
wined3d: Properly check if an attribute is used in drawStridedSlowVs().

14 years agowined3d: Properly check if an attribute is used in buffer_check_attribute().
Henri Verbeet [Mon, 24 Aug 2009 07:27:53 +0000 (09:27 +0200)] 
wined3d: Properly check if an attribute is used in buffer_check_attribute().

14 years agowined3d: Properly check if an attribute is used in loadTexCoords().
Henri Verbeet [Mon, 24 Aug 2009 07:27:52 +0000 (09:27 +0200)] 
wined3d: Properly check if an attribute is used in loadTexCoords().

14 years agowined3d: Properly check if an attribute is used in loadVertexData().
Henri Verbeet [Mon, 24 Aug 2009 07:27:51 +0000 (09:27 +0200)] 
wined3d: Properly check if an attribute is used in loadVertexData().

14 years agouser32/tests: Fix a test failure on Win9x.
Andrew Nguyen [Mon, 24 Aug 2009 06:50:30 +0000 (01:50 -0500)] 
user32/tests: Fix a test failure on Win9x.

14 years agojscript: Added String.substr implementation.
Piotr Caban [Sun, 23 Aug 2009 21:38:33 +0000 (23:38 +0200)] 
jscript: Added String.substr implementation.

14 years agojscript: Fixed Function method's lengths.
Piotr Caban [Sun, 23 Aug 2009 21:38:16 +0000 (23:38 +0200)] 
jscript: Fixed Function method's lengths.

14 years agojscript: Fixed keywords handling.
Piotr Caban [Sun, 23 Aug 2009 21:38:06 +0000 (23:38 +0200)] 
jscript: Fixed keywords handling.

14 years agocomctl32/tests: Move message testing helpers to header.
Nikolay Sivov [Sun, 23 Aug 2009 08:39:27 +0000 (12:39 +0400)] 
comctl32/tests: Move message testing helpers to header.

14 years agowinecfg: Update Japanese translation.
Akihiro Sagawa [Sat, 22 Aug 2009 13:34:41 +0000 (22:34 +0900)] 
winecfg: Update Japanese translation.

14 years agocsetupapi: Update Japanese translation.
Akihiro Sagawa [Sat, 22 Aug 2009 13:34:40 +0000 (22:34 +0900)] 
csetupapi: Update Japanese translation.

14 years agoshell32: Update Japanese translation.
Akihiro Sagawa [Sat, 22 Aug 2009 13:34:34 +0000 (22:34 +0900)] 
shell32: Update Japanese translation.

14 years agoregedit: Update Japanese translation.
Akihiro Sagawa [Sat, 22 Aug 2009 13:34:38 +0000 (22:34 +0900)] 
regedit: Update Japanese translation.

14 years agocomctl32: Update Japanese translation.
Akihiro Sagawa [Sat, 22 Aug 2009 13:34:31 +0000 (22:34 +0900)] 
comctl32: Update Japanese translation.

14 years agoreg: Update Japanese translation.
Akihiro Sagawa [Sat, 22 Aug 2009 13:34:36 +0000 (22:34 +0900)] 
reg: Update Japanese translation.

14 years agoappwiz.cpl: Update and refine Japanese translation.
Akihiro Sagawa [Sat, 22 Aug 2009 13:34:33 +0000 (22:34 +0900)] 
appwiz.cpl: Update and refine Japanese translation.

14 years agouninstaller: Add Japanese translation.
Akihiro Sagawa [Sat, 22 Aug 2009 13:34:35 +0000 (22:34 +0900)] 
uninstaller: Add Japanese translation.

14 years agomsxml3: Get rid of not used aggregation support in domelement.
Jacek Caban [Sat, 22 Aug 2009 17:51:45 +0000 (19:51 +0200)] 
msxml3: Get rid of not used aggregation support in domelement.

14 years agomshtml: Use URL moniker to load http documents.
Jacek Caban [Sat, 22 Aug 2009 17:40:01 +0000 (19:40 +0200)] 
mshtml: Use URL moniker to load http documents.

14 years agourlmon: Call OnStopBinding before Terminate.
Jacek Caban [Sat, 22 Aug 2009 17:39:33 +0000 (19:39 +0200)] 
urlmon: Call OnStopBinding before Terminate.

14 years agowininet: Don't free gzip_stream in HTTPREQ_CloseConnection.
Jacek Caban [Sat, 22 Aug 2009 17:46:30 +0000 (19:46 +0200)] 
wininet: Don't free gzip_stream in HTTPREQ_CloseConnection.

14 years agoshdocvw: Return succes in bind status callback functions.
Jacek Caban [Sat, 22 Aug 2009 17:38:41 +0000 (19:38 +0200)] 
shdocvw: Return succes in bind status callback functions.

14 years agomshtml: Don't return Gecko interfaces implementation from nsChannel::QueryInterface.
Jacek Caban [Sat, 22 Aug 2009 17:38:14 +0000 (19:38 +0200)] 
mshtml: Don't return Gecko interfaces implementation from nsChannel::QueryInterface.

14 years agomshtml: Treat wyciwyg protocol as Gecko special protocol.
Jacek Caban [Sat, 22 Aug 2009 17:37:59 +0000 (19:37 +0200)] 
mshtml: Treat wyciwyg protocol as Gecko special protocol.

14 years agomshtml: Wrap nsIHttpChannelInternal interface.
Jacek Caban [Sat, 22 Aug 2009 17:37:30 +0000 (19:37 +0200)] 
mshtml: Wrap nsIHttpChannelInternal interface.

14 years agourlmon: Fixed tests on IE older than 8.
Jacek Caban [Sat, 22 Aug 2009 17:22:11 +0000 (19:22 +0200)] 
urlmon: Fixed tests on IE older than 8.

14 years agoole32: Don't read past the end of the stream when converting block types.
Andrew Eikum [Fri, 21 Aug 2009 19:33:40 +0000 (14:33 -0500)] 
ole32: Don't read past the end of the stream when converting block types.

14 years agomsacm32/tests: msacm32 can enumerate drivers that cannot be loaded or have their...
Aric Stewart [Fri, 21 Aug 2009 14:22:56 +0000 (09:22 -0500)] 
msacm32/tests: msacm32 can enumerate drivers that cannot be loaded or have their details queried. Deal with this properly.

14 years agomsacm32: In acmDriverDetails if we are unable to load the driver then return MMSYSERR...
Aric Stewart [Fri, 21 Aug 2009 14:39:15 +0000 (09:39 -0500)] 
msacm32: In acmDriverDetails if we are unable to load the driver then return MMSYSERR_NOTSUPPORTED as windows does.

14 years agomsacm32: If a driver load fails and it does not give us another error set the error...
Aric Stewart [Fri, 21 Aug 2009 14:38:53 +0000 (09:38 -0500)] 
msacm32: If a driver load fails and it does not give us another error set the error to MMSYSERR_NODRIVER.

14 years agoserver: Define an architecture-independent structure for process startup info.
Alexandre Julliard [Thu, 20 Aug 2009 18:05:21 +0000 (20:05 +0200)] 
server: Define an architecture-independent structure for process startup info.

14 years agoRelease 1.1.28. wine-1.1.28
Alexandre Julliard [Fri, 21 Aug 2009 16:55:37 +0000 (18:55 +0200)] 
Release 1.1.28.

14 years agowidl: The alignment written for USER_MARSHAL types is the wire-type alignment.
Huw Davies [Fri, 21 Aug 2009 12:20:16 +0000 (13:20 +0100)] 
widl: The alignment written for USER_MARSHAL types is the wire-type alignment.

14 years agowidl: A structure that contains an embedded interface ptr in an array is a BOGUS_STRUCT.
Huw Davies [Fri, 21 Aug 2009 11:10:56 +0000 (12:10 +0100)] 
widl: A structure that contains an embedded interface ptr in an array is a BOGUS_STRUCT.

14 years agomshtml: Implement IHTMLStyle get/put wordSpacing.
Alistair Leslie-Hughes [Fri, 21 Aug 2009 10:55:29 +0000 (20:55 +1000)] 
mshtml: Implement IHTMLStyle get/put wordSpacing.

14 years agomshtml: Code clean up.
Jacek Caban [Fri, 21 Aug 2009 11:27:20 +0000 (13:27 +0200)] 
mshtml: Code clean up.

14 years agomsxml3: Store xmlnode object in domdoc.
Jacek Caban [Fri, 21 Aug 2009 11:25:28 +0000 (13:25 +0200)] 
msxml3: Store xmlnode object in domdoc.

14 years agomsxml3: Store xmlnode object in domelem.
Jacek Caban [Fri, 21 Aug 2009 11:24:53 +0000 (13:24 +0200)] 
msxml3: Store xmlnode object in domelem.

14 years agomsxml3: Return xmlnode object from create_basic_node.
Jacek Caban [Fri, 21 Aug 2009 11:24:31 +0000 (13:24 +0200)] 
msxml3: Return xmlnode object from create_basic_node.

14 years agontoskrnl.exe: Stub for IoReportResourceUsage.
Stefan Leichter [Fri, 21 Aug 2009 09:33:12 +0000 (11:33 +0200)] 
ntoskrnl.exe: Stub for IoReportResourceUsage.

14 years agowindowscodecs: Support Stat for memory streams in IWICStream.
Tony Wasserka [Fri, 21 Aug 2009 09:12:03 +0000 (11:12 +0200)] 
windowscodecs: Support Stat for memory streams in IWICStream.

14 years agowindowscodecs: Support Seek for memory streams in IWICStream.
Tony Wasserka [Fri, 21 Aug 2009 09:11:39 +0000 (11:11 +0200)] 
windowscodecs: Support Seek for memory streams in IWICStream.

14 years agowindowscodecs: Support writing to memory streams in IWICStream.
Tony Wasserka [Fri, 21 Aug 2009 09:08:10 +0000 (11:08 +0200)] 
windowscodecs: Support writing to memory streams in IWICStream.

14 years agowindowscodecs: Support reading from memory streams in IWICStream.
Tony Wasserka [Fri, 21 Aug 2009 09:07:37 +0000 (11:07 +0200)] 
windowscodecs: Support reading from memory streams in IWICStream.

14 years agowindowscodecs: Add IWICStream_InitializeFromMemory implementation.
Tony Wasserka [Fri, 21 Aug 2009 10:02:10 +0000 (12:02 +0200)] 
windowscodecs: Add IWICStream_InitializeFromMemory implementation.

14 years agokernel32: Test GetPrivateProfileString with empty string as key and section.
Stefan Leichter [Fri, 21 Aug 2009 11:03:37 +0000 (13:03 +0200)] 
kernel32: Test GetPrivateProfileString with empty string as key and section.

14 years agowindowscodecs: Add version resource.
Louis Lenders [Fri, 21 Aug 2009 11:02:53 +0000 (13:02 +0200)] 
windowscodecs: Add version resource.

14 years agomshtml: Implement HTMLCurrentStyle_get_borderLeftWidth.
Alistair Leslie-Hughes [Fri, 21 Aug 2009 11:03:49 +0000 (21:03 +1000)] 
mshtml: Implement HTMLCurrentStyle_get_borderLeftWidth.

14 years agowindowscodecs: Implement CopyPixels for 32-bit ICO icons.
Vincent Povirk [Thu, 20 Aug 2009 20:10:10 +0000 (15:10 -0500)] 
windowscodecs: Implement CopyPixels for 32-bit ICO icons.

14 years agowindowscodecs: Implement CopyPixels for 1-bit ICO icons.
Vincent Povirk [Thu, 20 Aug 2009 19:56:20 +0000 (14:56 -0500)] 
windowscodecs: Implement CopyPixels for 1-bit ICO icons.

14 years agowindowscodecs: Implement CopyPixels for 4-bit ICO icons.
Vincent Povirk [Thu, 20 Aug 2009 19:38:51 +0000 (14:38 -0500)] 
windowscodecs: Implement CopyPixels for 4-bit ICO icons.

14 years agowindowscodecs: Implement CopyPixels for 24-bit ICO icons.
Vincent Povirk [Thu, 20 Aug 2009 19:28:04 +0000 (14:28 -0500)] 
windowscodecs: Implement CopyPixels for 24-bit ICO icons.

14 years agowindowscodecs: Implement CopyPixels for 8-bit ICO icons.
Vincent Povirk [Thu, 20 Aug 2009 16:58:49 +0000 (11:58 -0500)] 
windowscodecs: Implement CopyPixels for 8-bit ICO icons.

14 years agowindowscodecs: Implement GetSize for the ICO decoder.
Vincent Povirk [Thu, 20 Aug 2009 15:23:00 +0000 (10:23 -0500)] 
windowscodecs: Implement GetSize for the ICO decoder.

14 years agowindowscodecs: Implement GetFrameCount and GetFrame for the ICO decoder.
Vincent Povirk [Thu, 20 Aug 2009 15:06:01 +0000 (10:06 -0500)] 
windowscodecs: Implement GetFrameCount and GetFrame for the ICO decoder.

14 years agowindowscodecs: Implement Initialize for the ICO decoder.
Vincent Povirk [Thu, 20 Aug 2009 14:50:06 +0000 (09:50 -0500)] 
windowscodecs: Implement Initialize for the ICO decoder.

14 years agowindowscodecs: Add stub ICO decoder.
Vincent Povirk [Thu, 20 Aug 2009 14:22:16 +0000 (09:22 -0500)] 
windowscodecs: Add stub ICO decoder.

14 years agod3d10: Implement GetConstantBufferByIndex.
Rico Schüller [Thu, 20 Aug 2009 17:06:49 +0000 (19:06 +0200)] 
d3d10: Implement GetConstantBufferByIndex.

14 years agod3d10: Implement GetConstantBufferByName.
Rico Schüller [Thu, 20 Aug 2009 17:06:20 +0000 (19:06 +0200)] 
d3d10: Implement GetConstantBufferByName.

14 years agod3d10: Add ID3D10EffectConstantBufferVtbl.
Rico Schüller [Thu, 20 Aug 2009 17:05:35 +0000 (19:05 +0200)] 
d3d10: Add ID3D10EffectConstantBufferVtbl.

14 years agod3d10: Add annotation skipping.
Rico Schüller [Thu, 20 Aug 2009 17:02:11 +0000 (19:02 +0200)] 
d3d10: Add annotation skipping.

14 years agoinclude: Add a basic sti.h.
Damjan Jovanovic [Thu, 20 Aug 2009 19:54:29 +0000 (21:54 +0200)] 
include: Add a basic sti.h.

14 years agogdiplus: Remove an ipicture reference in GdipCreateBitmapFromStream.
Vincent Povirk [Thu, 20 Aug 2009 21:43:47 +0000 (16:43 -0500)] 
gdiplus: Remove an ipicture reference in GdipCreateBitmapFromStream.

14 years agogdiplus: Do not call IPicture_Render directly from GdipDrawImageI.
Vincent Povirk [Thu, 20 Aug 2009 21:16:05 +0000 (16:16 -0500)] 
gdiplus: Do not call IPicture_Render directly from GdipDrawImageI.

14 years agogdiplus: Add codecs for the image formats we can currently decode.
Vincent Povirk [Thu, 20 Aug 2009 22:59:13 +0000 (17:59 -0500)] 
gdiplus: Add codecs for the image formats we can currently decode.

14 years agogdiplus: Only attempt to encode if the Encoder flag is set.
Vincent Povirk [Thu, 20 Aug 2009 22:36:36 +0000 (17:36 -0500)] 
gdiplus: Only attempt to encode if the Encoder flag is set.

14 years agogdiplus: Implement GdipGetImageDecoders[Size].
Vincent Povirk [Thu, 20 Aug 2009 22:33:39 +0000 (17:33 -0500)] 
gdiplus: Implement GdipGetImageDecoders[Size].

14 years agogdiplus: Store the codec information and functions in a single structure.
Vincent Povirk [Thu, 20 Aug 2009 22:21:41 +0000 (17:21 -0500)] 
gdiplus: Store the codec information and functions in a single structure.

14 years agowined3d: Properly check if an attribute is used in TRACE_STRIDED.
Henri Verbeet [Fri, 21 Aug 2009 07:12:30 +0000 (09:12 +0200)] 
wined3d: Properly check if an attribute is used in TRACE_STRIDED.

14 years agowined3d: Properly check if an attribute is used in IWineD3DDeviceImpl_ProcessVertices().
Henri Verbeet [Fri, 21 Aug 2009 07:12:29 +0000 (09:12 +0200)] 
wined3d: Properly check if an attribute is used in IWineD3DDeviceImpl_ProcessVertices().

14 years agowined3d: Don't check for a "representative" in the MarkStateDirty() functions.
Henri Verbeet [Fri, 21 Aug 2009 07:12:28 +0000 (09:12 +0200)] 
wined3d: Don't check for a "representative" in the MarkStateDirty() functions.

States without representative should never be called. Arguably they shouldn't
exist in the first place, but allowing them simplifies the state table.

14 years agowined3d: Add a state handler for WINED3DRS_DEBUGMONITORTOKEN.
Henri Verbeet [Fri, 21 Aug 2009 07:12:27 +0000 (09:12 +0200)] 
wined3d: Add a state handler for WINED3DRS_DEBUGMONITORTOKEN.

14 years agowined3d: Mark the correct state dirty.
Henri Verbeet [Fri, 21 Aug 2009 07:12:26 +0000 (09:12 +0200)] 
wined3d: Mark the correct state dirty.

14 years agowinhlp32: Add the Romanian translation.
Michael Stefaniuc [Fri, 21 Aug 2009 00:07:09 +0000 (02:07 +0200)] 
winhlp32: Add the Romanian translation.

14 years agoshdoclc: Add the Romanian translation.
Michael Stefaniuc [Fri, 21 Aug 2009 00:06:37 +0000 (02:06 +0200)] 
shdoclc: Add the Romanian translation.

14 years agourlmon: Added more protocol tests.
Jacek Caban [Thu, 20 Aug 2009 22:16:01 +0000 (00:16 +0200)] 
urlmon: Added more protocol tests.

14 years agourlmon: Check FLAG_ALL_DATA_READ first in protocol_read.
Jacek Caban [Thu, 20 Aug 2009 22:15:32 +0000 (00:15 +0200)] 
urlmon: Check FLAG_ALL_DATA_READ first in protocol_read.

14 years agourlmon: Fixed bscf for ReportData after mime verification call.
Jacek Caban [Thu, 20 Aug 2009 22:15:14 +0000 (00:15 +0200)] 
urlmon: Fixed bscf for ReportData after mime verification call.

14 years agourlmon: Fixed report_data for recursive calls.
Jacek Caban [Thu, 20 Aug 2009 22:14:59 +0000 (00:14 +0200)] 
urlmon: Fixed report_data for recursive calls.

14 years agourlmon: Added IWinInetHttpInfo stub implementation to BindProtocol object.
Jacek Caban [Thu, 20 Aug 2009 22:14:41 +0000 (00:14 +0200)] 
urlmon: Added IWinInetHttpInfo stub implementation to BindProtocol object.

14 years agouser32/tests: Fix input test failure in win9x platforms.
Andrew Eikum [Thu, 20 Aug 2009 16:43:00 +0000 (11:43 -0500)] 
user32/tests: Fix input test failure in win9x platforms.

14 years agoole32: Add big block chain to small block chain conversion routine.
Andrew Eikum [Wed, 19 Aug 2009 20:19:10 +0000 (15:19 -0500)] 
ole32: Add big block chain to small block chain conversion routine.

14 years agoole32: Allow small block chains with no property.
Andrew Eikum [Wed, 19 Aug 2009 20:19:07 +0000 (15:19 -0500)] 
ole32: Allow small block chains with no property.

14 years agoole32: Repair leak on error path.
Andrew Eikum [Wed, 19 Aug 2009 20:19:03 +0000 (15:19 -0500)] 
ole32: Repair leak on error path.

14 years agowindowscodecs: Add stubs for the IWICStream interface.
Tony Wasserka [Tue, 18 Aug 2009 15:48:49 +0000 (17:48 +0200)] 
windowscodecs: Add stubs for the IWICStream interface.

14 years agouser32: Run the explorer process from the system directory.
Alexandre Julliard [Thu, 20 Aug 2009 15:14:48 +0000 (17:14 +0200)] 
user32: Run the explorer process from the system directory.

14 years agod3d9/tests: SetAutoGenFilterType tests.
Jörg Höhle [Tue, 14 Jul 2009 02:49:28 +0000 (04:49 +0200)] 
d3d9/tests: SetAutoGenFilterType tests.

14 years agomsvfw32: Add missing utf8 pragma.
Alexandre Julliard [Thu, 20 Aug 2009 13:33:26 +0000 (15:33 +0200)] 
msvfw32: Add missing utf8 pragma.

14 years agowrc: Print a warning when encountering utf8 strings in non-utf8 codepage.
Alexandre Julliard [Thu, 20 Aug 2009 13:33:03 +0000 (15:33 +0200)] 
wrc: Print a warning when encountering utf8 strings in non-utf8 codepage.

14 years agooleacc: Add the Romanian translation.
Michael Stefaniuc [Thu, 20 Aug 2009 08:47:58 +0000 (10:47 +0200)] 
oleacc: Add the Romanian translation.

14 years agowininet: Update Italian translation.
Luca Bennati [Wed, 19 Aug 2009 20:58:04 +0000 (22:58 +0200)] 
wininet: Update Italian translation.

14 years agonotepad: Update Italian translation.
Luca Bennati [Wed, 19 Aug 2009 20:56:38 +0000 (22:56 +0200)] 
notepad: Update Italian translation.

14 years agowinecfg: Update Italian translation.
Luca Bennati [Wed, 19 Aug 2009 20:54:25 +0000 (22:54 +0200)] 
winecfg: Update Italian translation.

14 years agoappwiz.cpl: Add Italian translation.
Luca Bennati [Wed, 19 Aug 2009 20:49:40 +0000 (22:49 +0200)] 
appwiz.cpl: Add Italian translation.

14 years agomshtml: Implement IHTMLStyle get/put borderLeftWidth.
Alistair Leslie-Hughes [Thu, 5 Mar 2009 09:44:38 +0000 (20:44 +1100)] 
mshtml: Implement IHTMLStyle get/put borderLeftWidth.

14 years agoole32: Correct byte count.
Juan Lang [Thu, 20 Aug 2009 02:21:18 +0000 (19:21 -0700)] 
ole32: Correct byte count.

14 years agoole32: On big endian machines, copy strings to little endian order without mucking...
Juan Lang [Thu, 20 Aug 2009 02:18:26 +0000 (19:18 -0700)] 
ole32: On big endian machines, copy strings to little endian order without mucking with the map they're stored in.

14 years agorpcrt4: Allow Annotation to be NULL.
Juan Lang [Wed, 19 Aug 2009 21:27:20 +0000 (14:27 -0700)] 
rpcrt4: Allow Annotation to be NULL.

Fixes bug 19760.
--Juan

From afb4d6b943345e19952fe34bd1d8ab4c411563ae Mon Sep 17 00:00:00 2001
From: Juan Lang <juan.lang@gmail.com>
Date: Wed, 19 Aug 2009 14:27:20 -0700
Subject: [PATCH 3/3] Allow Annotation to be NULL