wine
17 years agoshell32: Update Spanish resource.
Luis C. Busquets Pérez [Wed, 5 Dec 2007 20:25:46 +0000 (21:25 +0100)] 
shell32: Update Spanish resource.

17 years agomshtml: Update Spanish resource.
Luis C. Busquets Pérez [Wed, 5 Dec 2007 20:24:15 +0000 (21:24 +0100)] 
mshtml: Update Spanish resource.

17 years agoshell32: Handle backspace key in shellview.
Alexander Nicolaysen Sørnes [Thu, 6 Dec 2007 09:35:08 +0000 (10:35 +0100)] 
shell32: Handle backspace key in shellview.

17 years agoshell32: Localize 'new folder' string.
Alexander Nicolaysen Sørnes [Thu, 6 Dec 2007 09:20:48 +0000 (10:20 +0100)] 
shell32: Localize 'new folder' string.

17 years agorpcrt4: Fix a memory leak caused by NdrFullPointerXlatFree not freeing the entries...
Rob Shearman [Wed, 5 Dec 2007 22:41:03 +0000 (22:41 +0000)] 
rpcrt4: Fix a memory leak caused by NdrFullPointerXlatFree not freeing the entries in the full pointer translation table.

17 years agorpcrt4: Fix a memory leak when freeing an association by deleting the critical section.
Rob Shearman [Wed, 5 Dec 2007 22:40:47 +0000 (22:40 +0000)] 
rpcrt4: Fix a memory leak when freeing an association by deleting the critical section.

17 years agorpcrt4: Fix a memory leak in RpcAssoc_BindConnection.
Rob Shearman [Wed, 5 Dec 2007 22:40:52 +0000 (22:40 +0000)] 
rpcrt4: Fix a memory leak in RpcAssoc_BindConnection.

17 years agoddraw: Remove unneeded casts.
Andrew Talbot [Wed, 5 Dec 2007 21:28:34 +0000 (21:28 +0000)] 
ddraw: Remove unneeded casts.

17 years agocabinet: Remove unneeded casts.
Andrew Talbot [Wed, 5 Dec 2007 21:28:30 +0000 (21:28 +0000)] 
cabinet: Remove unneeded casts.

17 years agomshtml: Rename the wrappers around HeapAlloc() &Co to use the new standard naming.
Michael Stefaniuc [Wed, 5 Dec 2007 20:52:31 +0000 (21:52 +0100)] 
mshtml: Rename the wrappers around HeapAlloc() &Co to use the new standard naming.

17 years agokernel32: Pass HEAP_ZERO_MEMORY to HeapAlloc() instead of clearing the memory with...
Michael Stefaniuc [Wed, 5 Dec 2007 20:52:41 +0000 (21:52 +0100)] 
kernel32: Pass HEAP_ZERO_MEMORY to HeapAlloc() instead of clearing the memory with a separate memset() call.

17 years agosecur32: Remove the SECUR32_ALLOC() macro around HeapAlloc().
Michael Stefaniuc [Wed, 5 Dec 2007 20:52:20 +0000 (21:52 +0100)] 
secur32: Remove the SECUR32_ALLOC() macro around HeapAlloc().

17 years agomshtml: Use the correct deallocator in the htmldoc tests for the memory returned...
Rob Shearman [Wed, 5 Dec 2007 16:28:36 +0000 (16:28 +0000)] 
mshtml: Use the correct deallocator in the htmldoc tests for the memory returned by IMoniker_GetDisplayName and fix a use-after-free error.

17 years agoole32: Initialise object variable in RunningObjectTableImpl_GetObject.
Rob Shearman [Wed, 5 Dec 2007 16:09:58 +0000 (16:09 +0000)] 
ole32: Initialise object variable in RunningObjectTableImpl_GetObject.

As per the rules for memory in RPC, the memory pointer to by object will
be used during unmarshalling and previously it was uninitialised.
(Thanks to Dan Kegel and his Valgrind runs for reporting this.)

17 years agowinhelp: Use system colors instead of hardcoded colors.
Alexandre Julliard [Thu, 6 Dec 2007 11:06:47 +0000 (12:06 +0100)] 
winhelp: Use system colors instead of hardcoded colors.

