wine
13 years agosetupapi: Allocate a virtual memory buffer to read fake dll files.
Alexandre Julliard [Tue, 2 Aug 2011 10:58:26 +0000 (12:58 +0200)] 
setupapi: Allocate a virtual memory buffer to read fake dll files.

13 years agoieframe: Moved WebBrowser object tests to ieframe.
Jacek Caban [Tue, 2 Aug 2011 09:34:10 +0000 (11:34 +0200)] 
ieframe: Moved WebBrowser object tests to ieframe.

13 years agomshtml: Always set onclick event handler during document initialization.
Jacek Caban [Tue, 2 Aug 2011 09:08:48 +0000 (11:08 +0200)] 
mshtml: Always set onclick event handler during document initialization.

13 years agomshtml: Always alloc event_vector for documents.
Jacek Caban [Tue, 2 Aug 2011 09:08:32 +0000 (11:08 +0200)] 
mshtml: Always alloc event_vector for documents.

13 years agomshtml: Moved nsevents.c declarations to htmlevent.h.
Jacek Caban [Tue, 2 Aug 2011 09:08:12 +0000 (11:08 +0200)] 
mshtml: Moved nsevents.c declarations to htmlevent.h.

13 years agomshtml: Added default click handler for anchor element.
Jacek Caban [Tue, 2 Aug 2011 09:09:13 +0000 (11:09 +0200)] 
mshtml: Added default click handler for anchor element.

13 years agomshtml: Added possibility for node implementations to add default event handlers.
Jacek Caban [Tue, 2 Aug 2011 09:07:56 +0000 (11:07 +0200)] 
mshtml: Added possibility for node implementations to add default event handlers.

13 years agomshtml: Rename call_event to fire_event.
Jacek Caban [Tue, 2 Aug 2011 09:07:12 +0000 (11:07 +0200)] 
mshtml: Rename call_event to fire_event.

13 years agodmloader: Simplify the module refcount handling.
Michael Stefaniuc [Tue, 2 Aug 2011 08:28:16 +0000 (10:28 +0200)] 
dmloader: Simplify the module refcount handling.

13 years agodmloader: Merge and simplify the IClassFactory implementations.
Michael Stefaniuc [Tue, 2 Aug 2011 08:25:52 +0000 (10:25 +0200)] 
dmloader: Merge and simplify the IClassFactory implementations.

13 years agomsi: Avoid a crash in ControlEvent_SetTargetPath.
Hans Leidekker [Tue, 2 Aug 2011 07:24:05 +0000 (09:24 +0200)] 
msi: Avoid a crash in ControlEvent_SetTargetPath.

13 years agowinhttp: Verify parameter types in IWinHttpRequest::SetProxy.
Hans Leidekker [Tue, 2 Aug 2011 07:23:50 +0000 (09:23 +0200)] 
winhttp: Verify parameter types in IWinHttpRequest::SetProxy.

13 years agowinhttp: Implement IWinHttpRequest::SetAutoLogonPolicy.
Hans Leidekker [Tue, 2 Aug 2011 07:23:35 +0000 (09:23 +0200)] 
winhttp: Implement IWinHttpRequest::SetAutoLogonPolicy.

13 years agowinhttp: Execute asynchronous requests in a separate thread.
Hans Leidekker [Tue, 2 Aug 2011 07:23:20 +0000 (09:23 +0200)] 
winhttp: Execute asynchronous requests in a separate thread.

13 years agowinhttp: Protect access to the request object with a critical section.
Hans Leidekker [Tue, 2 Aug 2011 07:22:58 +0000 (09:22 +0200)] 
winhttp: Protect access to the request object with a critical section.

13 years agoadvapi32: Basic test for CreateRestrictedToken.
Nikolay Sivov [Tue, 2 Aug 2011 07:09:18 +0000 (11:09 +0400)] 
advapi32: Basic test for CreateRestrictedToken.

13 years agoadvapi32: Fix CheckTokenMemberShip for primary tokens.
Nikolay Sivov [Mon, 1 Aug 2011 22:12:51 +0000 (02:12 +0400)] 
advapi32: Fix CheckTokenMemberShip for primary tokens.

13 years agopo: Updated Korean translation.
Hwang YunSong [Tue, 2 Aug 2011 02:36:50 +0000 (11:36 +0900)] 
po: Updated Korean translation.

