wine
17 years agowrc: Fix redundant checks for NULL before free(). Found by Smatch.
Michael Stefaniuc [Wed, 13 Jun 2007 21:52:17 +0000 (23:52 +0200)] 
wrc: Fix redundant checks for NULL before free(). Found by Smatch.

17 years agomsi: Protect custom actions with a structured exception handler.
James Hawkins [Wed, 13 Jun 2007 18:26:04 +0000 (11:26 -0700)] 
msi: Protect custom actions with a structured exception handler.

17 years agoinclude: Add HTMLTextContainerEvents dispinterface and necessary dispids.
Rob Shearman [Wed, 13 Jun 2007 18:11:33 +0000 (19:11 +0100)] 
include: Add HTMLTextContainerEvents dispinterface and necessary dispids.

17 years agowined3d: Remove a duplication in device.c.
Phil Costin [Wed, 13 Jun 2007 17:29:56 +0000 (17:29 +0000)] 
wined3d: Remove a duplication in device.c.

17 years agocrypt32/tests: Vista uses a different error code.
Paul Vriens [Thu, 14 Jun 2007 06:32:31 +0000 (08:32 +0200)] 
crypt32/tests: Vista uses a different error code.

17 years agocrypt32/tests: Skip tests if we don't have enough rights.
Paul Vriens [Wed, 13 Jun 2007 13:52:16 +0000 (15:52 +0200)] 
crypt32/tests: Skip tests if we don't have enough rights.

17 years agogdi32: Add some tests for BITMAPINFOHEADER biSize checks.
Hans Leidekker [Wed, 13 Jun 2007 13:57:06 +0000 (15:57 +0200)] 
gdi32: Add some tests for BITMAPINFOHEADER biSize checks.

17 years agoregedit: Move PerformRegAction() and get_file_name() around to eliminate forward...
Francois Gouget [Wed, 13 Jun 2007 11:18:50 +0000 (13:18 +0200)] 
regedit: Move PerformRegAction() and get_file_name() around to eliminate forward references. Make them static.

17 years agogdiplus: Add missing '\n' to ok() calls, Wine traces.
Francois Gouget [Wed, 13 Jun 2007 11:18:02 +0000 (13:18 +0200)] 
gdiplus: Add missing '\n' to ok() calls, Wine traces.

17 years agowidl: Add typecasts for user marshalling routines to avoid compiler warnings.
Alexandre Julliard [Thu, 14 Jun 2007 10:10:45 +0000 (12:10 +0200)] 
widl: Add typecasts for user marshalling routines to avoid compiler warnings.

17 years agowidl: Handle wire_marshal pointer attributes.
Dan Hipschman [Wed, 13 Jun 2007 23:15:41 +0000 (16:15 -0700)] 
widl: Handle wire_marshal pointer attributes.

17 years agowidl: Test structure argument marshalling.
Dan Hipschman [Wed, 13 Jun 2007 23:14:08 +0000 (16:14 -0700)] 
widl: Test structure argument marshalling.

17 years agowidl: Handle wire_marshal types.
Dan Hipschman [Wed, 13 Jun 2007 23:13:04 +0000 (16:13 -0700)] 
widl: Handle wire_marshal types.

17 years agouser32: tests:msg Add test for switching MDI children.
Anatoly Lyutin [Wed, 6 Jun 2007 12:01:59 +0000 (16:01 +0400)] 
user32: tests:msg Add test for switching MDI children.

17 years agocrypt32/tests: Skip tests if we don't have enough rights.
Paul Vriens [Wed, 13 Jun 2007 10:17:06 +0000 (12:17 +0200)] 
crypt32/tests: Skip tests if we don't have enough rights.

17 years agogdi32: Make BITMAPINFOHEADER biSize check match what other parts of code do.
Dmitry Timoshkov [Wed, 13 Jun 2007 10:18:55 +0000 (19:18 +0900)] 
gdi32: Make BITMAPINFOHEADER biSize check match what other parts of code do.

17 years agomshtml: Use the implementation of IHlink in hlink.dll instead of duplicating it.
Rob Shearman [Tue, 12 Jun 2007 09:26:50 +0000 (10:26 +0100)] 
mshtml: Use the implementation of IHlink in hlink.dll instead of duplicating it.

