wine
16 years agowined3d: Fix WINED3DTOP_MULTIPLYADD for ATI cards.
H. Verbeet [Mon, 2 Jun 2008 19:12:48 +0000 (21:12 +0200)] 
wined3d: Fix WINED3DTOP_MULTIPLYADD for ATI cards.

16 years agod3d9/tests: Keep swapchain while its backbuffer is in use.
Michael Karcher [Mon, 2 Jun 2008 20:51:16 +0000 (22:51 +0200)] 
d3d9/tests: Keep swapchain while its backbuffer is in use.

16 years agoshell32: Fix the Italian translation.
Michael Stefaniuc [Mon, 2 Jun 2008 19:09:35 +0000 (21:09 +0200)] 
shell32: Fix the Italian translation.

16 years agoregedit: Fix the Italian translation.
Michael Stefaniuc [Mon, 2 Jun 2008 19:10:19 +0000 (21:10 +0200)] 
regedit: Fix the Italian translation.

16 years agoshell32: Fix the Swedish translation.
Michael Stefaniuc [Mon, 2 Jun 2008 19:09:51 +0000 (21:09 +0200)] 
shell32: Fix the Swedish translation.

16 years agoregedit: Fix the Czech translation.
Michael Stefaniuc [Mon, 2 Jun 2008 19:10:38 +0000 (21:10 +0200)] 
regedit: Fix the Czech translation.

16 years agoshell32: Fix the Czech translation.
Michael Stefaniuc [Mon, 2 Jun 2008 19:10:09 +0000 (21:10 +0200)] 
shell32: Fix the Czech translation.

16 years agocrypt32: Fix the Swedish translation.
Michael Stefaniuc [Mon, 2 Jun 2008 19:10:47 +0000 (21:10 +0200)] 
crypt32: Fix the Swedish translation.

16 years agoreg: Updated French translation.
Jonathan Ernst [Mon, 2 Jun 2008 16:04:47 +0000 (18:04 +0200)] 
reg: Updated French translation.

16 years agomshtml: Fix yet another copy/paste typo.
Kirill K. Smirnov [Mon, 2 Jun 2008 15:49:50 +0000 (19:49 +0400)] 
mshtml: Fix yet another copy/paste typo.

16 years agouser32: Fix input tests failing on WinXP+.
Vitaliy Margolen [Mon, 2 Jun 2008 14:12:26 +0000 (08:12 -0600)] 
user32: Fix input tests failing on WinXP+.

16 years agowordpad: Remove extraneous spaces in '...'.
Francois Gouget [Mon, 2 Jun 2008 10:46:26 +0000 (12:46 +0200)] 
wordpad: Remove extraneous spaces in '...'.

16 years agowinefile: Fix the French translation (with some help from Michael Stefaniuc).
Francois Gouget [Mon, 2 Jun 2008 10:45:46 +0000 (12:45 +0200)] 
winefile: Fix the French translation (with some help from Michael Stefaniuc).

16 years agoregedit: Update the French translation.
Francois Gouget [Mon, 2 Jun 2008 10:45:36 +0000 (12:45 +0200)] 
regedit: Update the French translation.

16 years agoreg: Add French resources.
Francois Gouget [Mon, 2 Jun 2008 10:44:35 +0000 (12:44 +0200)] 
reg: Add French resources.

16 years agouser32/tests: Fix race condition in DDE server startup.
Alexandre Julliard [Mon, 2 Jun 2008 12:13:01 +0000 (14:13 +0200)] 
user32/tests: Fix race condition in DDE server startup.

16 years agoREADME: A few more updates.
Austin English [Fri, 30 May 2008 16:44:24 +0000 (11:44 -0500)] 
README: A few more updates.

16 years agowininet: Don't send a "Connection: Close" header.
Hans Leidekker [Sat, 31 May 2008 19:47:24 +0000 (21:47 +0200)] 
wininet: Don't send a "Connection: Close" header.