13 years agopo: Update Lithuanian translation.
Aurimas Fišeras [Mon, 1 Aug 2011 18:59:31 +0000 (21:59 +0300)] 
po: Update Lithuanian translation.

13 years agowined3d: Go to the fallbacks if D3D is not initialized in surface_blt().
Henri Verbeet [Mon, 1 Aug 2011 19:35:45 +0000 (21:35 +0200)] 
wined3d: Go to the fallbacks if D3D is not initialized in surface_blt().

Even though this is the "OpenGL" surface implementation, this can still happen
in e.g. ddraw if no swapchain is created yet. That's something we should fix,
but not today.

13 years agowined3d: Go straight to the fallbacks for complex blits in surface_blt().
Henri Verbeet [Mon, 1 Aug 2011 19:35:44 +0000 (21:35 +0200)] 
wined3d: Go straight to the fallbacks for complex blits in surface_blt().

At the moment this is only marginally useful, since it just avoids silly
things like color keyed depth fills that are probably invalid anyway. However,
the idea is to gradually move normal color fill and blit handling out of
IWineD3DSurfaceImpl_BltOverride() and surface_cpu_blt(), and eventually make
those functions go away completely.

13 years agowined3d: Check for locked surfaces in wined3d_surface_blt().
Henri Verbeet [Mon, 1 Aug 2011 19:35:43 +0000 (21:35 +0200)] 
wined3d: Check for locked surfaces in wined3d_surface_blt().

13 years agowined3d: IWineD3DSurfaceImpl_BltOverride() is always passed valid source and destinat...
Henri Verbeet [Mon, 1 Aug 2011 19:35:42 +0000 (21:35 +0200)] 
wined3d: IWineD3DSurfaceImpl_BltOverride() is always passed valid source and destination rectangles.

So no need to call surface_get_rect() anymore.

13 years agowined3d: Resolve source and destination rectangles in wined3d_surface_blt().
Henri Verbeet [Mon, 1 Aug 2011 19:35:41 +0000 (21:35 +0200)] 
wined3d: Resolve source and destination rectangles in wined3d_surface_blt().

13 years agowinmm: Fix looping handling.
Andrew Eikum [Mon, 1 Aug 2011 18:11:59 +0000 (13:11 -0500)] 
winmm: Fix looping handling.

13 years agomakefiles: Generate resource files for typelibs.
Alexandre Julliard [Mon, 1 Aug 2011 20:14:36 +0000 (22:14 +0200)] 
makefiles: Generate resource files for typelibs.

13 years agowidl: Add support for generating typelibs directly in resource format.
Alexandre Julliard [Mon, 1 Aug 2011 19:38:56 +0000 (21:38 +0200)] 
widl: Add support for generating typelibs directly in resource format.

13 years agowidl: Add helper functions for outputting resource files.
Alexandre Julliard [Mon, 1 Aug 2011 19:29:35 +0000 (21:29 +0200)] 
widl: Add helper functions for outputting resource files.

13 years agodlls: Assorted spelling fixes.
Frédéric Delanoy [Sat, 30 Jul 2011 10:03:08 +0000 (12:03 +0200)] 
dlls: Assorted spelling fixes.

13 years agoconfigure: Don't reserve page zero on Mac OS, it won't run DOS apps anyway.
Alexandre Julliard [Mon, 1 Aug 2011 15:03:07 +0000 (17:03 +0200)] 
configure: Don't reserve page zero on Mac OS, it won't run DOS apps anyway.

13 years agoshdocvw/tests: Added OleObject_Close tests.
Piotr Caban [Mon, 1 Aug 2011 10:28:49 +0000 (12:28 +0200)] 
shdocvw/tests: Added OleObject_Close tests.

13 years agoieframe: Added OleObject_Close implementation.
Piotr Caban [Mon, 1 Aug 2011 10:28:34 +0000 (12:28 +0200)] 
ieframe: Added OleObject_Close implementation.

13 years agocmd/tests: Add tests for variable delayed expansion.
Frédéric Delanoy [Mon, 1 Aug 2011 09:46:53 +0000 (11:46 +0200)] 
cmd/tests: Add tests for variable delayed expansion.