17 years agowinealsa: Detach directsound implementation from waveout implementation.
Maarten Lankhorst [Sat, 2 Jun 2007 15:03:24 +0000 (17:03 +0200)] 
winealsa: Detach directsound implementation from waveout implementation.

17 years agorsaenh: Allow CRYPT_NEWKEYSET and CRYPT_VERIFYCONTEXT at same time when acquiring...
Maarten Lankhorst [Wed, 13 Jun 2007 06:31:07 +0000 (08:31 +0200)] 
rsaenh: Allow CRYPT_NEWKEYSET and CRYPT_VERIFYCONTEXT at same time when acquiring context.

17 years agowintrust/tests: Fix the WintrustGetRegPolicyFlags to work right the first time.
Alexandre Julliard [Wed, 13 Jun 2007 10:05:55 +0000 (12:05 +0200)] 
wintrust/tests: Fix the WintrustGetRegPolicyFlags to work right the first time.

17 years agowintrust/tests: Fix checks to be more informative when they fail.
Francois Gouget [Tue, 12 Jun 2007 15:58:44 +0000 (17:58 +0200)] 
wintrust/tests: Fix checks to be more informative when they fail.

17 years agowintrust/tests: Simplify the code and improve consistency by removing unneeded functi...
Francois Gouget [Tue, 12 Jun 2007 15:58:03 +0000 (17:58 +0200)] 
wintrust/tests: Simplify the code and improve consistency by removing unneeded function typedefs.

17 years agoAdd API documentation stubs to make winapi_check happy.
Francois Gouget [Tue, 12 Jun 2007 15:51:53 +0000 (17:51 +0200)] 
Add API documentation stubs to make winapi_check happy.

17 years agocrypt32: Implement PKCS7_SIGNER_INFO encoding/decoding.
Juan Lang [Tue, 12 Jun 2007 22:02:57 +0000 (15:02 -0700)] 
crypt32: Implement PKCS7_SIGNER_INFO encoding/decoding.

17 years agocrypt32: Implement PKCS_ATTRIBUTES encoding/decoding.
Juan Lang [Tue, 12 Jun 2007 22:01:34 +0000 (15:01 -0700)] 
crypt32: Implement PKCS_ATTRIBUTES encoding/decoding.

17 years agocrypt32: Use CRYPT_EncodeEnsureSpace to allocate memory when necessary.
Juan Lang [Tue, 12 Jun 2007 22:01:04 +0000 (15:01 -0700)] 
crypt32: Use CRYPT_EncodeEnsureSpace to allocate memory when necessary.

17 years agocrypt32: Implement PKCS_ATTRIBUTE encoding/decoding.
Juan Lang [Tue, 12 Jun 2007 22:00:01 +0000 (15:00 -0700)] 
crypt32: Implement PKCS_ATTRIBUTE encoding/decoding.

17 years agocrypt32: Separate set encoding into a separate function.
Juan Lang [Tue, 12 Jun 2007 21:40:52 +0000 (14:40 -0700)] 
crypt32: Separate set encoding into a separate function.

17 years agocrypt32: Implement PKCS_CONTENT_INFO encoding/decoding.
Juan Lang [Tue, 12 Jun 2007 21:40:04 +0000 (14:40 -0700)] 
crypt32: Implement PKCS_CONTENT_INFO encoding/decoding.

17 years agocrypt32: Implement CERT_AUTHORITY_KEY_ID2_INFO encoding/decoding.
Juan Lang [Tue, 12 Jun 2007 21:39:19 +0000 (14:39 -0700)] 
crypt32: Implement CERT_AUTHORITY_KEY_ID2_INFO encoding/decoding.

17 years agowined3d: Add wined3d vertex sampler definitions.
H. Verbeet [Tue, 12 Jun 2007 21:08:34 +0000 (23:08 +0200)] 
wined3d: Add wined3d vertex sampler definitions.

17 years agowined3d: Call IWineD3DDeviceImpl_FindTexUnitMap() when activating the context.
H. Verbeet [Tue, 12 Jun 2007 21:08:22 +0000 (23:08 +0200)] 
wined3d: Call IWineD3DDeviceImpl_FindTexUnitMap() when activating the context.

