wine
12 years agogdi32: Actually use the dib driver's Get/PutImage if the bitmap is a dib.
Huw Davies [Tue, 2 Aug 2011 13:11:11 +0000 (14:11 +0100)] 
gdi32: Actually use the dib driver's Get/PutImage if the bitmap is a dib.

12 years agogdi32: Add a PutImage implementation to the dib driver.
Huw Davies [Tue, 2 Aug 2011 13:11:10 +0000 (14:11 +0100)] 
gdi32: Add a PutImage implementation to the dib driver.

12 years agogdi32: Move the colour setting to a separate function.
Huw Davies [Tue, 2 Aug 2011 13:11:09 +0000 (14:11 +0100)] 
gdi32: Move the colour setting to a separate function.

12 years agogdi32: Add a copy_rect primitive.
Huw Davies [Tue, 2 Aug 2011 13:11:08 +0000 (14:11 +0100)] 
gdi32: Add a copy_rect primitive.

12 years agogdi32: Add a function to retrieve the rop codes.
Huw Davies [Tue, 2 Aug 2011 13:11:07 +0000 (14:11 +0100)] 
gdi32: Add a function to retrieve the rop codes.

12 years agogdi32: Simplify the calculation of the rop masks.
Huw Davies [Tue, 2 Aug 2011 13:11:06 +0000 (14:11 +0100)] 
gdi32: Simplify the calculation of the rop masks.

12 years agodlls: Assorted spelling fixes.
Frédéric Delanoy [Wed, 27 Jul 2011 11:38:43 +0000 (13:38 +0200)] 
dlls: Assorted spelling fixes.

12 years agocmd/tests: Additional tests for variable delayed expansion.
Frédéric Delanoy [Tue, 2 Aug 2011 08:10:52 +0000 (10:10 +0200)] 
cmd/tests: Additional tests for variable delayed expansion.

12 years agoconfigure: Fix problem with linking on OS X 10.7.
Camillo Lugaresi [Tue, 2 Aug 2011 02:31:53 +0000 (04:31 +0200)] 
configure: Fix problem with linking on OS X 10.7.

Some of the new link commands in the latest ld appear to be buggy and cause
bus error while initializing libSystem. Fixed by reverting to 10.6 linking
behavior.

12 years agoshell32/tests: Add tests for SHCreateDefaultContextMenu.
Jay Yang [Mon, 1 Aug 2011 21:47:52 +0000 (17:47 -0400)] 
shell32/tests: Add tests for SHCreateDefaultContextMenu.

12 years agoinclude: Add header entries required for SHCreateDefaultContextMenu and CDefFolderMen...
Jay Yang [Mon, 1 Aug 2011 21:47:47 +0000 (17:47 -0400)] 
include: Add header entries required for SHCreateDefaultContextMenu and CDefFolderMenu_Create2.

12 years agoshell32: Have the system context menus respect idCmdFirst.
Jay Yang [Mon, 1 Aug 2011 21:47:43 +0000 (17:47 -0400)] 
shell32: Have the system context menus respect idCmdFirst.

12 years agowinecrt0: Remove the clsid parameter in __wine_(un)register_resources.
Alexandre Julliard [Tue, 2 Aug 2011 13:51:55 +0000 (15:51 +0200)] 
winecrt0: Remove the clsid parameter in __wine_(un)register_resources.

12 years agowinecrt0: No longer register typelibs, they use IRegistrar scripts now.
Alexandre Julliard [Tue, 2 Aug 2011 13:46:48 +0000 (15:46 +0200)] 
winecrt0: No longer register typelibs, they use IRegistrar scripts now.

12 years agoieframe: Remove registrations that are duplicated in mshtml.
Alexandre Julliard [Tue, 2 Aug 2011 13:38:37 +0000 (15:38 +0200)] 
ieframe: Remove registrations that are duplicated in mshtml.

12 years agomshtml: Remove typelib registrations.
Alexandre Julliard [Tue, 2 Aug 2011 13:38:12 +0000 (15:38 +0200)] 
mshtml: Remove typelib registrations.

12 years agooleaut32: Remove typelib registrations.
Alexandre Julliard [Tue, 2 Aug 2011 13:37:14 +0000 (15:37 +0200)] 
oleaut32: Remove typelib registrations.

12 years agomakefiles: Remove some redundant registration scripts.
Alexandre Julliard [Tue, 2 Aug 2011 13:16:57 +0000 (15:16 +0200)] 
makefiles: Remove some redundant registration scripts.

12 years agowidl: Generate a registration script along with the typelib when creating a resource...
Alexandre Julliard [Tue, 2 Aug 2011 13:15:55 +0000 (15:15 +0200)] 
widl: Generate a registration script along with the typelib when creating a resource file.

12 years agosetupapi: Run registration scripts of fake dlls as they are copied.
Alexandre Julliard [Tue, 2 Aug 2011 11:47:43 +0000 (13:47 +0200)] 
setupapi: Run registration scripts of fake dlls as they are copied.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

12 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().

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

12 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().

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

12 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().

12 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().

12 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().

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

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

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

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

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

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

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

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

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