wine
13 years agoiphlpapi: Correctly compute the buffer offset for the DNS address structure in GetAda...
Andrew Nguyen [Sat, 15 Jan 2011 08:28:02 +0000 (02:28 -0600)] 
iphlpapi: Correctly compute the buffer offset for the DNS address structure in GetAdaptersAddresses.

Spotted with Valgrind.

13 years agohhctrl.ocx: Add support for the print button using IWebBrowser_ExecWB.
Erich Hoover [Fri, 14 Jan 2011 22:16:31 +0000 (15:16 -0700)] 
hhctrl.ocx: Add support for the print button using IWebBrowser_ExecWB.

13 years agorsaenh/tests: Fix a key leak (Valgrind).
Nikolay Sivov [Sun, 16 Jan 2011 11:49:10 +0000 (14:49 +0300)] 
rsaenh/tests: Fix a key leak (Valgrind).

13 years agokernel32/tests: Free environment block in the child process when it is unused.
Andrew Nguyen [Sun, 16 Jan 2011 10:35:21 +0000 (04:35 -0600)] 
kernel32/tests: Free environment block in the child process when it is unused.

13 years agogameux: Free the allocated GameStatisticsImpl object on failure in GameStatisticsMgrI...
Andrew Nguyen [Sun, 16 Jan 2011 09:41:49 +0000 (03:41 -0600)] 
gameux: Free the allocated GameStatisticsImpl object on failure in GameStatisticsMgrImpl::GetGameStatistics.

Spotted with Valgrind.

13 years agogameux: Initialize registry path pointer to NULL in GAMEUX_getAppIdFromGDFPath.
Andrew Nguyen [Sun, 16 Jan 2011 09:41:43 +0000 (03:41 -0600)] 
gameux: Initialize registry path pointer to NULL in GAMEUX_getAppIdFromGDFPath.

13 years agofusion: Avoid memory leaks on memory allocation failure in parse_display_name.
Andrew Nguyen [Sun, 16 Jan 2011 09:41:27 +0000 (03:41 -0600)] 
fusion: Avoid memory leaks on memory allocation failure in parse_display_name.

13 years agoexplorerframe/tests: Free the shell items at the end of the event tests.
Andrew Nguyen [Sun, 16 Jan 2011 09:41:20 +0000 (03:41 -0600)] 
explorerframe/tests: Free the shell items at the end of the event tests.

Spotted with Valgrind.

13 years agoloader: Add missing checks for FreeBSD_kernel.
Austin English [Sat, 15 Jan 2011 23:52:54 +0000 (15:52 -0800)] 
loader: Add missing checks for FreeBSD_kernel.

13 years agontdll: Add missing checks for FreeBSD_kernel.
Austin English [Sat, 15 Jan 2011 23:53:13 +0000 (15:53 -0800)] 
ntdll: Add missing checks for FreeBSD_kernel.

13 years agoserver: Add missing checks for FreeBSD_kernel.
Austin English [Sat, 15 Jan 2011 23:53:24 +0000 (15:53 -0800)] 
server: Add missing checks for FreeBSD_kernel.

13 years agolibwine: Add missing checks for FreeBSD_kernel.
Austin English [Sat, 15 Jan 2011 23:52:50 +0000 (15:52 -0800)] 
libwine: Add missing checks for FreeBSD_kernel.

13 years agoshdocvw: Get rid of the IDB_IETOOLBAR define, the bitmap is loaded by name.
Alexandre Julliard [Mon, 17 Jan 2011 12:33:26 +0000 (13:33 +0100)] 
shdocvw: Get rid of the IDB_IETOOLBAR define, the bitmap is loaded by name.

13 years agommdevapi: Use ifaces instead of vtbl pointers in MMDevice.
Michael Stefaniuc [Mon, 17 Jan 2011 09:41:30 +0000 (10:41 +0100)] 
mmdevapi: Use ifaces instead of vtbl pointers in MMDevice.

13 years agohhctrl.ocx: Use ifaces instead of vtbl pointers in IOleClientSiteImpl.
Michael Stefaniuc [Mon, 17 Jan 2011 09:36:47 +0000 (10:36 +0100)] 
hhctrl.ocx: Use ifaces instead of vtbl pointers in IOleClientSiteImpl.