17 years agowined3d: Take the texUnitMap into account when loading shader_glsl_load_psamplers().
H. Verbeet [Tue, 12 Jun 2007 21:08:11 +0000 (23:08 +0200)] 
wined3d: Take the texUnitMap into account when loading shader_glsl_load_psamplers().

17 years agowined3d: Add gamma linerization support for D3DFMT_A4R4G4B4.
Phil Costin [Tue, 12 Jun 2007 18:41:58 +0000 (18:41 +0000)] 
wined3d: Add gamma linerization support for D3DFMT_A4R4G4B4.

17 years agogdiplus: Implemented GdipDrawRectangleI.
Evan Stade [Tue, 12 Jun 2007 17:51:20 +0000 (10:51 -0700)] 
gdiplus: Implemented GdipDrawRectangleI.

17 years agogdiplus: Implemented GdipDrawLineI.
Evan Stade [Tue, 12 Jun 2007 17:44:31 +0000 (10:44 -0700)] 
gdiplus: Implemented GdipDrawLineI.

17 years agocomctl32: Remove useless pointer check.
Alexandre Julliard [Wed, 13 Jun 2007 09:19:36 +0000 (11:19 +0200)] 
comctl32: Remove useless pointer check.

17 years agomsi: Set the MsiNetAssemblySupport property.
James Hawkins [Tue, 12 Jun 2007 23:33:52 +0000 (16:33 -0700)] 
msi: Set the MsiNetAssemblySupport property.

17 years agomsi: Constify some variables.
Andrew Talbot [Tue, 12 Jun 2007 20:51:36 +0000 (21:51 +0100)] 
msi: Constify some variables.

17 years agosecur32: Update win32.api to fix the winapi_check warnings.
Francois Gouget [Tue, 12 Jun 2007 15:52:05 +0000 (17:52 +0200)] 
secur32: Update win32.api to fix the winapi_check warnings.

17 years agomsdmo: Improve the prototypes Win64 compatibility by replacing long with LONG.
Francois Gouget [Tue, 12 Jun 2007 15:52:20 +0000 (17:52 +0200)] 
msdmo: Improve the prototypes Win64 compatibility by replacing long with LONG.

17 years agomsdmo: dmoreg.h should include mediaobj.h.
Francois Gouget [Tue, 12 Jun 2007 15:50:49 +0000 (17:50 +0200)] 
msdmo: dmoreg.h should include mediaobj.h.

17 years agohhctrl.ocx: winapi_check expects the module name to be all uppercase in the documenta...
Francois Gouget [Tue, 12 Jun 2007 15:50:32 +0000 (17:50 +0200)] 
hhctrl.ocx: winapi_check expects the module name to be all uppercase in the documentation.

17 years agowinapi_check: .exe and .ocx files can also export APIs.
Francois Gouget [Tue, 12 Jun 2007 15:50:20 +0000 (17:50 +0200)] 
winapi_check: .exe and .ocx files can also export APIs.

17 years agogdiplus: Add missing '\n' in Wine trace.
Francois Gouget [Tue, 12 Jun 2007 15:50:06 +0000 (17:50 +0200)] 
gdiplus: Add missing '\n' in Wine trace.

17 years agowined3d: Pass the D3DCB_CreateAdditionalSwapChain() error code to the upper layers...
Francois Gouget [Tue, 12 Jun 2007 15:49:58 +0000 (17:49 +0200)] 
wined3d: Pass the D3DCB_CreateAdditionalSwapChain() error code to the upper layers (needed for d3d9).

17 years agod3d8: Hold the lock in IDirect3Dtexture8 methods.
Stefan Dösinger [Sun, 27 May 2007 12:30:07 +0000 (14:30 +0200)] 
d3d8: Hold the lock in IDirect3Dtexture8 methods.

17 years agod3d8: Hold the lock in IDirect3DVolumeTexture8 methods.
Stefan Dösinger [Sun, 27 May 2007 00:49:26 +0000 (02:49 +0200)] 
d3d8: Hold the lock in IDirect3DVolumeTexture8 methods.

