wine
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.

16 years agoconfigure: Added an ERROR_WITH macro for packages that we can't do without.
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.

16 years agocomctl32: Conformance test for multiple selection in listbox.
Tomasz Jezierski [Mon, 19 May 2008 14:17:22 +0000 (16:17 +0200)] 
comctl32: Conformance test for multiple selection in listbox.

16 years agocomctl32: Fix extending a multiple listview selection.
Alexandre Julliard [Wed, 21 May 2008 12:26:35 +0000 (14:26 +0200)] 
comctl32: Fix extending a multiple listview selection.

16 years agowinex11: Bias MapVirtualKeyEx(MAPVK_VSC_TO_VK) against numpad vkeys.
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.

16 years agokernel32: Add some test cases for profile file sharing modes.
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.

16 years agokernel32: Fix the profile file sharing modes.
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.

16 years agouser32: Add an ASCII window procedure for scrollbars.
Alexandre Julliard [Wed, 21 May 2008 09:44:05 +0000 (11:44 +0200)] 
user32: Add an ASCII window procedure for scrollbars.

16 years agokernel32: Update locale info for Esperanto.
Dmitry Timoshkov [Wed, 21 May 2008 09:39:13 +0000 (18:39 +0900)] 
kernel32: Update locale info for Esperanto.

16 years agouser32: Support creating cursors and icons from DIB section bitmaps.
Alexandre Julliard [Wed, 21 May 2008 09:39:38 +0000 (11:39 +0200)] 
user32: Support creating cursors and icons from DIB section bitmaps.

16 years agoregedit: Updated Korean resource.
Hwang YunSong(황윤성) [Wed, 21 May 2008 00:54:19 +0000 (09:54 +0900)] 
regedit: Updated Korean resource.

16 years agod3d9/tests: Another wee bit of slop.
Dan Kegel [Wed, 21 May 2008 04:26:35 +0000 (21:26 -0700)] 
d3d9/tests: Another wee bit of slop.

16 years agosetupapi: Fix a few test failures in win2k3.
James Hawkins [Wed, 21 May 2008 01:32:40 +0000 (20:32 -0500)] 
setupapi: Fix a few test failures in win2k3.

16 years agouser32: Fix the BSM_ALL_RECIPS test flag.
James Hawkins [Wed, 21 May 2008 00:34:33 +0000 (19:34 -0500)] 
user32: Fix the BSM_ALL_RECIPS test flag.

16 years agorsaenh: Remove unused file-static variable.
Andrew Talbot [Tue, 20 May 2008 21:02:49 +0000 (22:02 +0100)] 
rsaenh: Remove unused file-static variable.

16 years agouser32: Remove unused function.
Andrew Talbot [Tue, 20 May 2008 21:03:05 +0000 (22:03 +0100)] 
user32: Remove unused function.

16 years agoshell32: Remove unused file-static variable.
Andrew Talbot [Tue, 20 May 2008 21:02:56 +0000 (22:02 +0100)] 
shell32: Remove unused file-static variable.

16 years agoiphlpapi: Set the adapter's description to its name in GetAdaptersInfo.
Juan Lang [Tue, 20 May 2008 19:38:12 +0000 (12:38 -0700)] 
iphlpapi: Set the adapter's description to its name in GetAdaptersInfo.

16 years agoddraw/tests: Fix compilation on systems that don't support nameless unions.
Francois Gouget [Tue, 20 May 2008 18:03:42 +0000 (20:03 +0200)] 
ddraw/tests: Fix compilation on systems that don't support nameless unions.

16 years agodsound: Fix off by 1 heap error in DSOUND_MixerVol.
Jörg Höhle [Tue, 20 May 2008 16:15:15 +0000 (18:15 +0200)] 
dsound: Fix off by 1 heap error in DSOUND_MixerVol.

16 years agoole32/tests: Test StringFromGUID2.
Michael Karcher [Tue, 20 May 2008 07:23:46 +0000 (09:23 +0200)] 
ole32/tests: Test StringFromGUID2.

16 years agoole32/tests: Do not call Release if CoCreateInstance failed.
Michael Karcher [Tue, 20 May 2008 07:23:00 +0000 (09:23 +0200)] 
ole32/tests: Do not call Release if CoCreateInstance failed.

16 years agoshell32/tests: SHGetPathFromIDListA returns a BOOL not a HRESULT.
Paul Vriens [Tue, 20 May 2008 09:24:38 +0000 (11:24 +0200)] 
shell32/tests: SHGetPathFromIDListA returns a BOOL not a HRESULT.

16 years agontdll: Remove NULL checks for attr, which has already been dereferenced.
James Hawkins [Tue, 20 May 2008 05:48:29 +0000 (00:48 -0500)] 
ntdll: Remove NULL checks for attr, which has already been dereferenced.

16 years agohhctrl.ocx: Check the filename param before dereferencing it.
James Hawkins [Tue, 20 May 2008 05:40:27 +0000 (00:40 -0500)] 
hhctrl.ocx: Check the filename param before dereferencing it.

16 years agomsi: Check that the file key is valid before installing the assembly.
James Hawkins [Tue, 20 May 2008 05:35:42 +0000 (00:35 -0500)] 
msi: Check that the file key is valid before installing the assembly.

16 years agokernel32: Remove a test that fails on all platforms.
James Hawkins [Tue, 20 May 2008 05:12:56 +0000 (00:12 -0500)] 
kernel32: Remove a test that fails on all platforms.

16 years agocryptnet: Remove unused function.
Andrew Talbot [Mon, 19 May 2008 21:13:13 +0000 (22:13 +0100)] 
cryptnet: Remove unused function.

