wine
14 years agod3drm: Add stubbed implementation of IDirect3DRMMeshBuilder.
Christian Costa [Fri, 29 Jan 2010 11:16:25 +0000 (12:16 +0100)] 
d3drm: Add stubbed implementation of IDirect3DRMMeshBuilder.

14 years agod3drm: Add GUID definitions for all interfaces.
Christian Costa [Fri, 29 Jan 2010 11:16:17 +0000 (12:16 +0100)] 
d3drm: Add GUID definitions for all interfaces.

14 years agoqcap: Add optional dependency on libv4l.
Maarten Lankhorst [Thu, 28 Jan 2010 22:27:12 +0000 (23:27 +0100)] 
qcap: Add optional dependency on libv4l.

14 years agokernel32: Work around safety check on siglongjmp.
Maarten Lankhorst [Tue, 26 Jan 2010 12:05:28 +0000 (13:05 +0100)] 
kernel32: Work around safety check on siglongjmp.

14 years agoddraw: Convert VB lock flags to wined3d flags.
Stefan Dösinger [Wed, 27 Jan 2010 22:29:34 +0000 (23:29 +0100)] 
ddraw: Convert VB lock flags to wined3d flags.

14 years agoddraw: Test invalid buffer lock parameters.
Stefan Dösinger [Wed, 27 Jan 2010 22:15:23 +0000 (23:15 +0100)] 
ddraw: Test invalid buffer lock parameters.

14 years agowined3d: Catch invalid buffer map parameters.
Stefan Dösinger [Wed, 27 Jan 2010 22:04:01 +0000 (23:04 +0100)] 
wined3d: Catch invalid buffer map parameters.

14 years agowordpad: Implement zooming in for print preview.
Dylan Smith [Fri, 29 Jan 2010 08:02:41 +0000 (03:02 -0500)] 
wordpad: Implement zooming in for print preview.

The preview is now drawn onto it's own window rather directly onto
the client area of the top level window.  This is done to allow for
scrollbars, since the page won't usually fit in the window when zoomed in.
Refactoring was needed as a result of this, and in order to provide more
granularity for updates to avoid EM_FORMATRANGE messages being sent when
the page the same page is being displayed.

14 years agowordpad: Fixed spacing calculations for print preview.
Dylan Smith [Fri, 29 Jan 2010 08:02:37 +0000 (03:02 -0500)] 
wordpad: Fixed spacing calculations for print preview.

14 years agomsxml3: Implement IXMLDOMText::deleteData().
Nikolay Sivov [Fri, 29 Jan 2010 00:47:03 +0000 (03:47 +0300)] 
msxml3: Implement IXMLDOMText::deleteData().

14 years agomsxml3: Implement IXMLDOMCDATASection::deleteData() with tests.
Nikolay Sivov [Thu, 28 Jan 2010 23:52:24 +0000 (02:52 +0300)] 
msxml3: Implement IXMLDOMCDATASection::deleteData() with tests.

14 years agocrypt32: Avoid using HIWORD() on a string pointer.
Michael Stefaniuc [Fri, 29 Jan 2010 00:39:26 +0000 (01:39 +0100)] 
crypt32: Avoid using HIWORD() on a string pointer.

The stray IS_INTRESOURCE() is applied to a true resource. The other
strings are OIDs and not resources.

14 years agocryptnet: Don't use HIWORD() on a string pointer.
Michael Stefaniuc [Fri, 29 Jan 2010 00:38:54 +0000 (01:38 +0100)] 
cryptnet: Don't use HIWORD() on a string pointer.

14 years agomshtml: Optimize more nsAString handling.
Jacek Caban [Thu, 28 Jan 2010 22:56:31 +0000 (23:56 +0100)] 
mshtml: Optimize more nsAString handling.

14 years agomshtml: Optimize and clean up HTMLFormElement_get_dispid implementation.
Jacek Caban [Fri, 29 Jan 2010 13:56:19 +0000 (14:56 +0100)] 
mshtml: Optimize and clean up HTMLFormElement_get_dispid implementation.

14 years agomshtml: Optimize more nsAString handling.
Jacek Caban [Thu, 28 Jan 2010 22:55:51 +0000 (23:55 +0100)] 
mshtml: Optimize more nsAString handling.

