wine
16 years agowordpad: Add search functionality.
Alexander Nicolaysen Sørnes [Wed, 18 Jul 2007 13:41:33 +0000 (15:41 +0200)] 
wordpad: Add search functionality.

16 years agocomdlg32: PrintDlg: Set PD_SELECTION on return.
Alexander Nicolaysen Sørnes [Wed, 25 Jul 2007 19:08:33 +0000 (21:08 +0200)] 
comdlg32: PrintDlg: Set PD_SELECTION on return.

16 years agoshlwapi: Take sizeof(WCHAR) into account when allocating Unicode string.
Misha Koshelev [Sun, 19 Aug 2007 06:52:22 +0000 (01:52 -0500)] 
shlwapi: Take sizeof(WCHAR) into account when allocating Unicode string.

16 years agourlmon: Remove 'recursive registry key delete' function.
Stefan Leichter [Sat, 18 Aug 2007 08:04:22 +0000 (10:04 +0200)] 
urlmon: Remove  'recursive registry key delete' function.

16 years agorpcrt4: Constify some variables.
Andrew Talbot [Fri, 17 Aug 2007 21:10:58 +0000 (22:10 +0100)] 
rpcrt4: Constify some variables.

16 years agoiexplore: Add VERSIONINFO resource.
Mikolaj Zalewski [Fri, 17 Aug 2007 18:39:07 +0000 (11:39 -0700)] 
iexplore: Add VERSIONINFO resource.

16 years agocrypt32: Don't store the crypto provider when it isn't needed.
Juan Lang [Fri, 17 Aug 2007 18:59:28 +0000 (11:59 -0700)] 
crypt32: Don't store the crypto provider when it isn't needed.

16 years agocrypt32: Don't store redundant copy of crypto provider in file store.
Juan Lang [Fri, 17 Aug 2007 18:58:48 +0000 (11:58 -0700)] 
crypt32: Don't store redundant copy of crypto provider in file store.

16 years agocrypt32: Don't store redundant copy of crypto provider in reg store.
Juan Lang [Fri, 17 Aug 2007 18:58:17 +0000 (11:58 -0700)] 
crypt32: Don't store redundant copy of crypto provider in reg store.

16 years agocrypt32: Pass crypto provider and appropriate flags when opening PKCS messages, and...
Juan Lang [Fri, 17 Aug 2007 18:57:48 +0000 (11:57 -0700)] 
crypt32: Pass crypto provider and appropriate flags when opening PKCS messages, and don't store a redundant copy of the crypto provider in message stores.

16 years agoopengl32: Fix some gl type bugs.
Roderick Colenbrander [Fri, 17 Aug 2007 17:22:12 +0000 (19:22 +0200)] 
opengl32: Fix some gl type bugs.

16 years agoopengl32/tests: Be a bit more verbose when doing wglGetProcAddress.
Paul Vriens [Fri, 17 Aug 2007 17:02:46 +0000 (19:02 +0200)] 
opengl32/tests: Be a bit more verbose when doing wglGetProcAddress.

16 years agooleaut32/tests: Skip VarDiv tests if there is no I8 and/or UI8 support.
Paul Vriens [Fri, 17 Aug 2007 14:28:57 +0000 (16:28 +0200)] 
oleaut32/tests: Skip VarDiv tests if there is no I8 and/or UI8 support.

16 years agooleaut32/tests: Skip VarAnd tests if there is no I8 and/or UI8 support.
Paul Vriens [Fri, 17 Aug 2007 13:53:50 +0000 (15:53 +0200)] 
oleaut32/tests: Skip VarAnd tests if there is no I8 and/or UI8 support.

16 years agooleaut32/tests: Skip VarCat tests if there is no I8 and/or UI8 support.
Paul Vriens [Fri, 17 Aug 2007 13:48:22 +0000 (15:48 +0200)] 
oleaut32/tests: Skip VarCat tests if there is no I8 and/or UI8 support.

16 years agooleaut32/tests: Fix a few typos.
Paul Vriens [Fri, 17 Aug 2007 13:25:35 +0000 (15:25 +0200)] 
oleaut32/tests: Fix a few typos.

