wine
17 years agontdll: Add a stub implementation of FSCTL_PIPE_IMPERSONATE that just impersonates...
Rob Shearman [Thu, 13 Sep 2007 13:03:48 +0000 (14:03 +0100)] 
ntdll: Add a stub implementation of FSCTL_PIPE_IMPERSONATE that just impersonates the token of the current process.

17 years agoadvapi32: Fix ImpersonateNamedPipeClient to pass in a pointer to an IO_STATUS_BLOCK...
Rob Shearman [Thu, 13 Sep 2007 13:03:20 +0000 (14:03 +0100)] 
advapi32: Fix ImpersonateNamedPipeClient to pass in a pointer to an IO_STATUS_BLOCK to NtFsControl.

Otherwise, NtFsControl file won't do anything except return STATUS_INVALID_PARAMETER.

17 years agopropsheet: Do not change idea of size when new pages are added.
Aric Stewart [Thu, 13 Sep 2007 12:53:45 +0000 (07:53 -0500)] 
propsheet: Do not change idea of size when new pages are added.

17 years agomshtml: Updated Korean resource.
Hwang YunSong(황윤성) [Wed, 12 Sep 2007 07:19:15 +0000 (16:19 +0900)] 
mshtml: Updated Korean resource.

17 years agouser32: Edit control should respond to ctrl + z.
Lei Zhang [Wed, 12 Sep 2007 04:34:10 +0000 (21:34 -0700)] 
user32: Edit control should respond to ctrl + z.

17 years agoUpdate the Portuguese translation.
Americo Jose Melo [Wed, 12 Sep 2007 21:37:44 +0000 (23:37 +0200)] 
Update the Portuguese translation.

17 years agomshtml: Store HTMLDOMNode struct instead of pointer in HTMLElement object.
Jacek Caban [Wed, 12 Sep 2007 21:39:17 +0000 (23:39 +0200)] 
mshtml: Store HTMLDOMNode struct instead of pointer in HTMLElement object.

17 years agomshtml: Added IHTMLAnchorElement stub implementation.
Jacek Caban [Wed, 12 Sep 2007 21:38:14 +0000 (23:38 +0200)] 
mshtml: Added IHTMLAnchorElement stub implementation.

17 years agomshtml.idl: Added IHTMLAnchorElement.
Jacek Caban [Thu, 13 Sep 2007 10:38:07 +0000 (12:38 +0200)] 
mshtml.idl: Added IHTMLAnchorElement.

17 years agoshell32: Constify some variables.
Andrew Talbot [Thu, 13 Sep 2007 08:42:50 +0000 (09:42 +0100)] 
shell32: Constify some variables.

17 years agowgl: Fix a major ATI regression.
Roderick Colenbrander [Wed, 12 Sep 2007 23:04:30 +0000 (01:04 +0200)] 
wgl: Fix a major ATI regression.

ATI's latest drivers (8.41.7) don't advertise visualids anymore for GLXFBConfigs.

17 years agowidl: Fix an unused parameter warning on write_conf_or_var_desc.
Dan Hipschman [Wed, 12 Sep 2007 23:10:01 +0000 (16:10 -0700)] 
widl: Fix an unused parameter warning on write_conf_or_var_desc.

17 years agowidl: Add calls to NdrFooFree for more types in server stubs.
Dan Hipschman [Wed, 12 Sep 2007 23:08:43 +0000 (16:08 -0700)] 
widl: Add calls to NdrFooFree for more types in server stubs.

17 years agowidl: Use the correct functions for interface pointers in stubs.
Dan Hipschman [Wed, 12 Sep 2007 23:08:04 +0000 (16:08 -0700)] 
widl: Use the correct functions for interface pointers in stubs.

17 years agowined3d: Implement UpdateTexture for volumes.
Stefan Dösinger [Fri, 31 Aug 2007 23:54:15 +0000 (01:54 +0200)] 
wined3d: Implement UpdateTexture for volumes.

