wine
15 years agoregedit: We don't bother unregistering window classes on exit, so remove HexEdit_Unre...
Francois Gouget [Mon, 26 Jan 2009 11:53:03 +0000 (12:53 +0100)] 
regedit: We don't bother unregistering window classes on exit, so remove HexEdit_Unregister().

15 years agowinecfg: Make enumerate_valuesW() static.
Francois Gouget [Mon, 26 Jan 2009 11:52:34 +0000 (12:52 +0100)] 
winecfg: Make enumerate_valuesW() static.

15 years agowineconsole: WINECON_GetHistory{Mode,Size}() are unused so remove them.
Francois Gouget [Mon, 26 Jan 2009 11:51:37 +0000 (12:51 +0100)] 
wineconsole: WINECON_GetHistory{Mode,Size}() are unused so remove them.

15 years agoquartz: Make the IMemInputPin functions static.
Francois Gouget [Mon, 26 Jan 2009 11:50:31 +0000 (12:50 +0100)] 
quartz: Make the IMemInputPin functions static.

15 years agowinex11: Flush the display after releasing the capture to make sure it happens right...
Alexandre Julliard [Mon, 26 Jan 2009 14:12:55 +0000 (15:12 +0100)] 
winex11: Flush the display after releasing the capture to make sure it happens right away.

15 years agorpcrt4: Don't align the buffer pointer in ComplexStructMemorySize for alignment formats.
Alexandre Julliard [Mon, 26 Jan 2009 14:12:07 +0000 (15:12 +0100)] 
rpcrt4: Don't align the buffer pointer in ComplexStructMemorySize for alignment formats.

15 years agogdi32: Avoid some pointer casts.
Alexandre Julliard [Mon, 26 Jan 2009 14:09:18 +0000 (15:09 +0100)] 
gdi32: Avoid some pointer casts.

15 years agouser32: Make sure the submenu is valid in MENU_HideSubPopups.
Alexandre Julliard [Mon, 26 Jan 2009 14:09:07 +0000 (15:09 +0100)] 
user32: Make sure the submenu is valid in MENU_HideSubPopups.

15 years agouser32: Use a finally handler to make sure capture is always released when exiting...
Alexandre Julliard [Mon, 26 Jan 2009 14:08:49 +0000 (15:08 +0100)] 
user32: Use a finally handler to make sure capture is always released when exiting the menu loop.

15 years agoinclude: Update the comments about the Wine exception macros.
Alexandre Julliard [Mon, 26 Jan 2009 14:07:50 +0000 (15:07 +0100)] 
include: Update the comments about the Wine exception macros.

15 years agocomctl32: Fix missing void in empty parameter list.
Alasdair Sinclair [Sun, 25 Jan 2009 22:27:28 +0000 (22:27 +0000)] 
comctl32: Fix missing void in empty parameter list.

15 years agocomctl32/tests: Fix missing void in empty parameter list.
Alasdair Sinclair [Sun, 25 Jan 2009 22:27:18 +0000 (22:27 +0000)] 
comctl32/tests: Fix missing void in empty parameter list.

15 years agoadvapi32/tests: Fix missing void in empty parameter list.
Alasdair Sinclair [Sun, 25 Jan 2009 22:27:04 +0000 (22:27 +0000)] 
advapi32/tests: Fix missing void in empty parameter list.

15 years agoinclude: Add definition of OBJECT_NAME_INFORMATION.
Juan Lang [Sun, 25 Jan 2009 18:46:02 +0000 (10:46 -0800)] 
include: Add definition of OBJECT_NAME_INFORMATION.

15 years agowinmm: Make the return behavior of waveOutPrepareHeader consistent for 16-bit and...
Andrew Nguyen [Sun, 25 Jan 2009 08:56:48 +0000 (02:56 -0600)] 
winmm: Make the return behavior of waveOutPrepareHeader consistent for 16-bit and 32-bit.

15 years agod3d10core: Add a small test for CreateRenderTargetView().
Henri Verbeet [Mon, 26 Jan 2009 08:38:14 +0000 (09:38 +0100)] 
d3d10core: Add a small test for CreateRenderTargetView().