16 years agooleaut32/tests: Add a few skip's to the vartype tests.
Paul Vriens [Fri, 17 Aug 2007 12:21:09 +0000 (14:21 +0200)] 
oleaut32/tests: Add a few skip's to the vartype tests.

16 years agooleaut32/tests: Use GetModuleHandle and add a few skip's.
Paul Vriens [Fri, 17 Aug 2007 12:10:32 +0000 (14:10 +0200)] 
oleaut32/tests: Use GetModuleHandle and add a few skip's.

16 years agomsvcrt: __mb_cur_max is not updated in _setmbcp (with testcase) and should not be...
Mikolaj Zalewski [Thu, 16 Aug 2007 18:14:48 +0000 (11:14 -0700)] 
msvcrt: __mb_cur_max is not updated in _setmbcp (with testcase) and should not be used in _ismbblead.

16 years agowgl: Fix a render_texture regression. Only enable GLX_ATI_render_texture when the...
Roderick Colenbrander [Fri, 17 Aug 2007 09:16:29 +0000 (11:16 +0200)] 
wgl: Fix a render_texture regression. Only enable GLX_ATI_render_texture when the ati extension is around.

16 years agooleaut32/tests: Use GetModuleHandle and check only once for availability of some...
Paul Vriens [Fri, 17 Aug 2007 09:07:43 +0000 (11:07 +0200)] 
oleaut32/tests: Use GetModuleHandle and check only once for availability of some functions.

16 years agokernel32: Set USERNAME environment variable.
Louis Lenders [Thu, 16 Aug 2007 13:50:29 +0000 (14:50 +0100)] 
kernel32: Set USERNAME environment variable.

16 years agomshtml: Added IHTMLTxtRange::compareEndPoints implementation.
Jacek Caban [Fri, 17 Aug 2007 00:40:33 +0000 (02:40 +0200)] 
mshtml: Added IHTMLTxtRange::compareEndPoints implementation.

16 years agomshtml: Added IHTMLTxtRange::select implementation.
Jacek Caban [Fri, 17 Aug 2007 00:39:56 +0000 (02:39 +0200)] 
mshtml: Added IHTMLTxtRange::select implementation.

16 years agomshtml: Added get_scrollWidth and get_scrollHeight implementation.
Jacek Caban [Fri, 17 Aug 2007 00:39:19 +0000 (02:39 +0200)] 
mshtml: Added get_scrollWidth and get_scrollHeight implementation.

16 years agomshtml: Don't create element object for document node.
Jacek Caban [Fri, 17 Aug 2007 00:38:41 +0000 (02:38 +0200)] 
mshtml: Don't create element object for document node.

16 years agomshtml: Added IHTMLTxtRange::put_text implementation.
Jacek Caban [Fri, 17 Aug 2007 00:38:00 +0000 (02:38 +0200)] 
mshtml: Added IHTMLTxtRange::put_text implementation.

16 years agomshtml: Store HTMLDocument reference in HTMLTxtRange object.
Jacek Caban [Fri, 17 Aug 2007 00:37:01 +0000 (02:37 +0200)] 
mshtml: Store HTMLDocument reference in HTMLTxtRange object.

16 years agowined3d: Dynamically load WGL functions.
Roderick Colenbrander [Thu, 16 Aug 2007 13:04:47 +0000 (15:04 +0200)] 
wined3d: Dynamically load WGL functions.

16 years agowined3d: GL_SRC_ALPHA_SATURATE is supported as src blend param only.
Stefan Dösinger [Sun, 12 Aug 2007 19:38:24 +0000 (21:38 +0200)] 
wined3d: GL_SRC_ALPHA_SATURATE is supported as src blend param only.

16 years agowined3d: Catch transformed position data that appears at offset 0.
Stefan Dösinger [Sun, 12 Aug 2007 19:34:51 +0000 (21:34 +0200)] 
wined3d: Catch transformed position data that appears at offset 0.

16 years agowined3d: Fix R32F and R16F.
Stefan Dösinger [Sun, 12 Aug 2007 14:24:29 +0000 (16:24 +0200)] 
wined3d: Fix R32F and R16F.

16 years agowined3d: Simplify IWineD3DBaseTextureImpl_ApplyStateChanges.
Stefan Dösinger [Sun, 12 Aug 2007 11:37:17 +0000 (13:37 +0200)] 
wined3d: Simplify IWineD3DBaseTextureImpl_ApplyStateChanges.

