wine
14 years agowinealsa.drv: Add support for indirect read/write in directsound support.
Maarten Lankhorst [Sun, 12 Jul 2009 18:11:55 +0000 (20:11 +0200)] 
winealsa.drv: Add support for indirect read/write in directsound support.

Allows pulseaudio to use the idsdriver interface, making it almost as
fast as using native pulseaudio calls for as far as directsound is
concerned. Prevents the creation of separate winmm feeder threads.

14 years agokernel32: Fix typos in English errors messages.
Frédéric Delanoy [Sun, 12 Jul 2009 11:14:30 +0000 (13:14 +0200)] 
kernel32: Fix typos in English errors messages.

14 years agokernel32: Convert German error msgs resources to UTF-8.
Frédéric Delanoy [Sun, 12 Jul 2009 12:07:18 +0000 (14:07 +0200)] 
kernel32: Convert German error msgs resources to UTF-8.

14 years agokernel32: Convert French resources to UTF-8.
Frédéric Delanoy [Fri, 10 Jul 2009 16:36:57 +0000 (18:36 +0200)] 
kernel32: Convert French resources to UTF-8.

14 years agowindowscodecs: Don't leak memory when BmpFrameDecode_CopyPalette fails.
Vincent Povirk [Thu, 9 Jul 2009 16:24:42 +0000 (11:24 -0500)] 
windowscodecs: Don't leak memory when BmpFrameDecode_CopyPalette fails.

14 years agorichedit: Add more tests for WM_SETTEXT RTF support.
Dylan Smith [Sat, 11 Jul 2009 03:54:01 +0000 (23:54 -0400)] 
richedit: Add more tests for WM_SETTEXT RTF support.

14 years agorichedit: Support ascii RTF in WM_SETTEXT even for unicode messages.
Dylan Smith [Sat, 11 Jul 2009 03:54:34 +0000 (23:54 -0400)] 
richedit: Support ascii RTF in WM_SETTEXT even for unicode messages.