15 years agod3d10core: Handle a NULL view desc in CreateRenderTargetView().
Henri Verbeet [Mon, 26 Jan 2009 08:38:14 +0000 (09:38 +0100)] 
d3d10core: Handle a NULL view desc in CreateRenderTargetView().

15 years agod3d10core: Implement ID3D10Buffer::GetType().
Henri Verbeet [Mon, 26 Jan 2009 08:38:14 +0000 (09:38 +0100)] 
d3d10core: Implement ID3D10Buffer::GetType().

15 years agod3d10core: Implement ID3D10Texture2D::GetType().
Henri Verbeet [Mon, 26 Jan 2009 08:38:14 +0000 (09:38 +0100)] 
d3d10core: Implement ID3D10Texture2D::GetType().

15 years agod3d10core: Implement ID3D10Texture2D::GetDesc().
Henri Verbeet [Mon, 26 Jan 2009 08:38:14 +0000 (09:38 +0100)] 
d3d10core: Implement ID3D10Texture2D::GetDesc().

15 years agodinput: Clamp lMagnitude to -10000..10000 range.
Vincent Pelletier [Sat, 24 Jan 2009 02:45:11 +0000 (03:45 +0100)] 
dinput: Clamp lMagnitude to -10000..10000 range.

15 years agodinput: Fix gain-related bugs.
Vincent Pelletier [Fri, 23 Jan 2009 23:59:48 +0000 (00:59 +0100)] 
dinput: Fix gain-related bugs.

15 years agogdi32: Remove superfluous pointer casts.
Michael Stefaniuc [Mon, 26 Jan 2009 10:01:12 +0000 (11:01 +0100)] 
gdi32: Remove superfluous pointer casts.

15 years agoitss: Remove some superfluous pointer casts.
Michael Stefaniuc [Mon, 26 Jan 2009 10:01:19 +0000 (11:01 +0100)] 
itss: Remove some superfluous pointer casts.

15 years agocrypt32: Remove some more superfluous pointer casts.
Michael Stefaniuc [Mon, 26 Jan 2009 10:01:47 +0000 (11:01 +0100)] 
crypt32: Remove some more superfluous pointer casts.

15 years agomsxml3: Remove superfluous pointer casts.
Michael Stefaniuc [Mon, 26 Jan 2009 10:01:02 +0000 (11:01 +0100)] 
msxml3: Remove superfluous pointer casts.

15 years agosetupapi: Implement SetupInstallFileExA/W.
Hans Leidekker [Mon, 26 Jan 2009 10:03:50 +0000 (11:03 +0100)] 
setupapi: Implement SetupInstallFileExA/W.

15 years agorpcrt4: Fix buffer overflow in UUID tests.
Rob Shearman [Sun, 25 Jan 2009 17:07:20 +0000 (17:07 +0000)] 
rpcrt4: Fix buffer overflow in UUID tests.

15 years agocomctl32: Don't generate a fixme message for the TBSTYLE_EX_DOUBLEBUFFER extended...
Reece Dunn [Sun, 25 Jan 2009 12:37:06 +0000 (12:37 +0000)] 
comctl32: Don't generate a fixme message for the TBSTYLE_EX_DOUBLEBUFFER extended style.

15 years agomsi: Remove redundant pointer check (Coverity).
Nikolay Sivov [Sun, 25 Jan 2009 12:08:58 +0000 (15:08 +0300)] 
msi: Remove redundant pointer check (Coverity).

15 years agoddraw/tests: Add a few tests for ComputeShereVisibility.
David Adam [Sat, 24 Jan 2009 18:32:30 +0000 (19:32 +0100)] 
ddraw/tests: Add a few tests for ComputeShereVisibility.

15 years agooleview: Fix typo in English, Russian resources.
Anders Jonsson [Sat, 24 Jan 2009 17:08:10 +0000 (18:08 +0100)] 
oleview: Fix typo in English, Russian resources.

15 years agoshell32: Declare some functions static.
Andrew Talbot [Sat, 24 Jan 2009 16:04:27 +0000 (16:04 +0000)] 
shell32: Declare some functions static.

15 years agontdll: Add stub for RtlGetCompressionWorkSpaceSize.
Ricardo Filipe [Sat, 24 Jan 2009 13:41:37 +0000 (13:41 +0000)] 
ntdll: Add stub for RtlGetCompressionWorkSpaceSize.