17 years agoclock: Use system colors instead of hardcoded RGB values.
Alexandre Julliard [Thu, 6 Dec 2007 11:06:31 +0000 (12:06 +0100)] 
clock: Use system colors instead of hardcoded RGB values.

17 years agocredui: Update Norwegian resources.
Alexander Nicolaysen Sørnes [Wed, 5 Dec 2007 14:32:54 +0000 (15:32 +0100)] 
credui: Update Norwegian resources.

17 years agomshtml: Update Norwegian resources.
Alexander Nicolaysen Sørnes [Wed, 5 Dec 2007 14:32:00 +0000 (15:32 +0100)] 
mshtml: Update Norwegian resources.

17 years agobrowseui: Add Norwegian resources.
Alexander Nicolaysen Sørnes [Wed, 5 Dec 2007 14:11:58 +0000 (15:11 +0100)] 
browseui: Add Norwegian resources.

17 years agowrite: Add Norwegian resources.
Alexander Nicolaysen Sørnes [Wed, 5 Dec 2007 14:07:26 +0000 (15:07 +0100)] 
write: Add Norwegian resources.

17 years agowineboot: Add Norwegian resources.
Alexander Nicolaysen Sørnes [Wed, 5 Dec 2007 14:04:30 +0000 (15:04 +0100)] 
wineboot: Add Norwegian resources.

17 years agokernel32/tests: Test for functions should be or-ed.
Paul Vriens [Wed, 5 Dec 2007 13:22:05 +0000 (14:22 +0100)] 
kernel32/tests: Test for functions should be or-ed.

17 years agoicmp: Correctly handle underflow in IcmpSendEcho().
Gerald Pfeifer [Wed, 5 Dec 2007 11:14:55 +0000 (12:14 +0100)] 
icmp: Correctly handle underflow in IcmpSendEcho().

17 years agoserver: Return correct object types in the get_directory_entry request.
Alexandre Julliard [Wed, 5 Dec 2007 17:16:42 +0000 (18:16 +0100)] 
server: Return correct object types in the get_directory_entry request.

17 years agoserver: Partial implementation of NtQueryDirectoryObject.
Alexandre Julliard [Wed, 5 Dec 2007 15:57:41 +0000 (16:57 +0100)] 
server: Partial implementation of NtQueryDirectoryObject.

17 years agoserver: Implemented EnumWindowStations and EnumDesktops.
Alexandre Julliard [Wed, 5 Dec 2007 15:45:32 +0000 (16:45 +0100)] 
server: Implemented EnumWindowStations and EnumDesktops.

17 years agorpcrt4: Set the memory pointer in NdrBaseTypeUnmarshall to the buffer if we're unmars...
Rob Shearman [Wed, 5 Dec 2007 11:56:32 +0000 (11:56 +0000)] 
rpcrt4: Set the memory pointer in NdrBaseTypeUnmarshall to the buffer if we're unmarshalling on a server without memory being passed in.

17 years agorpcrt4: Set fMustAlloc to TRUE when unmarshalling an object pointer.
Rob Shearman [Wed, 5 Dec 2007 11:56:14 +0000 (11:56 +0000)] 
rpcrt4: Set fMustAlloc to TRUE when unmarshalling an object pointer.

17 years agokernel32: Make tests run on Win98 again.
Paul Vriens [Wed, 5 Dec 2007 10:40:05 +0000 (11:40 +0100)] 
kernel32: Make tests run on Win98 again.

17 years agod3dx8: Implementation of D3DXAssembleShaderFromFileA.
Luis C. Busquets Pérez [Wed, 5 Dec 2007 07:44:22 +0000 (08:44 +0100)] 
d3dx8: Implementation of D3DXAssembleShaderFromFileA.

17 years agosvchost: Implementation of svchost.
Roy Shea [Tue, 4 Dec 2007 23:00:34 +0000 (15:00 -0800)] 
svchost: Implementation of svchost.

17 years agowinmm/tests: Don't mess with the mixer controls in non-interactive mode.
Alexandre Julliard [Wed, 5 Dec 2007 12:47:30 +0000 (13:47 +0100)] 
winmm/tests: Don't mess with the mixer controls in non-interactive mode.