13 years agomsvcrt/tests: Use different method to determine non-SBCS locale.
Greg Geldorp [Sun, 16 Jan 2011 21:16:06 +0000 (22:16 +0100)] 
msvcrt/tests: Use different method to determine non-SBCS locale.

13 years agojscript: COM cleanup for the IServiceProvider iface.
Michael Stefaniuc [Sun, 16 Jan 2011 20:32:07 +0000 (21:32 +0100)] 
jscript: COM cleanup for the IServiceProvider iface.

13 years agojscript: Use ifaces instead of vtbl pointers in JScript.
Michael Stefaniuc [Sun, 16 Jan 2011 20:30:46 +0000 (21:30 +0100)] 
jscript: Use ifaces instead of vtbl pointers in JScript.

13 years agojscript: COM cleanup for the IDispatchEx iface.
Michael Stefaniuc [Sun, 16 Jan 2011 20:27:20 +0000 (21:27 +0100)] 
jscript: COM cleanup for the IDispatchEx iface.

13 years agowined3d: Pass an IWineD3DResourceImpl pointer to context_resource_released().
Henri Verbeet [Sun, 16 Jan 2011 22:36:47 +0000 (23:36 +0100)] 
wined3d: Pass an IWineD3DResourceImpl pointer to context_resource_released().

13 years agowined3d: Pass an IWineD3DResourceImpl pointer to device_resource_released().
Henri Verbeet [Sun, 16 Jan 2011 22:36:46 +0000 (23:36 +0100)] 
wined3d: Pass an IWineD3DResourceImpl pointer to device_resource_released().

13 years agowined3d: Pass an IWineD3DResourceImpl pointer to device_resource_add().
Henri Verbeet [Sun, 16 Jan 2011 22:36:45 +0000 (23:36 +0100)] 
wined3d: Pass an IWineD3DResourceImpl pointer to device_resource_add().

13 years agowined3d: Pass an IWineD3DResourceImpl pointer to device_resource_remove().
Henri Verbeet [Sun, 16 Jan 2011 22:36:44 +0000 (23:36 +0100)] 
wined3d: Pass an IWineD3DResourceImpl pointer to device_resource_remove().

13 years agorsaenh: Be more careful about when to hash HMAC key material.
Juan Lang [Sun, 16 Jan 2011 20:06:30 +0000 (12:06 -0800)] 
rsaenh: Be more careful about when to hash HMAC key material.

13 years agorsaenh: Only set key length on successful retrieval of hash value.
Juan Lang [Sun, 16 Jan 2011 20:01:47 +0000 (12:01 -0800)] 
rsaenh: Only set key length on successful retrieval of hash value.

13 years agocrypt32: Add stub for CertRegisterPhysicalStore.
Juan Lang [Sun, 16 Jan 2011 19:43:56 +0000 (11:43 -0800)] 
crypt32: Add stub for CertRegisterPhysicalStore.

13 years agocomdlg32/tests: Fix expected height computation.
Greg Geldorp [Sun, 16 Jan 2011 18:44:12 +0000 (19:44 +0100)] 
comdlg32/tests: Fix expected height computation.

13 years agouser32/tests: Fix DDE test failures on DBCS machines.
Greg Geldorp [Sun, 16 Jan 2011 14:14:32 +0000 (15:14 +0100)] 
user32/tests: Fix DDE test failures on DBCS machines.

13 years agogdiplus: Rewrite GdipCreateMatrix3.
Vincent Povirk [Sun, 16 Jan 2011 16:59:50 +0000 (10:59 -0600)] 
gdiplus: Rewrite GdipCreateMatrix3.

13 years agoshell32/tests: Fix a leak in the ebrowser tests (Valgrind).
David Hedberg [Sun, 16 Jan 2011 09:57:01 +0000 (10:57 +0100)] 
shell32/tests: Fix a leak in the ebrowser tests (Valgrind).

13 years agoshell32: Fix a leak in the ebrowser travellog (Valgrind).
David Hedberg [Sun, 16 Jan 2011 09:57:00 +0000 (10:57 +0100)] 
shell32: Fix a leak in the ebrowser travellog (Valgrind).