17 years agowined3d: texm3x3(v)spec normalizes the normal vector.
Stefan Dösinger [Wed, 12 Sep 2007 21:46:47 +0000 (23:46 +0200)] 
wined3d: texm3x3(v)spec normalizes the normal vector.

17 years agowined3d: Disable some volume texture formats.
Stefan Dösinger [Sat, 1 Sep 2007 17:57:25 +0000 (19:57 +0200)] 
wined3d: Disable some volume texture formats.

17 years agowined3d: Convert the colors to the surface format for colorfill.
Stefan Dösinger [Fri, 31 Aug 2007 18:58:35 +0000 (20:58 +0200)] 
wined3d: Convert the colors to the surface format for colorfill.

17 years agomshtml: Added IHTMLTxtRange::put_text tests.
Jacek Caban [Wed, 12 Sep 2007 21:37:33 +0000 (23:37 +0200)] 
mshtml: Added IHTMLTxtRange::put_text tests.

17 years agomshtml: Added IHTMLTxtRange::move("word") implementation.
Jacek Caban [Wed, 12 Sep 2007 21:36:48 +0000 (23:36 +0200)] 
mshtml: Added IHTMLTxtRange::move("word") implementation.

17 years agomshtml: Added IHTMLTxtRange::moveEnd implementation.
Jacek Caban [Wed, 12 Sep 2007 21:36:04 +0000 (23:36 +0200)] 
mshtml: Added IHTMLTxtRange::moveEnd implementation.

17 years agomshtml: Added IHTMLTxtRange::move("character") implementation.
Jacek Caban [Wed, 12 Sep 2007 21:35:11 +0000 (23:35 +0200)] 
mshtml: Added IHTMLTxtRange::move("character") implementation.

17 years agomshtml: Fixed ref count in parentElement.
Jacek Caban [Wed, 12 Sep 2007 21:33:59 +0000 (23:33 +0200)] 
mshtml: Fixed ref count in parentElement.

17 years agomshtml: Added IHTMLTxtRange::expand implementation.
Jacek Caban [Wed, 12 Sep 2007 21:32:46 +0000 (23:32 +0200)] 
mshtml: Added IHTMLTxtRange::expand implementation.

17 years agomshtml: Added IHTMLTxtRange tests.
Jacek Caban [Wed, 12 Sep 2007 21:22:59 +0000 (23:22 +0200)] 
mshtml: Added IHTMLTxtRange tests.

17 years agomshtml: Reimplement IHTMLTxtRange::get_text.
Jacek Caban [Wed, 12 Sep 2007 21:17:31 +0000 (23:17 +0200)] 
mshtml: Reimplement IHTMLTxtRange::get_text.

17 years agosetupapi: Fix memory leak (found by Smatch).
Lionel Debroux [Fri, 31 Aug 2007 12:16:56 +0000 (14:16 +0200)] 
setupapi: Fix memory leak (found by Smatch).

17 years agocrypt32: We don't consider sys/types.h to be a conditional include.
Francois Gouget [Wed, 12 Sep 2007 21:42:02 +0000 (23:42 +0200)] 
crypt32: We don't consider sys/types.h to be a conditional include.

17 years agofaultrep: Update win32.api to fix the winapi_check warnings.
Francois Gouget [Wed, 12 Sep 2007 21:36:42 +0000 (23:36 +0200)] 
faultrep: Update win32.api to fix the winapi_check warnings.

17 years agowined3d: Add PBO support for dynamically locked surfaces.
Roderick Colenbrander [Tue, 11 Sep 2007 08:31:54 +0000 (10:31 +0200)] 
wined3d: Add PBO support for dynamically locked surfaces.

17 years agowordpad: Prevent white flickering on window resize.
Alexander Nicolaysen Sørnes [Tue, 11 Sep 2007 14:11:48 +0000 (16:11 +0200)] 
wordpad: Prevent white flickering on window resize.

17 years agowordpad: Clean up font effects toggling code.
Alexander Nicolaysen Sørnes [Sat, 8 Sep 2007 18:23:26 +0000 (20:23 +0200)] 
wordpad: Clean up font effects toggling code.