16 years agowininet: Return success from the InternetSetOption(INTERNET_OPTION_DISABLE_AUTODIAL...
Hans Leidekker [Sat, 31 May 2008 19:47:01 +0000 (21:47 +0200)] 
wininet: Return success from the InternetSetOption(INTERNET_OPTION_DISABLE_AUTODIAL) stub.

16 years agowininet: Don't send a handle closing callback for session handles created with Intern...
Hans Leidekker [Sat, 31 May 2008 19:46:34 +0000 (21:46 +0200)] 
wininet: Don't send a handle closing callback for session handles created with InternetOpenUrl.

16 years agowininet: Make resolving hostnames thread-safe.
Hans Leidekker [Sat, 31 May 2008 19:46:07 +0000 (21:46 +0200)] 
wininet: Make resolving hostnames thread-safe.

16 years agooleaut32/tests: Fix memory leaks reported by valgrind.
Jon Griffiths [Fri, 30 May 2008 14:32:37 +0000 (07:32 -0700)] 
oleaut32/tests: Fix memory leaks reported by valgrind.

16 years agoshell32: Updated French translation.
Jonathan Ernst [Mon, 2 Jun 2008 07:02:08 +0000 (09:02 +0200)] 
shell32: Updated French translation.

16 years agostart.exe: Updated French translation.
Jonathan Ernst [Mon, 2 Jun 2008 07:02:25 +0000 (09:02 +0200)] 
start.exe: Updated French translation.

16 years agoddraw: Delete the temporarily attached surface.
James Hawkins [Sat, 31 May 2008 21:19:29 +0000 (16:19 -0500)] 
ddraw: Delete the temporarily attached surface.

16 years agolibwine: Fix wine_switch_to_stack on ppc.
Simon Richter [Sat, 31 May 2008 08:50:11 +0000 (10:50 +0200)] 
libwine: Fix wine_switch_to_stack on ppc.

The PowerPC ABI expects the caller to allocate space for the return
address on the stack, above the current stack pointer, even if the
address is passed in the link register (usually the address is stored at
SP+4 by the callee).

16 years agolibwine: Implement wine_call_on_stack for ppc.
Simon Richter [Sat, 31 May 2008 08:50:36 +0000 (10:50 +0200)] 
libwine: Implement wine_call_on_stack for ppc.

16 years agowinebuild: Fix import stub on ppc.
Simon Richter [Sat, 31 May 2008 08:51:01 +0000 (10:51 +0200)] 
winebuild: Fix import stub on ppc.

The address calculation was wrong, as the addition of the lower 16 bits
is a signed addition, so if bit 15 is set, the upper 16 bits need to be
incremented by one (so the hi portion of the symbol always references
the symbol + 0x8000).

16 years agowinebuild: Fix branch mnemonic on ppc.
Simon Richter [Sat, 31 May 2008 08:49:49 +0000 (10:49 +0200)] 
winebuild: Fix branch mnemonic on ppc.

16 years agoshell32: Updated Korean resource.
Hwang YunSong(황윤성) [Mon, 2 Jun 2008 00:56:14 +0000 (09:56 +0900)] 
shell32: Updated Korean resource.

16 years agourlmon: Fix a few failing tests in win2k3.
James Hawkins [Sun, 1 Jun 2008 02:10:54 +0000 (21:10 -0500)] 
urlmon: Fix a few failing tests in win2k3.

16 years agoSpanish translations updates.
José Manuel Ferrer Ortiz [Sat, 31 May 2008 19:57:20 +0000 (12:57 -0700)] 
Spanish translations updates.

16 years agowininet: Include openssl/ssl.h before Windows headers.
Alexandre Julliard [Mon, 2 Jun 2008 10:14:37 +0000 (12:14 +0200)] 
wininet: Include openssl/ssl.h before Windows headers.

16 years agontdll: Add local defines for VIF and VIP flags.
Alexandre Julliard [Mon, 2 Jun 2008 10:13:33 +0000 (12:13 +0200)] 
ntdll: Add local defines for VIF and VIP flags.

16 years agoUpdate Russian translations.
Vitaliy Margolen [Mon, 2 Jun 2008 03:25:29 +0000 (21:25 -0600)] 
Update Russian translations.

16 years agomsvcrt: Fix for getch() and special characters.
Eric Pouech [Sun, 1 Jun 2008 20:04:15 +0000 (22:04 +0200)] 
msvcrt: Fix for getch() and special characters.

16 years agowinecfg: Fix the Czech and Swedish translations.
Michael Stefaniuc [Sun, 1 Jun 2008 21:46:22 +0000 (23:46 +0200)] 
winecfg: Fix the Czech and Swedish translations.

16 years agowinecfg: Fix the Portuguese translations and re-enable them.
Michael Stefaniuc [Sun, 1 Jun 2008 21:46:04 +0000 (23:46 +0200)] 
winecfg: Fix the Portuguese translations and re-enable them.

16 years agowinefile: Fix the Czech translation.
Michael Stefaniuc [Sat, 31 May 2008 22:23:12 +0000 (00:23 +0200)] 
winefile: Fix the Czech translation.

Thanks to Marek Mahut for the translation.

16 years agowinefile: Fix the Italian translation.
Michael Stefaniuc [Sat, 31 May 2008 22:22:37 +0000 (00:22 +0200)] 
winefile: Fix the Italian translation.

16 years agowinefile: Fix the Swedish translation.
Michael Stefaniuc [Sat, 31 May 2008 22:22:54 +0000 (00:22 +0200)] 
winefile: Fix the Swedish translation.

16 years agocmdlgtst: Fix the Portuguese translations.
Michael Stefaniuc [Sat, 31 May 2008 22:22:28 +0000 (00:22 +0200)] 
cmdlgtst: Fix the Portuguese translations.

16 years agowinefile: Fix the Portuguese translations.
Michael Stefaniuc [Sat, 31 May 2008 22:22:16 +0000 (00:22 +0200)] 
winefile: Fix the Portuguese translations.

16 years agostart: Fix the Portuguese translations.
Michael Stefaniuc [Sat, 31 May 2008 22:21:57 +0000 (00:21 +0200)] 
start: Fix the Portuguese translations.

16 years agocmd: Fix the Portuguese translations.
Michael Stefaniuc [Sat, 31 May 2008 22:21:40 +0000 (00:21 +0200)] 
cmd: Fix the Portuguese translations.

16 years agoregedit: Fix the Portugese translations.
Michael Stefaniuc [Fri, 30 May 2008 22:00:27 +0000 (00:00 +0200)] 
regedit: Fix the Portugese translations.

Thanks to Mauricio Teixeira <mteixeira@webset.net> for the translations.

16 years agoshell32: Fix the Portugese translations.
Michael Stefaniuc [Fri, 30 May 2008 22:00:10 +0000 (00:00 +0200)] 
shell32: Fix the Portugese translations.

Thanks to Mauricio Teixeira <mteixeira@webset.net> for the translations.

16 years agooleaut32/tests: Cleanup typelib after the test.
Paul Vriens [Fri, 30 May 2008 17:16:40 +0000 (19:16 +0200)] 
oleaut32/tests: Cleanup typelib after the test.

16 years agoRelease 1.0-rc3. wine-1.0-rc3
Alexandre Julliard [Fri, 30 May 2008 14:41:29 +0000 (16:41 +0200)] 
Release 1.0-rc3.

16 years agoole32/tests: Prevent a crash.
Paul Vriens [Fri, 30 May 2008 07:56:47 +0000 (09:56 +0200)] 
ole32/tests: Prevent a crash.

16 years agodsound: Fix double free in dsound capture.
Michael Karcher [Fri, 30 May 2008 07:34:45 +0000 (09:34 +0200)] 
dsound: Fix double free in dsound capture.

16 years agowine.inf: Create default spool dir.
Vitaly Lipatov [Thu, 29 May 2008 17:15:24 +0000 (21:15 +0400)] 
wine.inf: Create default spool dir.

16 years agouser32: CBT hook doesn't send window messages.
Dmitry Timoshkov [Fri, 30 May 2008 02:57:58 +0000 (11:57 +0900)] 
user32: CBT hook doesn't send window messages.

16 years agouser32: We no longer need to ensure that the BeginPaint window belongs to the current...
Alexandre Julliard [Fri, 30 May 2008 08:03:30 +0000 (10:03 +0200)] 
user32: We no longer need to ensure that the BeginPaint window belongs to the current thread.

16 years agoinclude: Use WINE_NO_UNICODE_MACROS instead of __WINESRC__ where appropriate.
Alexandre Julliard [Fri, 30 May 2008 08:02:42 +0000 (10:02 +0200)] 
include: Use WINE_NO_UNICODE_MACROS instead of __WINESRC__ where appropriate.

16 years agonotepad: Fix the Hungarian translation.
Michael Stefaniuc [Thu, 29 May 2008 22:56:55 +0000 (00:56 +0200)] 
notepad: Fix the Hungarian translation.

16 years agoshell32: Fix the Hungarian translation.
Michael Stefaniuc [Thu, 29 May 2008 22:56:41 +0000 (00:56 +0200)] 
shell32: Fix the Hungarian translation.

16 years agomshtml: Fix the Hungarian translation.
Michael Stefaniuc [Thu, 29 May 2008 22:56:25 +0000 (00:56 +0200)] 
mshtml: Fix the Hungarian translation.

16 years agocomdlg32: Fix some control sizes in the default English resource.
Michael Stefaniuc [Thu, 29 May 2008 22:56:10 +0000 (00:56 +0200)] 
comdlg32: Fix some control sizes in the default English resource.

16 years agocomdlg32: Fix the Hungarian translation.
Michael Stefaniuc [Thu, 29 May 2008 22:55:59 +0000 (00:55 +0200)] 
comdlg32: Fix the Hungarian translation.

16 years agocmd: Fix the Japanese translation.
Michael Stefaniuc [Thu, 29 May 2008 22:55:44 +0000 (00:55 +0200)] 
cmd: Fix the Japanese translation.

16 years agowinecfg: Fix the placement of a checkbox in the Japanese translation.
Michael Stefaniuc [Thu, 29 May 2008 22:55:26 +0000 (00:55 +0200)] 
winecfg: Fix the placement of a checkbox in the Japanese translation.

16 years agowinecfg: Fix the Bulgarian translation.
Michael Stefaniuc [Thu, 29 May 2008 22:55:05 +0000 (00:55 +0200)] 
winecfg: Fix the Bulgarian translation.

16 years agowinecfg: Fix the Hungarian translation.
Michael Stefaniuc [Thu, 29 May 2008 22:54:46 +0000 (00:54 +0200)] 
winecfg: Fix the Hungarian translation.

16 years agoregedit: Fix the Hungarian translation.
Michael Stefaniuc [Thu, 29 May 2008 22:54:18 +0000 (00:54 +0200)] 
regedit: Fix the Hungarian translation.

16 years agoregedit: Fix the Japanese translation.
Michael Stefaniuc [Thu, 29 May 2008 22:53:46 +0000 (00:53 +0200)] 
regedit: Fix the Japanese translation.

16 years agoregedit: Fix the Bulgarian translation.
Michael Stefaniuc [Thu, 29 May 2008 22:53:27 +0000 (00:53 +0200)] 
regedit: Fix the Bulgarian translation.

16 years agoregedit: Remove extraneous spaces in '...'.
Francois Gouget [Thu, 29 May 2008 16:24:38 +0000 (18:24 +0200)] 
regedit: Remove extraneous spaces in '...'.

16 years agotests: Add a broken() function to make it possible to handle Windows misbehaviors...
Francois Gouget [Thu, 29 May 2008 16:30:04 +0000 (18:30 +0200)] 
tests: Add a broken() function to make it possible to handle Windows misbehaviors that we don't want to reproduce in Wine.

16 years agoddraw: Remove trailing spaces in Wine traces.
Francois Gouget [Thu, 29 May 2008 16:23:47 +0000 (18:23 +0200)] 
ddraw: Remove trailing spaces in Wine traces.

16 years agoshell32: s/library/Wine/ for consistency in the license message.
Francois Gouget [Thu, 29 May 2008 16:22:56 +0000 (18:22 +0200)] 
shell32: s/library/Wine/ for consistency in the license message.

16 years agoadvpack: Fix buffer sizes for possibly quoted strings.
Michael Karcher [Thu, 29 May 2008 15:35:03 +0000 (17:35 +0200)] 
advpack: Fix buffer sizes for possibly quoted strings.

16 years agouser32: win2k3's GetWindowModuleFileName does return ERROR_INSUFFICIENT_BUFFER.
James Hawkins [Thu, 29 May 2008 14:45:22 +0000 (09:45 -0500)] 
user32: win2k3's GetWindowModuleFileName does return ERROR_INSUFFICIENT_BUFFER.

16 years agooleaut32: Disable olefont tests that fail on all platforms.
James Hawkins [Thu, 29 May 2008 00:15:15 +0000 (19:15 -0500)] 
oleaut32: Disable olefont tests that fail on all platforms.

16 years agouser32: Fix two tests that fail in win2k3 and above.
James Hawkins [Thu, 29 May 2008 00:25:24 +0000 (19:25 -0500)] 
user32: Fix two tests that fail in win2k3 and above.

16 years agokernel32: Remove two tests that produce different results for win9x and NT platforms.
James Hawkins [Wed, 28 May 2008 23:55:10 +0000 (18:55 -0500)] 
kernel32: Remove two tests that produce different results for win9x and NT platforms.

16 years agostart: Fall back to ShellExecute for unknown binaries in /unix mode.
Alexandre Julliard [Thu, 29 May 2008 10:12:12 +0000 (12:12 +0200)] 
start: Fall back to ShellExecute for unknown binaries in /unix mode.

16 years agomshtml: Fix the Finnish translation.
Michael Stefaniuc [Wed, 28 May 2008 23:34:05 +0000 (01:34 +0200)] 
mshtml: Fix the Finnish translation.

16 years agocomdlg32: Fix the Esperanto translation.
Michael Stefaniuc [Wed, 28 May 2008 23:33:47 +0000 (01:33 +0200)] 
comdlg32: Fix the Esperanto translation.

16 years agocomdlg32: Fix the Japanese translation.
Michael Stefaniuc [Wed, 28 May 2008 23:33:35 +0000 (01:33 +0200)] 
comdlg32: Fix the Japanese translation.

16 years agowinhlp32: Fix the Slovak translation.
Michael Stefaniuc [Wed, 28 May 2008 23:33:16 +0000 (01:33 +0200)] 
winhlp32: Fix the Slovak translation.

16 years agonotepad: Fix the Finnish translation.
Michael Stefaniuc [Wed, 28 May 2008 23:32:55 +0000 (01:32 +0200)] 
notepad: Fix the Finnish translation.

16 years agonotepad: Remove the Slovak "translation" as it is basically only a stale copy of...
Michael Stefaniuc [Wed, 28 May 2008 23:32:32 +0000 (01:32 +0200)] 
notepad: Remove the Slovak "translation" as it is basically only a stale copy of the English resource.

16 years agoshell32: Fix the Japanese translation.
Michael Stefaniuc [Wed, 28 May 2008 23:31:36 +0000 (01:31 +0200)] 
shell32: Fix the Japanese translation.

16 years agoshell32: Fix the Bulgarian translation.
Michael Stefaniuc [Wed, 28 May 2008 23:31:10 +0000 (01:31 +0200)] 
shell32: Fix the Bulgarian translation.

16 years agoshell32: Fix the Finnish translation.
Michael Stefaniuc [Wed, 28 May 2008 23:30:47 +0000 (01:30 +0200)] 
shell32: Fix the Finnish translation.

16 years agoshell32: Fix the Esperanto translation.
Michael Stefaniuc [Wed, 28 May 2008 23:29:52 +0000 (01:29 +0200)] 
shell32: Fix the Esperanto translation.

16 years agoshell32: Fix the Slovak translation.
Michael Stefaniuc [Wed, 28 May 2008 23:29:20 +0000 (01:29 +0200)] 
shell32: Fix the Slovak translation.

16 years agoregedit: Fix the English (NEUTRAL) translation. Rename SUBLANG_ENGLISH_US to SUBLANG_...
Michael Stefaniuc [Wed, 28 May 2008 23:28:38 +0000 (01:28 +0200)] 
regedit: Fix the English (NEUTRAL) translation. Rename SUBLANG_ENGLISH_US to SUBLANG_DEFAULT.

16 years agoddraw: Do not return modes differing only by refresh rate without DDEDM_REFRESHRATES.
Alexander Dorofeyev [Wed, 28 May 2008 22:13:00 +0000 (01:13 +0300)] 
ddraw: Do not return modes differing only by refresh rate without DDEDM_REFRESHRATES.

16 years agogdi32: Fix a test failure in 2k.
Austin English [Wed, 28 May 2008 22:04:18 +0000 (17:04 -0500)] 
gdi32: Fix a test failure in 2k.

16 years agod3d9: Add a test to see whether offscreen surfaces can be locked while a reset occurs.
Maarten Lankhorst [Wed, 28 May 2008 19:14:40 +0000 (12:14 -0700)] 
d3d9: Add a test to see whether offscreen surfaces can be locked while a reset occurs.

16 years agowine.inf: Add fake glu32.
Louis Lenders [Wed, 28 May 2008 17:38:57 +0000 (17:38 +0000)] 
wine.inf: Add fake glu32.

16 years agouser32: Check for wraparound in the initial window coordinates.
Alexandre Julliard [Wed, 28 May 2008 19:32:50 +0000 (21:32 +0200)] 
user32: Check for wraparound in the initial window coordinates.

16 years agowinex11: XInitThreads is hopeless, remove it again.
Alexandre Julliard [Wed, 28 May 2008 18:56:19 +0000 (20:56 +0200)] 
winex11: XInitThreads is hopeless, remove it again.

16 years agomsftedit: Explicitly load riched20 to make sure the window classes are created.
Alexandre Julliard [Wed, 28 May 2008 18:55:37 +0000 (20:55 +0200)] 
msftedit: Explicitly load riched20 to make sure the window classes are created.

16 years agosetupapi/tests: Remove leftovers from old tests.
Paul Vriens [Wed, 28 May 2008 16:17:19 +0000 (18:17 +0200)] 
setupapi/tests: Remove leftovers from old tests.

16 years agomsvcrt: Fix a test that fails on win95.
Jon Griffiths [Wed, 28 May 2008 13:01:39 +0000 (06:01 -0700)] 
msvcrt: Fix a test that fails on win95.

16 years agomsvcrt: Fix file test which fails on Vista.
Jon Griffiths [Wed, 28 May 2008 05:14:29 +0000 (22:14 -0700)] 
msvcrt: Fix file test which fails on Vista.

16 years agouser32/tests: Prevent writing to not allocated memory.
Paul Vriens [Wed, 28 May 2008 11:54:16 +0000 (13:54 +0200)] 
user32/tests: Prevent writing to not allocated memory.