13 years agomsxml3/tests: Fix a lot of leaks in tests (Valgrind).
Nikolay Sivov [Sun, 16 Jan 2011 00:32:00 +0000 (03:32 +0300)] 
msxml3/tests: Fix a lot of leaks in tests (Valgrind).

13 years agomsctf/tests: Fix failures on Win7 and East-Asian machines.
Greg Geldorp [Sat, 15 Jan 2011 21:54:20 +0000 (22:54 +0100)] 
msctf/tests: Fix failures on Win7 and East-Asian machines.

13 years agourlmon/tests: Fixed memory leak in tests (valgrind).
Thomas Mullaly [Sat, 15 Jan 2011 20:16:50 +0000 (15:16 -0500)] 
urlmon/tests: Fixed memory leak in tests (valgrind).

13 years agonormaliz: Changed the default debug channel to normaliz instead of authz.
Thomas Mullaly [Wed, 12 Jan 2011 00:49:59 +0000 (19:49 -0500)] 
normaliz: Changed the default debug channel to normaliz instead of authz.

13 years agourlmon: Fixed misc typos and removed a few random tab characters.
Thomas Mullaly [Wed, 12 Jan 2011 00:48:45 +0000 (19:48 -0500)] 
urlmon: Fixed misc typos and removed a few random tab characters.

13 years agontdll/tests: Fix compilation on systems that don't support nameless unions.
Francois Gouget [Sat, 15 Jan 2011 19:10:26 +0000 (20:10 +0100)] 
ntdll/tests: Fix compilation on systems that don't support nameless unions.

13 years agoshell32: Fix a cloned PIDL leak (Valgrind).
Nikolay Sivov [Sat, 15 Jan 2011 18:42:59 +0000 (21:42 +0300)] 
shell32: Fix a cloned PIDL leak (Valgrind).

13 years agoshell32/tests: Fix some leaks in tests (Valgrind).
Nikolay Sivov [Sat, 15 Jan 2011 18:29:08 +0000 (21:29 +0300)] 
shell32/tests: Fix some leaks in tests (Valgrind).

13 years agoshlwapi: Keep pointer to allocated block to free it later (Valgrind).
Nikolay Sivov [Sat, 15 Jan 2011 17:14:39 +0000 (20:14 +0300)] 
shlwapi: Keep pointer to allocated block to free it later (Valgrind).

13 years agohlink/tests: Fix interface leak (Valgrind).
Nikolay Sivov [Sat, 15 Jan 2011 16:07:58 +0000 (19:07 +0300)] 
hlink/tests: Fix interface leak (Valgrind).

13 years agofusion: Fix processor arch string leak (Valgrind).
Nikolay Sivov [Sat, 15 Jan 2011 15:55:42 +0000 (18:55 +0300)] 
fusion: Fix processor arch string leak (Valgrind).

13 years agocomctl32/imagelist: Fix a couple of imagelist leaks (Valgrind).
Nikolay Sivov [Sat, 15 Jan 2011 15:21:54 +0000 (18:21 +0300)] 
comctl32/imagelist: Fix a couple of imagelist leaks (Valgrind).

13 years agowinemenubuilder: Extract all icon sizes on freedesktop too.
Damjan Jovanovic [Sat, 15 Jan 2011 08:37:52 +0000 (10:37 +0200)] 
winemenubuilder: Extract all icon sizes on freedesktop too.

13 years agolibwine: Remove redundant wine_switch_to_stack implementations.
Alexandre Julliard [Mon, 17 Jan 2011 11:49:31 +0000 (12:49 +0100)] 
libwine: Remove redundant wine_switch_to_stack implementations.

13 years agowininet: Use LIST_FOR_EACH_SAFE in a loop where we can delete an entry.
Vincent Povirk [Fri, 14 Jan 2011 22:39:57 +0000 (16:39 -0600)] 
wininet: Use LIST_FOR_EACH_SAFE in a loop where we can delete an entry.

13 years agourlmon: Remove some leftovers from the old COM days.
Michael Stefaniuc [Fri, 14 Jan 2011 22:32:54 +0000 (23:32 +0100)] 
urlmon: Remove some leftovers from the old COM days.

13 years agourlmon: COM cleanup for the IStream iface.
Michael Stefaniuc [Fri, 14 Jan 2011 22:31:13 +0000 (23:31 +0100)] 
urlmon: COM cleanup for the IStream iface.