17 years agowordpad: Resize rebar control on window resize.
Alexander Nicolaysen Sørnes [Sat, 8 Sep 2007 19:36:50 +0000 (21:36 +0200)] 
wordpad: Resize rebar control on window resize.

17 years agowordpad: Remove RB_SIZETORECT call.
Alexander Nicolaysen Sørnes [Sat, 8 Sep 2007 18:53:30 +0000 (20:53 +0200)] 
wordpad: Remove RB_SIZETORECT call.

17 years agowordpad: More error handling for printing/print preview.
Alexander Nicolaysen Sørnes [Fri, 7 Sep 2007 21:40:53 +0000 (23:40 +0200)] 
wordpad: More error handling for printing/print preview.

17 years agowordpad: Allow changing font effects in the choose font dialog.
Alexander Nicolaysen Sørnes [Sun, 26 Aug 2007 16:37:08 +0000 (18:37 +0200)] 
wordpad: Allow changing font effects in the choose font dialog.

17 years agowordpad: Add replace dialog.
Alexander Nicolaysen Sørnes [Sun, 26 Aug 2007 13:01:44 +0000 (15:01 +0200)] 
wordpad: Add replace dialog.

17 years agowordpad: Set icon according to format.
Alexander Nicolaysen Sørnes [Sat, 25 Aug 2007 18:41:30 +0000 (20:41 +0200)] 
wordpad: Set icon according to format.

17 years agowordpad: Add font dialog.
Alexander Nicolaysen Sørnes [Sat, 25 Aug 2007 14:54:02 +0000 (16:54 +0200)] 
wordpad: Add font dialog.

17 years agowordpad: Add font size list.
Alexander Nicolaysen Sørnes [Fri, 24 Aug 2007 17:45:54 +0000 (19:45 +0200)] 
wordpad: Add font size list.

17 years agowordpad: Add font list.
Alexander Nicolaysen Sørnes [Fri, 24 Aug 2007 13:46:09 +0000 (15:46 +0200)] 
wordpad: Add font list.

17 years agoavifil32: Fix some memory leaks.
Andrew Talbot [Wed, 12 Sep 2007 16:52:18 +0000 (17:52 +0100)] 
avifil32: Fix some memory leaks.

17 years agowintrust: Don't prefer native version.
Juan Lang [Wed, 12 Sep 2007 16:01:49 +0000 (09:01 -0700)] 
wintrust: Don't prefer native version.

17 years agowintrust: Implement WinVerifyTrust.
Juan Lang [Wed, 12 Sep 2007 16:01:19 +0000 (09:01 -0700)] 
wintrust: Implement WinVerifyTrust.

17 years agowintrust: Partially implement SoftpubAuthenticode.
Juan Lang [Wed, 12 Sep 2007 15:59:44 +0000 (08:59 -0700)] 
wintrust: Partially implement SoftpubAuthenticode.

17 years agowintrust: Save signer cert so chain can be created.
Juan Lang [Wed, 12 Sep 2007 15:59:18 +0000 (08:59 -0700)] 
wintrust: Save signer cert so chain can be created.

17 years agowintrust: Implement SoftpubCleanup.
Juan Lang [Wed, 12 Sep 2007 15:58:45 +0000 (08:58 -0700)] 
wintrust: Implement SoftpubCleanup.

17 years agogdi32: Don't store a DC pointer in the metafile devices.
Alexandre Julliard [Wed, 12 Sep 2007 18:23:03 +0000 (20:23 +0200)] 
gdi32: Don't store a DC pointer in the metafile devices.

17 years agokernel32: GetTempPath should try the USERPROFILE and the Windows directory too.
Alexandre Julliard [Wed, 12 Sep 2007 14:52:59 +0000 (16:52 +0200)] 
kernel32: GetTempPath should try the USERPROFILE and the Windows directory too.