17 years agod3d8: Hold the lock in volume methods.
Stefan Dösinger [Sun, 27 May 2007 00:41:41 +0000 (02:41 +0200)] 
d3d8: Hold the lock in volume methods.

17 years agod3d8: Hold the lock in IDirect3DVertexBuffer methods.
Stefan Dösinger [Sun, 27 May 2007 00:31:22 +0000 (02:31 +0200)] 
d3d8: Hold the lock in IDirect3DVertexBuffer methods.

17 years agod3d8: Hold the lock in swapchain methods.
Stefan Dösinger [Sat, 26 May 2007 20:57:43 +0000 (22:57 +0200)] 
d3d8: Hold the lock in swapchain methods.

17 years agowinex11.drv: Glyph width is rounded to 32 bits, make sure to provide enough null...
Alexandre Julliard [Tue, 12 Jun 2007 14:51:31 +0000 (16:51 +0200)] 
winex11.drv: Glyph width is rounded to 32 bits, make sure to provide enough null data.

17 years agomshtml: Add some error handling to hlink_frame_navigate.
Rob Shearman [Tue, 12 Jun 2007 09:09:44 +0000 (10:09 +0100)] 
mshtml: Add some error handling to hlink_frame_navigate.

17 years agouuid: Add hlink CLSIDs.
Rob Shearman [Tue, 12 Jun 2007 09:09:05 +0000 (10:09 +0100)] 
uuid: Add hlink CLSIDs.

17 years agogdiplus: Added first GDI+ graphics implementation.
Evan Stade [Mon, 11 Jun 2007 18:54:03 +0000 (11:54 -0700)] 
gdiplus: Added first GDI+ graphics implementation.

17 years agogdiplus: First pen test.
Evan Stade [Mon, 11 Jun 2007 18:52:26 +0000 (11:52 -0700)] 
gdiplus: First pen test.

17 years agogdiplus: First pen implementation.
Evan Stade [Mon, 11 Jun 2007 18:51:15 +0000 (11:51 -0700)] 
gdiplus: First pen implementation.

17 years agodsound: Unset variable on failure in IKsBufferPropertySetImpl_Create.
Maarten Lankhorst [Wed, 6 Jun 2007 19:53:26 +0000 (21:53 +0200)] 
dsound: Unset variable on failure in IKsBufferPropertySetImpl_Create.

17 years agomsi: Constify a variable.
Andrew Talbot [Mon, 11 Jun 2007 22:04:49 +0000 (23:04 +0100)] 
msi: Constify a variable.

17 years agowordpad: Split toolbar into tool- and formatbar.
Alexander Nicolaysen Sørnes [Wed, 6 Jun 2007 11:28:26 +0000 (13:28 +0200)] 
wordpad: Split toolbar into tool- and formatbar.

17 years agowordpad: Allow toggling of statusbar.
Alexander Nicolaysen Sørnes [Wed, 6 Jun 2007 09:21:08 +0000 (11:21 +0200)] 
wordpad: Allow toggling of statusbar.

17 years agowordpad: Allow toggling of toolbar.
Alexander Nicolaysen Sørnes [Wed, 6 Jun 2007 09:10:47 +0000 (11:10 +0200)] 
wordpad: Allow toggling of toolbar.

17 years agod3d8: Hold the lock in IDirect3DSurface8 methods.
Stefan Dösinger [Sat, 26 May 2007 18:24:16 +0000 (20:24 +0200)] 
d3d8: Hold the lock in IDirect3DSurface8 methods.

17 years agod3d8: Hold the lock in IDirect3DIndexBuffer8 methods.
Stefan Dösinger [Sat, 26 May 2007 18:09:24 +0000 (20:09 +0200)] 
d3d8: Hold the lock in IDirect3DIndexBuffer8 methods.

17 years agod3d8: Hold the lock in cubetexture methods.
Stefan Dösinger [Sat, 26 May 2007 18:02:46 +0000 (20:02 +0200)] 
d3d8: Hold the lock in cubetexture methods.

17 years agowined3d: Do not set the dynlock flag on all created surfaces.
Stefan Dösinger [Sat, 26 May 2007 17:45:02 +0000 (19:45 +0200)] 
wined3d: Do not set the dynlock flag on all created surfaces.

