wine
16 years agowinedbg: Fixed the print_basic command when dealing with long long values.
Eric Pouech [Fri, 23 May 2008 18:05:01 +0000 (20:05 +0200)] 
winedbg: Fixed the print_basic command when dealing with long long values.

16 years agowinedbg: Removed unneeded variable from print_basic.
Eric Pouech [Fri, 23 May 2008 18:04:55 +0000 (20:04 +0200)] 
winedbg: Removed unneeded variable from print_basic.

16 years agomsvcrt: Properly handle the extended keys in getch().
Eric Pouech [Fri, 23 May 2008 18:04:36 +0000 (20:04 +0200)] 
msvcrt: Properly handle the extended keys in getch().

16 years agowinetest: Don't submit test results if we don't have a valid git build id.
Alexandre Julliard [Tue, 27 May 2008 09:48:50 +0000 (11:48 +0200)] 
winetest: Don't submit test results if we don't have a valid git build id.

16 years agowinetest: Remove the per-file revision info, we now use the global commit id.
Alexandre Julliard [Tue, 27 May 2008 09:32:34 +0000 (11:32 +0200)] 
winetest: Remove the per-file revision info, we now use the global commit id.

16 years agosetupapi/tests: Test registry after testDeviceRegistryProperty.
Paul Vriens [Mon, 26 May 2008 15:42:15 +0000 (17:42 +0200)] 
setupapi/tests: Test registry after testDeviceRegistryProperty.

16 years agosetupapi/tests: Cleanup after testGetDeviceInterfaceDetail.
Paul Vriens [Mon, 26 May 2008 15:25:42 +0000 (17:25 +0200)] 
setupapi/tests: Cleanup after testGetDeviceInterfaceDetail.

16 years agosetupapi/tests: Cleanup after testRegisterAndGetDetail.
Paul Vriens [Mon, 26 May 2008 14:42:17 +0000 (16:42 +0200)] 
setupapi/tests: Cleanup after testRegisterAndGetDetail.

16 years agosetupapi/tests: Cleanup after testDevRegKey.
Paul Vriens [Mon, 26 May 2008 13:41:31 +0000 (15:41 +0200)] 
setupapi/tests: Cleanup after testDevRegKey.

16 years agosetupapi/tests: Skip tests on win9x.
Paul Vriens [Mon, 26 May 2008 10:13:07 +0000 (12:13 +0200)] 
setupapi/tests: Skip tests on win9x.

16 years agosetupapi/tests: Turn guid into a global variable.
Paul Vriens [Mon, 26 May 2008 09:45:25 +0000 (11:45 +0200)] 
setupapi/tests: Turn guid into a global variable.

16 years agosetupapi/tests: Fix a test on NT4.
Paul Vriens [Mon, 26 May 2008 09:32:37 +0000 (11:32 +0200)] 
setupapi/tests: Fix a test on NT4.

16 years agosetupapi/tests: Close registry key after use.
Paul Vriens [Mon, 26 May 2008 08:47:08 +0000 (10:47 +0200)] 
setupapi/tests: Close registry key after use.

16 years agowinmm: Use HeapAlloc in the capture test instead of using strdup.
Dan Kegel [Mon, 26 May 2008 17:12:46 +0000 (10:12 -0700)] 
winmm: Use HeapAlloc in the capture test instead of using strdup.

16 years agomshtml: Fixed copy&paste typo.
Jacek Caban [Mon, 26 May 2008 16:47:10 +0000 (18:47 +0200)] 
mshtml: Fixed copy&paste typo.

16 years agows2_32: Make sure INVALID_SOCKET is correctly typed.
Francois Gouget [Mon, 26 May 2008 15:38:53 +0000 (17:38 +0200)] 
ws2_32: Make sure INVALID_SOCKET is correctly typed.

16 years agomsi: Mark some data as constant.
Dmitry Timoshkov [Mon, 26 May 2008 04:06:47 +0000 (13:06 +0900)] 
msi: Mark some data as constant.