WM_SETTEXT seems to check for {\rtf or {\urtf to determine if it is an
ascii RTF string, even if it is a unicode message.  So I removed the
check to see if it is a unicode message, and added a check for {\urtf.

14 years agogdi32/tests: Allow a small tolerance when comparing scaling values.
Huw Davies [Fri, 10 Jul 2009 13:47:50 +0000 (14:47 +0100)] 
gdi32/tests: Allow a small tolerance when comparing scaling values.

14 years agowininet: Rename WININETFTPFILEW to ftp_file_t.
Jacek Caban [Sun, 12 Jul 2009 23:46:44 +0000 (01:46 +0200)] 
wininet: Rename WININETFTPFILEW to ftp_file_t.

14 years agowininet: Rename WININETFTPSESSIONW to ftp_session_t.
Jacek Caban [Sun, 12 Jul 2009 23:45:53 +0000 (01:45 +0200)] 
wininet: Rename WININETFTPSESSIONW to ftp_session_t.

14 years agowininet: Rename WININETAPPINFOW to appinfo_t.
Jacek Caban [Sun, 12 Jul 2009 23:45:06 +0000 (01:45 +0200)] 
wininet: Rename WININETAPPINFOW to appinfo_t.

14 years agowininet: Rename WININETHTTPREQW to http_request_t.
Jacek Caban [Sun, 12 Jul 2009 23:41:50 +0000 (01:41 +0200)] 
wininet: Rename WININETHTTPREQW to http_request_t.

14 years agowininet: Rename WININETHTTPSESSIONW to http_session_t.
Jacek Caban [Sun, 12 Jul 2009 23:41:18 +0000 (01:41 +0200)] 
wininet: Rename WININETHTTPSESSIONW to http_session_t.

14 years agotaskmgr: Update Norwegian Bokmål translation.
Alexander Nicolaysen Sørnes [Sun, 12 Jul 2009 15:48:47 +0000 (17:48 +0200)] 
taskmgr: Update Norwegian Bokmål translation.

14 years agocrypt32: Update Norwegian Bokmål translation.
Alexander Nicolaysen Sørnes [Sun, 12 Jul 2009 15:24:19 +0000 (17:24 +0200)] 
crypt32: Update Norwegian Bokmål translation.

14 years agocomdlg32/tests: Remove file dialog resize tests that rely on CDN_SELCHANGE notifications.
Rein Klazes [Sun, 12 Jul 2009 12:36:10 +0000 (14:36 +0200)] 
comdlg32/tests: Remove file dialog resize tests that rely on CDN_SELCHANGE notifications.

These notifications are not always sent on some (but not all) win2k3/vista/win2k8 machines.

14 years agocomctl32/header: Update item bounds on WM_SIZE.
Nikolay Sivov [Sun, 12 Jul 2009 00:40:58 +0000 (04:40 +0400)] 
comctl32/header: Update item bounds on WM_SIZE.

14 years agocomctl32/header: Use macro to define LPARAM value.
Nikolay Sivov [Sat, 11 Jul 2009 22:48:38 +0000 (02:48 +0400)] 
comctl32/header: Use macro to define LPARAM value.

14 years agowinedbg: 'Int XX' is not a function call, so don't try to handle it as such on i386.
Eric Pouech [Sat, 11 Jul 2009 19:19:05 +0000 (21:19 +0200)] 
winedbg: 'Int XX' is not a function call, so don't try to handle it as such on i386.

14 years agogdiplus: Implement GdipSetLineLinearBlend.
Vincent Povirk [Sat, 11 Jul 2009 16:49:44 +0000 (11:49 -0500)] 
gdiplus: Implement GdipSetLineLinearBlend.

14 years agogdiplus: Use brush_fill_path in GdipFillRectangleI.
Vincent Povirk [Sat, 11 Jul 2009 15:38:47 +0000 (10:38 -0500)] 
gdiplus: Use brush_fill_path in GdipFillRectangleI.

14 years agogdiplus: Use brush_fill_path in GdipFillRegion.
Vincent Povirk [Sat, 11 Jul 2009 15:57:07 +0000 (10:57 -0500)] 
gdiplus: Use brush_fill_path in GdipFillRegion.

14 years agogdiplus: Use brush_fill_path in GdipFillPolygonI.
Vincent Povirk [Sat, 11 Jul 2009 15:37:22 +0000 (10:37 -0500)] 
gdiplus: Use brush_fill_path in GdipFillPolygonI.

14 years agogdiplus: Use brush_fill_path in GdipFillPolygon.
Vincent Povirk [Sat, 11 Jul 2009 15:35:40 +0000 (10:35 -0500)] 
gdiplus: Use brush_fill_path in GdipFillPolygon.

14 years agogdiplus: Use brush_fill_path in GdipFillPie.
Vincent Povirk [Sat, 11 Jul 2009 15:32:34 +0000 (10:32 -0500)] 
gdiplus: Use brush_fill_path in GdipFillPie.

14 years agogdiplus: Use brush_fill_path in GdipFillEllipse.
Vincent Povirk [Sat, 11 Jul 2009 15:29:44 +0000 (10:29 -0500)] 
gdiplus: Use brush_fill_path in GdipFillEllipse.

14 years agodbghelp: Constify some variables.
Andrew Talbot [Sat, 11 Jul 2009 15:13:17 +0000 (16:13 +0100)] 
dbghelp: Constify some variables.

14 years agowidl: Take into account the alignment of conformant arrays to pad a structure.
Alexandre Julliard [Mon, 13 Jul 2009 07:23:06 +0000 (09:23 +0200)] 
widl: Take into account the alignment of conformant arrays to pad a structure.

14 years agoddraw/tests: Fix a few tests that fail on Win64.
Alexandre Julliard [Fri, 10 Jul 2009 18:52:33 +0000 (20:52 +0200)] 
ddraw/tests: Fix a few tests that fail on Win64.

14 years agooleaut32: Fix safe array marshalling on 64-bit.
Alexandre Julliard [Fri, 10 Jul 2009 17:13:27 +0000 (19:13 +0200)] 
oleaut32: Fix safe array marshalling on 64-bit.

14 years agooleaut32/tests: Fix the usrmarshal tests on 64-bit.
Alexandre Julliard [Fri, 10 Jul 2009 17:13:16 +0000 (19:13 +0200)] 
oleaut32/tests: Fix the usrmarshal tests on 64-bit.

14 years agomsctf/tests: Test EnumDocumentMgrs.
Aric Stewart [Fri, 10 Jul 2009 12:38:45 +0000 (07:38 -0500)] 
msctf/tests: Test EnumDocumentMgrs.

14 years agomsctf: Implement ITfThreadMgr::EnumDocumentMgrs.
Aric Stewart [Fri, 10 Jul 2009 12:38:20 +0000 (07:38 -0500)] 
msctf: Implement ITfThreadMgr::EnumDocumentMgrs.

14 years agomsctf: Add code to track created ITfDocumentMgrs.
Aric Stewart [Fri, 10 Jul 2009 12:36:56 +0000 (07:36 -0500)] 
msctf: Add code to track created ITfDocumentMgrs.

14 years agomsctf: Add definition for IEnumTfDocumentMgrs.
Aric Stewart [Fri, 10 Jul 2009 12:36:41 +0000 (07:36 -0500)] 
msctf: Add definition for IEnumTfDocumentMgrs.

14 years agocryptui: Fix French translation & UI display.
Frédéric Delanoy [Fri, 10 Jul 2009 12:15:25 +0000 (14:15 +0200)] 
cryptui: Fix French translation & UI display.

14 years agocryptui: Fix UI display.
Frédéric Delanoy [Fri, 10 Jul 2009 11:15:05 +0000 (13:15 +0200)] 
cryptui: Fix UI display.

14 years agodbghelp: Grow all arrays by doubling the size.
Alexandre Julliard [Fri, 10 Jul 2009 12:46:55 +0000 (14:46 +0200)] 
dbghelp: Grow all arrays by doubling the size.

14 years agokernel32/nls: Add Lithuanian winerr translation.
Aurimas Fišeras [Sun, 5 Jul 2009 09:37:05 +0000 (12:37 +0300)] 
kernel32/nls: Add Lithuanian winerr translation.

14 years agowmc: Add support for utf-8 codepage.
Alexandre Julliard [Fri, 10 Jul 2009 11:03:09 +0000 (13:03 +0200)] 
wmc: Add support for utf-8 codepage.

14 years agowined3d: Check the correct constant limit.
Stefan Dösinger [Fri, 10 Jul 2009 07:30:14 +0000 (09:30 +0200)] 
wined3d: Check the correct constant limit.

14 years agowined3d: Drop the color0 mov optimization if the src is overwritten.
Stefan Dösinger [Thu, 9 Jul 2009 20:24:27 +0000 (22:24 +0200)] 
wined3d: Drop the color0 mov optimization if the src is overwritten.

14 years agowined3d: Only use 4 component specular colors if GL allows it.
Stefan Dösinger [Fri, 10 Jul 2009 09:28:49 +0000 (11:28 +0200)] 
wined3d: Only use 4 component specular colors if GL allows it.

14 years agowinex11: Get rid of depth conversion fixme.
Roderick Colenbrander [Thu, 9 Jul 2009 20:01:47 +0000 (22:01 +0200)] 
winex11: Get rid of depth conversion fixme.

14 years agojscript: Added String_link implementation.
Piotr Caban [Thu, 9 Jul 2009 18:09:32 +0000 (20:09 +0200)] 
jscript: Added String_link implementation.

14 years agojscript: Added String_anchor implementation.
Piotr Caban [Thu, 9 Jul 2009 18:09:20 +0000 (20:09 +0200)] 
jscript: Added String_anchor implementation.

14 years agojscript: Added String_fontsize implementation.
Piotr Caban [Thu, 9 Jul 2009 18:09:10 +0000 (20:09 +0200)] 
jscript: Added String_fontsize implementation.

14 years agojscript: Added String_fontcolor implementation.
Piotr Caban [Thu, 9 Jul 2009 20:41:27 +0000 (22:41 +0200)] 
jscript: Added String_fontcolor implementation.

14 years agowininet: Support IPv6 in GetAddress.
Juan Lang [Thu, 9 Jul 2009 18:51:21 +0000 (11:51 -0700)] 
wininet: Support IPv6 in GetAddress.

14 years agowininet: Fail in FTP if the resolved name is not an IPv4 address.
Juan Lang [Thu, 9 Jul 2009 18:45:48 +0000 (11:45 -0700)] 
wininet: Fail in FTP if the resolved name is not an IPv4 address.

14 years agowininet: Support IPv6 addresses in HTTP_ResolveName and HTTP_OpenConnection.
Juan Lang [Thu, 9 Jul 2009 18:42:25 +0000 (11:42 -0700)] 
wininet: Support IPv6 addresses in HTTP_ResolveName and HTTP_OpenConnection.

14 years agowininet: Convert WININETSESSIONW's socketAddress to a struct sockaddr_storage.
Juan Lang [Thu, 9 Jul 2009 18:36:00 +0000 (11:36 -0700)] 
wininet: Convert WININETSESSIONW's socketAddress to a struct sockaddr_storage.

14 years agowininet: Use address length returned by GetAddress in NETCON_connect.
Juan Lang [Thu, 9 Jul 2009 18:30:59 +0000 (11:30 -0700)] 
wininet: Use address length returned by GetAddress in NETCON_connect.

14 years agowininet: Use sizeof(member) rather than sizeof(type) for address lengths.
Juan Lang [Thu, 9 Jul 2009 18:04:33 +0000 (11:04 -0700)] 
wininet: Use sizeof(member) rather than sizeof(type) for address lengths.

14 years agowininet: Use length reported by GetAddress in FTP_Connect.
Juan Lang [Thu, 9 Jul 2009 18:01:44 +0000 (11:01 -0700)] 
wininet: Use length reported by GetAddress in FTP_Connect.

14 years agowininet: Use struct sockaddr_storage in InternetCheckConnectionW.
Juan Lang [Thu, 9 Jul 2009 17:58:15 +0000 (10:58 -0700)] 
wininet: Use struct sockaddr_storage in InternetCheckConnectionW.

14 years agowininet: Simplify GetAddress when using getaddrinfo.
Juan Lang [Thu, 9 Jul 2009 17:55:18 +0000 (10:55 -0700)] 
wininet: Simplify GetAddress when using getaddrinfo.

14 years agowininet: Change type of GetAddress from struct sockaddr_in * to struct sockaddr *.
Juan Lang [Thu, 9 Jul 2009 17:53:08 +0000 (10:53 -0700)] 
wininet: Change type of GetAddress from struct sockaddr_in * to struct sockaddr *.

14 years agowininet: Fix tests when running behind a proxy server.
Juan Lang [Thu, 9 Jul 2009 17:19:00 +0000 (10:19 -0700)] 
wininet: Fix tests when running behind a proxy server.

14 years agowrc: Reset the language before processing multiple rc files.
Michael Stefaniuc [Fri, 10 Jul 2009 09:48:34 +0000 (11:48 +0200)] 
wrc: Reset the language before processing multiple rc files.

14 years agod3d9/tests: Use color_match() in a few more places.
Henri Verbeet [Fri, 10 Jul 2009 08:20:15 +0000 (10:20 +0200)] 
d3d9/tests: Use color_match() in a few more places.

14 years agowined3d: Take geometry shaders into account in shader_glsl_load_constantsB().
Henri Verbeet [Fri, 10 Jul 2009 08:20:14 +0000 (10:20 +0200)] 
wined3d: Take geometry shaders into account in shader_glsl_load_constantsB().

14 years agowined3d: Get rid of struct glDescriptor.
Henri Verbeet [Fri, 10 Jul 2009 08:20:13 +0000 (10:20 +0200)] 
wined3d: Get rid of struct glDescriptor.

In general it might not be a bad idea to group GL specific data into a
separate struct, but IWineD3DSurfaceImpl is currently the only thing that
bothers. It doesn't get it quite right either, since e.g. the PBO isn't in
glDescriptor either.

14 years agowined3d: Remove GetGlDesc() from the public IWineD3DSurface interface.
Henri Verbeet [Fri, 10 Jul 2009 08:20:12 +0000 (10:20 +0200)] 
wined3d: Remove GetGlDesc() from the public IWineD3DSurface interface.

14 years agowined3d: Simplify the GLSL sRGB write code.
Henri Verbeet [Fri, 10 Jul 2009 08:20:11 +0000 (10:20 +0200)] 
wined3d: Simplify the GLSL sRGB write code.

14 years agocomdlg32: Memorize and restore the size of the file dialog between calls.
Rein Klazes [Fri, 10 Jul 2009 08:07:48 +0000 (10:07 +0200)] 
comdlg32: Memorize and restore the size of the file dialog between calls.

Includes some fine tuning to fix a couple of todo's in the tests.

14 years agoappwiz.cpl: Fix Dutch translations.
Paul Vriens [Fri, 10 Jul 2009 07:45:54 +0000 (09:45 +0200)] 
appwiz.cpl: Fix Dutch translations.

14 years agoappwiz.cpl: Add Swedish translation.
Daniel Nylander [Thu, 9 Jul 2009 20:43:50 +0000 (22:43 +0200)] 
appwiz.cpl: Add Swedish translation.

14 years agocomctl32/header: Always update rectangles after HDM_SETORDERARRAY.
Nikolay Sivov [Thu, 9 Jul 2009 19:13:28 +0000 (23:13 +0400)] 
comctl32/header: Always update rectangles after HDM_SETORDERARRAY.

14 years agocomctl32/header: Test item rectangles updating after reordering.
Nikolay Sivov [Thu, 9 Jul 2009 19:10:25 +0000 (23:10 +0400)] 
comctl32/header: Test item rectangles updating after reordering.

14 years agourlmon/tests: Windows headers need _WIN32_IE for IInternetZoneManagerEx2.
Detlef Riekenberg [Thu, 9 Jul 2009 20:37:15 +0000 (22:37 +0200)] 
urlmon/tests: Windows headers need _WIN32_IE for IInternetZoneManagerEx2.

14 years agows2_32: Test AcceptEx early disconnects and invalid parameters.
Damjan Jovanovic [Thu, 9 Jul 2009 18:00:10 +0000 (20:00 +0200)] 
ws2_32: Test AcceptEx early disconnects and invalid parameters.

14 years agocryptdlg: Update French translation.
Frédéric Delanoy [Fri, 10 Jul 2009 06:36:25 +0000 (08:36 +0200)] 
cryptdlg: Update French translation.

14 years agoshell32: Fix French translation & UI display.
Frédéric Delanoy [Thu, 9 Jul 2009 23:36:12 +0000 (01:36 +0200)] 
shell32: Fix French translation & UI display.

14 years agoclock: Convert French resources to UTF-8.
Frédéric Delanoy [Thu, 9 Jul 2009 23:03:36 +0000 (01:03 +0200)] 
clock: Convert French resources to UTF-8.

14 years agoreg: Fix French translation.
Frédéric Delanoy [Thu, 9 Jul 2009 22:51:21 +0000 (00:51 +0200)] 
reg: Fix French translation.

14 years agocomdlgtst: Fix French translation & UI display.
Frédéric Delanoy [Thu, 9 Jul 2009 22:42:53 +0000 (00:42 +0200)] 
comdlgtst: Fix French translation & UI display.

14 years agocomdlg32: Fix left-right margins inversion in French page setup UI.
Frédéric Delanoy [Thu, 9 Jul 2009 21:56:55 +0000 (23:56 +0200)] 
comdlg32: Fix left-right margins inversion in French page setup UI.

14 years agoview: Convert French resources to UTF-8.
Frédéric Delanoy [Thu, 9 Jul 2009 20:40:33 +0000 (22:40 +0200)] 
view: Convert French resources to UTF-8.

14 years agowinemine: Fix French translation & UI display.
Frédéric Delanoy [Thu, 9 Jul 2009 20:34:35 +0000 (22:34 +0200)] 
winemine: Fix French translation & UI display.

14 years agoprogman: Fix French translation & UI display.
Frédéric Delanoy [Thu, 9 Jul 2009 17:32:38 +0000 (19:32 +0200)] 
progman: Fix French translation & UI display.

14 years agomsvidc32: Convert French resources to UTF-8.
Frédéric Delanoy [Thu, 9 Jul 2009 16:42:03 +0000 (18:42 +0200)] 
msvidc32: Convert French resources to UTF-8.

14 years agomsvfw32: Fix French UI display.
Frédéric Delanoy [Thu, 9 Jul 2009 16:23:19 +0000 (18:23 +0200)] 
msvfw32: Fix French UI display.

14 years agoshdoclc: Fix French translation & UI display.
Frédéric Delanoy [Thu, 9 Jul 2009 15:05:52 +0000 (17:05 +0200)] 
shdoclc: Fix French translation & UI display.

14 years agotaskmgr: Fix typo in French translation.
Frédéric Delanoy [Thu, 9 Jul 2009 14:53:31 +0000 (16:53 +0200)] 
taskmgr: Fix typo in French translation.

14 years agokernel32: Explicitly specify the codepage in message files.
Alexandre Julliard [Thu, 9 Jul 2009 18:39:23 +0000 (20:39 +0200)] 
kernel32: Explicitly specify the codepage in message files.

14 years agontdll: Add support for the MEM_RESET flag in VirtualAlloc, with tests.
Alexandre Julliard [Thu, 9 Jul 2009 17:17:49 +0000 (19:17 +0200)] 
ntdll: Add support for the MEM_RESET flag in VirtualAlloc, with tests.

14 years agojscript: Changed to_primitive implementation.
Piotr Caban [Wed, 8 Jul 2009 08:52:56 +0000 (10:52 +0200)] 
jscript: Changed to_primitive implementation.

14 years agojscript: Added Function_valueOf implementation.
Piotr Caban [Tue, 7 Jul 2009 21:19:54 +0000 (23:19 +0200)] 
jscript: Added Function_valueOf implementation.

14 years agohal: Add stub for KeGetCurrentIrql.
Austin English [Wed, 8 Jul 2009 23:57:06 +0000 (18:57 -0500)] 
hal: Add stub for KeGetCurrentIrql.

14 years agomsctf: Correct return value from GetValue.
Aric Stewart [Thu, 9 Jul 2009 13:16:14 +0000 (08:16 -0500)] 
msctf: Correct return value from GetValue.

14 years agoRemove some obsolete README files.
Alexandre Julliard [Thu, 9 Jul 2009 14:02:19 +0000 (16:02 +0200)] 
Remove some obsolete README files.

14 years agomswsock: Convert the language-neutral resource file to UTF-8.
Alexandre Julliard [Thu, 9 Jul 2009 13:47:43 +0000 (15:47 +0200)] 
mswsock: Convert the language-neutral resource file to UTF-8.

14 years agomsdmo: Convert the language-neutral resource file to UTF-8.
Alexandre Julliard [Thu, 9 Jul 2009 13:47:37 +0000 (15:47 +0200)] 
msdmo: Convert the language-neutral resource file to UTF-8.

14 years agoavifil32: Convert the language-neutral resource file to UTF-8.
Alexandre Julliard [Thu, 9 Jul 2009 13:47:33 +0000 (15:47 +0200)] 
avifil32: Convert the language-neutral resource file to UTF-8.

14 years agotaskmgr: Convert the language-neutral resource file to UTF-8.
Alexandre Julliard [Thu, 9 Jul 2009 13:47:26 +0000 (15:47 +0200)] 
taskmgr: Convert the language-neutral resource file to UTF-8.

14 years agowinmm: Convert the German resources to UTF-8.
Michael Stefaniuc [Thu, 9 Jul 2009 11:52:47 +0000 (13:52 +0200)] 
winmm: Convert the German resources to UTF-8.

14 years agocomdlg32: Convert the German resources to UTF-8.
Michael Stefaniuc [Thu, 9 Jul 2009 11:52:46 +0000 (13:52 +0200)] 
comdlg32: Convert the German resources to UTF-8.

14 years agowinefile: Convert the German resources to UTF-8.
Michael Stefaniuc [Thu, 9 Jul 2009 11:52:50 +0000 (13:52 +0200)] 
winefile: Convert the German resources to UTF-8.

14 years agooledlg: Convert the German resources to UTF-8.
Michael Stefaniuc [Thu, 9 Jul 2009 11:52:41 +0000 (13:52 +0200)] 
oledlg: Convert the German resources to UTF-8.