14 years agomshtml: Optimize nsAString handling in htmlelem*.c.
Jacek Caban [Thu, 28 Jan 2010 22:55:31 +0000 (23:55 +0100)] 
mshtml: Optimize nsAString handling in htmlelem*.c.

14 years agomshtml: Optimize nsAString handling.
Jacek Caban [Thu, 28 Jan 2010 22:55:06 +0000 (23:55 +0100)] 
mshtml: Optimize nsAString handling.

14 years agomshtml: Use NS_StringContainerInit2 instead of NS_StringContainerInit.
Jacek Caban [Thu, 28 Jan 2010 22:54:38 +0000 (23:54 +0100)] 
mshtml: Use NS_StringContainerInit2 instead of NS_StringContainerInit.

14 years agomshtml: Pass dispex info to HTMLElement_Init in HTMLElement_Create.
Jacek Caban [Thu, 28 Jan 2010 22:54:10 +0000 (23:54 +0100)] 
mshtml: Pass dispex info to HTMLElement_Init in HTMLElement_Create.

14 years agomshtml: Added textarea element IDispatchEx support.
Jacek Caban [Thu, 28 Jan 2010 22:53:55 +0000 (23:53 +0100)] 
mshtml: Added textarea element IDispatchEx support.

14 years agomshtml.idl: Added DispHTMLTextAreaElement declaration.
Jacek Caban [Thu, 28 Jan 2010 22:53:26 +0000 (23:53 +0100)] 
mshtml.idl: Added DispHTMLTextAreaElement declaration.

14 years agowined3d: Dump the GLSL shader source on link failure.
Henri Verbeet [Thu, 28 Jan 2010 22:40:27 +0000 (23:40 +0100)] 
wined3d: Dump the GLSL shader source on link failure.

Mostly to help Mesa developers diagnose bug reports involving GLSL compile
failures, but it's convenient in general to have the source all in one place.

14 years agowined3d: Get rid of an unnecessary GetContainer() call in surface_blt_to_drawable().
Henri Verbeet [Thu, 28 Jan 2010 22:40:26 +0000 (23:40 +0100)] 
wined3d: Get rid of an unnecessary GetContainer() call in surface_blt_to_drawable().

14 years agowined3d: Prune invalid states from the state table.
Henri Verbeet [Thu, 28 Jan 2010 22:40:25 +0000 (23:40 +0100)] 
wined3d: Prune invalid states from the state table.

14 years agowined3d: Add some basic state table validation.
Henri Verbeet [Thu, 28 Jan 2010 22:40:24 +0000 (23:40 +0100)] 
wined3d: Add some basic state table validation.

14 years agowined3d: Add a debug function for state names.
Henri Verbeet [Thu, 28 Jan 2010 22:40:23 +0000 (23:40 +0100)] 
wined3d: Add a debug function for state names.

14 years agoxcopy.exe: Add Ukrainian translations.
Igor Paliychuk [Sun, 24 Jan 2010 20:13:37 +0000 (22:13 +0200)] 
xcopy.exe: Add Ukrainian translations.

14 years agowrite.exe: Add Ukrainian translations.
Igor Paliychuk [Sun, 24 Jan 2010 20:10:04 +0000 (22:10 +0200)] 
write.exe: Add Ukrainian translations.

14 years agowordpad: Add Ukrainian translations.
Igor Paliychuk [Sun, 24 Jan 2010 20:09:32 +0000 (22:09 +0200)] 
wordpad: Add Ukrainian translations.

14 years agowldap32: Add Ukrainian translations.
Igor Paliychuk [Sun, 24 Jan 2010 20:07:17 +0000 (22:07 +0200)] 
wldap32: Add Ukrainian translations.

14 years agoreg.exe: Add Ukrainian translations.
Igor Paliychuk [Sun, 24 Jan 2010 20:08:06 +0000 (22:08 +0200)] 
reg.exe: Add Ukrainian translations.

14 years agooleaut32: Add Ukrainian translations.
Igor Paliychuk [Sun, 24 Jan 2010 20:05:04 +0000 (22:05 +0200)] 
oleaut32: Add Ukrainian translations.