16 years agowined3d: Enable WINED3DSAMP_BORDERCOLOR.
Stefan Dösinger [Sun, 12 Aug 2007 11:36:06 +0000 (13:36 +0200)] 
wined3d: Enable WINED3DSAMP_BORDERCOLOR.

16 years agocrypt32: Move file store to a separate file.
Juan Lang [Thu, 16 Aug 2007 17:54:52 +0000 (10:54 -0700)] 
crypt32: Move file store to a separate file.

16 years agocrypt32: Move registry stores to a separate file.
Juan Lang [Thu, 16 Aug 2007 17:54:03 +0000 (10:54 -0700)] 
crypt32: Move registry stores to a separate file.

16 years agocrypt32: Move provider stores to a separate file.
Juan Lang [Thu, 16 Aug 2007 17:50:33 +0000 (10:50 -0700)] 
crypt32: Move provider stores to a separate file.

16 years agocrypt32: Move collection stores to a separate file.
Juan Lang [Thu, 16 Aug 2007 17:49:33 +0000 (10:49 -0700)] 
crypt32: Move collection stores to a separate file.

16 years agocrypt32: Move cert store definitions to header.
Juan Lang [Thu, 16 Aug 2007 17:46:04 +0000 (10:46 -0700)] 
crypt32: Move cert store definitions to header.

16 years agocrypt32: Where possible, pass a pointer rather than an offset, it's less confusing.
Juan Lang [Thu, 16 Aug 2007 17:45:02 +0000 (10:45 -0700)] 
crypt32: Where possible, pass a pointer rather than an offset, it's less confusing.

16 years agocrypt32: Use externed vars for context variables.
Juan Lang [Thu, 16 Aug 2007 17:44:09 +0000 (10:44 -0700)] 
crypt32: Use externed vars for context variables.

16 years agocrypt32: Use public APIs to empty a store.
Juan Lang [Thu, 16 Aug 2007 17:43:35 +0000 (10:43 -0700)] 
crypt32: Use public APIs to empty a store.

16 years agocrypt32: Use public type and APIs for memory stores wherever possible.
Juan Lang [Thu, 16 Aug 2007 17:42:07 +0000 (10:42 -0700)] 
crypt32: Use public type and APIs for memory stores wherever possible.

16 years agocrypt32: Remove some unnecessary casts.
Juan Lang [Thu, 16 Aug 2007 17:41:31 +0000 (10:41 -0700)] 
crypt32: Remove some unnecessary casts.

16 years agocrypt32: Rename a confusing type.
Juan Lang [Thu, 16 Aug 2007 17:40:54 +0000 (10:40 -0700)] 
crypt32: Rename a confusing type.

16 years agodinput: Properly increment sequence number for X only movement.
Vitaliy Margolen [Fri, 17 Aug 2007 05:51:32 +0000 (23:51 -0600)] 
dinput: Properly increment sequence number for X only movement.

16 years agocomctl32: Listview fails to add a column if mask=0.
Jason Edmeades [Thu, 16 Aug 2007 22:45:41 +0000 (23:45 +0100)] 
comctl32: Listview fails to add a column if mask=0.

16 years agoriched20: Constify some variables.
Andrew Talbot [Thu, 16 Aug 2007 20:57:12 +0000 (21:57 +0100)] 
riched20: Constify some variables.

16 years agomscms/tests: Allocate the profile buffer dynamically to make sure it's large enough.
Alexandre Julliard [Fri, 17 Aug 2007 09:52:29 +0000 (11:52 +0200)] 
mscms/tests: Allocate the profile buffer dynamically to make sure it's large enough.

16 years agodxguid: Remove dsdriver.h from imports.
Maarten Lankhorst [Thu, 16 Aug 2007 16:39:29 +0000 (18:39 +0200)] 
dxguid: Remove dsdriver.h from imports.

16 years agoprograms/cmd: Do not use hardcoded constants when corresponding macro is already...
Kirill K. Smirnov [Thu, 16 Aug 2007 12:16:10 +0000 (16:16 +0400)] 
programs/cmd: Do not use hardcoded constants when corresponding macro is already defined.