13 years agoc2man: We don't have multiple dlls in one directory anymore.
André Hentschel [Fri, 29 Jul 2011 17:34:23 +0000 (19:34 +0200)] 
c2man: We don't have multiple dlls in one directory anymore.

13 years agodbghelp: One line only for the copyright.
André Hentschel [Fri, 29 Jul 2011 17:33:09 +0000 (19:33 +0200)] 
dbghelp: One line only for the copyright.

13 years agomsvcrt: Added vscwprintf_{l,p_l} functions implementation.
Piotr Caban [Mon, 1 Aug 2011 14:08:06 +0000 (16:08 +0200)] 
msvcrt: Added vscwprintf_{l,p_l} functions implementation.

13 years agonet: Make it possible to translate the connection status descriptions.
Francois Gouget [Mon, 1 Aug 2011 13:55:01 +0000 (15:55 +0200)] 
net: Make it possible to translate the connection status descriptions.

Also remove the description for USE_DISCONN as it is in fact a synonym
for USE_SESSLOST.

13 years agonetapi32: Add some lmuse.h constants.
Francois Gouget [Mon, 1 Aug 2011 13:52:56 +0000 (15:52 +0200)] 
netapi32: Add some lmuse.h constants.

13 years agokernel32/tests: Make test_define_dos_deviceA() static.
Francois Gouget [Mon, 1 Aug 2011 13:51:39 +0000 (15:51 +0200)] 
kernel32/tests: Make test_define_dos_deviceA() static.

13 years agodinput: Remove IDirectInputDevice8AImpl_{Build,Set}ActionMap() as it is unused.
Francois Gouget [Mon, 1 Aug 2011 13:51:24 +0000 (15:51 +0200)] 
dinput: Remove IDirectInputDevice8AImpl_{Build,Set}ActionMap() as it is unused.

13 years agokernel32/tests: Remove a space before a '\n' in an ok() call.
Francois Gouget [Mon, 1 Aug 2011 13:48:52 +0000 (15:48 +0200)] 
kernel32/tests: Remove a space before a '\n' in an ok() call.

13 years agoitss/tests: Fix spelling of a variable name.
Francois Gouget [Mon, 1 Aug 2011 13:48:17 +0000 (15:48 +0200)] 
itss/tests: Fix spelling of a variable name.

13 years agoriched20/tests: Fix test_EM_FINDWORDBREAK comments.
Dan Kegel [Mon, 1 Aug 2011 03:31:54 +0000 (20:31 -0700)] 
riched20/tests: Fix test_EM_FINDWORDBREAK comments.

13 years agoole32: Fix a couple of race conditions with the local server pipe.
Alexandre Julliard [Mon, 1 Aug 2011 14:20:40 +0000 (16:20 +0200)] 
ole32: Fix a couple of race conditions with the local server pipe.

13 years agowidl: Only register interfaces when the factory buffer is known.
Alexandre Julliard [Mon, 1 Aug 2011 12:28:55 +0000 (14:28 +0200)] 
widl: Only register interfaces when the factory buffer is known.

13 years agowindowscodecs: Specify the PSFactoryBuffer class in the idl file.
Alexandre Julliard [Mon, 1 Aug 2011 12:27:29 +0000 (14:27 +0200)] 
windowscodecs: Specify the PSFactoryBuffer class in the idl file.

13 years agosti: Specify the PSFactoryBuffer class in the idl file.
Alexandre Julliard [Mon, 1 Aug 2011 12:27:23 +0000 (14:27 +0200)] 
sti: Specify the PSFactoryBuffer class in the idl file.

13 years agoquartz: Specify the PSFactoryBuffer class in the idl file.
Alexandre Julliard [Mon, 1 Aug 2011 12:27:17 +0000 (14:27 +0200)] 
quartz: Specify the PSFactoryBuffer class in the idl file.

13 years agoqmgrprxy: Specify the PSFactoryBuffer class in the idl file.
Alexandre Julliard [Mon, 1 Aug 2011 12:27:12 +0000 (14:27 +0200)] 
qmgrprxy: Specify the PSFactoryBuffer class in the idl file.

13 years agooleaut32: Specify the PSFactoryBuffer class in the idl files.
Alexandre Julliard [Mon, 1 Aug 2011 12:27:00 +0000 (14:27 +0200)] 
oleaut32: Specify the PSFactoryBuffer class in the idl files.