17 years agowined3d: Fix error handling in fixed_get_input().
Gerald Pfeifer [Mon, 3 Dec 2007 19:41:31 +0000 (20:41 +0100)] 
wined3d: Fix error handling in fixed_get_input().

17 years agoadvapi32: service_control_dispatcher(): Fixed invalid pipe test to display GetLastErr...
Tim Schwartz [Mon, 3 Dec 2007 15:44:37 +0000 (09:44 -0600)] 
advapi32: service_control_dispatcher(): Fixed invalid pipe test to display GetLastError() before it gets overwritten.

17 years agocommdlg: File name and extension offsets are not guaranteed to be the same in W-...
Aric Stewart [Mon, 3 Dec 2007 11:24:23 +0000 (20:24 +0900)] 
commdlg: File name and extension offsets are not guaranteed to be the same in W->A conversions.

17 years agooleaut32: Implement VarWeekdayName + tests.
Alexandru Balut [Sun, 2 Dec 2007 16:17:27 +0000 (17:17 +0100)] 
oleaut32: Implement VarWeekdayName + tests.

17 years agowinspool.drv: Fix buffer sizes.
Vitaly Lipatov [Sat, 1 Dec 2007 16:43:37 +0000 (19:43 +0300)] 
winspool.drv: Fix buffer sizes.

17 years agoshell32: Use sizeof instead of constant for buffer size.
Vitaly Lipatov [Sat, 1 Dec 2007 16:41:46 +0000 (19:41 +0300)] 
shell32: Use sizeof instead of constant for buffer size.

17 years agomidimap: Fix buffer sizes.
Vitaly Lipatov [Sat, 1 Dec 2007 16:35:59 +0000 (19:35 +0300)] 
midimap: Fix buffer sizes.

17 years agoavifil32: Fix buffer sizes.
Vitaly Lipatov [Sat, 1 Dec 2007 16:35:24 +0000 (19:35 +0300)] 
avifil32: Fix buffer sizes.

17 years agooledlg: Add Russian translation.
Vitaly Lipatov [Sat, 1 Dec 2007 17:19:00 +0000 (20:19 +0300)] 
oledlg: Add Russian translation.

17 years agooledlg: Use wide strings, fix buffers size.
Vitaly Lipatov [Sat, 1 Dec 2007 16:08:26 +0000 (19:08 +0300)] 
oledlg: Use wide strings, fix buffers size.

17 years agokernel32: Remove the no-exec fault workaround, it shouldn't be needed anymore.
Alexandre Julliard [Wed, 5 Dec 2007 11:35:47 +0000 (12:35 +0100)] 
kernel32: Remove the no-exec fault workaround, it shouldn't be needed anymore.

17 years agoinclude: Add an initial version of oleacc.idl.
Dmitry Timoshkov [Wed, 5 Dec 2007 05:35:31 +0000 (13:35 +0800)] 
include: Add an initial version of oleacc.idl.

17 years agoddraw: DPRINTF -> TRACE.
Andrew Riedi [Tue, 4 Dec 2007 22:27:33 +0000 (14:27 -0800)] 
ddraw: DPRINTF -> TRACE.

17 years agocomdlg32: DPRINTF -> TRACE.
Andrew Riedi [Tue, 4 Dec 2007 22:26:01 +0000 (14:26 -0800)] 
comdlg32: DPRINTF -> TRACE.

17 years agomshtml: Updated French translation.
Jonathan Ernst [Wed, 5 Dec 2007 07:58:59 +0000 (08:58 +0100)] 
mshtml: Updated French translation.

17 years agowordpad: Updated French translation.
Jonathan Ernst [Wed, 5 Dec 2007 07:59:15 +0000 (08:59 +0100)] 
wordpad: Updated French translation.

17 years agowrite: New French translation.
Jonathan Ernst [Mon, 3 Dec 2007 16:56:55 +0000 (17:56 +0100)] 
write: New French translation.

17 years agowinex11.drv: Use registry settings as a default display mode.
Dmitry Timoshkov [Wed, 5 Dec 2007 07:38:34 +0000 (15:38 +0800)] 
winex11.drv: Use registry settings as a default display mode.

17 years agowinex11.drv: Don't forget to initialize dmFields.
Dmitry Timoshkov [Wed, 5 Dec 2007 07:29:57 +0000 (15:29 +0800)] 
winex11.drv: Don't forget to initialize dmFields.