14 years agomsvfw32: Add Ukrainian translations.
Igor Paliychuk [Sun, 24 Jan 2010 20:03:59 +0000 (22:03 +0200)] 
msvfw32: Add Ukrainian translations.

14 years agomsi: Add Ukrainian translations.
Igor Paliychuk [Sun, 24 Jan 2010 20:03:10 +0000 (22:03 +0200)] 
msi: Add Ukrainian translations.

14 years agomshtml: Add Ukrainian translations.
Igor Paliychuk [Sun, 24 Jan 2010 20:02:30 +0000 (22:02 +0200)] 
mshtml: Add Ukrainian translations.

14 years agowintrust: Return error directly from WINTRUST_CreateChainForSigner.
Juan Lang [Wed, 27 Jan 2010 22:20:26 +0000 (14:20 -0800)] 
wintrust: Return error directly from WINTRUST_CreateChainForSigner.

14 years agowintrust: Fail creating a chain if a store couldn't be created.
Juan Lang [Wed, 27 Jan 2010 22:14:53 +0000 (14:14 -0800)] 
wintrust: Fail creating a chain if a store couldn't be created.

14 years agowintrust: Return error directly from WINTRUST_CopyChain.
Juan Lang [Wed, 27 Jan 2010 22:13:06 +0000 (14:13 -0800)] 
wintrust: Return error directly from WINTRUST_CopyChain.

14 years agowintrust: Simplify error handling in SoftpubLoadSignature.
Juan Lang [Wed, 27 Jan 2010 22:09:37 +0000 (14:09 -0800)] 
wintrust: Simplify error handling in SoftpubLoadSignature.

14 years agowintrust: Return error directly from WINTRUST_SaveSigner.
Juan Lang [Wed, 27 Jan 2010 22:07:58 +0000 (14:07 -0800)] 
wintrust: Return error directly from WINTRUST_SaveSigner.

14 years agowintrust: Return error directly from WINTRUST_VerifySigner.
Juan Lang [Wed, 27 Jan 2010 22:03:13 +0000 (14:03 -0800)] 
wintrust: Return error directly from WINTRUST_VerifySigner.

14 years agocomctl32: Actually grow the array in DPA_Grow.
Alexandre Julliard [Fri, 29 Jan 2010 12:18:56 +0000 (13:18 +0100)] 
comctl32: Actually grow the array in DPA_Grow.

14 years agomsacm32: Clear the type field when deleting a driver.
Alexandre Julliard [Thu, 28 Jan 2010 18:47:44 +0000 (19:47 +0100)] 
msacm32: Clear the type field when deleting a driver.

14 years agocabinet/tests: Fix accesses to an invalid pointer.
Alexandre Julliard [Thu, 28 Jan 2010 18:47:27 +0000 (19:47 +0100)] 
cabinet/tests: Fix accesses to an invalid pointer.

14 years agokernel32/tests: Fix some of the heap tests for 64-bit.
Alexandre Julliard [Fri, 29 Jan 2010 11:10:26 +0000 (12:10 +0100)] 
kernel32/tests: Fix some of the heap tests for 64-bit.

14 years agontdll: Fix the various heap debug checks for 64-bit.
Alexandre Julliard [Fri, 29 Jan 2010 11:10:17 +0000 (12:10 +0100)] 
ntdll: Fix the various heap debug checks for 64-bit.

14 years agontdll: Don't require heap sizes to be 64K aligned.
Alexandre Julliard [Thu, 28 Jan 2010 18:47:01 +0000 (19:47 +0100)] 
ntdll: Don't require heap sizes to be 64K aligned.

14 years agontdll: Support delayed freeing of heap blocks to catch use-after-free bugs.
Alexandre Julliard [Thu, 28 Jan 2010 18:43:38 +0000 (19:43 +0100)] 
ntdll: Support delayed freeing of heap blocks to catch use-after-free bugs.

14 years agontdll: Disable debug flags when running on Valgrind.
Alexandre Julliard [Thu, 28 Jan 2010 18:42:31 +0000 (19:42 +0100)] 
ntdll: Disable debug flags when running on Valgrind.

The extra debug checks cause more harm than good under Valgrind.