16 years agowininet: INTERNET_InternetOpenUrlW is an internal helper.
Dmitry Timoshkov [Mon, 26 May 2008 04:06:00 +0000 (13:06 +0900)] 
wininet: INTERNET_InternetOpenUrlW is an internal helper.

16 years agowinecfg: Updated Korean resource.
Hwang YunSong(황윤성) [Mon, 26 May 2008 00:52:21 +0000 (09:52 +0900)] 
winecfg: Updated Korean resource.

16 years agodbghelp: Fix for SymGetModuleInfo().
Eric Pouech [Sun, 25 May 2008 10:02:26 +0000 (12:02 +0200)] 
dbghelp: Fix for SymGetModuleInfo().

16 years agomshtml: Fix copy/paste error.
Kirill K. Smirnov [Sat, 24 May 2008 22:06:50 +0000 (02:06 +0400)] 
mshtml: Fix copy/paste error.

16 years agowinhlp32: Update German translation.
Gregor Münch [Sat, 24 May 2008 19:35:47 +0000 (19:35 +0000)] 
winhlp32: Update German translation.

16 years agoshell32: Update German translation.
Gregor Münch [Sat, 24 May 2008 19:26:46 +0000 (19:26 +0000)] 
shell32: Update German translation.

16 years agotests: Use the Wine import libraries when compiling with MinGW.
Alexandre Julliard [Mon, 26 May 2008 17:26:20 +0000 (19:26 +0200)] 
tests: Use the Wine import libraries when compiling with MinGW.

16 years agoprograms: Use the Wine import libraries when compiling with MinGW.
Alexandre Julliard [Mon, 26 May 2008 17:26:06 +0000 (19:26 +0200)] 
programs: Use the Wine import libraries when compiling with MinGW.

16 years agowinedbg: Fix compile when poll() is not available.
Alexandre Julliard [Mon, 26 May 2008 17:25:04 +0000 (19:25 +0200)] 
winedbg: Fix compile when poll() is not available.

16 years agolibport: Move the sigsetjmp replacement to exception.h to make it available for Winel...
Alexandre Julliard [Mon, 26 May 2008 17:23:43 +0000 (19:23 +0200)] 
libport: Move the sigsetjmp replacement to exception.h to make it available for Winelib too.

16 years agokernel32/tests: Get the tests running again on Win95.
Francois Gouget [Sun, 25 May 2008 11:51:21 +0000 (13:51 +0200)] 
kernel32/tests: Get the tests running again on Win95.

16 years agoinclude: Add missing RpcMgmtIsServerListening declaration.
Maarten Lankhorst [Fri, 23 May 2008 16:35:35 +0000 (09:35 -0700)] 
include: Add missing RpcMgmtIsServerListening declaration.

16 years agows2_32: Add support for FROM_PROTOCOL_INFO to WSASocket().
Kai Blin [Mon, 26 May 2008 08:02:42 +0000 (10:02 +0200)] 
ws2_32: Add support for FROM_PROTOCOL_INFO to WSASocket().

16 years agorpcrt4: Trace the results of two statuses that return different results across platforms.
James Hawkins [Mon, 26 May 2008 05:21:16 +0000 (00:21 -0500)] 
rpcrt4: Trace the results of two statuses that return different results across platforms.

16 years agoshell32: Test against the long form of the path.
James Hawkins [Mon, 26 May 2008 05:19:54 +0000 (00:19 -0500)] 
shell32: Test against the long form of the path.

16 years agowinetest: Use the win32 API to extract the tests.
James Hawkins [Mon, 26 May 2008 05:18:55 +0000 (00:18 -0500)] 
winetest: Use the win32 API to extract the tests.

16 years agomshtml: Fix a test failure in win2k3.
James Hawkins [Mon, 26 May 2008 05:17:58 +0000 (00:17 -0500)] 
mshtml: Fix a test failure in win2k3.