13 years agoole32: Specify the PSFactoryBuffer class in the idl files.
Alexandre Julliard [Mon, 1 Aug 2011 12:26:47 +0000 (14:26 +0200)] 
ole32: Specify the PSFactoryBuffer class in the idl files.

13 years agomsdaps: Specify the PSFactoryBuffer class in the idl files.
Alexandre Julliard [Mon, 1 Aug 2011 12:26:36 +0000 (14:26 +0200)] 
msdaps: Specify the PSFactoryBuffer class in the idl files.

13 years agodispex: Specify the PSFactoryBuffer class in the idl file.
Alexandre Julliard [Mon, 1 Aug 2011 12:26:26 +0000 (14:26 +0200)] 
dispex: Specify the PSFactoryBuffer class in the idl file.

13 years agoactxprxy: Specify the PSFactoryBuffer class in the idl files.
Alexandre Julliard [Mon, 1 Aug 2011 12:26:20 +0000 (14:26 +0200)] 
actxprxy: Specify the PSFactoryBuffer class in the idl files.

13 years agomakefiles: Also install the program manpages from the top-level makefile.
Alexandre Julliard [Mon, 1 Aug 2011 11:40:19 +0000 (13:40 +0200)] 
makefiles: Also install the program manpages from the top-level makefile.

13 years agomshtml: Added IOmNavigator::get_appMinorVersion implementation.
Jacek Caban [Sun, 31 Jul 2011 14:46:01 +0000 (16:46 +0200)] 
mshtml: Added IOmNavigator::get_appMinorVersion implementation.

13 years agomshtml: Added IOmNavigator::get_*Language tests.
Jacek Caban [Sun, 31 Jul 2011 14:45:45 +0000 (16:45 +0200)] 
mshtml: Added IOmNavigator::get_*Language tests.

13 years agomshtml: Added IOmNavigator::get_*Language implementations.
Jacek Caban [Sun, 31 Jul 2011 14:45:26 +0000 (16:45 +0200)] 
mshtml: Added IOmNavigator::get_*Language implementations.

13 years agomshtml: Added IHTMLPluginsCollection::get_length implementation.
Jacek Caban [Sun, 31 Jul 2011 14:45:08 +0000 (16:45 +0200)] 
mshtml: Added IHTMLPluginsCollection::get_length implementation.

13 years agomshtml: Added semi-stub implementation of IHTMLWindow2::status property.
Jacek Caban [Sun, 31 Jul 2011 14:44:43 +0000 (16:44 +0200)] 
mshtml: Added semi-stub implementation of IHTMLWindow2::status property.

13 years agodxdiagn: Implement IClassFactory::QueryInterface.
Michael Stefaniuc [Mon, 1 Aug 2011 08:41:56 +0000 (10:41 +0200)] 
dxdiagn: Implement IClassFactory::QueryInterface.

13 years agodxdiagn: COM cleanup for the IClassFactory iface.
Michael Stefaniuc [Mon, 1 Aug 2011 08:39:18 +0000 (10:39 +0200)] 
dxdiagn: COM cleanup for the IClassFactory iface.

13 years agodevenum: COM cleanup for the IClassFactory iface.
Michael Stefaniuc [Mon, 1 Aug 2011 08:34:09 +0000 (10:34 +0200)] 
devenum: COM cleanup for the IClassFactory iface.

13 years agodmband: Merge the IClassFactory implementations.
Michael Stefaniuc [Mon, 1 Aug 2011 08:31:49 +0000 (10:31 +0200)] 
dmband: Merge the IClassFactory implementations.

13 years agoriched20: Declare some variables unsigned.
Andrew Talbot [Sun, 31 Jul 2011 20:13:13 +0000 (21:13 +0100)] 
riched20: Declare some variables unsigned.

13 years agomscms: Move a misplaced brace.
Andrew Talbot [Sun, 31 Jul 2011 20:13:08 +0000 (21:13 +0100)] 
mscms: Move a misplaced brace.

13 years agowined3d: Get rid of context_bind_fbo() calls outside context.c.
Henri Verbeet [Sun, 31 Jul 2011 15:33:44 +0000 (17:33 +0200)] 
wined3d: Get rid of context_bind_fbo() calls outside context.c.