14 years agodbghelp: Fix the Mac OS build.
Alexandre Julliard [Thu, 28 Jan 2010 14:52:32 +0000 (15:52 +0100)] 
dbghelp: Fix the Mac OS build.

14 years agowinetest: Refuse to run if the mount manager isn't running.
Alexandre Julliard [Thu, 28 Jan 2010 14:50:52 +0000 (15:50 +0100)] 
winetest: Refuse to run if the mount manager isn't running.

This usually indicates that the Wine prefix isn't valid.

14 years agomsvcrt: read_i should pull in LF after CR only in unbuffered mode.
Uwe Bonnes [Thu, 28 Jan 2010 11:51:12 +0000 (12:51 +0100)] 
msvcrt: read_i should pull in LF after CR only in unbuffered mode.

14 years agomsvcrt: Check for EOF before correcting CR/LF.
Uwe Bonnes [Thu, 28 Jan 2010 11:41:37 +0000 (12:41 +0100)] 
msvcrt: Check for EOF before correcting CR/LF.

14 years agomsi: Don't create all directories in the CreateFolders action.
Hans Leidekker [Thu, 28 Jan 2010 10:06:51 +0000 (11:06 +0100)] 
msi: Don't create all directories in the CreateFolders action.

The CreatFolders action should create only the directories listed in the
CreateFolder table, the rest will be created during the InstallFiles action.
Fixes the EndNote 8 installer.

14 years agomsi: Improve some traces.
Hans Leidekker [Thu, 28 Jan 2010 10:06:05 +0000 (11:06 +0100)] 
msi: Improve some traces.

14 years agomsi: Name and arguments in the service control table are formatted strings.
Hans Leidekker [Thu, 28 Jan 2010 10:05:34 +0000 (11:05 +0100)] 
msi: Name and arguments in the service control table are formatted strings.

14 years agomsi: Add a test for MsiSetTargetPath.
Hans Leidekker [Thu, 28 Jan 2010 10:04:49 +0000 (11:04 +0100)] 
msi: Add a test for MsiSetTargetPath.

14 years agoshell32: Put the temp directory inside the user profile directory.
Alexandre Julliard [Thu, 28 Jan 2010 13:53:28 +0000 (14:53 +0100)] 
shell32: Put the temp directory inside the user profile directory.

14 years agokernel32: Append the user PATH value to the system one.
Alexandre Julliard [Thu, 28 Jan 2010 13:53:24 +0000 (14:53 +0100)] 
kernel32: Append the user PATH value to the system one.

14 years agokernel32: Make sure the volatile environment is always loaded.
Alexandre Julliard [Thu, 28 Jan 2010 12:16:40 +0000 (13:16 +0100)] 
kernel32: Make sure the volatile environment is always loaded.

14 years agokernel32: Load USERNAME and USERPROFILE from the volatile environment.
Alexandre Julliard [Thu, 28 Jan 2010 12:34:05 +0000 (13:34 +0100)] 
kernel32: Load USERNAME and USERPROFILE from the volatile environment.

14 years agokernel32: Treat PWD as a special environment variable.
Alexandre Julliard [Thu, 28 Jan 2010 11:22:24 +0000 (12:22 +0100)] 
kernel32: Treat PWD as a special environment variable.

14 years agowineboot: Set the USERNAME and USERPROFILE variables in the volatile environment.
Alexandre Julliard [Thu, 28 Jan 2010 12:01:00 +0000 (13:01 +0100)] 
wineboot: Set the USERNAME and USERPROFILE variables in the volatile environment.

14 years agowineboot: Add a wrapper function for RegSetValueExW.
Alexandre Julliard [Thu, 28 Jan 2010 12:08:59 +0000 (13:08 +0100)] 
wineboot: Add a wrapper function for RegSetValueExW.

14 years agomsacm32: Add Ukrainian translations.
Igor Paliychuk [Sun, 24 Jan 2010 20:01:23 +0000 (22:01 +0200)] 
msacm32: Add Ukrainian translations.

14 years agompr: Add Ukrainian translations.
Igor Paliychuk [Sun, 24 Jan 2010 20:00:20 +0000 (22:00 +0200)] 
mpr: Add Ukrainian translations.