16 years agoavifil32/regsvr: Replace recursive delete functions by RegDeleteTree.
Paul Vriens [Thu, 16 Aug 2007 13:30:33 +0000 (15:30 +0200)] 
avifil32/regsvr: Replace recursive delete functions by RegDeleteTree.

16 years agoadvapi32/tests: Skip a test when not properly logged in on win9x.
Paul Vriens [Thu, 16 Aug 2007 12:07:36 +0000 (14:07 +0200)] 
advapi32/tests: Skip a test when not properly logged in on win9x.

16 years agowininet/tests: Fix test failures for wininet.dll that comes with IE7.
Paul Vriens [Thu, 16 Aug 2007 11:15:29 +0000 (13:15 +0200)] 
wininet/tests: Fix test failures for wininet.dll that comes with IE7.

16 years agoshell32/tests: Use GetModuleHandle instead of LoadLibrary.
Paul Vriens [Thu, 16 Aug 2007 11:12:27 +0000 (13:12 +0200)] 
shell32/tests: Use GetModuleHandle instead of LoadLibrary.

16 years agowinex11: Don't try to activate the desktop window on take focus.
Alexandre Julliard [Thu, 16 Aug 2007 21:43:58 +0000 (23:43 +0200)] 
winex11: Don't try to activate the desktop window on take focus.

16 years agowinex11: Store wm hints in the window data instead of fetching them when needed.
Alexandre Julliard [Thu, 16 Aug 2007 21:27:37 +0000 (23:27 +0200)] 
winex11: Store wm hints in the window data instead of fetching them when needed.

16 years agowinspool: Implement AddPrinterDriverExA.
Detlef Riekenberg [Thu, 16 Aug 2007 03:18:08 +0000 (05:18 +0200)] 
winspool: Implement AddPrinterDriverExA.

16 years agowinspool: Implement AddPrinterDriverExW.
Detlef Riekenberg [Wed, 15 Aug 2007 21:30:59 +0000 (23:30 +0200)] 
winspool: Implement AddPrinterDriverExW.

16 years agomshtml: Store HTMLDocument reference in HTMLSelectionObject.
Jacek Caban [Wed, 15 Aug 2007 17:17:49 +0000 (19:17 +0200)] 
mshtml: Store HTMLDocument reference in HTMLSelectionObject.

16 years agokernel32: Initialize variable to a known bad value.
Marcus Meissner [Wed, 15 Aug 2007 15:08:50 +0000 (17:08 +0200)] 
kernel32: Initialize variable to a known bad value.

16 years agocomdlg32: printdlg: Set/Load paper orientation in PageSetupDlgW.
Alexander Nicolaysen Sørnes [Sat, 4 Aug 2007 21:14:20 +0000 (23:14 +0200)] 
comdlg32: printdlg: Set/Load paper orientation in PageSetupDlgW.

16 years agourlmon: Call IInternetProtocolSink_Release and ReleaseStgMedium in HttpProtocol where...
Misha Koshelev [Thu, 16 Aug 2007 05:03:49 +0000 (00:03 -0500)] 
urlmon: Call IInternetProtocolSink_Release and ReleaseStgMedium in HttpProtocol where native does.