13 years agowined3d: Get rid of dst_fbo.
Henri Verbeet [Sun, 31 Jul 2011 15:33:43 +0000 (17:33 +0200)] 
wined3d: Get rid of dst_fbo.

As a result we can get rid of a couple of other things as well.

13 years agowined3d: Just invalidate STATE_FRAMEBUFFER in surface_load_ds_location().
Henri Verbeet [Sun, 31 Jul 2011 15:33:42 +0000 (17:33 +0200)] 
wined3d: Just invalidate STATE_FRAMEBUFFER in surface_load_ds_location().

13 years agowined3d: Apply clear state after depth / stencil setup in device_clear_render_targets().
Henri Verbeet [Sun, 31 Jul 2011 15:33:41 +0000 (17:33 +0200)] 
wined3d: Apply clear state after depth / stencil setup in device_clear_render_targets().

13 years agowined3d: Apply draw state after depth / stencil setup in drawPrimitive().
Henri Verbeet [Sun, 31 Jul 2011 15:33:40 +0000 (17:33 +0200)] 
wined3d: Apply draw state after depth / stencil setup in drawPrimitive().

13 years agowinnt.h: Added LOCALE_CUSTOM_* declarations.
Jacek Caban [Sun, 31 Jul 2011 12:51:21 +0000 (14:51 +0200)] 
winnt.h: Added LOCALE_CUSTOM_* declarations.

13 years agoiexplore: Use ieframe instead of shdocvw.
Jacek Caban [Sun, 31 Jul 2011 11:25:05 +0000 (13:25 +0200)] 
iexplore: Use ieframe instead of shdocvw.

13 years agoshdocvw: Moved remaining code out of factory.c.
Jacek Caban [Sun, 31 Jul 2011 11:24:41 +0000 (13:24 +0200)] 
shdocvw: Moved remaining code out of factory.c.

13 years agoieframe: Moved classes registration to ieframe.
Jacek Caban [Sun, 31 Jul 2011 11:24:23 +0000 (13:24 +0200)] 
ieframe: Moved classes registration to ieframe.

13 years agoshdocvw: Get rid of MicrosoftBrowserArchitecture registration.
Jacek Caban [Sun, 31 Jul 2011 11:23:50 +0000 (13:23 +0200)] 
shdocvw: Get rid of MicrosoftBrowserArchitecture registration.

13 years agoshell32: Moved MruLongList registration to shell32, where it belongs.
Jacek Caban [Sun, 31 Jul 2011 11:23:08 +0000 (13:23 +0200)] 
shell32: Moved MruLongList registration to shell32, where it belongs.

13 years agowinhlp32: Better protect macros against not finding a help file.
Eric Pouech [Sun, 31 Jul 2011 06:53:34 +0000 (08:53 +0200)] 
winhlp32: Better protect macros against not finding a help file.

13 years agooleaut32/tests: Only use interface if we succeeded in recreating it.
André Hentschel [Sat, 30 Jul 2011 14:58:58 +0000 (16:58 +0200)] 
oleaut32/tests: Only use interface if we succeeded in recreating it.

13 years agorpcrt4/tests: Only free string when function succeeded.
André Hentschel [Sat, 30 Jul 2011 14:55:29 +0000 (16:55 +0200)] 
rpcrt4/tests: Only free string when function succeeded.

13 years agontdll/tests: Fix compilation on systems that don't support nameless unions.
Francois Gouget [Sat, 30 Jul 2011 12:18:54 +0000 (14:18 +0200)] 
ntdll/tests: Fix compilation on systems that don't support nameless unions.

13 years agoshell32/tests: Add checking some non-published known folders.
Mariusz Pluciński [Fri, 29 Jul 2011 17:09:36 +0000 (19:09 +0200)] 
shell32/tests: Add checking some non-published known folders.

13 years agoshell32/tests: Add notification when expected known folder does not exists.
Mariusz Pluciński [Fri, 29 Jul 2011 17:07:55 +0000 (19:07 +0200)] 
shell32/tests: Add notification when expected known folder does not exists.

13 years agoshell32/tests: Add notification about unknown known folders.
Mariusz Pluciński [Fri, 29 Jul 2011 17:07:49 +0000 (19:07 +0200)] 
shell32/tests: Add notification about unknown known folders.