15 years agouser32: DdeCreateStringHandle checks for an invalid instance Id and sets lastError...
Jeff Latimer [Sat, 24 Jan 2009 10:34:44 +0000 (21:34 +1100)] 
user32: DdeCreateStringHandle checks for an invalid instance Id and sets lastError for instances on that thread.

15 years agouser32/tests: Add tests for invalid instance passed to DdeCreateStringHandle.
Jeff Latimer [Sat, 24 Jan 2009 10:34:35 +0000 (21:34 +1100)] 
user32/tests: Add tests for invalid instance passed to DdeCreateStringHandle.

Similar the DdeCreateDataHandle, DdeCreateStringHandle behaves the same
way.  If an invalid instance Id is passed then lastError is set for all
instances of that thread.

15 years agowinefile: Avoid array overrun (coverity).
Marcus Meissner [Sat, 24 Jan 2009 08:52:36 +0000 (09:52 +0100)] 
winefile: Avoid array overrun (coverity).

15 years agogdiplus: Do not call delete_element(NULL).
Vincent Povirk [Sat, 24 Jan 2009 06:30:50 +0000 (00:30 -0600)] 
gdiplus: Do not call delete_element(NULL).

15 years agocryptui: Call CryptUIWizExport when asked to.
Juan Lang [Fri, 23 Jan 2009 21:36:12 +0000 (13:36 -0800)] 
cryptui: Call CryptUIWizExport when asked to.

15 years agocryptui: Fix a typo.
Juan Lang [Fri, 23 Jan 2009 21:26:59 +0000 (13:26 -0800)] 
cryptui: Fix a typo.

15 years agocryptui: Implement CryptUIWizExport for the no UI case.
Juan Lang [Fri, 23 Jan 2009 21:25:51 +0000 (13:25 -0800)] 
cryptui: Implement CryptUIWizExport for the no UI case.

15 years agocryptui: Use a public type rather than a private one for export options in the export...
Juan Lang [Fri, 23 Jan 2009 21:20:55 +0000 (13:20 -0800)] 
cryptui: Use a public type rather than a private one for export options in the export wizard.

15 years agocryptui: Implement saving from the export wizard.
Juan Lang [Fri, 23 Jan 2009 20:50:30 +0000 (12:50 -0800)] 
cryptui: Implement saving from the export wizard.

15 years agocryptui: Show details of export on finish page of export wizard.
Juan Lang [Fri, 23 Jan 2009 19:41:41 +0000 (11:41 -0800)] 
cryptui: Show details of export on finish page of export wizard.

15 years agocryptui: Implement browsing for a filename in the export wizard.
Juan Lang [Fri, 23 Jan 2009 19:29:59 +0000 (11:29 -0800)] 
cryptui: Implement browsing for a filename in the export wizard.

15 years agocryptui: Validate filename in export wizard.
Juan Lang [Fri, 23 Jan 2009 18:59:58 +0000 (10:59 -0800)] 
cryptui: Validate filename in export wizard.

15 years agocryptui: Enable/disable checkboxes in the format page of the export wizard depending...
Juan Lang [Fri, 23 Jan 2009 17:04:53 +0000 (09:04 -0800)] 
cryptui: Enable/disable checkboxes in the format page of the export wizard depending on selection.

15 years agocryptui: Disable the PFX export format in the export wizard unless the source has...
Juan Lang [Fri, 23 Jan 2009 17:04:14 +0000 (09:04 -0800)] 
cryptui: Disable the PFX export format in the export wizard unless the source has a private key.

15 years agocryptui: Remember format and format options when leaving the format page of the expor...
Juan Lang [Fri, 23 Jan 2009 17:03:37 +0000 (09:03 -0800)] 
cryptui: Remember format and format options when leaving the format page of the export wizard.

15 years agocryptui: Skip the format page of the export wizard if the format is implied.
Juan Lang [Fri, 23 Jan 2009 17:01:38 +0000 (09:01 -0800)] 
cryptui: Skip the format page of the export wizard if the format is implied.

15 years agocryptui: Add a do-nothing export wizard.
Juan Lang [Fri, 23 Jan 2009 17:00:53 +0000 (09:00 -0800)] 
cryptui: Add a do-nothing export wizard.