16 years agomshtml: Add missing OLECMDID definitions.
James Hawkins [Mon, 26 May 2008 05:14:56 +0000 (00:14 -0500)] 
mshtml: Add missing OLECMDID definitions.

16 years agodbghelp: Don't crash when parsing the forward declaration of a function.
Eric Pouech [Sun, 25 May 2008 17:29:58 +0000 (19:29 +0200)] 
dbghelp: Don't crash when parsing the forward declaration of a function.

16 years agoregedit: Update the German translation.
Andrej Sinicyn [Sun, 25 May 2008 21:54:53 +0000 (23:54 +0200)] 
regedit: Update the German translation.

16 years agocrypt32: CertGetPublicKeyLength should check only cert encoding type.
Michael Karcher [Sun, 25 May 2008 17:23:44 +0000 (19:23 +0200)] 
crypt32: CertGetPublicKeyLength should check only cert encoding type.

pktextract calls CertGetPublicKeyLength with dwCertEncodingType
of X509_ASN_ENCODING | PKCS_7_ASN_ENCODING, MSDN explicitly
allows it.

16 years agocrypt32: Pass on aiKeyAlg on RSA key import.
Michael Karcher [Sun, 25 May 2008 18:16:14 +0000 (20:16 +0200)] 
crypt32: Pass on aiKeyAlg on RSA key import.

16 years agocrypt32: Fix order-of-evaluation dependence.
Michael Karcher [Sun, 25 May 2008 15:38:54 +0000 (17:38 +0200)] 
crypt32: Fix order-of-evaluation dependence.

16 years agocrypt32: Fix integer overflow.
Michael Karcher [Sun, 25 May 2008 12:32:22 +0000 (14:32 +0200)] 
crypt32: Fix integer overflow.

16 years agomshtml: Fixed more tests on IE 7.
Jacek Caban [Sun, 25 May 2008 18:10:01 +0000 (20:10 +0200)] 
mshtml: Fixed more tests on IE 7.

16 years agomshtml: Make Wine behave like IE 7.
Jacek Caban [Sun, 25 May 2008 10:41:24 +0000 (12:41 +0200)] 
mshtml: Make Wine behave like IE 7.

16 years agomshtml: Fixed some tests on IE 7.
Jacek Caban [Sun, 25 May 2008 10:41:08 +0000 (12:41 +0200)] 
mshtml: Fixed some tests on IE 7.

16 years agomsxml3: Stopped tests from crashing and a Win98 fix.
Alistair Leslie-Hughes [Sat, 24 May 2008 12:30:41 +0000 (22:30 +1000)] 
msxml3: Stopped tests from crashing and a Win98 fix.

16 years agoRelease 1.0-rc2. wine-1.0-rc2
Alexandre Julliard [Fri, 23 May 2008 15:08:29 +0000 (17:08 +0200)] 
Release 1.0-rc2.

16 years agoREADME: Updated.
Alexandre Julliard [Fri, 23 May 2008 10:10:24 +0000 (12:10 +0200)] 
README: Updated.

16 years agoopengl32: Trace a test result that fails inconsistently across different drivers.
James Hawkins [Fri, 23 May 2008 08:21:29 +0000 (03:21 -0500)] 
opengl32: Trace a test result that fails inconsistently across different drivers.

16 years agomshtml: Fix a few test failures in win2k3.
James Hawkins [Fri, 23 May 2008 08:17:04 +0000 (03:17 -0500)] 
mshtml: Fix a few test failures in win2k3.

16 years agokernel32: Don't test the invalid locale 0 if it is enumerated.
James Hawkins [Fri, 23 May 2008 08:10:46 +0000 (03:10 -0500)] 
kernel32: Don't test the invalid locale 0 if it is enumerated.

16 years agoinclude: Modify UNREFERENCED macros to cast to void.
Alam Arias [Fri, 9 May 2008 00:22:03 +0000 (20:22 -0400)] 
include: Modify UNREFERENCED macros to cast to void.