14 years agohhctrl.ocx: Add Ukrainian translations.
Igor Paliychuk [Sun, 24 Jan 2010 19:53:45 +0000 (21:53 +0200)] 
hhctrl.ocx: Add Ukrainian translations.

14 years agocrypt32: Add Ukrainian translations.
Igor Paliychuk [Sun, 24 Jan 2010 19:48:44 +0000 (21:48 +0200)] 
crypt32: Add Ukrainian translations.

14 years agowintrust: Close file handle on error loading a message from it.
Juan Lang [Wed, 27 Jan 2010 19:01:21 +0000 (11:01 -0800)] 
wintrust: Close file handle on error loading a message from it.

14 years agowintrust: Return error directly from SOFTPUB_LoadCertMessage.
Juan Lang [Wed, 27 Jan 2010 18:42:34 +0000 (10:42 -0800)] 
wintrust: Return error directly from SOFTPUB_LoadCertMessage.

14 years agowintrust: Return error directly from SOFTPUB_DecodeInnerContent.
Juan Lang [Wed, 27 Jan 2010 18:40:32 +0000 (10:40 -0800)] 
wintrust: Return error directly from SOFTPUB_DecodeInnerContent.

14 years agowintrust: Return error directly from SOFTPUB_CreateStoreFromMessage.
Juan Lang [Wed, 27 Jan 2010 18:37:59 +0000 (10:37 -0800)] 
wintrust: Return error directly from SOFTPUB_CreateStoreFromMessage.

14 years agowintrust: Return error directly from SOFTPUB_GetMessageFromFile.
Juan Lang [Wed, 27 Jan 2010 18:35:07 +0000 (10:35 -0800)] 
wintrust: Return error directly from SOFTPUB_GetMessageFromFile.

14 years agowintrust: Return error directly from SOFTPUB_GetSIP.
Juan Lang [Wed, 27 Jan 2010 18:31:26 +0000 (10:31 -0800)] 
wintrust: Return error directly from SOFTPUB_GetSIP.

14 years agowintrust: Return error directly from SOFTPUB_GetFileSubject.
Juan Lang [Wed, 27 Jan 2010 18:29:35 +0000 (10:29 -0800)] 
wintrust: Return error directly from SOFTPUB_GetFileSubject.

14 years agowintrust: Return error directly from SOFTPUB_OpenFile.
Juan Lang [Wed, 27 Jan 2010 18:27:49 +0000 (10:27 -0800)] 
wintrust: Return error directly from SOFTPUB_OpenFile.

14 years agowintrust: Return error directly from SOFTPUB_LoadCatalogMessage.
Juan Lang [Wed, 27 Jan 2010 18:26:36 +0000 (10:26 -0800)] 
wintrust: Return error directly from SOFTPUB_LoadCatalogMessage.

14 years agowintrust: Return error directly from SOFTPUB_LoadFileMessage.
Juan Lang [Wed, 27 Jan 2010 18:25:48 +0000 (10:25 -0800)] 
wintrust: Return error directly from SOFTPUB_LoadFileMessage.

14 years agowinhttp/tests: Add tests for WinHttpSetTimeouts.
Matijn Woudt [Wed, 27 Jan 2010 22:01:29 +0000 (23:01 +0100)] 
winhttp/tests: Add tests for WinHttpSetTimeouts.

14 years agohhctrl.ocx: Handle Index tab sub-topics.
Erich Hoover [Wed, 27 Jan 2010 08:12:32 +0000 (01:12 -0700)] 
hhctrl.ocx: Handle Index tab sub-topics.

14 years agohhctrl.ocx: Make the Index tab functional.
Erich Hoover [Wed, 27 Jan 2010 08:12:25 +0000 (01:12 -0700)] 
hhctrl.ocx: Make the Index tab functional.

14 years agohhctrl.ocx: Separate the HTML Help stream reader code from the Contents tab.
Erich Hoover [Thu, 28 Jan 2010 02:12:21 +0000 (19:12 -0700)] 
hhctrl.ocx: Separate the HTML Help stream reader code from the Contents tab.

