d3dx9_36: The d3dx debug channel is unused so remove it.
[wine] / dlls /
2009-02-09  Francois Gougetd3dx9_36: The d3dx debug channel is unused so remove it.
2009-02-09  Francois Gougetshell32: HCR_GetDefaultIconFromGUIDW() is unused so...
2009-02-09  Francois Gougetshell32: Get rid of TRASH_ELEMENT and TRASH_DisposeElem...
2009-02-09  Francois Gougetshell32: Remove some unused functions in clipboard.c.
2009-02-09  Francois Gougetwinealsa.drv: ALSA_PeekRingMessage() is not used anymor...
2009-02-09  Francois Gougeturlmon: Make create_http_protocol() static.
2009-02-09  Francois Gougetuser32: Make EditWndProcW() static, fix its documentation.
2009-02-09  Francois Gougetuser32: Reorder some functions to avoid forward declara...
2009-02-09  Francois Gougetuser32: Remove unneeded forward declarations in edit.c.
2009-02-09  Dylan Smithrichedit: Removed ME_StrRelPos, ME_StrRelPos2, & ME_Pos...
2009-02-09  Dylan Smithrichedit: Got rid of ME_GetCharFwd and ME_GetCharBack.
2009-02-09  Dylan Smithrichedit: Removed ME_StrLen and ME_StrVLen field access...
2009-02-09  Dylan Smithrichedit: Got rid of useless function ME_VPosToPos.
2009-02-09  Dylan Smithrichedit: Removed some conditions that are always taken.
2009-02-09  Dylan Smithrichedit: Avoid duplication in make string functions...
2009-02-09  Dylan Smithrichedit: Prevent string trunction due to NULL characters.
2009-02-09  Dylan Smithrichedit: Simplified ME_UpdateSelectionLinkAttribute.
2009-02-09  Dylan Smithrichedit: Directly get start and end of text on Ctrl...
2009-02-09  Dylan Smithrichedit: Wrap even when message says not to repaint.
2009-02-09  Alexandre Julliardinclude: Moved VWIN32 ioctl definitions out of winioctl.h.
2009-02-09  Alexandre Julliardsetupapi: Don't use 'interface' as variable name, since...
2009-02-09  Alexandre Julliardjscript: Rename the GetObjectW variable to avoid confli...
2009-02-09  Alexandre Julliardrsaenh: Rename the HANDLETABLE structure to avoid confl...
2009-02-09  Alexandre Julliardinclude: Undefine a few Unicode macros that conflict...
2009-02-09  Andrew Talbotqcap: Remove an unused function.
2009-02-09  Andrew Talbotcabinet: Declare a function static.
2009-02-09  Juan Langrpcrt4: Don't abort reading from a pipe if a single...
2009-02-09  Juan Langcryptui: Delete the private keys if requested when...
2009-02-09  Juan Langcryptui: Save private key in temporary store when expor...
2009-02-09  Juan Langcryptui: Ensure a certificate's private key is exportab...
2009-02-09  Juan Langcryptui: Correct return value of the user cancels the...
2009-02-09  Juan Langcryptui: Implement exporting to a PFX file.
2009-02-09  Juan Langcryptui: Skip password page when moving backward throug...
2009-02-09  Juan Langcryptui: Validate password in export wizard.
2009-02-09  Juan Langcryptui: Only show password page if the private key...
2009-02-09  Juan Langcryptui: Add a password page to the export wizard.
2009-02-09  Juan Langcryptui: Enable/disable PFX choice based on whether...
2009-02-09  Juan Langcryptui: Set default export format based on whether...
2009-02-09  Juan Langcryptui: Make a copy of export info in CryptUIWizExport.
2009-02-09  Juan Langcryptui: Prompt whether to export the private key from...
2009-02-09  Michael Stefaniucriched20: Fix some Win64 compiler warnings.
2009-02-09  Michael Stefaniucspoolss: Add missing LeaveCriticalSection on error...
2009-02-09  Aric Stewartmsctf: Hook up ITfContextOwnerCompositionSink if present.
2009-02-09  Juan Langcrypt32: Fix a regression in chain tests.
2009-02-09  Artem Reznikovavifil32: Ukranian translation.
2009-02-06  Alexandre Julliardwinmm: Disable system thread if poll() support is missing.
2009-02-06  Alexandre Julliardmakefiles: Pass the target flags to winegcc.
2009-02-06  Alistair Leslie... mshtml: Implement IHTMLStyle_get_backgroundColor.
2009-02-06  Alistair Leslie... mshtml: Implement IHTMLStyle_put_fontWeight.
2009-02-06  Detlef Riekenbergspoolss: Move routing functions to a seperate file.
2009-02-06  Jeremy Whitesane.ds: More completely implement ICAP_XFERMECH, with...
2009-02-06  David Adamd3dx8: Implement D3DXComputeBoundingBox.
2009-02-06  David Adamd3dx8: Implement D3DXComputeBoundingSphere.
2009-02-06  Luis C. Busquets... d3dx8: Add tests for D3DXGetFVFVertexSize.
2009-02-06  David Adamd3dx8: Implement D3DXGetFVFVertexSize.
2009-02-06  David Adamd3dx8: Change the debug channel into the generic d3dx.
2009-02-06  David Adamd3dx8: Remove useless includes.
2009-02-06  David Adamd3dx8: Move some functions into core.c to match the...
2009-02-06  Alexandre JulliardFix position of CDECL qualifier for functions that...
2009-02-06  Michael Stefaniuccomctl32/tests: Remove superfluous pointer casts.
2009-02-06  Dylan Smithrichedit: Avoided searching for adjacent paragraphs...
2009-02-06  Dylan Smithrichedit: Removed incorrect FIXME comment.
2009-02-06  Dylan Smithrichedit: Add paragraph field to wrap context to avoid...
2009-02-06  Dylan Smithrichedit: Accept paragraph as parameter for ME_CharOfsF...
2009-02-06  Dylan Smithrichedit: Get the paragraph with ME_RunOfsFromCharOfs.
2009-02-06  Dylan Smithrichedit: Properly destroy context in two places.
2009-02-06  Dylan Smithrichedit: Removed unnecessary calls to ME_WrapMarkedPar...
2009-02-06  Dylan Smithrichedit: Simplified the character length delete protec...
2009-02-06  Juan Langcrypt32: Fix some test failures on older versions of...
2009-02-06  Aric Stewartmsctf: When a Context is created connect to the ITextSt...
2009-02-06  Aric Stewartmsctf: Add stub ITextStoreACPSink.
2009-02-06  Jacek Cabanmshtml: Remove document observer before releasing nsdoc.
2009-02-06  Jacek Cabanmshtml: Wine Gecko 0.9.1 release.
2009-02-06  Paul Vriensfusion/tests: Fix some tests failures on .NET 1.1 ...
2009-02-06  Paul Vriensfusion/tests: Fix a test failure on Win64.
2009-02-06  Paul Vriensfusion/tests: Fix some test failures on systems with...
2009-02-06  Paul Vriensfusion/tests: Run tests correctly on Win98.
2009-02-06  Michael Stefaniucwinejack.drv: The dwParam1/dwParam2 function arguments...
2009-02-06  Michael Stefaniucwinmm: SendDriverMessage takes LPARAM as 3rd and 4th...
2009-02-06  Andre Wisplinghoffcomdlg32: Update German and French translation.
2009-02-06  Ken Thomaseswinecoreaudio.drv: Add support for waveOutBreakLoop...
2009-02-06  Marcus Meissnermshtml: Fixed size passed to MultiByteToWideChar.
2009-02-06  Marcus Meissneradvapi32: Fixed size of userName.
2009-02-06  Andrew Talbotnetapi32: Remove unused functions.
2009-02-06  Andrew Talbotmsi: Remove unused functions.
2009-02-06  Aric Stewartmsctf: Stub implementation of SetInputScopes.
2009-02-06  Aric Stewartmsctf: Stub for SetInputScope.
2009-02-06  David Hedbergmsvcrt: Implement _mbcjistojms.
2009-02-06  Rob Shearmanrpcrt4: Change the test of CStdStubBuffer->pPSFactory...
2009-02-06  Rob Shearmanole32: Fix an ole2 test failure on Win9x and NT4.
2009-02-06  Juan Langshell32: Fix a few tests on Windows 98 and Vista.
2009-02-06  Christoph von Wittichkernel32: DeviceIoControl: lpBytesReturned must not...
2009-02-05  Aric Stewartmsctf: Add sink framework and implement ITfTextEditSink...
2009-02-05  Marcus Meissnermshtml: Call install_cab_file() with name directly...
2009-02-05  Gerald Pfeiferwnaspi32: Invoke ASPI_SendASPICommand() on non-Linux...
2009-02-05  Juan Langmapi32: Fix failing tests on some Win9x versions.
2009-02-05  Juan Langadvapi32: Support the computer name as an account name...
2009-02-05  Juan Langadvapi32: Test LookupAccountName with the computer...
2009-02-05  Paul Vriensfusion/tests: Do the conversion before testing.
2009-02-05  Michael Stefaniucwinhttp: Remove superfluous pointer casts.
next