16 years agodxdiagn: Implemented OS version properties for DXDiagSystemInfoContainer.
Markus Weiland [Fri, 23 May 2008 06:55:27 +0000 (08:55 +0200)] 
dxdiagn: Implemented OS version properties for DXDiagSystemInfoContainer.

16 years agocomctl32: Indentation fix.
Andrew Talbot [Thu, 22 May 2008 21:57:03 +0000 (22:57 +0100)] 
comctl32: Indentation fix.

16 years agowinmm: Fix valgrind warnings on exit.
Maarten Lankhorst [Thu, 22 May 2008 18:39:40 +0000 (11:39 -0700)] 
winmm: Fix valgrind warnings on exit.

16 years agoinclude: Update aviriff header to use the right alignment.
Maarten Lankhorst [Wed, 21 May 2008 20:31:35 +0000 (13:31 -0700)] 
include: Update aviriff header to use the right alignment.

16 years agomsacm32.drv: Check for message type before comparing handles.
Maarten Lankhorst [Thu, 22 May 2008 18:08:48 +0000 (11:08 -0700)] 
msacm32.drv: Check for message type before comparing handles.

Fixes a valgrind warning.

16 years agowinmm: Use HeapAlloc in the wave test instead of using strdup.
Maarten Lankhorst [Thu, 22 May 2008 18:07:27 +0000 (11:07 -0700)] 
winmm: Use HeapAlloc in the wave test instead of using strdup.

16 years agowinex11: Add support for X11 mouse buttons 8 and 9.
Alexandre Julliard [Thu, 22 May 2008 18:45:30 +0000 (20:45 +0200)] 
winex11: Add support for X11 mouse buttons 8 and 9.

16 years agowineinstall: Remove a lot of no longer needed code.
Alexandre Julliard [Thu, 22 May 2008 18:44:18 +0000 (20:44 +0200)] 
wineinstall: Remove a lot of no longer needed code.

16 years agogdi32: Use atan2 to compute angles in WidenPath without triggering floating point...
Alexandre Julliard [Thu, 22 May 2008 18:43:55 +0000 (20:43 +0200)] 
gdi32: Use atan2 to compute angles in WidenPath without triggering floating point errors.

16 years agogdi32: Perform coordinate transformations using doubles instead of floats to avoid...
Alexandre Julliard [Thu, 22 May 2008 15:43:01 +0000 (17:43 +0200)] 
gdi32: Perform coordinate transformations using doubles instead of floats to avoid precision loss.

16 years agouser32: Return reasonable values in GetWindowPlacement for the desktop window.
Alexandre Julliard [Thu, 22 May 2008 15:04:22 +0000 (17:04 +0200)] 
user32: Return reasonable values in GetWindowPlacement for the desktop window.

16 years agomlang: Fix all test failures for NT+ platforms.
James Hawkins [Thu, 22 May 2008 01:29:00 +0000 (20:29 -0500)] 
mlang: Fix all test failures for NT+ platforms.

16 years agomlang: Only return the locale language name if no country name exists.
James Hawkins [Thu, 22 May 2008 01:28:16 +0000 (20:28 -0500)] 
mlang: Only return the locale language name if no country name exists.

16 years agowineserver: Add support for long command line options.
Vitaliy Margolen [Wed, 21 May 2008 23:58:58 +0000 (17:58 -0600)] 
wineserver: Add support for long command line options.

16 years agokernel32: Don't require write access on profile file when only reading.
Alexandre Julliard [Thu, 22 May 2008 10:15:37 +0000 (12:15 +0200)] 
kernel32: Don't require write access on profile file when only reading.

16 years agoquartz: Initialize some uninitialized variables in the video renderer.
Maarten Lankhorst [Wed, 21 May 2008 22:48:32 +0000 (15:48 -0700)] 
quartz: Initialize some uninitialized variables in the video renderer.