17 years agowidl: Simplify correlation descriptor code.
Dan Hipschman [Tue, 12 Jun 2007 01:51:41 +0000 (18:51 -0700)] 
widl: Simplify correlation descriptor code.

17 years agomshtml: Added get_URL implementation.
Jacek Caban [Mon, 11 Jun 2007 15:37:20 +0000 (17:37 +0200)] 
mshtml: Added get_URL implementation.

17 years agomshtml: Don't crash in set_font_size if range_cnt is 0.
Jacek Caban [Mon, 11 Jun 2007 15:31:12 +0000 (17:31 +0200)] 
mshtml: Don't crash in set_font_size if range_cnt is 0.

17 years agomshtml: Added GetCurMoniker implementation.
Jacek Caban [Mon, 11 Jun 2007 15:29:13 +0000 (17:29 +0200)] 
mshtml: Added GetCurMoniker implementation.

17 years agomshtml: Store current moniker in HTMLDocument.
Jacek Caban [Mon, 11 Jun 2007 15:27:19 +0000 (17:27 +0200)] 
mshtml: Store current moniker in HTMLDocument.

17 years agomshtml: Move Exec(CGID_ShellDocView, 37) call to match native.
Jacek Caban [Mon, 11 Jun 2007 15:26:31 +0000 (17:26 +0200)] 
mshtml: Move Exec(CGID_ShellDocView, 37) call to match native.

17 years agomshtml: Move createing URL moniker to separated function.
Jacek Caban [Mon, 11 Jun 2007 15:25:51 +0000 (17:25 +0200)] 
mshtml: Move createing URL moniker to separated function.

17 years agomshtml: Call Exec(CGID_ShellDocView, 37) in exec_editmode.
Jacek Caban [Mon, 11 Jun 2007 15:24:54 +0000 (17:24 +0200)] 
mshtml: Call Exec(CGID_ShellDocView, 37) in exec_editmode.

17 years agowinecfg: Fix potential null pointer access (spotted by Yaroslav Skorokhodov).
Alexandre Julliard [Mon, 11 Jun 2007 18:20:39 +0000 (20:20 +0200)] 
winecfg: Fix potential null pointer access (spotted by Yaroslav Skorokhodov).

17 years agoshell32: Remove a redundant include.
Alexandre Julliard [Mon, 11 Jun 2007 18:20:12 +0000 (20:20 +0200)] 
shell32: Remove a redundant include.

17 years agoshell32: Fix contents of string returned in load_path.
Alexandre Julliard [Mon, 11 Jun 2007 18:20:02 +0000 (20:20 +0200)] 
shell32: Fix contents of string returned in load_path.

17 years agoshell32: Updated Korean resource.
Hwang YunSong(황윤성) [Mon, 11 Jun 2007 00:08:23 +0000 (09:08 +0900)] 
shell32: Updated Korean resource.

17 years agocredui: New Korean resource.
Hwang YunSong(황윤성) [Mon, 11 Jun 2007 00:13:16 +0000 (09:13 +0900)] 
credui: New Korean resource.

17 years agoadvapi32: Update win32.api to fix the winapi_check warnings.
Francois Gouget [Mon, 11 Jun 2007 11:13:40 +0000 (13:13 +0200)] 
advapi32: Update win32.api to fix the winapi_check warnings.

17 years agowinapi_check: Also warn about 'unsigned long's Win64 compatibility problems.
Francois Gouget [Mon, 11 Jun 2007 11:13:49 +0000 (13:13 +0200)] 
winapi_check: Also warn about 'unsigned long's Win64 compatibility problems.

17 years agontdll: Improve the prototypes Win64 compatibility by replacing long with LONG.
Francois Gouget [Mon, 11 Jun 2007 11:13:32 +0000 (13:13 +0200)] 
ntdll: Improve the prototypes Win64 compatibility by replacing long with LONG.

17 years agowinmm: Fix PlaySound so it doesn't block when another sound is already playing.
Vedran Rodic [Sat, 9 Jun 2007 19:04:16 +0000 (21:04 +0200)] 
winmm: Fix PlaySound so it doesn't block when another sound is already playing.