13 years agourlmon: COM cleanup for the rest of the ifaces in Binding.
Michael Stefaniuc [Fri, 14 Jan 2011 22:29:12 +0000 (23:29 +0100)] 
urlmon: COM cleanup for the rest of the ifaces in Binding.

13 years agourlmon: COM cleanup for the IBinding iface.
Michael Stefaniuc [Fri, 14 Jan 2011 22:27:11 +0000 (23:27 +0100)] 
urlmon: COM cleanup for the IBinding iface.

13 years agooleaut32/tests: Fix a string leak (Valgrind).
Nikolay Sivov [Fri, 14 Jan 2011 21:54:18 +0000 (00:54 +0300)] 
oleaut32/tests: Fix a string leak (Valgrind).

13 years agocomctl32/tests: Fix a leak in rebar test data allocation (Valgrind).
Nikolay Sivov [Fri, 14 Jan 2011 21:28:38 +0000 (00:28 +0300)] 
comctl32/tests: Fix a leak in rebar test data allocation (Valgrind).

13 years agocomctl32/tests: Fix a leak in toolbar test data allocation (Valgrind).
Nikolay Sivov [Fri, 14 Jan 2011 21:20:29 +0000 (00:20 +0300)] 
comctl32/tests: Fix a leak in toolbar test data allocation (Valgrind).

13 years agooleaut32/safearray: Fix allocation error check for array descriptor.
Nikolay Sivov [Fri, 14 Jan 2011 20:30:17 +0000 (23:30 +0300)] 
oleaut32/safearray: Fix allocation error check for array descriptor.

13 years agolibwine: Implemented the call_on_stack function for Sparc.
André Hentschel [Fri, 14 Jan 2011 20:46:26 +0000 (21:46 +0100)] 
libwine: Implemented the call_on_stack function for Sparc.

13 years agopo: Update the English po files.
Alexandre Julliard [Mon, 17 Jan 2011 11:45:24 +0000 (12:45 +0100)] 
po: Update the English po files.

13 years agopo: Update Lithuanian translation.
Aurimas Fišeras [Fri, 14 Jan 2011 19:23:06 +0000 (21:23 +0200)] 
po: Update Lithuanian translation.

13 years agoinclude: Add some Shell32 interfaces and coclasses.
Alexander Morozov [Fri, 14 Jan 2011 17:41:10 +0000 (20:41 +0300)] 
include: Add some Shell32 interfaces and coclasses.

13 years agopo: Unify the spelling of some menu entries across programs.
Alexandre Julliard [Fri, 14 Jan 2011 16:56:12 +0000 (17:56 +0100)] 
po: Unify the spelling of some menu entries across programs.

13 years agowineps.drv: Disable world transform for fonts in GM_COMPATIBLE mode.
Alexander Kochetkov [Fri, 14 Jan 2011 00:18:19 +0000 (03:18 +0300)] 
wineps.drv: Disable world transform for fonts in GM_COMPATIBLE mode.

13 years agomswsock.h: Fix typo.
Juan Lang [Fri, 14 Jan 2011 15:59:17 +0000 (07:59 -0800)] 
mswsock.h: Fix typo.

13 years agourlmon: Fix MK protocol handling of escaped characters.
Erich Hoover [Tue, 11 Jan 2011 19:04:25 +0000 (12:04 -0700)] 
urlmon: Fix MK protocol handling of escaped characters.

13 years agourlmon: Update MK protocol handling to IInternetProtocolEx.
Erich Hoover [Tue, 11 Jan 2011 19:03:38 +0000 (12:03 -0700)] 
urlmon: Update MK protocol handling to IInternetProtocolEx.

13 years agowinmm: PlaySound ignores SND_NOWAIT.
Jörg Höhle [Tue, 11 Jan 2011 22:30:34 +0000 (23:30 +0100)] 
winmm: PlaySound ignores SND_NOWAIT.

13 years agoddraw/tests: Remove some outdated tests.
Greg Geldorp [Fri, 14 Jan 2011 14:02:34 +0000 (15:02 +0100)] 
ddraw/tests: Remove some outdated tests.