16 years agoquartz: Do timekeeping in the avi decoder.
Maarten Lankhorst [Wed, 21 May 2008 21:33:47 +0000 (14:33 -0700)] 
quartz: Do timekeeping in the avi decoder.

Fixes the timestamps generated.

16 years agoquartz: Don't free memory twice in null renderer.
Maarten Lankhorst [Wed, 21 May 2008 20:32:53 +0000 (13:32 -0700)] 
quartz: Don't free memory twice in null renderer.

_Release already frees it.

16 years agontdll: Give earlier notify to valgrind that HeapFree is trying to free some memory.
Maarten Lankhorst [Wed, 21 May 2008 22:29:31 +0000 (15:29 -0700)] 
ntdll: Give earlier notify to valgrind that HeapFree is trying to free some memory.

16 years agowininet: Send https scheme to proxy server when appropriate.
Lei Zhang [Thu, 22 May 2008 02:04:10 +0000 (19:04 -0700)] 
wininet: Send https scheme to proxy server when appropriate.

16 years agomshtml: Added ProxyEnable / ProxyServer handling.
Lei Zhang [Thu, 22 May 2008 00:43:29 +0000 (17:43 -0700)] 
mshtml: Added ProxyEnable / ProxyServer handling.

16 years agowininet/tests: Get the tests running again on Win98.
Francois Gouget [Thu, 22 May 2008 08:38:29 +0000 (10:38 +0200)] 
wininet/tests: Get the tests running again on Win98.

16 years agowininet/tests: Remove a stray reference to InternetSetStatusCallback().
Francois Gouget [Thu, 22 May 2008 08:38:03 +0000 (10:38 +0200)] 
wininet/tests: Remove a stray reference to InternetSetStatusCallback().

16 years agoadvapi32/tests: Remove a stray reference to CryptReleaseContext(). This gets the...
Francois Gouget [Thu, 22 May 2008 08:37:53 +0000 (10:37 +0200)] 
advapi32/tests: Remove a stray reference to CryptReleaseContext(). This gets the test to run again on Win95.

16 years agoole32/tests: Add a trailing '\n' to ok() calls.
Francois Gouget [Thu, 22 May 2008 08:37:43 +0000 (10:37 +0200)] 
ole32/tests: Add a trailing '\n' to ok() calls.

16 years agouser32: Fix a test that fails in almost all reports.
James Hawkins [Thu, 22 May 2008 03:24:43 +0000 (22:24 -0500)] 
user32: Fix a test that fails in almost all reports.

16 years agosecur32: Fix a few tests that fail in win2k3.
James Hawkins [Wed, 21 May 2008 22:39:17 +0000 (17:39 -0500)] 
secur32: Fix a few tests that fail in win2k3.

16 years agomsi: Search the last used source if the cabinet to extract cannot be found.
James Hawkins [Wed, 21 May 2008 23:39:45 +0000 (18:39 -0500)] 
msi: Search the last used source if the cabinet to extract cannot be found.

16 years agoregedit: Set selected key name as default favourite name.
Alexander Nicolaysen Sørnes [Wed, 21 May 2008 22:00:12 +0000 (00:00 +0200)] 
regedit: Set selected key name as default favourite name.

16 years agoregedit: Allow modifying values of root keys.
Alexander Nicolaysen Sørnes [Wed, 21 May 2008 21:33:45 +0000 (23:33 +0200)] 
regedit: Allow modifying values of root keys.

16 years agodplayx: Remove unneeded "extern" from function definitions.
Andrew Talbot [Wed, 21 May 2008 20:50:32 +0000 (21:50 +0100)] 
dplayx: Remove unneeded "extern" from function definitions.

16 years agowined3d: Remove unneeded "extern" from function definition.
Andrew Talbot [Wed, 21 May 2008 20:50:36 +0000 (21:50 +0100)] 
wined3d: Remove unneeded "extern" from function definition.