15 years agocryptui: Add stub for CryptUIWizExport.
Juan Lang [Fri, 23 Jan 2009 16:56:52 +0000 (08:56 -0800)] 
cryptui: Add stub for CryptUIWizExport.

15 years agoconfigure.ac: Fix a couple more includes on NetBSD.
Austin English [Fri, 23 Jan 2009 19:29:42 +0000 (13:29 -0600)] 
configure.ac: Fix a couple more includes on NetBSD.

15 years agouser32: Allocate buffer on heap.
Paul Vriens [Fri, 23 Jan 2009 17:07:09 +0000 (18:07 +0100)] 
user32: Allocate buffer on heap.

15 years agows2_32/tests: Fix a test failure on WinME.
Alexandre Julliard [Sun, 25 Jan 2009 16:30:14 +0000 (17:30 +0100)] 
ws2_32/tests: Fix a test failure on WinME.

15 years agouserenv/tests: Don't check for TEMP and TMP variables on NT4.
Alexandre Julliard [Sun, 25 Jan 2009 16:30:01 +0000 (17:30 +0100)] 
userenv/tests: Don't check for TEMP and TMP variables on NT4.

15 years agouser32/tests: Make the traces less verbose in the window test.
Alexandre Julliard [Sun, 25 Jan 2009 16:29:32 +0000 (17:29 +0100)] 
user32/tests: Make the traces less verbose in the window test.

15 years agouser32/tests: Ignore some more messages.
Alexandre Julliard [Sun, 25 Jan 2009 16:29:05 +0000 (17:29 +0100)] 
user32/tests: Ignore some more messages.

15 years agouser32/tests: Fix various failures in the monitor test.
Alexandre Julliard [Sun, 25 Jan 2009 16:28:39 +0000 (17:28 +0100)] 
user32/tests: Fix various failures in the monitor test.

15 years agogdi32/tests: Fix the mapping test to handle the more precise LOMETRIC settings on...
Alexandre Julliard [Sun, 25 Jan 2009 16:08:55 +0000 (17:08 +0100)] 
gdi32/tests: Fix the mapping test to handle the more precise LOMETRIC settings on Vista.

15 years agocomcat/tests: Skip tests if we can't create a test category.
Alexandre Julliard [Sun, 25 Jan 2009 16:08:20 +0000 (17:08 +0100)] 
comcat/tests: Skip tests if we can't create a test category.

15 years agocomdlg32: Move the unicode version to the common implementation.
Huw Davies [Fri, 23 Jan 2009 15:42:21 +0000 (15:42 +0000)] 
comdlg32: Move the unicode version to the common implementation.

15 years agocomdlg32: Add a placeholder for the unicode dialog struct. Update helper functions...
Huw Davies [Fri, 23 Jan 2009 15:26:29 +0000 (15:26 +0000)] 
comdlg32: Add a placeholder for the unicode dialog struct. Update helper functions to work in the unicode case.

15 years agocomdlg32: Move the initialization code into a common function.
Huw Davies [Fri, 23 Jan 2009 14:19:46 +0000 (14:19 +0000)] 
comdlg32: Move the initialization code into a common function.

15 years agowidl: We need an offset after the correlation descriptor for unencapsulated unions.
Alexandre Julliard [Fri, 23 Jan 2009 15:47:51 +0000 (16:47 +0100)] 
widl: We need an offset after the correlation descriptor for unencapsulated unions.

15 years agorpcrt4: Remove the NDR version check from NdrClientCall2 and NdrStubCall2.
Rob Shearman [Fri, 23 Jan 2009 15:09:42 +0000 (15:09 +0000)] 
rpcrt4: Remove the NDR version check from NdrClientCall2 and NdrStubCall2.

It does more harm than good, since we can't get any information about
what new features are being used by the caller, if any, by bailing at
this early point.

15 years agorpcrt4: Don't declare functions that aren't exported by rpcrt4.dll in include/rpcndr.h.
Rob Shearman [Fri, 23 Jan 2009 15:09:18 +0000 (15:09 +0000)] 
rpcrt4: Don't declare functions that aren't exported by rpcrt4.dll in include/rpcndr.h.

NdrRangeMarshall, NdrRangeBufferSize, NdrRangeFree and
NdrByteCountPointerMemorySize should be declared static in
ndr_marshall.c instead.