13 years agomsxml3: Fixed memory leak (valgrind).
Jacek Caban [Fri, 14 Jan 2011 13:01:57 +0000 (14:01 +0100)] 
msxml3: Fixed memory leak (valgrind).

13 years agoconfigure: Add a check for the QuickTime development headers.
Alexandre Julliard [Fri, 14 Jan 2011 14:59:51 +0000 (15:59 +0100)] 
configure: Add a check for the QuickTime development headers.

13 years agoshlwapi/tests: Don't assume date/time are separated by comma.
Greg Geldorp [Fri, 14 Jan 2011 11:32:45 +0000 (12:32 +0100)] 
shlwapi/tests: Don't assume date/time are separated by comma.

13 years agogdi32/tests: Fix tmLastChar test.
Greg Geldorp [Fri, 14 Jan 2011 11:27:56 +0000 (12:27 +0100)] 
gdi32/tests: Fix tmLastChar test.

13 years agourlmon: Use ifaces instead of vtbl pointers in ProtocolProxy.
Michael Stefaniuc [Fri, 14 Jan 2011 10:35:02 +0000 (11:35 +0100)] 
urlmon: Use ifaces instead of vtbl pointers in ProtocolProxy.

13 years agoobjsel: COM cleanup for the IDsObjectPicker iface.
Michael Stefaniuc [Thu, 13 Jan 2011 23:46:40 +0000 (00:46 +0100)] 
objsel: COM cleanup for the IDsObjectPicker iface.

13 years agoobjsel: COM cleanup for the IClassFactory iface.
Michael Stefaniuc [Thu, 13 Jan 2011 23:42:42 +0000 (00:42 +0100)] 
objsel: COM cleanup for the IClassFactory iface.

13 years agosxs: COM cleanup for the IAssemblyCache iface.
Michael Stefaniuc [Thu, 13 Jan 2011 23:39:39 +0000 (00:39 +0100)] 
sxs: COM cleanup for the IAssemblyCache iface.

13 years agorsaenh: Add support for CRYPT_IPSEC_HMAC_KEY.
Juan Lang [Thu, 13 Jan 2011 23:08:48 +0000 (15:08 -0800)] 
rsaenh: Add support for CRYPT_IPSEC_HMAC_KEY.

13 years agorsaenh: Move check for CRYPT_IPSEC_HMAC_KEY to each key import function.
Juan Lang [Thu, 13 Jan 2011 17:10:47 +0000 (09:10 -0800)] 
rsaenh: Move check for CRYPT_IPSEC_HMAC_KEY to each key import function.

13 years agomshtml: Remove a leftover string table.
Alexandre Julliard [Fri, 14 Jan 2011 11:57:41 +0000 (12:57 +0100)] 
mshtml: Remove a leftover string table.

13 years agowrc: Remove the context prefix when generating the po file for English.
Alexandre Julliard [Fri, 14 Jan 2011 11:49:41 +0000 (12:49 +0100)] 
wrc: Remove the context prefix when generating the po file for English.

13 years agosane.ds: Convert string tables resources to po files.
Alexandre Julliard [Fri, 14 Jan 2011 11:48:59 +0000 (12:48 +0100)] 
sane.ds: Convert string tables resources to po files.

13 years agocomdlg32: Convert string tables resources to po files.
Alexandre Julliard [Fri, 14 Jan 2011 11:27:20 +0000 (12:27 +0100)] 
comdlg32: Convert string tables resources to po files.

13 years agowinecfg: Convert menu and string tables resources to po files.
Alexandre Julliard [Thu, 13 Jan 2011 21:44:59 +0000 (22:44 +0100)] 
winecfg: Convert menu and string tables resources to po files.

13 years agoregedit: Convert menu and string tables resources to po files.
Alexandre Julliard [Thu, 13 Jan 2011 21:24:00 +0000 (22:24 +0100)] 
regedit: Convert menu and string tables resources to po files.

13 years agooleview: Convert menu and string tables resources to po files.
Alexandre Julliard [Thu, 13 Jan 2011 20:45:59 +0000 (21:45 +0100)] 
oleview: Convert menu and string tables resources to po files.

13 years agopo: Update Lithuanian translation.
Aurimas Fišeras [Thu, 13 Jan 2011 18:41:58 +0000 (20:41 +0200)] 
po: Update Lithuanian translation.