17 years agoadvapi32: Replace SERV_free by HeapFree.
Lionel Debroux [Thu, 6 Sep 2007 09:32:20 +0000 (11:32 +0200)] 
advapi32: Replace SERV_free by HeapFree.

17 years agosetupapi: Fix HeapFree of wrong pointer (found by Smatch).
Lionel Debroux [Thu, 6 Sep 2007 09:32:44 +0000 (11:32 +0200)] 
setupapi: Fix HeapFree of wrong pointer (found by Smatch).

17 years agomshtml: Implement IDM_HYPERLINK.
Rob Shearman [Wed, 12 Sep 2007 09:41:49 +0000 (10:41 +0100)] 
mshtml: Implement IDM_HYPERLINK.

17 years agomshtml: Implement PersistStreamInit_IsDirty when in edit mode.
Rob Shearman [Wed, 12 Sep 2007 09:42:01 +0000 (10:42 +0100)] 
mshtml: Implement PersistStreamInit_IsDirty when in edit mode.

17 years agomshtml: Store the nsIEditor interface in the NSContainer object for use in implementi...
Rob Shearman [Wed, 12 Sep 2007 09:41:36 +0000 (10:41 +0100)] 
mshtml: Store the nsIEditor interface in the NSContainer object for use in implementing editor commands.

17 years agoole32: Fix the default unload delay to depend on the threading model of the component...
Rob Shearman [Wed, 12 Sep 2007 09:03:35 +0000 (10:03 +0100)] 
ole32: Fix the default unload delay to depend on the threading model of the component loaded.

17 years agoole32: Implement CoFreeUnusedLibrariesEx.
Rob Shearman [Wed, 12 Sep 2007 09:02:08 +0000 (10:02 +0100)] 
ole32: Implement CoFreeUnusedLibrariesEx.

Fix CoFreeUnusedLibraries to use a delay of 10 minutes when used with
multi-threaded apartments.

17 years agowordpad: Add initial print preview support.
Alexander Nicolaysen Sørnes [Thu, 23 Aug 2007 13:09:49 +0000 (15:09 +0200)] 
wordpad: Add initial print preview support.

17 years agowordpad: Add view options dialog.
Alexander Nicolaysen Sørnes [Thu, 23 Aug 2007 13:08:41 +0000 (15:08 +0200)] 
wordpad: Add view options dialog.

17 years agowordpad: Add about window.
Alexander Nicolaysen Sørnes [Thu, 23 Aug 2007 13:05:40 +0000 (15:05 +0200)] 
wordpad: Add about window.

17 years agowordpad: Add context menu.
Alexander Nicolaysen Sørnes [Thu, 23 Aug 2007 13:05:23 +0000 (15:05 +0200)] 
wordpad: Add context menu.

17 years agowordpad: Add support for printing a page range.
Alexander Nicolaysen Sørnes [Thu, 23 Aug 2007 13:03:00 +0000 (15:03 +0200)] 
wordpad: Add support for printing a page range.

17 years agowordpad: Re-order format clearing when selecting new file.
Alexander Nicolaysen Sørnes [Thu, 23 Aug 2007 13:02:23 +0000 (15:02 +0200)] 
wordpad: Re-order format clearing when selecting new file.

17 years agowordpad: Add quick print support.
Alexander Nicolaysen Sørnes [Thu, 23 Aug 2007 13:00:44 +0000 (15:00 +0200)] 
wordpad: Add quick print support.

17 years agowordpad: Store page margins in the registry.
Alexander Nicolaysen Sørnes [Wed, 22 Aug 2007 23:45:30 +0000 (01:45 +0200)] 
wordpad: Store page margins in the registry.

17 years agowordpad: Add page setup dialog.
Alexander Nicolaysen Sørnes [Wed, 22 Aug 2007 23:38:08 +0000 (01:38 +0200)] 
wordpad: Add page setup dialog.

17 years agowordpad: Add initial printing support.
Alexander Nicolaysen Sørnes [Wed, 22 Aug 2007 23:36:29 +0000 (01:36 +0200)] 
wordpad: Add initial printing support.