15 years agouser32: Removed code without effect.
Florian Köberle [Tue, 20 Jan 2009 12:52:39 +0000 (13:52 +0100)] 
user32: Removed code without effect.

15 years agouser32: Fixed max size of child with exStyle WS_EX_DGLMODALFRAME.
Florian Köberle [Tue, 20 Jan 2009 12:52:40 +0000 (13:52 +0100)] 
user32: Fixed max size of child with exStyle WS_EX_DGLMODALFRAME.

15 years agouser32: Refactor of WINPOS_GetMinMaxInfo.
Florian Köberle [Tue, 20 Jan 2009 12:52:35 +0000 (13:52 +0100)] 
user32: Refactor of WINPOS_GetMinMaxInfo.

Moved and duplicated the code below the "if child" statement into the
if and else block.

15 years agontdll: Implement the ThreadAffinityMask query.
Juan Lang [Wed, 21 Jan 2009 17:51:49 +0000 (09:51 -0800)] 
ntdll: Implement the ThreadAffinityMask query.

15 years agodinput: Implement auto-center set & get.
Vincent Pelletier [Wed, 21 Jan 2009 23:00:10 +0000 (00:00 +0100)] 
dinput: Implement auto-center set & get.

15 years agocomdlg32: Fix return type of COMDLG32_StrRetToStrNW.
Detlef Riekenberg [Thu, 22 Jan 2009 22:39:19 +0000 (23:39 +0100)] 
comdlg32: Fix return type of COMDLG32_StrRetToStrNW.

15 years agoshdocvw: Add test to show IServiceProvider is supported.
Alistair Leslie-Hughes [Fri, 23 Jan 2009 09:50:36 +0000 (20:50 +1100)] 
shdocvw: Add test to show IServiceProvider is supported.

15 years agomscat32: Forward CryptCATCDFEnumMembersByCDFTag to wintrust.
Hans Leidekker [Fri, 23 Jan 2009 09:33:03 +0000 (10:33 +0100)] 
mscat32: Forward CryptCATCDFEnumMembersByCDFTag to wintrust.

15 years agorpcrt4: Move NdrGetUserMarshalInfo stub near user marshal functions. Add documentatio...
Hans Leidekker [Fri, 23 Jan 2009 09:32:44 +0000 (10:32 +0100)] 
rpcrt4: Move NdrGetUserMarshalInfo stub near user marshal functions. Add documentation header.

15 years agoloadperf: Add stub implementations for InstallPerfDllA/W.
Hans Leidekker [Fri, 23 Jan 2009 09:32:20 +0000 (10:32 +0100)] 
loadperf: Add stub implementations for InstallPerfDllA/W.

15 years agocomdlg32: Add a helper to return the dialog struct.
Huw Davies [Fri, 23 Jan 2009 11:12:17 +0000 (11:12 +0000)] 
comdlg32: Add a helper to return the dialog struct.

15 years agocomdlg32: Add a function to access the hooks.
Huw Davies [Thu, 22 Jan 2009 23:11:21 +0000 (23:11 +0000)] 
comdlg32: Add a function to access the hooks.

15 years agocomdlg32: Remove ugly macro.
Huw Davies [Thu, 22 Jan 2009 17:13:12 +0000 (17:13 +0000)] 
comdlg32: Remove ugly macro.

15 years agocomdlg32: Simplify the DEVNAMES access functions are unify the release.
Huw Davies [Thu, 22 Jan 2009 16:49:52 +0000 (16:49 +0000)] 
comdlg32: Simplify the DEVNAMES access functions are unify the release.

15 years agocomdlg32: Fix incorrect scaling.
Huw Davies [Thu, 22 Jan 2009 15:48:01 +0000 (15:48 +0000)] 
comdlg32: Fix incorrect scaling.

15 years agocomdlg32: Add a helper to access the margin rect.
Huw Davies [Thu, 22 Jan 2009 15:47:07 +0000 (15:47 +0000)] 
comdlg32: Add a helper to access the margin rect.

15 years agocomdlg32: Add a helper function to access the PAGESETUPDLG's ptPaperSize element.
Huw Davies [Thu, 22 Jan 2009 15:33:09 +0000 (15:33 +0000)] 
comdlg32: Add a helper function to access the PAGESETUPDLG's ptPaperSize element.