16 years agourlmon: Call IInternetProtocolSink_AddRef in HttpProtocol where native does (but...
Misha Koshelev [Thu, 16 Aug 2007 05:02:06 +0000 (00:02 -0500)] 
urlmon: Call IInternetProtocolSink_AddRef in HttpProtocol where native does (but just once).

16 years agowininet: A small test for HttpQueryInfoA.
Mikołaj Zalewski [Wed, 15 Aug 2007 23:56:43 +0000 (16:56 -0700)] 
wininet: A small test for HttpQueryInfoA.

16 years agowininet: Make HttpQueryInfo[AW] work for lpBuffer == NULL and len > 0.
Mikołaj Zalewski [Wed, 15 Aug 2007 23:55:15 +0000 (16:55 -0700)] 
wininet: Make HttpQueryInfo[AW] work for lpBuffer == NULL and len > 0.

16 years agowininet: Support HTTP_QUERY_RAW_HEADER_CRLF|HTTP_QUERY_FLAG_REQUEST_HEADERS.
Mikołaj Zalewski [Wed, 15 Aug 2007 23:29:58 +0000 (16:29 -0700)] 
wininet: Support HTTP_QUERY_RAW_HEADER_CRLF|HTTP_QUERY_FLAG_REQUEST_HEADERS.

16 years agowintrust: Remove redundant check of pbSignedDataMsg (Coverity).
Juan Lang [Wed, 15 Aug 2007 23:41:32 +0000 (16:41 -0700)] 
wintrust: Remove redundant check of pbSignedDataMsg (Coverity).

16 years agocrypt32: Free default chain engine.
Juan Lang [Wed, 15 Aug 2007 23:22:43 +0000 (16:22 -0700)] 
crypt32: Free default chain engine.

16 years agogdiplus: Fix default value of StringTrimmingCharacter.
Evan Stade [Wed, 15 Aug 2007 23:22:35 +0000 (16:22 -0700)] 
gdiplus: Fix default value of StringTrimmingCharacter.

16 years agogdiplus/tests: Added GpStringFormat tests.
Evan Stade [Wed, 15 Aug 2007 23:22:29 +0000 (16:22 -0700)] 
gdiplus/tests: Added GpStringFormat tests.

16 years agogdiplus/tests: Added GdipAddPathLineI test.
Evan Stade [Wed, 15 Aug 2007 23:22:22 +0000 (16:22 -0700)] 
gdiplus/tests: Added GdipAddPathLineI test.

16 years agogdiplus: Use DrawText instead of TabbedTextOut.
Evan Stade [Wed, 15 Aug 2007 23:22:17 +0000 (16:22 -0700)] 
gdiplus: Use DrawText instead of TabbedTextOut.

16 years agogdiplus: Handle empty layout rectangle in GdipDrawString.
Evan Stade [Wed, 15 Aug 2007 23:22:13 +0000 (16:22 -0700)] 
gdiplus: Handle empty layout rectangle in GdipDrawString.

16 years agogdiplus: Handle empty layout rectangle in GdipMeasureString.
Evan Stade [Wed, 15 Aug 2007 23:22:09 +0000 (16:22 -0700)] 
gdiplus: Handle empty layout rectangle in GdipMeasureString.

16 years agogdiplus: Handle StringFormatFlagsNoWrap in GdipMeasureString.
Evan Stade [Wed, 15 Aug 2007 23:22:04 +0000 (16:22 -0700)] 
gdiplus: Handle StringFormatFlagsNoWrap in GdipMeasureString.

16 years agogdiplus: Handle StringFormatFlagsNoWrap in GdipDrawString.
Evan Stade [Wed, 15 Aug 2007 23:22:00 +0000 (16:22 -0700)] 
gdiplus: Handle StringFormatFlagsNoWrap in GdipDrawString.

16 years agogdiplus: Fixed 2 GdipDrawString bugs.
Evan Stade [Wed, 15 Aug 2007 23:21:56 +0000 (16:21 -0700)] 
gdiplus: Fixed 2 GdipDrawString bugs.

16 years agogdiplus: Added GdipMeasureString.
Evan Stade [Wed, 15 Aug 2007 23:21:52 +0000 (16:21 -0700)] 
gdiplus: Added GdipMeasureString.

16 years agoriched20: Constify some variables.
Andrew Talbot [Wed, 15 Aug 2007 20:35:51 +0000 (21:35 +0100)] 
riched20: Constify some variables.

16 years agowined3d: Fix WINED3DFMT_A4L4.
Stefan Dösinger [Sat, 11 Aug 2007 18:02:01 +0000 (20:02 +0200)] 
wined3d: Fix WINED3DFMT_A4L4.

16 years agowined3d: Reinstall the internal reference on the current index buffer.
Stefan Dösinger [Tue, 14 Aug 2007 12:46:38 +0000 (14:46 +0200)] 
wined3d: Reinstall the internal reference on the current index buffer.

16 years agowined3d: Release the stateblock before destroying the swapchain.
Stefan Dösinger [Tue, 14 Aug 2007 12:44:41 +0000 (14:44 +0200)] 
wined3d: Release the stateblock before destroying the swapchain.

16 years agowined3d: Do not advertize A8R3R3B2 support.
Stefan Dösinger [Sat, 11 Aug 2007 15:29:10 +0000 (17:29 +0200)] 
wined3d: Do not advertize A8R3R3B2 support.

16 years agowined3d: Fix WINED3DFMT_R3G3B2.
Stefan Dösinger [Sat, 11 Aug 2007 15:26:29 +0000 (17:26 +0200)] 
wined3d: Fix WINED3DFMT_R3G3B2.

16 years agoshell32/tests: Use GetModuleHandle instead of LoadLibrary.
Paul Vriens [Wed, 15 Aug 2007 19:00:06 +0000 (21:00 +0200)] 
shell32/tests: Use GetModuleHandle instead of LoadLibrary.

16 years agoriched20: Add missing scroll bar update.
Lei Zhang [Wed, 15 Aug 2007 17:45:07 +0000 (10:45 -0700)] 
riched20: Add missing scroll bar update.

16 years agoriched20: Properly calculate control display height.
Lei Zhang [Wed, 15 Aug 2007 17:39:43 +0000 (10:39 -0700)] 
riched20: Properly calculate control display height.

16 years agowinealsa: Add support for playing dsound capture buffer.
Maarten Lankhorst [Wed, 15 Aug 2007 14:24:07 +0000 (16:24 +0200)] 
winealsa: Add support for playing dsound capture buffer.

16 years agowinealsa: Add support for opening/closing dsound capture buffer.
Maarten Lankhorst [Wed, 15 Aug 2007 14:21:27 +0000 (16:21 +0200)] 
winealsa: Add support for opening/closing dsound capture buffer.

16 years agowinealsa: Add IDsCaptureDriverBuffer stub.
Maarten Lankhorst [Wed, 15 Aug 2007 14:11:38 +0000 (16:11 +0200)] 
winealsa: Add IDsCaptureDriverBuffer stub.

16 years agowinealsa: Implement IDsCaptureDriverImpl_Open.
Maarten Lankhorst [Wed, 15 Aug 2007 14:02:36 +0000 (16:02 +0200)] 
winealsa: Implement IDsCaptureDriverImpl_Open.

16 years agowinealsa: Add initial dscapturedriver stub.
Maarten Lankhorst [Wed, 15 Aug 2007 14:01:46 +0000 (16:01 +0200)] 
winealsa: Add initial dscapturedriver stub.

16 years agodsound: Handle failing of obtaining IDsDriverNotify.
Maarten Lankhorst [Wed, 15 Aug 2007 14:43:41 +0000 (16:43 +0200)] 
dsound: Handle failing of obtaining IDsDriverNotify.

16 years agoriched20: Add some test for EM_GETTEXTLENGTHEX and fix the single line edit cases.
Huw Davies [Wed, 15 Aug 2007 13:47:17 +0000 (14:47 +0100)] 
riched20: Add some test for EM_GETTEXTLENGTHEX and fix the single line edit cases.

16 years agoprintui: Update win32.api to fix the winapi_check warnings.
Francois Gouget [Wed, 15 Aug 2007 12:52:34 +0000 (14:52 +0200)] 
printui: Update win32.api to fix the winapi_check warnings.

16 years agontprint: Update win32.api to fix the winapi_check warnings.
Francois Gouget [Wed, 15 Aug 2007 12:52:29 +0000 (14:52 +0200)] 
ntprint: Update win32.api to fix the winapi_check warnings.

16 years agontoskrnel.exe: Better match the PSDK types and fix the winapi_check warnings.
Francois Gouget [Wed, 15 Aug 2007 12:52:23 +0000 (14:52 +0200)] 
ntoskrnel.exe: Better match the PSDK types and fix the winapi_check warnings.

16 years agontdll: Better match the PSDK types and fix the winapi_check warnings.
Francois Gouget [Wed, 15 Aug 2007 12:52:06 +0000 (14:52 +0200)] 
ntdll: Better match the PSDK types and fix the winapi_check warnings.

16 years agonddeapi: Update win32.api to fix the winapi_check warnings.
Francois Gouget [Wed, 15 Aug 2007 12:51:52 +0000 (14:51 +0200)] 
nddeapi: Update win32.api to fix the winapi_check warnings.