17 years agoexplorer: Make initialize_display_settings work with a Win9x version of rpcrt4.
Dmitry Timoshkov [Wed, 5 Dec 2007 05:03:10 +0000 (13:03 +0800)] 
explorer: Make initialize_display_settings work with a Win9x version of rpcrt4.

17 years agomsi: Reimplement MsiGetComponentPath.
James Hawkins [Wed, 5 Dec 2007 06:29:01 +0000 (00:29 -0600)] 
msi: Reimplement MsiGetComponentPath.

17 years agomsi: Add tests for MsiGetComponentPath.
James Hawkins [Wed, 5 Dec 2007 03:33:37 +0000 (21:33 -0600)] 
msi: Add tests for MsiGetComponentPath.

17 years agoshlwapi: Uncomment IUnknown_EnableModeless code.
Jacek Caban [Wed, 5 Dec 2007 01:06:53 +0000 (02:06 +0100)] 
shlwapi: Uncomment IUnknown_EnableModeless code.

17 years agomshtml: Improve debug traces.
Jacek Caban [Wed, 5 Dec 2007 01:05:02 +0000 (02:05 +0100)] 
mshtml: Improve debug traces.

17 years agomshtml: Return NULL instead of empty string in IHTMLBodyElement::get_background.
Jacek Caban [Wed, 5 Dec 2007 01:04:43 +0000 (02:04 +0100)] 
mshtml: Return NULL instead of empty string in IHTMLBodyElement::get_background.

17 years agowininet: Added check of dwStructSize required by Windows in calls to InternetCrackUrlA.
Roy Shea [Tue, 4 Dec 2007 22:55:18 +0000 (14:55 -0800)] 
wininet: Added check of dwStructSize required by Windows in calls to InternetCrackUrlA.

17 years agowininet: Removed inline from copy_compsA and zero_compsA to allow Windows testing.
Roy Shea [Tue, 4 Dec 2007 22:54:12 +0000 (14:54 -0800)] 
wininet: Removed inline from copy_compsA and zero_compsA to allow Windows testing.

17 years agomsvcrt40: Add DllMain.
Louis Lenders [Tue, 4 Dec 2007 22:13:18 +0000 (22:13 +0000)] 
msvcrt40: Add DllMain.

17 years agodbghelp: Remove unneeded casts.
Andrew Talbot [Tue, 4 Dec 2007 21:45:11 +0000 (21:45 +0000)] 
dbghelp: Remove unneeded casts.

17 years agod3d9: Remove unneeded casts.
Andrew Talbot [Tue, 4 Dec 2007 21:45:09 +0000 (21:45 +0000)] 
d3d9: Remove unneeded casts.

17 years agod3d8: Remove unneeded casts.
Andrew Talbot [Tue, 4 Dec 2007 21:45:06 +0000 (21:45 +0000)] 
d3d8: Remove unneeded casts.

17 years agowinhelp: winhelp >3.0 files always use 0x4000 as a divisor in TOPICPOS regardless...
Kirill K. Smirnov [Tue, 4 Dec 2007 21:41:07 +0000 (00:41 +0300)] 
winhelp: winhelp >3.0 files always use 0x4000 as a divisor in TOPICPOS regardless of DecompressSize.

17 years agowinhelp: Do not confuse caller application with bogus error when we really succeeded.
Kirill K. Smirnov [Tue, 4 Dec 2007 21:39:04 +0000 (00:39 +0300)] 
winhelp: Do not confuse caller application with bogus error when we really succeeded.

17 years agocomctl32: Simplify condition based on WPARAM always being >= 0.
Gerald Pfeifer [Mon, 3 Dec 2007 20:16:46 +0000 (21:16 +0100)] 
comctl32: Simplify condition based on WPARAM always being >= 0.

17 years agowined3d: Fix error handling in transform_texture().
Gerald Pfeifer [Tue, 4 Dec 2007 00:34:55 +0000 (01:34 +0100)] 
wined3d: Fix error handling in transform_texture().

17 years agomsvcrt: Fix error handling in _aligned_offset_realloc().
Gerald Pfeifer [Mon, 3 Dec 2007 21:56:37 +0000 (22:56 +0100)] 
msvcrt: Fix error handling in _aligned_offset_realloc().