16 years agomshtml: Remove unused function.
Andrew Talbot [Mon, 19 May 2008 21:13:18 +0000 (22:13 +0100)] 
mshtml: Remove unused function.

16 years agoadvapi32: Remove unused file-static variables.
Andrew Talbot [Mon, 19 May 2008 21:13:09 +0000 (22:13 +0100)] 
advapi32: Remove unused file-static variables.

16 years agontdll: Move signal unmasking to make sure injected code runs on the correct stack.
Alexandre Julliard [Tue, 20 May 2008 08:59:20 +0000 (10:59 +0200)] 
ntdll: Move signal unmasking to make sure injected code runs on the correct stack.

16 years agontdll/tests: Make sure to clear the DF flag on return from the exception.
Alexandre Julliard [Mon, 19 May 2008 21:19:24 +0000 (23:19 +0200)] 
ntdll/tests: Make sure to clear the DF flag on return from the exception.

16 years agoshell32/tests: Fix test when running on Wine.
Paul Vriens [Mon, 19 May 2008 19:27:22 +0000 (21:27 +0200)] 
shell32/tests: Fix test when running on Wine.

16 years agoregedit: Sync Dutch resource with latest changes.
Paul Vriens [Mon, 19 May 2008 18:19:46 +0000 (20:19 +0200)] 
regedit: Sync Dutch resource with latest changes.

16 years agojanitorial: Close COM after tests.
Paul Vriens [Mon, 19 May 2008 15:04:48 +0000 (17:04 +0200)] 
janitorial: Close COM after tests.

16 years agouser32: Moved the class extra bytes check to catch uninitialised data sooner.
Alexandre Julliard [Mon, 19 May 2008 18:21:48 +0000 (20:21 +0200)] 
user32: Moved the class extra bytes check to catch uninitialised data sooner.

16 years agowined3d: Request a WGL depth stencil capable pixel format by default until we have...
Roderick Colenbrander [Sun, 18 May 2008 17:41:56 +0000 (17:41 +0000)] 
wined3d: Request a WGL depth stencil capable pixel format by default until we have proper SetDepthStencilSurface support.

16 years agosnmpapi: Test and correct SnmpUtilOidNCmp when count is less than Oid length.
Juan Lang [Fri, 16 May 2008 23:09:34 +0000 (16:09 -0700)] 
snmpapi: Test and correct SnmpUtilOidNCmp when count is less than Oid length.

16 years agosnmpapi: Test and correct SnmpUtilOidNCmp when Oid lengths don't match.
Juan Lang [Fri, 16 May 2008 23:09:11 +0000 (16:09 -0700)] 
snmpapi: Test and correct SnmpUtilOidNCmp when Oid lengths don't match.

16 years agows2_32: Test for invalid hostnames again.
Kai Blin [Thu, 15 May 2008 07:49:40 +0000 (09:49 +0200)] 
ws2_32: Test for invalid hostnames again.

16 years agooleaut32: Cache localised number chars.
Michael Karcher [Wed, 14 May 2008 22:13:55 +0000 (00:13 +0200)] 
oleaut32: Cache localised number chars.

16 years agontdll/tests: Skip test when we don't have enough rights.
Paul Vriens [Mon, 19 May 2008 12:01:26 +0000 (14:01 +0200)] 
ntdll/tests: Skip test when we don't have enough rights.

16 years agontdll/tests: Free library after use.
Paul Vriens [Mon, 19 May 2008 12:00:10 +0000 (14:00 +0200)] 
ntdll/tests: Free library after use.

16 years agokernel32: Fix a debugger test that fails in win2k3.
James Hawkins [Mon, 19 May 2008 07:23:20 +0000 (02:23 -0500)] 
kernel32: Fix a debugger test that fails in win2k3.

16 years agowine.inf: Open xml files using winebrowser.
Lei Zhang [Sat, 17 May 2008 00:07:08 +0000 (17:07 -0700)] 
wine.inf: Open xml files using winebrowser.

16 years agoMake Swedish use SUBLANG_NEUTRAL.
Mikołaj Zalewski [Thu, 15 May 2008 12:01:01 +0000 (14:01 +0200)] 
Make Swedish use SUBLANG_NEUTRAL.

16 years agowinecfg: Remove mostly unused properties.h.
Vitaliy Margolen [Mon, 19 May 2008 03:50:19 +0000 (21:50 -0600)] 
winecfg: Remove mostly unused properties.h.

16 years agoregedit: Improve dialog layout.
Alexander Nicolaysen Sørnes [Sun, 18 May 2008 21:45:59 +0000 (23:45 +0200)] 
regedit: Improve dialog layout.

16 years agowininet: Fix buffer size query for HttpQueryInfo(HTTP_QUERY_RAW_HEADERS_CRLF).
Hans Leidekker [Sun, 18 May 2008 19:09:50 +0000 (21:09 +0200)] 
wininet: Fix buffer size query for HttpQueryInfo(HTTP_QUERY_RAW_HEADERS_CRLF).

16 years agoexplorer: Allow explorer with no arguments to run winefile.
Lei Zhang [Fri, 16 May 2008 18:44:49 +0000 (11:44 -0700)] 
explorer: Allow explorer with no arguments to run winefile.

16 years agomsi: Reset the hasLocalFeature flag when updating components.
James Hawkins [Mon, 19 May 2008 07:28:50 +0000 (02:28 -0500)] 
msi: Reset the hasLocalFeature flag when updating components.

16 years agomsi: Don't enable a feature's components if that feature is disabled.
James Hawkins [Mon, 19 May 2008 07:27:50 +0000 (02:27 -0500)] 
msi: Don't enable a feature's components if that feature is disabled.