wine
2009-01-28  Alasdair Sinclairkernel32/tests: Fix missing void in empty parameter...
2009-01-28  Alasdair Sinclairdwmapi: Fix missing void in empty parameter list.
2009-01-28  Alasdair Sinclairddraw/tests: Fix missing void in empty parameter list.
2009-01-28  Alasdair Sinclaird3d9/tests: Fix missing void in empty parameter list.
2009-01-28  Anders Jonssonwineconsole: Fix typos in Swedish resources.
2009-01-28  Anders Jonssonview: Add Swedish translation.
2009-01-28  Marcus Meissnerd3d9: Initialize hr (Coverity).
2009-01-28  Mikołaj Zalewskicomctl32: toolbar: Make sure all TBUTTON_INFO fields...
2009-01-28  Juan Langcrypt32: Implement CryptFindCertificateKeyProvInfo.
2009-01-28  Juan Langinclude: Add definitions for CryptFindCertificateKeyPro...
2009-01-28  Juan Langcrypt32: Implement CertFindCertificateInStore for CERT_...
2009-01-28  Juan Langcrypt32: Add stub for PFXImportCertStore.
2009-01-28  Juan Langcrypt32: Implement PFXIsPFXBlob.
2009-01-28  Juan Langcrypt32: Implement PFXExportCertStore on top of PFXExpo...
2009-01-28  Juan Langcrypt32: Add stub for PFXExportCertStoreEx.
2009-01-28  Juan Langinclude: Add PFX definitions.
2009-01-28  Juan Langinclude: Add a few definitions.
2009-01-28  Hans Leidekkerwuapi: Add class factory for CLSID_AutomaticUpdates.
2009-01-27  Alexandre Julliardgdi32: Don't hold the GDI lock while calling the GetObj...
2009-01-27  Alexandre Julliardgdi32: Don't hold the GDI lock while calling the Unreal...
2009-01-27  Alexandre Julliardgdi32: Don't hold the GDI lock while calling the Delete...
2009-01-27  Alexandre Julliardgdi32: Release the GDI lock when calling the DC DeleteO...
2009-01-27  Frans Koolcryptdlg: Added Dutch translations.
2009-01-27  Frans Koolcrypt32: Added missing Dutch translation.
2009-01-27  Michael Stefaniucuser32: Fix bogus "if (!x & y)" code.
2009-01-27  Alistair Leslie... shdocvw: Add IServiceProvider support.
2009-01-27  Andrew Nguyengdi32: Stub the NamedEscape function.
2009-01-27  Florian Köberleuser32: Unify handling of child and normal windows...
2009-01-27  Florian Köberleuser32: Fix maximized child windows.
2009-01-27  Florian Köberleuser32/tests: Improved an error message.
2009-01-27  Florian Köberleuser32: Fix thick child minTrack and size.
2009-01-27  Florian Köberleuser32: Fix maxPosition of thick child windows.
2009-01-27  Florian Köberleuser32/tests: Use AdjustWindowRectEx to calculate minTr...
2009-01-27  Nikolay Sivovquartz: Fix NULL pointer dereference (Coverity).
2009-01-27  Alexandre Julliardkernel32/tests: Don't hardcode C drive for SetCurrentDi...
2009-01-27  Alexandre Julliarduser32/tests: Accept DISP_CHANGE_RESTART also for tests...
2009-01-27  Hans Leidekkermsvcrt: Add a test for _vsnwprintf.
2009-01-27  Hans Leidekkermsi: Add stub implementations of MsiSourceListClearSour...
2009-01-27  Hans Leidekkerschannel: Add stub implementations of SslEmptyCacheA/W.
2009-01-27  Michael Stefaniuclocalspl: Remove superfluous pointer casts.
2009-01-27  Michael Stefaniucgphoto.ds: Remove superfluous pointer casts.
2009-01-27  Michael Stefaniucdmsynth: Remove superfluous pointer casts.
2009-01-27  Michael Stefaniucntprint: Remove superfluous pointer casts.
2009-01-27  Michael Stefaniuchlink: Remove superfluous pointer casts.
2009-01-27  Michael Stefaniucavifil32: Remove superfluous pointer casts.
2009-01-27  Jeremy Whitetwain_32: Add an initial test framework for twain_32...
2009-01-27  Paul Vriensquartz/tests: Fix test failures on Win95 by using A...
2009-01-27  Ge van Geldorpd3d8/tests: Make tests pass on a W2K8 VM.
2009-01-27  Alexandre Julliardservices: Add stub implementation for SERVICE_CONFIG_FA...
2009-01-27  Alexandre Julliardntdll: Ignore spurious write faults for a write watch...
2009-01-27  Dylan Smithriched32: Test EM_FINDTEXT searching for end of line...
2009-01-27  Dylan Smithrichedit: Removed redundant ME_FindItemAtOffset using...
2009-01-27  Dylan Smithrichedit: Handle starting in EOL sequence in EM_GETTEXT...
2009-01-27  Dylan Smithriched32: Test for EM_GETTEXTRANGE from middle of end...
2009-01-27  Dylan Smithrichedit: Handle case for EM_LINELENGTH when offset...
2009-01-27  Dylan Smithriched32: Test EM_LINELENGTH between carriage return...
2009-01-27  Dylan Smithrichedit: End of line sequence limited to 2 carriage...
2009-01-27  Dylan Smithriched32: Modified tests to show paragraph break incons...
2009-01-27  Austin Englishconfigure: Fix <netinet/tcp_var.h> detection on OpenBSD.
2009-01-27  Austin Englishconfigure: Fix <netinet/in_pcb.h> detection on OpenBSD.
2009-01-27  Austin Englishtools/wine.inf: Add a placeholder for stdole2.tlb.
2009-01-27  Rico Schüllerd3dx9_40: Implement d3dx9_40 and forward the functions...
2009-01-27  Rico Schüllerd3dx9_39: Fix version information.
2009-01-27  Rico Schüllerd3dx9_38: Fix version information.
2009-01-27  Marcus Meissnerkernel32: Initialize events correctly.
2009-01-27  Marcus Meissnershell32: Added missing fclose (Coverity).
2009-01-27  Marcus Meissnerddrawex: Use stack ctx instead of uninitialized variable.
2009-01-27  Austin Englishiphlpapi: Fix includes for NetBSD.
2009-01-27  Ricardo Filipesetupapi: Add stub for SetupDiGetClassImageList.
2009-01-27  Ricardo Filipentdll: Add stub for RtlCompressBuffer.
2009-01-27  Juan Langcrypt32: Fix typo.
2009-01-27  Juan Langcryptui: Export all selected certificates when requeste...
2009-01-27  Juan Langcryptui: Set default export file name based on input...
2009-01-27  Juan Langcryptui: Move code for enabling the PFX export format...
2009-01-27  Juan Langcryptui: Select export format based on input in CryptUI...
2009-01-27  Juan Langcryptui: Implement CryptUIWizExport for CRYPTUI_WIZ_EXP...
2009-01-27  Juan Langcrypt32: Close file when appropriate in CertSaveStore.
2009-01-27  Juan Langcrypt32: Set save function in switch statement rather...
2009-01-27  Juan Langcryptui: Add support for exporting a serialized store...
2009-01-27  Juan Langinclude: Add missing type to union.
2009-01-27  Juan Langcryptui: Add error checking to CryptUIWizExport.
2009-01-27  Juan Langcryptui: Default to exporting in DER format.
2009-01-27  Juan Langcryptui: Always initialize export wizard's export options.
2009-01-26  David Adamd3dx9_39: Implement this dll and forward the functions...
2009-01-26  David Adamd3dx9_38: Implement the dll and forward the functions...
2009-01-26  Aric Stewartrasdlg: Initial stub dll.
2009-01-26  Ge van Geldorpkernel32/tests: "none" debugger test needs user interac...
2009-01-26  Marcus Meissnermsi: Initialize row (Coverity).
2009-01-26  James Hawkinsadvpack: Don't test properties of a file if it can...
2009-01-26  James Hawkinsadvapi32: Skip tests if the default provider cannot...
2009-01-26  James Hawkinsadvpack: Skip tests for broken functions.
2009-01-26  Ge van Geldorpsetupapi/tests: Make tests pass on Vista and W2K8.
2009-01-26  Ge van Geldorpuxtheme/tests: Adjust error test for W2K8.
2009-01-26  Ge van Geldorpole32/tests: Some Windows versions need the class to...
2009-01-26  Andrey Turkindwmapi: Add DwmEnableMMCSS stub.
2009-01-26  Andrew Talbotwinedos: Declare some functions static.
2009-01-26  Andrew Talbotwinealsa.drv: Declare a function static.
2009-01-26  Nikolay Sivovmshtml/tests: Fix interface release (Coverity).
2009-01-26  Nikolay Sivovmsi: Fix potential NULL pointer dereference in ILockByt...
2009-01-26  Nikolay Sivovmsi: Fix NULL dereference in MsiQueryComponentStateW...
next