17 years agoiphlpapi: Restore lost initialisation of ptr->AddressLength in GetAdaptersInfo.
Guido Barzini [Mon, 3 Dec 2007 21:58:05 +0000 (21:58 +0000)] 
iphlpapi: Restore lost initialisation of ptr->AddressLength in GetAdaptersInfo.

17 years agoexplorer: Store current display mode in the registry on startup.
Dmitry Timoshkov [Mon, 3 Dec 2007 14:14:35 +0000 (22:14 +0800)] 
explorer: Store current display mode in the registry on startup.

17 years agouser32: Make sure the desktop window is created before mode enumeration.
Dmitry Timoshkov [Mon, 3 Dec 2007 09:48:19 +0000 (17:48 +0800)] 
user32: Make sure the desktop window is created before mode enumeration.

17 years agoserver: Make fd_poll_event static.
Dmitry Timoshkov [Mon, 3 Dec 2007 09:47:31 +0000 (17:47 +0800)] 
server: Make fd_poll_event static.

17 years agowinhelp: There are files without Phrases or Phrases40 compression, add support for...
Kirill K. Smirnov [Tue, 4 Dec 2007 00:22:05 +0000 (03:22 +0300)] 
winhelp: There are files without Phrases or Phrases40 compression, add support for them.

17 years agowinecfg: Update Norwegian resource.
Alexander Nicolaysen Sørnes [Tue, 4 Dec 2007 14:06:48 +0000 (15:06 +0100)] 
winecfg: Update Norwegian resource.

17 years agorpcrt4: Add tests for a pointer to a conformant strings.
Rob Shearman [Tue, 4 Dec 2007 13:23:09 +0000 (13:23 +0000)] 
rpcrt4: Add tests for a pointer to a conformant strings.

17 years agorpcrt4: Set the destination pointer in PointerUnmarshall before calling the reference...
Rob Shearman [Tue, 4 Dec 2007 13:22:56 +0000 (13:22 +0000)] 
rpcrt4: Set the destination pointer in PointerUnmarshall before calling the referenced type's unmarshalling routine.

When a pointer that is dereferenced is encountered then this can result
in a stale pointer (i.e. the one that is marshalled into the buffer for
the embedded pointer unmarshalling case) being used instead of the one
that was intended.

17 years agomshtml: Added DIID_HTMLTableEvents connection point.
Jacek Caban [Tue, 4 Dec 2007 12:40:23 +0000 (13:40 +0100)] 
mshtml: Added DIID_HTMLTableEvents connection point.

17 years agomshtml: Move HTMLTextContainerEvents connection point to HTMLTextContainer object.
Jacek Caban [Tue, 4 Dec 2007 12:38:31 +0000 (13:38 +0100)] 
mshtml: Move HTMLTextContainerEvents connection point to HTMLTextContainer object.

17 years agomshtml: Added IConnectionPointContainer iface to all HTMLElement objects.
Jacek Caban [Tue, 4 Dec 2007 12:37:21 +0000 (13:37 +0100)] 
mshtml: Added IConnectionPointContainer iface to all HTMLElement objects.

17 years agomshtml: Initialize HTMLElement in the beginning of constructors.
Jacek Caban [Tue, 4 Dec 2007 12:37:00 +0000 (13:37 +0100)] 
mshtml: Initialize HTMLElement in the beginning of constructors.

17 years agomshtml: Make IConnectionPointContainer more flexible.
Jacek Caban [Tue, 4 Dec 2007 12:36:27 +0000 (13:36 +0100)] 
mshtml: Make IConnectionPointContainer more flexible.

17 years agomsi: Test the CompLocator subset of the AppSearch action.
James Hawkins [Tue, 4 Dec 2007 04:10:11 +0000 (22:10 -0600)] 
msi: Test the CompLocator subset of the AppSearch action.

17 years agowined3d: Use the proper drawable size when clearing.
Stefan Dösinger [Sat, 1 Dec 2007 14:52:08 +0000 (15:52 +0100)] 
wined3d: Use the proper drawable size when clearing.

17 years agowined3d: Clear honors the viewport.
Stefan Dösinger [Sat, 1 Dec 2007 14:49:42 +0000 (15:49 +0100)] 
wined3d: Clear honors the viewport.