13 years agoshell32/tests: Add verification of known folders relative paths.
Mariusz Pluciński [Fri, 29 Jul 2011 17:06:09 +0000 (19:06 +0200)] 
shell32/tests: Add verification of known folders relative paths.

13 years agogdi32: Fix the blend function handling for the AlphaBlend enhanced metafile record.
Alexandre Julliard [Fri, 29 Jul 2011 18:08:53 +0000 (20:08 +0200)] 
gdi32: Fix the blend function handling for the AlphaBlend enhanced metafile record.

13 years agoddraw: Change IDirect3DTexture2_vtbl to IDirect3DTexture2_iface.
Ričardas Barkauskas [Fri, 29 Jul 2011 15:55:50 +0000 (18:55 +0300)] 
ddraw: Change IDirect3DTexture2_vtbl to IDirect3DTexture2_iface.

13 years agoddraw: Rename surface_from_texture2 to impl_from_IDirect3DTexture2.
Ričardas Barkauskas [Fri, 29 Jul 2011 15:52:33 +0000 (18:52 +0300)] 
ddraw: Rename surface_from_texture2 to impl_from_IDirect3DTexture2.

13 years agoddraw: Use unsafe_impl_from_IDirect3DTexture2 for application provided interfaces.
Ričardas Barkauskas [Fri, 29 Jul 2011 13:30:32 +0000 (16:30 +0300)] 
ddraw: Use unsafe_impl_from_IDirect3DTexture2 for application provided interfaces.

13 years agoddraw: COM cleanup for IDirect3DTexture interface.
Ričardas Barkauskas [Wed, 27 Jul 2011 14:45:13 +0000 (17:45 +0300)] 
ddraw: COM cleanup for IDirect3DTexture interface.

13 years agoddraw: Use unsafe_impl_from_IDirect3DTexture() for application provided interfaces.
Ričardas Barkauskas [Wed, 27 Jul 2011 14:43:24 +0000 (17:43 +0300)] 
ddraw: Use unsafe_impl_from_IDirect3DTexture() for application provided interfaces.

13 years agontdll: Remove divl second argument for compatibility with clang.
Alexandre Julliard [Fri, 29 Jul 2011 17:18:41 +0000 (19:18 +0200)] 
ntdll: Remove divl second argument for compatibility with clang.

13 years agowindowscodecs: Fix typo.
Vincent Povirk [Fri, 29 Jul 2011 16:07:37 +0000 (11:07 -0500)] 
windowscodecs: Fix typo.

13 years agoddraw: Do not increase wined3d texture refcount in IDirect3DDevice7_GetTexture.
Ričardas Barkauskas [Sun, 10 Jul 2011 08:56:41 +0000 (11:56 +0300)] 
ddraw: Do not increase wined3d texture refcount in IDirect3DDevice7_GetTexture.

13 years agokernel32/tests: Remove win9x hacks.
Austin English [Wed, 27 Jul 2011 01:07:18 +0000 (18:07 -0700)] 
kernel32/tests: Remove win9x hacks.

13 years agoshell32: Disable WOW64 redirection when converting pidls to UNIX paths.
Octavian Voicu [Thu, 28 Jul 2011 23:29:39 +0000 (02:29 +0300)] 
shell32: Disable WOW64 redirection when converting pidls to UNIX paths.

13 years agopo: Updated Korean translation.
Hwang YunSong [Thu, 28 Jul 2011 07:10:04 +0000 (16:10 +0900)] 
po: Updated Korean translation.

13 years agoiphlpapi: Implemented IcmpSendEcho2Ex().
Nowres Rafed [Thu, 28 Jul 2011 13:22:42 +0000 (14:22 +0100)] 
iphlpapi: Implemented IcmpSendEcho2Ex().

13 years agomsvcp90: Added wctype implementation.
Piotr Caban [Fri, 29 Jul 2011 14:35:00 +0000 (16:35 +0200)] 
msvcp90: Added wctype implementation.

13 years agomsvcrt: Fixed vswprintf* exports.
Piotr Caban [Fri, 29 Jul 2011 13:10:10 +0000 (15:10 +0200)] 
msvcrt: Fixed vswprintf* exports.