Michael Stefaniuc [Mon, 24 Aug 2009 22:24:46 +0000 (00:24 +0200)]
winefile: Replace the TSTR types with WSTR.
Michael Stefaniuc [Mon, 24 Aug 2009 22:24:41 +0000 (00:24 +0200)]
winefile: Replace TCHAR with WCHAR.
Michael Stefaniuc [Mon, 24 Aug 2009 22:24:36 +0000 (00:24 +0200)]
winefile: Convert the rest of the functions to use the explicit W-form.
Michael Stefaniuc [Mon, 24 Aug 2009 22:24:30 +0000 (00:24 +0200)]
winefile: Use the explicit W-form for the file IO related functions.
Michael Stefaniuc [Mon, 24 Aug 2009 22:24:25 +0000 (00:24 +0200)]
winefile: Use the explicit W-form of the Load*() functions.
Michael Stefaniuc [Mon, 24 Aug 2009 22:24:19 +0000 (00:24 +0200)]
winefile: Use the explicit W-form for the *Window* functions.
Michael Stefaniuc [Mon, 24 Aug 2009 22:24:11 +0000 (00:24 +0200)]
winefile: Use the explicit W-form of the string functions.
Michael Stefaniuc [Mon, 24 Aug 2009 22:24:06 +0000 (00:24 +0200)]
winefile: Use the explicit SendMessageW form.
Michael Stefaniuc [Mon, 24 Aug 2009 22:23:55 +0000 (00:23 +0200)]
winefile: Don't use _tsplitpath().
Michael Stefaniuc [Mon, 24 Aug 2009 22:23:46 +0000 (00:23 +0200)]
winefile: Get rid of the #ifndef UNICODE code paths.
Michael Stefaniuc [Mon, 24 Aug 2009 22:25:04 +0000 (00:25 +0200)]
ntdll: Fix a memory leak on an error path (Smatch).
Alexandre Julliard [Tue, 25 Aug 2009 09:13:26 +0000 (11:13 +0200)]
shell32: Move the IQueryAssociations implementation from shlwapi to shell32.
Henri Verbeet [Tue, 25 Aug 2009 06:17:14 +0000 (08:17 +0200)]
d3d8: Use a wined3d cs for wined3d locking.
We will need this for d3d10, where both dxgi and d3d10core are making wined3d
calls. Right now d3d8/d3d9 also use this to protect their own data, but
eventually we should push this down into wined3d itself and use something a
bit more fine-grained. There's no good reason that doing e.g. a vertex buffer
upload in some thread should block all of wined3d.
Henri Verbeet [Tue, 25 Aug 2009 06:17:13 +0000 (08:17 +0200)]
d3d8: Remove stray tabs.
Henri Verbeet [Tue, 25 Aug 2009 06:17:12 +0000 (08:17 +0200)]
wined3d: Properly check if an attribute is used in find_conversion_shift().
Henri Verbeet [Tue, 25 Aug 2009 06:17:11 +0000 (08:17 +0200)]
wined3d: Properly check if an attribute is used in streamsrc().
Henri Verbeet [Tue, 25 Aug 2009 06:17:10 +0000 (08:17 +0200)]
wined3d: Properly check if an attribute is used in drawStridedSlow().
Alistair Leslie-Hughes [Tue, 25 Aug 2009 06:17:56 +0000 (16:17 +1000)]
mshtml: Implement IHTMLStyle get/put letterSpacing.
Alistair Leslie-Hughes [Tue, 25 Aug 2009 05:15:03 +0000 (15:15 +1000)]
mshtml: Implement IHTMLCurrentStyle_get_margin.
Alistair Leslie-Hughes [Tue, 25 Aug 2009 05:10:39 +0000 (15:10 +1000)]
mshtml: Implement IHTMLCurrentStyle_get_borderWidth.
Alistair Leslie-Hughes [Tue, 25 Aug 2009 05:02:24 +0000 (15:02 +1000)]
mshtml: Implement IHTMLCurrentStyle_get_overflow.
Alistair Leslie-Hughes [Tue, 25 Aug 2009 04:45:23 +0000 (14:45 +1000)]
mshtml: Implement IHTMLCurrentStyle_get_backgroundColor.
Alistair Leslie-Hughes [Tue, 25 Aug 2009 04:40:20 +0000 (14:40 +1000)]
mshtml: Implement IHTMLCurrentStyle_get_color.
Vincent Povirk [Mon, 24 Aug 2009 19:03:28 +0000 (14:03 -0500)]
windowscodecs: Fix rounding in BMP encoder.
Vincent Povirk [Mon, 24 Aug 2009 18:22:23 +0000 (13:22 -0500)]
windowscodecs: Support conversion of 8bppGray to 32bppBGRA.
Vincent Povirk [Mon, 24 Aug 2009 18:11:08 +0000 (13:11 -0500)]
windowscodecs: Print a FIXME when WICConvertBitmapSource fails.
Vincent Povirk [Mon, 24 Aug 2009 18:08:30 +0000 (13:08 -0500)]
windowscodecs: Implement CopyPixels for the JPEG decoder.
Vincent Povirk [Mon, 24 Aug 2009 17:35:51 +0000 (12:35 -0500)]
windowscodecs: Implement GetSize for the JPEG decoder.
Vincent Povirk [Mon, 24 Aug 2009 17:29:02 +0000 (12:29 -0500)]
windowscodecs: Implement GetPixelFormat for the JPEG decoder.
Vincent Povirk [Mon, 24 Aug 2009 17:23:34 +0000 (12:23 -0500)]
windowscodecs: Implement GetFrame for the JPEG decoder.
Vincent Povirk [Mon, 24 Aug 2009 16:45:46 +0000 (11:45 -0500)]
windowscodecs: Implement Initialize for the JPEG decoder.
Vincent Povirk [Mon, 24 Aug 2009 15:19:37 +0000 (10:19 -0500)]
windowscodecs: Add stub JPEG decoder.
Vincent Povirk [Mon, 24 Aug 2009 15:19:50 +0000 (10:19 -0500)]
include: Add 8-bit grayscale pixel format.
Andrew Eikum [Mon, 24 Aug 2009 21:49:31 +0000 (16:49 -0500)]
gdiplus: Support regions of more than one rectangle in GdipCreateRegionHrgn.
Ge van Geldorp [Mon, 24 Aug 2009 19:26:25 +0000 (21:26 +0200)]
ntdll/tests: Pass properly aligned buffers.
Ge van Geldorp [Mon, 24 Aug 2009 19:24:05 +0000 (21:24 +0200)]
shlwapi/tests: Remove test that crashes on Win7.
Jacek Caban [Mon, 24 Aug 2009 18:12:51 +0000 (20:12 +0200)]
mshtml: Get rid of handling post data in IPersistMoniker::Load hack.
Ge van Geldorp [Mon, 24 Aug 2009 12:28:55 +0000 (14:28 +0200)]
ntdll/tests: Add acceptable status codes for Win7.
Ge van Geldorp [Mon, 24 Aug 2009 12:28:31 +0000 (14:28 +0200)]
ntdll/tests: Fix info tests on Win7.
Ge van Geldorp [Mon, 24 Aug 2009 12:25:40 +0000 (14:25 +0200)]
shlwapi/tests: Prevent buffer overflow.
Ge van Geldorp [Mon, 24 Aug 2009 12:19:11 +0000 (14:19 +0200)]
netapi32/tests: Fix tests on Win7.
Vladimir Pankratov [Sun, 23 Aug 2009 07:17:10 +0000 (12:17 +0500)]
shdoclc: Correct Russian translation.
Hwang YunSong [Mon, 24 Aug 2009 00:20:26 +0000 (09:20 +0900)]
winecfg: Updated Korean resource.
Huw Davies [Mon, 24 Aug 2009 09:50:23 +0000 (10:50 +0100)]
msdaps: Implement ISessionProperties_SetProperties proxy and stub.
Huw Davies [Mon, 24 Aug 2009 09:42:23 +0000 (10:42 +0100)]
msdaps: Implement IDBCreateSession_CreateSession proxy and stub.
Huw Davies [Mon, 24 Aug 2009 09:31:59 +0000 (10:31 +0100)]
msdaps: Implement IDBProperties_SetProperties proxy and stub.
Huw Davies [Mon, 24 Aug 2009 09:21:16 +0000 (10:21 +0100)]
msdaps: Implement IDBInitialize_Initialize proxy and stub.
Tony Wasserka [Sun, 23 Aug 2009 09:45:26 +0000 (11:45 +0200)]
windowscodecs: Add tests for IWICStream_Stat with memory streams.
Tony Wasserka [Sun, 23 Aug 2009 09:44:55 +0000 (11:44 +0200)]
windowscodecs: Add tests for the unimplemented IWICStream methods when using memory streams.
Tony Wasserka [Sun, 23 Aug 2009 09:44:32 +0000 (11:44 +0200)]
windowscodecs: Add tests for IWICStream_Write with memory streams.
Tony Wasserka [Sun, 23 Aug 2009 09:43:38 +0000 (11:43 +0200)]
windowscodecs: Add tests for IWICStream_Read with memory streams.
Tony Wasserka [Sun, 23 Aug 2009 09:43:09 +0000 (11:43 +0200)]
windowscodecs: Add tests for IWICStream_Seek with memory streams.
Tony Wasserka [Sun, 23 Aug 2009 09:42:17 +0000 (11:42 +0200)]
windowscodecs: Add tests for IWICStream_InitializeFromMemory.
Dylan Smith [Mon, 24 Aug 2009 04:55:22 +0000 (00:55 -0400)]
taskmgr: Finish partial unicode conversion of process page.
Jesse Allen [Sun, 23 Aug 2009 21:07:38 +0000 (15:07 -0600)]
dinput: Add DISEQUENCE_COMPARE macro.
Vincent Povirk [Sun, 23 Aug 2009 00:51:08 +0000 (19:51 -0500)]
oleaut32: Avoid copying the data when loading an image using WIC.
Damjan Jovanovic [Sat, 22 Aug 2009 18:28:42 +0000 (20:28 +0200)]
sti: Add self registration.
Aric Stewart [Wed, 19 Aug 2009 14:37:48 +0000 (09:37 -0500)]
winemp3.acm: Link to system libmpg123.so.
Dylan Smith [Sat, 22 Aug 2009 05:57:54 +0000 (01:57 -0400)]
tools: Detect windows platform with _WIN32 instead of _WINDOWS.
Dylan Smith [Sat, 22 Aug 2009 05:57:37 +0000 (01:57 -0400)]
winedbg: Fixed listing source of function in file.
Dylan Smith [Sat, 22 Aug 2009 05:57:29 +0000 (01:57 -0400)]
winedbg: Prevent syntax errors for list command due to the lexer.
The list command allows more than just a pathname, but since a pathname
allows such a wide range of characters, it will prevent other parameters
from getting parsed properly (e.g. a start line number). This even
interfered with the usage of pathname for the list command, since the
command typically includes a line number within the file.
Alexandre Julliard [Mon, 24 Aug 2009 10:51:02 +0000 (12:51 +0200)]
user32: The LongPtr functions are only exported on 64-bit.
Alexandre Julliard [Mon, 24 Aug 2009 10:50:46 +0000 (12:50 +0200)]
msvcrt: The floating point adjust functions only make sense on i386.
Alexandre Julliard [Mon, 24 Aug 2009 10:50:11 +0000 (12:50 +0200)]
ntdll: The large integer functions are 32-bit only.
Alexandre Julliard [Mon, 24 Aug 2009 10:49:07 +0000 (12:49 +0200)]
winebuild: Add win32/win64 generic architectures in addition to specific CPUs.
Alistair Leslie-Hughes [Sat, 22 Aug 2009 10:32:59 +0000 (20:32 +1000)]
mshtml: Implement IHTMLCurrentStyle_get_borderTopWidth.
Alistair Leslie-Hughes [Sat, 22 Aug 2009 10:30:14 +0000 (20:30 +1000)]
mshtml: Implement IHTMLCurrentStyle_get_borderBottomWidth.
Alistair Leslie-Hughes [Sat, 22 Aug 2009 10:28:09 +0000 (20:28 +1000)]
mshtml: Implement HTMLCurrentStyle_get_borderRightWidth.
Dylan Smith [Sat, 22 Aug 2009 05:57:47 +0000 (01:57 -0400)]
makedep: Handle non-overwriting rename for Windows.
Henri Verbeet [Mon, 24 Aug 2009 07:27:55 +0000 (09:27 +0200)]
wined3d: Properly check if an attribute is used in state_colormat().
Henri Verbeet [Mon, 24 Aug 2009 07:27:54 +0000 (09:27 +0200)]
wined3d: Properly check if an attribute is used in drawStridedSlowVs().
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().
Henri Verbeet [Mon, 24 Aug 2009 07:27:52 +0000 (09:27 +0200)]
wined3d: Properly check if an attribute is used in loadTexCoords().
Henri Verbeet [Mon, 24 Aug 2009 07:27:51 +0000 (09:27 +0200)]
wined3d: Properly check if an attribute is used in loadVertexData().
Andrew Nguyen [Mon, 24 Aug 2009 06:50:30 +0000 (01:50 -0500)]
user32/tests: Fix a test failure on Win9x.
Piotr Caban [Sun, 23 Aug 2009 21:38:33 +0000 (23:38 +0200)]
jscript: Added String.substr implementation.
Piotr Caban [Sun, 23 Aug 2009 21:38:16 +0000 (23:38 +0200)]
jscript: Fixed Function method's lengths.
Piotr Caban [Sun, 23 Aug 2009 21:38:06 +0000 (23:38 +0200)]
jscript: Fixed keywords handling.
Nikolay Sivov [Sun, 23 Aug 2009 08:39:27 +0000 (12:39 +0400)]
comctl32/tests: Move message testing helpers to header.
Akihiro Sagawa [Sat, 22 Aug 2009 13:34:41 +0000 (22:34 +0900)]
winecfg: Update Japanese translation.
Akihiro Sagawa [Sat, 22 Aug 2009 13:34:40 +0000 (22:34 +0900)]
csetupapi: Update Japanese translation.
Akihiro Sagawa [Sat, 22 Aug 2009 13:34:34 +0000 (22:34 +0900)]
shell32: Update Japanese translation.
Akihiro Sagawa [Sat, 22 Aug 2009 13:34:38 +0000 (22:34 +0900)]
regedit: Update Japanese translation.
Akihiro Sagawa [Sat, 22 Aug 2009 13:34:31 +0000 (22:34 +0900)]
comctl32: Update Japanese translation.
Akihiro Sagawa [Sat, 22 Aug 2009 13:34:36 +0000 (22:34 +0900)]
reg: Update Japanese translation.
Akihiro Sagawa [Sat, 22 Aug 2009 13:34:33 +0000 (22:34 +0900)]
appwiz.cpl: Update and refine Japanese translation.
Akihiro Sagawa [Sat, 22 Aug 2009 13:34:35 +0000 (22:34 +0900)]
uninstaller: Add Japanese translation.
Jacek Caban [Sat, 22 Aug 2009 17:51:45 +0000 (19:51 +0200)]
msxml3: Get rid of not used aggregation support in domelement.
Jacek Caban [Sat, 22 Aug 2009 17:40:01 +0000 (19:40 +0200)]
mshtml: Use URL moniker to load http documents.
Jacek Caban [Sat, 22 Aug 2009 17:39:33 +0000 (19:39 +0200)]
urlmon: Call OnStopBinding before Terminate.
Jacek Caban [Sat, 22 Aug 2009 17:46:30 +0000 (19:46 +0200)]
wininet: Don't free gzip_stream in HTTPREQ_CloseConnection.
Jacek Caban [Sat, 22 Aug 2009 17:38:41 +0000 (19:38 +0200)]
shdocvw: Return succes in bind status callback functions.
Jacek Caban [Sat, 22 Aug 2009 17:38:14 +0000 (19:38 +0200)]
mshtml: Don't return Gecko interfaces implementation from nsChannel::QueryInterface.
Jacek Caban [Sat, 22 Aug 2009 17:37:59 +0000 (19:37 +0200)]
mshtml: Treat wyciwyg protocol as Gecko special protocol.
Jacek Caban [Sat, 22 Aug 2009 17:37:30 +0000 (19:37 +0200)]
mshtml: Wrap nsIHttpChannelInternal interface.
Jacek Caban [Sat, 22 Aug 2009 17:22:11 +0000 (19:22 +0200)]
urlmon: Fixed tests on IE older than 8.
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.
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.
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.
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.