17 years agowined3d: Fixes for drawable handling in Clear.
Stefan Dösinger [Sat, 1 Dec 2007 00:19:51 +0000 (01:19 +0100)] 
wined3d: Fixes for drawable handling in Clear.

17 years agowined3d: Disable the scissor test when blitting.
Stefan Dösinger [Sat, 1 Dec 2007 00:10:37 +0000 (01:10 +0100)] 
wined3d: Disable the scissor test when blitting.

17 years agowined3d: Retrieve the height properly when setting the viewport.
Stefan Dösinger [Fri, 30 Nov 2007 20:01:29 +0000 (21:01 +0100)] 
wined3d: Retrieve the height properly when setting the viewport.

17 years agowined3d: Use the proper drawable size when setting the scissor rect.
Stefan Dösinger [Fri, 30 Nov 2007 19:28:13 +0000 (20:28 +0100)] 
wined3d: Use the proper drawable size when setting the scissor rect.

17 years agowined3d: Add a method for querying the gl drawable size of rendertarget.
Stefan Dösinger [Fri, 30 Nov 2007 19:22:33 +0000 (20:22 +0100)] 
wined3d: Add a method for querying the gl drawable size of rendertarget.

17 years agocrypt32: Remove unnecessary casts.
Andrew Talbot [Mon, 3 Dec 2007 22:40:57 +0000 (22:40 +0000)] 
crypt32: Remove unnecessary casts.

17 years agocomdlg32: Remove unnecessary casts.
Andrew Talbot [Mon, 3 Dec 2007 22:40:42 +0000 (22:40 +0000)] 
comdlg32: Remove unnecessary casts.

17 years agowinhelp: Use HEAP_ZERO_MEMORY instead of setting individual fields to zero.
Kirill K. Smirnov [Mon, 3 Dec 2007 17:28:16 +0000 (21:28 +0400)] 
winhelp: Use HEAP_ZERO_MEMORY instead of setting individual fields to zero.

17 years agowineboot: New French translation.
Jonathan Ernst [Mon, 3 Dec 2007 16:55:55 +0000 (17:55 +0100)] 
wineboot: New French translation.

17 years agobrowseui: Updated French translation.
Jonathan Ernst [Mon, 3 Dec 2007 16:54:40 +0000 (17:54 +0100)] 
browseui: Updated French translation.

17 years agoshell32: Updated French translation.
Jonathan Ernst [Mon, 3 Dec 2007 16:53:48 +0000 (17:53 +0100)] 
shell32: Updated French translation.

17 years agorpcrt4: Handle all non-continuable exceptions in CStdStubBuffer_Invoke.
Rob Shearman [Fri, 30 Nov 2007 18:09:01 +0000 (18:09 +0000)] 
rpcrt4: Handle all non-continuable exceptions in CStdStubBuffer_Invoke.

17 years agoole32: Fix the test of the size returned from WdtpInterfacePointer_UserSize.
Rob Shearman [Mon, 3 Dec 2007 16:08:41 +0000 (16:08 +0000)] 
ole32: Fix the test of the size returned from WdtpInterfacePointer_UserSize.

It varies on different versions of Windows, so we shouldn't test it for
an exact value.

17 years agorpcrt4: Put the delegating stub thunks in an executable memory page, rather than...
Rob Shearman [Mon, 3 Dec 2007 16:09:05 +0000 (16:09 +0000)] 
rpcrt4: Put the delegating stub thunks in an executable memory page,  rather than on the heap.

17 years agorpcrt4: Call IRpcChannelBuffer_GetDestCtx in NdrStubInitialize, just like we do in...
Rob Shearman [Mon, 3 Dec 2007 16:08:31 +0000 (16:08 +0000)] 
rpcrt4: Call IRpcChannelBuffer_GetDestCtx in NdrStubInitialize, just like we do in NdrProxyInitialize.

17 years agorpcrt4: Flesh out more of the IRpcChannelBuffer vtable to make the test_delegating_In...
Rob Shearman [Mon, 3 Dec 2007 16:08:28 +0000 (16:08 +0000)] 
rpcrt4: Flesh out more of the IRpcChannelBuffer vtable to make the test_delegating_Invoke test succeed on Windows.