17 years agowordpad: Add tab stops dialog.
Alexander Nicolaysen Sørnes [Wed, 22 Aug 2007 23:27:50 +0000 (01:27 +0200)] 
wordpad: Add tab stops dialog.

17 years agowordpad: Add paragraph format dialog.
Alexander Nicolaysen Sørnes [Wed, 22 Aug 2007 23:15:17 +0000 (01:15 +0200)] 
wordpad: Add paragraph format dialog.

17 years agowordpad: Set default font according to format.
Alexander Nicolaysen Sørnes [Wed, 22 Aug 2007 20:51:46 +0000 (22:51 +0200)] 
wordpad: Set default font according to format.

17 years agowordpad: Support drag-and-drop.
Alexander Nicolaysen Sørnes [Wed, 22 Aug 2007 20:45:11 +0000 (22:45 +0200)] 
wordpad: Support drag-and-drop.

17 years agowordpad: Store bar states in the registry.
Alexander Nicolaysen Sørnes [Wed, 22 Aug 2007 20:41:25 +0000 (22:41 +0200)] 
wordpad: Store bar states in the registry.

17 years agowinex11: Remove improper comment and dead code from SetPixelFormat.
Chris Robinson [Tue, 11 Sep 2007 21:23:52 +0000 (14:23 -0700)] 
winex11: Remove improper comment and dead code from SetPixelFormat.

17 years agowinex11: Remove useless checks from wglCreateContext.
Chris Robinson [Tue, 11 Sep 2007 20:55:11 +0000 (13:55 -0700)] 
winex11: Remove useless checks from wglCreateContext.

17 years agowinex11: Free visual info stored with the context.
Chris Robinson [Tue, 11 Sep 2007 20:52:23 +0000 (13:52 -0700)] 
winex11: Free visual info stored with the context.

17 years agoshell32: Constify some variables.
Andrew Talbot [Tue, 11 Sep 2007 22:45:29 +0000 (23:45 +0100)] 
shell32: Constify some variables.

17 years agoshell32: Constify a variable.
Andrew Talbot [Tue, 11 Sep 2007 22:45:32 +0000 (23:45 +0100)] 
shell32: Constify a variable.

17 years agocmd.exe: Fix redirect ordering on a command line.
Jason Edmeades [Tue, 11 Sep 2007 20:43:08 +0000 (21:43 +0100)] 
cmd.exe: Fix redirect ordering on a command line.

17 years agocmd.exe: Add basic support for FOR /F parsing launched programs output.
Jason Edmeades [Tue, 11 Sep 2007 20:43:07 +0000 (21:43 +0100)] 
cmd.exe: Add basic support for FOR /F parsing launched programs output.

17 years agocmd.exe: Add basic for /F string support.
Jason Edmeades [Tue, 11 Sep 2007 20:43:06 +0000 (21:43 +0100)] 
cmd.exe: Add basic for /F string support.

17 years agocmd.exe: Add suport for if 1==1 echo yes.
Jason Edmeades [Tue, 11 Sep 2007 20:43:05 +0000 (21:43 +0100)] 
cmd.exe: Add suport for if 1==1 echo yes.

17 years agocmd.exe: Allow = and , to be delimiters.
Jason Edmeades [Tue, 11 Sep 2007 20:43:04 +0000 (21:43 +0100)] 
cmd.exe: Allow = and , to be delimiters.

17 years agocmd.exe: Expand for variables at last with tilda modifications.
Jason Edmeades [Tue, 11 Sep 2007 20:43:03 +0000 (21:43 +0100)] 
cmd.exe: Expand for variables at last with tilda modifications.

17 years agocmd.exe: Enhance FOR support.
Jason Edmeades [Tue, 11 Sep 2007 20:43:02 +0000 (21:43 +0100)] 
cmd.exe: Enhance FOR support.

17 years agowinex11: Don't assume just one on-screen pixel format.
Chris Robinson [Tue, 11 Sep 2007 20:16:54 +0000 (13:16 -0700)] 
winex11: Don't assume just one on-screen pixel format.

