Paul Vriens [Mon, 26 May 2008 13:41:31 +0000 (15:41 +0200)]
setupapi/tests: Cleanup after testDevRegKey.
Paul Vriens [Mon, 26 May 2008 10:13:07 +0000 (12:13 +0200)]
setupapi/tests: Skip tests on win9x.
Paul Vriens [Mon, 26 May 2008 09:45:25 +0000 (11:45 +0200)]
setupapi/tests: Turn guid into a global variable.
Paul Vriens [Mon, 26 May 2008 09:32:37 +0000 (11:32 +0200)]
setupapi/tests: Fix a test on NT4.
Paul Vriens [Mon, 26 May 2008 08:47:08 +0000 (10:47 +0200)]
setupapi/tests: Close registry key after use.
Dan Kegel [Mon, 26 May 2008 17:12:46 +0000 (10:12 -0700)]
winmm: Use HeapAlloc in the capture test instead of using strdup.
Jacek Caban [Mon, 26 May 2008 16:47:10 +0000 (18:47 +0200)]
mshtml: Fixed copy&paste typo.
Francois Gouget [Mon, 26 May 2008 15:38:53 +0000 (17:38 +0200)]
ws2_32: Make sure INVALID_SOCKET is correctly typed.
Dmitry Timoshkov [Mon, 26 May 2008 04:06:47 +0000 (13:06 +0900)]
msi: Mark some data as constant.
Dmitry Timoshkov [Mon, 26 May 2008 04:06:00 +0000 (13:06 +0900)]
wininet: INTERNET_InternetOpenUrlW is an internal helper.
Hwang YunSong(황윤성) [Mon, 26 May 2008 00:52:21 +0000 (09:52 +0900)]
winecfg: Updated Korean resource.
Eric Pouech [Sun, 25 May 2008 10:02:26 +0000 (12:02 +0200)]
dbghelp: Fix for SymGetModuleInfo().
Kirill K. Smirnov [Sat, 24 May 2008 22:06:50 +0000 (02:06 +0400)]
mshtml: Fix copy/paste error.
Gregor Münch [Sat, 24 May 2008 19:35:47 +0000 (19:35 +0000)]
winhlp32: Update German translation.
Gregor Münch [Sat, 24 May 2008 19:26:46 +0000 (19:26 +0000)]
shell32: Update German translation.
Alexandre Julliard [Mon, 26 May 2008 17:26:20 +0000 (19:26 +0200)]
tests: 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.
Alexandre Julliard [Mon, 26 May 2008 17:25:04 +0000 (19:25 +0200)]
winedbg: Fix compile when poll() is not available.
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.
Francois Gouget [Sun, 25 May 2008 11:51:21 +0000 (13:51 +0200)]
kernel32/tests: Get the tests running again on Win95.
Maarten Lankhorst [Fri, 23 May 2008 16:35:35 +0000 (09:35 -0700)]
include: Add missing RpcMgmtIsServerListening declaration.
Kai Blin [Mon, 26 May 2008 08:02:42 +0000 (10:02 +0200)]
ws2_32: Add support for FROM_PROTOCOL_INFO to WSASocket().
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.
James Hawkins [Mon, 26 May 2008 05:19:54 +0000 (00:19 -0500)]
shell32: Test against the long form of the path.
James Hawkins [Mon, 26 May 2008 05:18:55 +0000 (00:18 -0500)]
winetest: Use the win32 API to extract the tests.
James Hawkins [Mon, 26 May 2008 05:17:58 +0000 (00:17 -0500)]
mshtml: Fix a test failure in win2k3.
James Hawkins [Mon, 26 May 2008 05:14:56 +0000 (00:14 -0500)]
mshtml: Add missing OLECMDID definitions.
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.
Andrej Sinicyn [Sun, 25 May 2008 21:54:53 +0000 (23:54 +0200)]
regedit: Update the German translation.
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.
Michael Karcher [Sun, 25 May 2008 18:16:14 +0000 (20:16 +0200)]
crypt32: Pass on aiKeyAlg on RSA key import.
Michael Karcher [Sun, 25 May 2008 15:38:54 +0000 (17:38 +0200)]
crypt32: Fix order-of-evaluation dependence.
Michael Karcher [Sun, 25 May 2008 12:32:22 +0000 (14:32 +0200)]
crypt32: Fix integer overflow.
Jacek Caban [Sun, 25 May 2008 18:10:01 +0000 (20:10 +0200)]
mshtml: Fixed more tests on IE 7.
Jacek Caban [Sun, 25 May 2008 10:41:24 +0000 (12:41 +0200)]
mshtml: Make Wine behave like IE 7.
Jacek Caban [Sun, 25 May 2008 10:41:08 +0000 (12:41 +0200)]
mshtml: Fixed some tests on IE 7.
Alistair Leslie-Hughes [Sat, 24 May 2008 12:30:41 +0000 (22:30 +1000)]
msxml3: Stopped tests from crashing and a Win98 fix.
Alexandre Julliard [Fri, 23 May 2008 15:08:29 +0000 (17:08 +0200)]
Release 1.0-rc2.
Alexandre Julliard [Fri, 23 May 2008 10:10:24 +0000 (12:10 +0200)]
README: Updated.
James Hawkins [Fri, 23 May 2008 08:21:29 +0000 (03:21 -0500)]
opengl32: Trace a test result that fails inconsistently across different drivers.
James Hawkins [Fri, 23 May 2008 08:17:04 +0000 (03:17 -0500)]
mshtml: Fix a few test failures in win2k3.
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.
Alam Arias [Fri, 9 May 2008 00:22:03 +0000 (20:22 -0400)]
include: Modify UNREFERENCED macros to cast to void.
Markus Weiland [Fri, 23 May 2008 06:55:27 +0000 (08:55 +0200)]
dxdiagn: Implemented OS version properties for DXDiagSystemInfoContainer.
Andrew Talbot [Thu, 22 May 2008 21:57:03 +0000 (22:57 +0100)]
comctl32: Indentation fix.
Maarten Lankhorst [Thu, 22 May 2008 18:39:40 +0000 (11:39 -0700)]
winmm: Fix valgrind warnings on exit.
Maarten Lankhorst [Wed, 21 May 2008 20:31:35 +0000 (13:31 -0700)]
include: Update aviriff header to use the right alignment.
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.
Maarten Lankhorst [Thu, 22 May 2008 18:07:27 +0000 (11:07 -0700)]
winmm: Use HeapAlloc in the wave test instead of using strdup.
Alexandre Julliard [Thu, 22 May 2008 18:45:30 +0000 (20:45 +0200)]
winex11: Add support for X11 mouse buttons 8 and 9.
Alexandre Julliard [Thu, 22 May 2008 18:44:18 +0000 (20:44 +0200)]
wineinstall: Remove a lot of no longer needed code.
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.
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.
Alexandre Julliard [Thu, 22 May 2008 15:04:22 +0000 (17:04 +0200)]
user32: Return reasonable values in GetWindowPlacement for the desktop window.
James Hawkins [Thu, 22 May 2008 01:29:00 +0000 (20:29 -0500)]
mlang: Fix all test failures for NT+ platforms.
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.
Vitaliy Margolen [Wed, 21 May 2008 23:58:58 +0000 (17:58 -0600)]
wineserver: Add support for long command line options.
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.
Maarten Lankhorst [Wed, 21 May 2008 22:48:32 +0000 (15:48 -0700)]
quartz: Initialize some uninitialized variables in the video renderer.
Maarten Lankhorst [Wed, 21 May 2008 21:33:47 +0000 (14:33 -0700)]
quartz: Do timekeeping in the avi decoder.
Fixes the timestamps generated.
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.
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.
Lei Zhang [Thu, 22 May 2008 02:04:10 +0000 (19:04 -0700)]
wininet: Send https scheme to proxy server when appropriate.
Lei Zhang [Thu, 22 May 2008 00:43:29 +0000 (17:43 -0700)]
mshtml: Added ProxyEnable / ProxyServer handling.
Francois Gouget [Thu, 22 May 2008 08:38:29 +0000 (10:38 +0200)]
wininet/tests: Get the tests running again on Win98.
Francois Gouget [Thu, 22 May 2008 08:38:03 +0000 (10:38 +0200)]
wininet/tests: Remove a stray reference to InternetSetStatusCallback().
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.
Francois Gouget [Thu, 22 May 2008 08:37:43 +0000 (10:37 +0200)]
ole32/tests: Add a trailing '\n' to ok() calls.
James Hawkins [Thu, 22 May 2008 03:24:43 +0000 (22:24 -0500)]
user32: Fix a test that fails in almost all reports.
James Hawkins [Wed, 21 May 2008 22:39:17 +0000 (17:39 -0500)]
secur32: Fix a few tests that fail in win2k3.
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.
Alexander Nicolaysen Sørnes [Wed, 21 May 2008 22:00:12 +0000 (00:00 +0200)]
regedit: Set selected key name as default favourite name.
Alexander Nicolaysen Sørnes [Wed, 21 May 2008 21:33:45 +0000 (23:33 +0200)]
regedit: Allow modifying values of root keys.
Andrew Talbot [Wed, 21 May 2008 20:50:32 +0000 (21:50 +0100)]
dplayx: Remove unneeded "extern" from function definitions.
Andrew Talbot [Wed, 21 May 2008 20:50:36 +0000 (21:50 +0100)]
wined3d: Remove unneeded "extern" from function definition.
Andrew Talbot [Wed, 21 May 2008 20:50:27 +0000 (21:50 +0100)]
ws2_32: Remove unused function.
Alexandre Julliard [Wed, 21 May 2008 18:45:11 +0000 (20:45 +0200)]
kernel32: File mapping names are case sensitive.
Alexandre Julliard [Wed, 21 May 2008 18:44:36 +0000 (20:44 +0200)]
kernel32: Waitable timer names are case sensitive.
Alexandre Julliard [Wed, 21 May 2008 18:43:43 +0000 (20:43 +0200)]
kernel32: Semaphore names are case sensitive.
Alexandre Julliard [Wed, 21 May 2008 18:42:54 +0000 (20:42 +0200)]
kernel32: Event names are case sensitive.
Alexandre Julliard [Wed, 21 May 2008 18:41:45 +0000 (20:41 +0200)]
kernel32: Mutex names are case sensitive.
Nikolay Sivov [Wed, 21 May 2008 15:47:50 +0000 (19:47 +0400)]
gdiplus: GdipBitmapLockBits should allow a NULL rect argument.
Nikolay Sivov [Wed, 21 May 2008 16:49:07 +0000 (20:49 +0400)]
user32: Correct termination of returning string in Text_Ellipsify.
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.
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.
Paul Vriens [Wed, 21 May 2008 15:18:12 +0000 (17:18 +0200)]
setupapi/tests: Fix typos.
Paul Vriens [Wed, 21 May 2008 15:03:49 +0000 (17:03 +0200)]
setupapi/tests: Fix typo.
Paul Vriens [Wed, 21 May 2008 15:00:11 +0000 (17:00 +0200)]
setupapi/tests: Skip some tests if we are on win9x.
Paul Vriens [Wed, 21 May 2008 14:45:50 +0000 (16:45 +0200)]
setupapi/tests: Remove a duplicate function call.
Dmitry Timoshkov [Wed, 21 May 2008 12:54:29 +0000 (21:54 +0900)]
gdi32: Slightly relax EMF record comparisons allowing rounding errors.
Alexandre Julliard [Wed, 21 May 2008 13:00:28 +0000 (15:00 +0200)]
configure: Upgrade notices to warnings for some important libraries.
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.
Alexandre Julliard [Wed, 21 May 2008 12:48:33 +0000 (14:48 +0200)]
configure: Added an ERROR_WITH macro for packages that we can't do without.
Tomasz Jezierski [Mon, 19 May 2008 14:17:22 +0000 (16:17 +0200)]
comctl32: Conformance test for multiple selection in listbox.
Alexandre Julliard [Wed, 21 May 2008 12:26:35 +0000 (14:26 +0200)]
comctl32: Fix extending a multiple listview selection.
Ken Thomases [Fri, 16 May 2008 15:37:07 +0000 (10:37 -0500)]
winex11: Bias MapVirtualKeyEx(MAPVK_VSC_TO_VK) against numpad vkeys.
The scan codes for the numeric keypad keys and those for the arrow keys and
keys like Home, End, etc. often match (ignoring the extended key bit).
However, if you map from one of those scan codes to a vkey, Windows reliably
prefers the non-numpad vkey.
Alexandre Julliard [Wed, 21 May 2008 12:23:44 +0000 (14:23 +0200)]
kernel32: Add some test cases for profile file sharing modes.
Based on a patch by Louis Lenders.
Alexandre Julliard [Wed, 21 May 2008 12:23:29 +0000 (14:23 +0200)]
kernel32: Fix the profile file sharing modes.
Based on a patch by Louis Lenders.
Alexandre Julliard [Wed, 21 May 2008 09:44:05 +0000 (11:44 +0200)]
user32: Add an ASCII window procedure for scrollbars.
Dmitry Timoshkov [Wed, 21 May 2008 09:39:13 +0000 (18:39 +0900)]
kernel32: Update locale info for Esperanto.