16 years agows2_32: Remove unused function.
Andrew Talbot [Wed, 21 May 2008 20:50:27 +0000 (21:50 +0100)] 
ws2_32: Remove unused function.

16 years agokernel32: File mapping names are case sensitive.
Alexandre Julliard [Wed, 21 May 2008 18:45:11 +0000 (20:45 +0200)] 
kernel32: File mapping names are case sensitive.

16 years agokernel32: Waitable timer names are case sensitive.
Alexandre Julliard [Wed, 21 May 2008 18:44:36 +0000 (20:44 +0200)] 
kernel32: Waitable timer names are case sensitive.

16 years agokernel32: Semaphore names are case sensitive.
Alexandre Julliard [Wed, 21 May 2008 18:43:43 +0000 (20:43 +0200)] 
kernel32: Semaphore names are case sensitive.

16 years agokernel32: Event names are case sensitive.
Alexandre Julliard [Wed, 21 May 2008 18:42:54 +0000 (20:42 +0200)] 
kernel32: Event names are case sensitive.

16 years agokernel32: Mutex names are case sensitive.
Alexandre Julliard [Wed, 21 May 2008 18:41:45 +0000 (20:41 +0200)] 
kernel32: Mutex names are case sensitive.

16 years agogdiplus: GdipBitmapLockBits should allow a NULL rect argument.
Nikolay Sivov [Wed, 21 May 2008 15:47:50 +0000 (19:47 +0400)] 
gdiplus: GdipBitmapLockBits should allow a NULL rect argument.

16 years agouser32: Correct termination of returning string in Text_Ellipsify.
Nikolay Sivov [Wed, 21 May 2008 16:49:07 +0000 (20:49 +0400)] 
user32: Correct termination of returning string in Text_Ellipsify.

16 years agontdll/tests: Only test the readcount for a read below 0x10000 if the return code...
Jeremy White [Wed, 21 May 2008 15:32:27 +0000 (10:32 -0500)] 
ntdll/tests: Only test the readcount for a read below 0x10000 if  the return code indicates a partial copy result.

16 years agowinebrowser: Route default url handlers to /usr/bin/open on Mac OS X.
Jeremy White [Wed, 21 May 2008 15:32:07 +0000 (10:32 -0500)] 
winebrowser: Route default url handlers to /usr/bin/open on Mac OS X.

16 years agosetupapi/tests: Fix typos.
Paul Vriens [Wed, 21 May 2008 15:18:12 +0000 (17:18 +0200)] 
setupapi/tests: Fix typos.

16 years agosetupapi/tests: Fix typo.
Paul Vriens [Wed, 21 May 2008 15:03:49 +0000 (17:03 +0200)] 
setupapi/tests: Fix typo.

16 years agosetupapi/tests: Skip some tests if we are on win9x.
Paul Vriens [Wed, 21 May 2008 15:00:11 +0000 (17:00 +0200)] 
setupapi/tests: Skip some tests if we are on win9x.

16 years agosetupapi/tests: Remove a duplicate function call.
Paul Vriens [Wed, 21 May 2008 14:45:50 +0000 (16:45 +0200)] 
setupapi/tests: Remove a duplicate function call.

16 years agogdi32: Slightly relax EMF record comparisons allowing rounding errors.
Dmitry Timoshkov [Wed, 21 May 2008 12:54:29 +0000 (21:54 +0900)] 
gdi32: Slightly relax EMF record comparisons allowing rounding errors.

16 years agoconfigure: Upgrade notices to warnings for some important libraries.
Alexandre Julliard [Wed, 21 May 2008 13:00:28 +0000 (15:00 +0200)] 
configure: Upgrade notices to warnings for some important libraries.

16 years agoconfigure: Make the lack of FreeType an error, and add a --without option for it.
Alexandre Julliard [Wed, 21 May 2008 12:55:53 +0000 (14:55 +0200)] 
configure: Make the lack of FreeType an error, and add a --without option for it.