15 years agocomdlg32: Use a helper function to retrieve pagesetup flags.
Huw Davies [Thu, 22 Jan 2009 15:16:26 +0000 (15:16 +0000)] 
comdlg32: Use a helper function to retrieve pagesetup flags.

15 years agomsdmo: Remove superfluous pointer casts.
Michael Stefaniuc [Fri, 23 Jan 2009 09:36:56 +0000 (10:36 +0100)] 
msdmo: Remove superfluous pointer casts.

15 years agoifsmgr.vxd: Remove superfluous pointer casts.
Michael Stefaniuc [Fri, 23 Jan 2009 09:37:15 +0000 (10:37 +0100)] 
ifsmgr.vxd: Remove superfluous pointer casts.

15 years agodinput8: Remove superfluous pointer casts.
Michael Stefaniuc [Fri, 23 Jan 2009 09:36:48 +0000 (10:36 +0100)] 
dinput8: Remove superfluous pointer casts.

15 years agowinealsa.drv: Remove superfluous pointer casts.
Michael Stefaniuc [Fri, 23 Jan 2009 09:36:15 +0000 (10:36 +0100)] 
winealsa.drv: Remove superfluous pointer casts.

15 years agouser32/tests: Don't try to do hook tests if we can't set hooks.
Alexandre Julliard [Fri, 23 Jan 2009 12:14:05 +0000 (13:14 +0100)] 
user32/tests: Don't try to do hook tests if we can't set hooks.

15 years agouser32/tests: Make the DC test window top-most. Ignore an extra WM_MOUSEMOVE.
Alexandre Julliard [Fri, 23 Jan 2009 12:13:54 +0000 (13:13 +0100)] 
user32/tests: Make the DC test window top-most. Ignore an extra WM_MOUSEMOVE.

15 years agod3d10core: Add a stub ID3D10Buffer implementation.
Henri Verbeet [Fri, 23 Jan 2009 09:22:34 +0000 (10:22 +0100)] 
d3d10core: Add a stub ID3D10Buffer implementation.

15 years agod3d10core: Add a stub ID3D10RenderTargetView implementation.
Henri Verbeet [Fri, 23 Jan 2009 09:22:34 +0000 (10:22 +0100)] 
d3d10core: Add a stub ID3D10RenderTargetView implementation.

15 years agowined3d: Don't use drawStridedFast() for drawing pretransformed vertices.
Henri Verbeet [Fri, 23 Jan 2009 09:22:34 +0000 (10:22 +0100)] 
wined3d: Don't use drawStridedFast() for drawing pretransformed vertices.

This was exposed by adding EXT_vertex_array_bgra support, previously we would
almost never hit this because color data being present would already prevent
us from using drawStridedFast(). Thanks to Stefan for spotting this.

15 years agowined3d: Don't use drawStridedFast() when pointsize data is present.
Henri Verbeet [Fri, 23 Jan 2009 09:22:33 +0000 (10:22 +0100)] 
wined3d: Don't use drawStridedFast() when pointsize data is present.

15 years agowined3d: Take EXT_vertex_array_bgra into account in send_attribute() and loadNumbered...
Henri Verbeet [Fri, 23 Jan 2009 09:22:33 +0000 (10:22 +0100)] 
wined3d: Take EXT_vertex_array_bgra into account in send_attribute() and loadNumberedArrays().

15 years agowinefile: Update Swedish translation.
Anders Jonsson [Fri, 23 Jan 2009 09:17:44 +0000 (10:17 +0100)] 
winefile: Update Swedish translation.

15 years agowinhlp32: Update Swedish translation.
Anders Jonsson [Fri, 23 Jan 2009 09:16:50 +0000 (10:16 +0100)] 
winhlp32: Update Swedish translation.

15 years agokernel32: Added DeleteTimerQueue.
Nikolay Sivov [Thu, 22 Jan 2009 17:55:35 +0000 (20:55 +0300)] 
kernel32: Added DeleteTimerQueue.

15 years agoshdocvw: Fixed tests on IE7.
Jacek Caban [Fri, 23 Jan 2009 01:06:09 +0000 (02:06 +0100)] 
shdocvw: Fixed tests on IE7.