13 years agowinecfg: Build the file filter by hand instead of hardcoding it in resource strings.
Alexandre Julliard [Thu, 13 Jan 2011 20:15:08 +0000 (21:15 +0100)] 
winecfg: Build the file filter by hand instead of hardcoding it in resource strings.

13 years agoregedit: Build the file filter by hand instead of hardcoding it in resource strings.
Alexandre Julliard [Thu, 13 Jan 2011 20:09:47 +0000 (21:09 +0100)] 
regedit: Build the file filter by hand instead of hardcoding it in resource strings.

13 years agooleview: Build the file filter by hand instead of hardcoding it in resource strings.
Alexandre Julliard [Thu, 13 Jan 2011 20:01:23 +0000 (21:01 +0100)] 
oleview: Build the file filter by hand instead of hardcoding it in resource strings.

13 years agowinevdm: Try to exec dosbox if DOS is not supported natively.
Alexandre Julliard [Thu, 13 Jan 2011 19:41:27 +0000 (20:41 +0100)] 
winevdm: Try to exec dosbox if DOS is not supported natively.

13 years agodbghelp: Support pointer types of various sizes.
Alexandre Julliard [Thu, 13 Jan 2011 19:09:44 +0000 (20:09 +0100)] 
dbghelp: Support pointer types of various sizes.

13 years agolibwine: Fall back to normal exec if the preloader doesn't exist.
Alexandre Julliard [Thu, 13 Jan 2011 18:56:12 +0000 (19:56 +0100)] 
libwine: Fall back to normal exec if the preloader doesn't exist.

13 years agoshell32: Don't check if files are of the same type if name is equal in IShellFolder2_...
Piotr Caban [Thu, 13 Jan 2011 14:32:07 +0000 (15:32 +0100)] 
shell32: Don't check if files are of the same type if name is equal in IShellFolder2_CompareIDs.

13 years agoshell32: Try to get file status from FileSystemBindData in UNIXFS_path_to_pidl.
Piotr Caban [Thu, 13 Jan 2011 14:31:52 +0000 (15:31 +0100)] 
shell32: Try to get file status from FileSystemBindData in UNIXFS_path_to_pidl.

13 years agomsi/tests: Accept one more estimated size.
Hans Leidekker [Thu, 13 Jan 2011 14:23:40 +0000 (15:23 +0100)] 
msi/tests: Accept one more estimated size.

13 years agomsi: Fix some memory leaks (valgrind).
Hans Leidekker [Thu, 13 Jan 2011 14:23:21 +0000 (15:23 +0100)] 
msi: Fix some memory leaks (valgrind).

13 years agowininet: Fixed memory leak in tests (valgrind).
Jacek Caban [Thu, 13 Jan 2011 12:54:38 +0000 (13:54 +0100)] 
wininet: Fixed memory leak in tests (valgrind).

13 years agowininet: Added post data tests.
Jacek Caban [Thu, 13 Jan 2011 12:54:23 +0000 (13:54 +0100)] 
wininet: Added post data tests.

13 years agogdi32: GetCharABCWidthsA should work for DBCS.
Kusanagi Kouichi [Thu, 13 Jan 2011 10:18:16 +0000 (19:18 +0900)] 
gdi32: GetCharABCWidthsA should work for DBCS.

13 years agogdi32/tests: Add a test for GetCharABCWidthsA with DBCS.
Kusanagi Kouichi [Thu, 13 Jan 2011 10:17:45 +0000 (19:17 +0900)] 
gdi32/tests: Add a test for GetCharABCWidthsA with DBCS.

13 years agouser32: Convert menu and string table resources to po files.
Alexandre Julliard [Thu, 13 Jan 2011 16:24:15 +0000 (17:24 +0100)] 
user32: Convert menu and string table resources to po files.

13 years agoshell32: Convert menu and string table resources to po files.
Alexandre Julliard [Thu, 13 Jan 2011 16:00:16 +0000 (17:00 +0100)] 
shell32: Convert menu and string table resources to po files.

13 years agooledlg: Convert string table resources to po files.
Alexandre Julliard [Thu, 13 Jan 2011 15:18:24 +0000 (16:18 +0100)] 
oledlg: Convert string table resources to po files.