14 years agomidimap: Refuse to open when asked for yet unimplemented callbacks.
Jörg Höhle [Wed, 27 Jan 2010 16:18:14 +0000 (17:18 +0100)] 
midimap: Refuse to open when asked for yet unimplemented callbacks.

14 years agowinmm: Fix MIDI resource leaks.
Jörg Höhle [Wed, 27 Jan 2010 17:16:55 +0000 (18:16 +0100)] 
winmm: Fix MIDI resource leaks.

14 years agomshtml: Added script element IDispatchEx support.
Jacek Caban [Thu, 28 Jan 2010 01:10:24 +0000 (02:10 +0100)] 
mshtml: Added script element IDispatchEx support.

14 years agomshtml.idl: Remove useless semicolons.
Jacek Caban [Thu, 28 Jan 2010 01:09:56 +0000 (02:09 +0100)] 
mshtml.idl: Remove useless semicolons.

14 years agomshtml.idl: Added DispHTMLScriptElement declaration.
Jacek Caban [Thu, 28 Jan 2010 01:09:34 +0000 (02:09 +0100)] 
mshtml.idl: Added DispHTMLScriptElement declaration.

14 years agomshtml: Moved common element tids to macro.
Jacek Caban [Thu, 28 Jan 2010 01:09:02 +0000 (02:09 +0100)] 
mshtml: Moved common element tids to macro.

14 years agowinhttp: On NULL request, skip the other tests (Coverity).
Marcus Meissner [Wed, 27 Jan 2010 19:59:03 +0000 (20:59 +0100)] 
winhttp: On NULL request, skip the other tests (Coverity).

14 years agowined3d: Use correct texture stage limits in a couple of places.
Henri Verbeet [Wed, 27 Jan 2010 19:19:42 +0000 (20:19 +0100)] 
wined3d: Use correct texture stage limits in a couple of places.

14 years agowined3d: Make sure all contexts are finished drawing before calling SwapBuffers().
Henri Verbeet [Wed, 27 Jan 2010 19:19:41 +0000 (20:19 +0100)] 
wined3d: Make sure all contexts are finished drawing before calling SwapBuffers().

This causes a small performance hit when multiple GL contexts are used. As an
optimization we could use ARB_sync to only wait for the last draw call instead
of all GL commands.

14 years agowined3d: Ensure draw ordering across contexts.
Henri Verbeet [Wed, 27 Jan 2010 19:19:40 +0000 (20:19 +0100)] 
wined3d: Ensure draw ordering across contexts.

14 years agowined3d: Trace the GLSL version string.
Henri Verbeet [Wed, 27 Jan 2010 19:19:39 +0000 (20:19 +0100)] 
wined3d: Trace the GLSL version string.

At some point we'll use the GLSL version to check if certain features are
available. For now just print the version.

14 years agowined3d: Just use the GL 1.1 texture format constants.
Henri Verbeet [Wed, 27 Jan 2010 19:19:38 +0000 (20:19 +0100)] 
wined3d: Just use the GL 1.1 texture format constants.

We assume GL 1.1 is available everywhere else.

14 years agooleaut32/tests: Add tests for backrolled time.
André Hentschel [Wed, 27 Jan 2010 19:04:26 +0000 (20:04 +0100)] 
oleaut32/tests: Add tests for backrolled time.

14 years agooleaut32/tests: Add a test for DosTime.
André Hentschel [Wed, 27 Jan 2010 19:02:43 +0000 (20:02 +0100)] 
oleaut32/tests: Add a test for DosTime.

14 years agohhctrl.ocx: Add a ListView for the Index tab.
Erich Hoover [Wed, 27 Jan 2010 08:11:56 +0000 (01:11 -0700)] 
hhctrl.ocx: Add a ListView for the Index tab.

14 years agocomdlg32: Use IS_INTRESOURCE instead of HIWORD to check a resource.
Michael Stefaniuc [Wed, 27 Jan 2010 11:07:28 +0000 (12:07 +0100)] 
comdlg32: Use IS_INTRESOURCE instead of HIWORD to check a resource.

14 years agoxmllite/tests: Fix node type names array, indices are sparse.
Nikolay Sivov [Wed, 27 Jan 2010 10:49:18 +0000 (13:49 +0300)] 
xmllite/tests: Fix node type names array, indices are sparse.