wine
2009-01-29  Marcus Meissnerriched20: Removed unneeded NULL check (Coverity).
2009-01-29  Marcus Meissnerregedit: Check HeapAlloc results (coverity).
2009-01-29  Juan Langrsaenh: Also write a key's permissions when it's being...
2009-01-29  Juan Langrsaenh: Load/store key permissions along with key pair...
2009-01-29  Juan Langrsaenh: Use key spec rather than char * to identify...
2009-01-29  Juan Langrsaenh: Don't store a key to the registry when it's...
2009-01-29  Juan Langrsaenh: Store a key's value to the registry when a...
2009-01-29  Juan Langrsaenh: Split CPImportKey into a helper function for...
2009-01-29  Juan Langrsaenh: Use helper function to install keys.
2009-01-29  Juan Langrsaenh: Separate storing a key container's keys from...
2009-01-29  Juan Langrsaenh: Add a test for importing a key into a container...
2009-01-29  Juan Langrsaenh: Honor a key's permissions when exporting a...
2009-01-29  Juan Langrsaenh: Split CPExportKey into helper functions for...
2009-01-29  Juan Langrsaenh: Fix CryptSetKeyParam for KP_PERMISSIONS.
2009-01-29  Juan Langrsaenh: Honor the CRYPT_EXPORTABLE flag to CryptAcquire...
2009-01-29  Juan Langrsaenh: Honor the CRYPT_EXPORTABLE flags to CryptImportKey.
2009-01-29  Juan Langrsaenh: Add tests for key permissions.
2009-01-29  Dan Kegelmsvcrt: Remove CRs earlier in ascii mode in fseek,...
2009-01-29  Dan Kegelmsvcrt: _flsbuf zeroes _cnt.
2009-01-29  Alasdair Sinclairuser32/tests: Fix missing void in empty parameter list.
2009-01-29  Alasdair Sinclairwinmm/tests: Fix missing void in empty parameter list.
2009-01-29  Alasdair Sinclairurlmon/tests: Fix missing void in empty parameter list.
2009-01-29  Alasdair Sinclairmsi/tests: Fix missing void in empty parameter list.
2009-01-29  Alasdair Sinclairmshtml/tests: Fix missing void in empty parameter list.
2009-01-29  Paul Vrienskernel32/tests: Fix some test failures on Win9x and...
2009-01-29  Paul Vrienskernel32/tests: Fix some test failures on Win9x and...
2009-01-29  Paul Vrienskernel32/tests: Fix some test failures on several platf...
2009-01-29  Gerald Pfeiferiphlpapi: #define RTF_LLINFO if not in system headers.
2009-01-29  Anders Jonssoncomdlg32: Update Swedish translation.
2009-01-29  Anders Jonssoncmdlgtst: Add Swedish translation.
2009-01-29  Aric Stewartshell32: In ParseDisplayName make use of shdocvw if...
2009-01-29  Aric Stewartsetupapi: Implement pSetupInstallCatalog.
2009-01-29  Aric Stewartwine.inf: Add reg.exe as a stub to system32 now that...
2009-01-29  Hans Leidekkerwininet: Mark IE6 behaviour of HttpSendRequestW as...
2009-01-29  Hans Leidekkerkernel32: Add stub implementations of Wow64DisableWow64...
2009-01-28  Alexandre Julliardntdll: Convert the DbgPrint* functions to use MS ABI...
2009-01-28  Alexandre Julliardntdll: Copy the msvcrt printf implementation to ntdll...
2009-01-28  Alexandre Julliardgdi32: Don't hold the GDI lock while calling the Freety...
2009-01-28  Alexandre Julliardgdi32: Get rid of GDI_ReallocObject.
2009-01-28  Alexandre Julliardgdi32: Allocate palette entries separately from the...
2009-01-28  Alexandre Julliardgdi32: Release GDI handles before freeing the object.
2009-01-28  Alexandre Julliardgdi32: Allocate and initialize GDI objects before givin...
2009-01-28  Alexandre Julliardgdi32: Use the official constants instead of the old...
2009-01-28  Uwe Bonnesmsvcrt/tests: Test case to show Wine still mishandles...
2009-01-28  Aric Stewartreg.exe: Implement DELETE.
2009-01-28  Aric Stewartreg.exe: Implement ADD for REG_SZ.
2009-01-28  Igor Tarasovgdi32: Add logcal points to device points conversion...
2009-01-28  Rob Shearmanrpcrt4: Add tests for NdrGetUserMarshalInfo.
2009-01-28  Rob Shearmanrpcrt4: Implement NdrGetUserMarshalInfo.
2009-01-28  Rob Shearmanrpcrt4: Don't test for a specific value for fBufferVali...
2009-01-28  Rob Shearmanole32: Fix a missing CoUninitialize in test_CoFreeUnuse...
2009-01-28  Rob Shearmanole32: Fix some tests that fail on NT4 and Win9x.
2009-01-28  Alistair Leslie... mshtml: Add missing interfaces.
2009-01-28  Austin Englishauthz: Add stub dll.
2009-01-28  Aric Stewartmsctf: Add stub ITfThreadMgr interface.
2009-01-28  Aric Stewartmsctf: Add definition of CLSID_TF_ThreadMgr.
2009-01-28  Aric Stewartmsctf: Add regsvr functions.
2009-01-28  Aric Stewartmsctf: Add base dll framework.
2009-01-28  Ricardo Filipepdh: Add stub for EdhEnumObjectItemsA/W.
2009-01-28  Ricardo Filipentdll: Add stub for RtlDecompressBuffer.
2009-01-28  Hervé Chanalshell32: A new icon for mydocs.
2009-01-28  Hervé Chanalshell32: A new icon for trash_file.
2009-01-28  Hervé Chanalshell32: A new icon for mycomputer.
2009-01-28  Paul Vrienskernel32/tests: Don't crash when run as a normal user.
2009-01-28  Paul Vrienskernel32/tests: Fill the buffer to show a bug in Wine.
2009-01-28  Huw Daviesole32: The bigblockfile on ILockBytes implementation...
2009-01-28  Huw Daviesole32: Add a helper function to return the file size...
2009-01-28  Huw Daviesole32: Move functions around in file to avoid forward...
2009-01-28  Huw Daviesole32: Move private data structure out of header file.
2009-01-28  Michael Stefaniucsetupapi: Remove superfluous pointer casts.
2009-01-28  Michael Stefaniuccrypt32: Remove remaining superfluous pointer casts.
2009-01-28  Michael Stefaniucdinput: Remove superfluous pointer casts.
2009-01-28  Marcus Meissnerd3d9: Remove useless NULL check in stateblock test...
2009-01-28  Marcus Meissnerriched20: rcUpdate cannot be NULL in ME_PaintContent...
2009-01-28  Dylan Smithrichedit: Updated internal style flags on EM_SHOWSCROLLBAR.
2009-01-28  Dylan Smithrichedit: Suppress scrollbar if missing WS_[VH]SCROLL...
2009-01-28  Dylan Smithrichedit: Actually store end of line string for end...
2009-01-28  Austin Englishkernel32: Add a stub for OpenProfileUserMapping.
2009-01-28  Lei Zhangwineps.drv: Remove SelectBitmap stub implementation.
2009-01-28  Michael Stefaniucdsound: Use UlongToHandle to make the real payload...
2009-01-28  Michael Stefaniucdsound: Fix mixup between HWAVEOUT and HWAVEIN.
2009-01-28  Michael Stefaniucwineesd.drv: Add missing return in function returning...
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.
next