17 years agowinex11: Simplify ConvertPixelFormatWGLtoGLX.
Chris Robinson [Tue, 11 Sep 2007 20:09:14 +0000 (13:09 -0700)] 
winex11: Simplify ConvertPixelFormatWGLtoGLX.

17 years agowinex11: Don't choose pixel formats with incorrect doublebuffer/stereo settings.
Chris Robinson [Tue, 11 Sep 2007 20:00:13 +0000 (13:00 -0700)] 
winex11: Don't choose pixel formats with incorrect doublebuffer/stereo settings.

17 years agowined3d: Implement mipmap auto generation.
Stefan Dösinger [Fri, 31 Aug 2007 18:56:15 +0000 (20:56 +0200)] 
wined3d: Implement mipmap auto generation.

17 years agowined3d: Implement texbeml.
Stefan Dösinger [Sat, 1 Sep 2007 18:11:17 +0000 (20:11 +0200)] 
wined3d: Implement texbeml.

17 years agowined3d: Emulate D3DFMT_L6V5U5.
Stefan Dösinger [Fri, 31 Aug 2007 18:41:03 +0000 (20:41 +0200)] 
wined3d: Emulate D3DFMT_L6V5U5.

17 years agowined3d: Disable W11V11U10 and A2W10V10U10.
Stefan Dösinger [Fri, 31 Aug 2007 18:40:00 +0000 (20:40 +0200)] 
wined3d: Disable W11V11U10 and A2W10V10U10.

17 years agokernel32: Skip the comm test if the found com port doesn't respond.
Dmitry Timoshkov [Wed, 12 Sep 2007 06:06:09 +0000 (15:06 +0900)] 
kernel32: Skip the comm test if the found com port doesn't respond.

17 years agogdi32: Use lower case font dir name to match unix directory layout.
Dmitry Timoshkov [Wed, 12 Sep 2007 06:05:28 +0000 (15:05 +0900)] 
gdi32: Use lower case font dir name to match unix directory layout.

17 years agoshell32: Remove class cache introduced in commit f686cfab2feb9010efe82a932dc9f5904566...
Dmitry Timoshkov [Wed, 12 Sep 2007 06:04:02 +0000 (15:04 +0900)] 
shell32: Remove class cache introduced in commit f686cfab2feb9010efe82a932dc9f5904566c8ab.

17 years agodmband: Remove 'recursive registry key delete' function.
Stefan Leichter [Tue, 11 Sep 2007 20:32:10 +0000 (22:32 +0200)] 
dmband: Remove 'recursive registry key delete' function.

17 years agodmcompos: Remove 'recursive registry key delete' function.
Stefan Leichter [Tue, 11 Sep 2007 20:30:20 +0000 (22:30 +0200)] 
dmcompos: Remove 'recursive registry key delete' function.

17 years agocrypt32: Make chain tests more strict.
Juan Lang [Tue, 11 Sep 2007 19:49:27 +0000 (12:49 -0700)] 
crypt32: Make chain tests more strict.

17 years agocrypt32: Set subject's info status from method used to find issuer.
Juan Lang [Tue, 11 Sep 2007 19:48:54 +0000 (12:48 -0700)] 
crypt32: Set subject's info status from method used to find issuer.

17 years agocrypt32: Pass subject's info status when adding an issuer to a chain.
Juan Lang [Tue, 11 Sep 2007 19:48:24 +0000 (12:48 -0700)] 
crypt32: Pass subject's info status when adding an issuer to a chain.

17 years agocrypt32: Only decode authority key ID in subject cert once when looking for issuer.
Juan Lang [Tue, 11 Sep 2007 19:47:51 +0000 (12:47 -0700)] 
crypt32: Only decode authority key ID in subject cert once when looking for issuer.

17 years agocrypt32: (Re)introduce helper function to get issuer certificate.
Juan Lang [Tue, 11 Sep 2007 19:47:13 +0000 (12:47 -0700)] 
crypt32: (Re)introduce helper function to get issuer certificate.