17 years agowinmm: Initialize the timer critical section statically.
Alexandre Julliard [Mon, 11 Jun 2007 16:13:06 +0000 (18:13 +0200)] 
winmm: Initialize the timer critical section statically.

17 years agowinmm: Maintain the timer list sorted by expiration time.
Alexandre Julliard [Mon, 11 Jun 2007 16:11:03 +0000 (18:11 +0200)] 
winmm: Maintain the timer list sorted by expiration time.

17 years agowinmm: Convert the timer list to a standard Wine list.
Alexandre Julliard [Mon, 11 Jun 2007 15:35:04 +0000 (17:35 +0200)] 
winmm: Convert the timer list to a standard Wine list.

17 years agomshtml: Added edit mode IDM_CUT implementation.
Jacek Caban [Sun, 10 Jun 2007 22:30:30 +0000 (00:30 +0200)] 
mshtml: Added edit mode IDM_CUT implementation.

17 years agomshtml: Added edit mode IDM_PASTE implementation.
Jacek Caban [Sun, 10 Jun 2007 22:29:53 +0000 (00:29 +0200)] 
mshtml: Added edit mode IDM_PASTE implementation.

17 years agomshtml: Added edit mode IDM_COPY implementation.
Jacek Caban [Sun, 10 Jun 2007 22:28:48 +0000 (00:28 +0200)] 
mshtml: Added edit mode IDM_COPY implementation.

17 years agomshtml: Added IsDirty tests.
Jacek Caban [Sun, 10 Jun 2007 22:21:58 +0000 (00:21 +0200)] 
mshtml: Added IsDirty tests.

17 years agomshtml: Added semi stub IsDirty implementation.
Jacek Caban [Sun, 10 Jun 2007 22:21:14 +0000 (00:21 +0200)] 
mshtml: Added semi stub IsDirty implementation.

17 years agomshtml: Added IDM_COMPOSESETTINGS implementation.
Jacek Caban [Sun, 10 Jun 2007 22:20:30 +0000 (00:20 +0200)] 
mshtml: Added IDM_COMPOSESETTINGS implementation.

17 years agomshtml: Added IHTMLStyle::get_fontFamily implementation.
Jacek Caban [Sun, 10 Jun 2007 09:55:25 +0000 (11:55 +0200)] 
mshtml: Added IHTMLStyle::get_fontFamily implementation.

17 years agomshtml: Added COMMENT_NODE implementation in nsnode_to_nsstring_rec.
Jacek Caban [Sun, 10 Jun 2007 09:54:51 +0000 (11:54 +0200)] 
mshtml: Added COMMENT_NODE implementation in nsnode_to_nsstring_rec.

17 years agomshtml: Silence invalid FIXME for ELEMENT_DOCUMENT_FRAGMENT_NODE in nsnode_to_nsstrin...
Jacek Caban [Sun, 10 Jun 2007 09:54:11 +0000 (11:54 +0200)] 
mshtml: Silence invalid FIXME for ELEMENT_DOCUMENT_FRAGMENT_NODE in nsnode_to_nsstring_rec.

17 years agomshtml: Added IDM_RESPECTVISIBILITY_INDESIGN command stub implementation.
Jacek Caban [Sun, 10 Jun 2007 09:53:29 +0000 (11:53 +0200)] 
mshtml: Added IDM_RESPECTVISIBILITY_INDESIGN command stub implementation.

17 years agomshtml: Set default scrollbar preferences.
Jacek Caban [Sun, 10 Jun 2007 09:52:53 +0000 (11:52 +0200)] 
mshtml: Set default scrollbar preferences.

17 years agomshtml: Reimplement editor mode left key using command controller.
Jacek Caban [Sun, 10 Jun 2007 09:52:14 +0000 (11:52 +0200)] 
mshtml: Reimplement editor mode left key using command controller.

17 years agomshtml: Reimplement editor mode right key using command controller.
Jacek Caban [Sun, 10 Jun 2007 09:51:20 +0000 (11:51 +0200)] 
mshtml: Reimplement editor mode right key using command controller.

17 years agomshtml: Added editor mode down key implementation.
Jacek Caban [Sun, 10 Jun 2007 09:50:43 +0000 (11:50 +0200)] 
mshtml: Added editor mode down key implementation.