dbghelp: Minor cleanup.
[wine] / dlls /
2007-05-17  Peter Oberndorferdbghelp: Minor cleanup.
2007-05-17  Huw Daviesoleaut32: Type references are global to the typelib.
2007-05-17  Alexandre Julliardntoskrnl.exe: Implemented PsGetVersion and added stubs...
2007-05-16  Alexandre Julliardntoskrnl.exe: Export a Wine-internal function to run...
2007-05-16  Alexandre Julliardntoskrnl.exe: Implemented a number of memory allocation...
2007-05-16  Alexandre Julliardkernel32: Check for already loaded module also for...
2007-05-16  Alexandre Julliardkernel32: Support incrementing the module refcount...
2007-05-16  Alexandre Julliardntdll: Implemented LdrAddRefDll.
2007-05-16  Alexandre Julliardntdll: Reimplement LdrGetDllHandle to use the same...
2007-05-16  Dmitry Timoshkovuser32: Remove duplicated code.
2007-05-16  Anatoly Lyutinuser32: mdi: Fix switch with wParam in WM_SYSCOMMAND...
2007-05-16  Misha Koshelevmsi/tests: automation: Add tests for Installer::Product...
2007-05-16  Misha Koshelevmsi/tests: automation: Remove unnecessary if (SUCCEEDED...
2007-05-16  Misha Koshelevmsi: automation: Condense a few loops.
2007-05-16  Rolf Kalbermatteradvapi32: Add access flags to service handle data.
2007-05-16  Andrew Riediwined3d: Add hardware cursor support.
2007-05-16  Dan Hipschmanwidl: Write some structures to the type format string...
2007-05-16  Andrew Talbotopengl32: Exclude unused header.
2007-05-16  Andrew Talbotoleaut32: Exclude unused headers.
2007-05-16  Andrew Talbotoledlg: Exclude unused header.
2007-05-16  Andrew Talbotole32: Exclude unused headers.
2007-05-16  Erez Volkntdll: Added IDT Timezone (Israel daylight savings...
2007-05-16  Mikołaj Zalewskicomctl32: toolbar: TB_SETIMAGELIST should try to preser...
2007-05-16  Dmitry Timoshkovkernel32: Add a test for LoadLibraryEx(LOAD_LIBRARY_AS_...
2007-05-15  Alexandre Julliardntoskrnl.exe: Added IofCompleteRequest.
2007-05-15  Alexandre Julliardntoskrnl.exe: Export KeServiceDescriptorTable and KeTic...
2007-05-15  Alexandre Julliardntoskrnl.exe: Implemented IoCreateSymbolicLink.
2007-05-15  Alexandre Julliardntoskrnl.exe: Implemented IoCreateDevice and IoDeleteDe...
2007-05-15  Markus Amslerdbghelp: Late init hash_table.
2007-05-15  Markus Amslerdbghelp: Speed up vector iteration by directly using...
2007-05-15  Markus Amslerdbghelp: Speed up pool_alloc. Patch by Eric Pouech.
2007-05-15  Markus Amslerdbghelp: Speed up vector_add by avoiding pool_realloc...
2007-05-15  Francois GougetAssorted spelling fixes.
2007-05-15  Francois Gougetmshtml: Fix '\n' typo.
2007-05-15  Vitaliy Margolendinput: Prevent race between destroying the hook window...
2007-05-15  Juan Langwintrust: Implement WintrustGetRegPolicyFlags and Wintr...
2007-05-15  Juan Langcrypt32: Remove last error checks on success.
2007-05-15  Juan Langcrypt32: Use public functions to get store access state.
2007-05-15  Juan Langcrypt32: Implement CertGetStoreProperty and CertSetStor...
2007-05-15  Juan Langcrypt32: Don't set ret to TRUE when it already is.
2007-05-15  Misha Koshelevmsi: automation: Simplify counting products/related...
2007-05-15  Misha Koshelevmsi: automation: Installer::Products, verify HeapAlloc...
2007-05-15  Misha Koshelevmsi: Make MsiEnumRelatedProducts enumerate registry...
2007-05-15  Misha Koshelevmsi: automation: Implement Installer::RelatedProducts.
2007-05-15  Misha Koshelevmsi/tests: automation: Add tests for Installer::Related...
2007-05-15  Misha Koshelevmsi: automation: Implement Installer::InstallProduct.
2007-05-15  Misha Koshelevmsi/tests: automation: Add test for Installer::InstallP...
2007-05-15  Misha Koshelevmsi: automation: Implement Record::IntegerData.
2007-05-15  Jacek Cabanmshtml: Improve some exec command stubs.
2007-05-15  Dmitry Timoshkovuser32: Add a test for the menu resource loader, make...
2007-05-15  Dmitry Timoshkovuser32: Add a test for CheckMenuRadioItem and make...
2007-05-15  Mounir IDRASSIrsaenh: Fix crash in RSAENH_CPVerifySignature if pbSign...
2007-05-15  Maarten Lankhorstdsound: IDirectSound_Compact should return DS_OK on...
2007-05-15  Andrew Talbotnetapi32: Exclude unused headers.
2007-05-15  Andrew Talbotntdll: Exclude unused headers.
2007-05-15  Andrew Talbotmsxml3: Exclude unused headers.
2007-05-15  Andrew Talbotmsvcrt: Exclude unused headers.
2007-05-15  Andrew Talbotmsvfw32: Exclude unused header.
2007-05-15  Andrew Talbotmsvcrt20: Exclude unused header.
2007-05-14  Alexandre Julliardhal: Added an initial stub.
2007-05-14  Alexandre Julliardntoskrnl.exe: Initial stub version with forwards to...
2007-05-14  Emmanuel Maillardwinecoreaudio: Initial implementation of MIX_SetControl...
2007-05-14  Emmanuel Maillardwinecoreaudio: Initial implementation of MIX_GetControl...
2007-05-14  Emmanuel Maillardwinecoreaudio: Initial implementation of MIX_GetLineCon...
2007-05-14  Emmanuel Maillardwinecoreaudio: Initial implementation of MIX_GetLineInfo.
2007-05-14  Emmanuel Maillardwinecoreaudio: Implement MIX_GetDevCaps.
2007-05-14  Emmanuel Maillardwinecoreaudio: Implement MIX_Open and MIX_GetNumDevs.
2007-05-14  Emmanuel Maillardwinecoreaudio: Initial mixer support on Mac OS X.
2007-05-14  Paul Vriensole32/tests: Check for correct return value.
2007-05-14  Misha Koshelevmsi: automation: Implement View::Modify.
2007-05-14  Misha Koshelevmsi/tests: automation: Add test for View::Modify.
2007-05-14  Misha Koshelevmsi/tests: automation: Add tests for Record::IntegerData.
2007-05-14  Misha Koshelevmsi/tests: automation: Correct expected Record::StringD...
2007-05-14  Misha Koshelevmsi: automation: Implement Record::FieldCount.
2007-05-14  Misha Koshelevmsi: automation: Return DISP_E_MEMBERNOTFOUND if flags...
2007-05-14  Misha Koshelevmsi/tests: automation: Test invoking methods as propert...
2007-05-14  Misha Koshelevmsi: automation: Implement Installer::CreateRecord.
2007-05-14  Misha Koshelevmsi/tests: automation: Test for Installer::CreateRecord...
2007-05-14  Misha Koshelevmsi: automation: Implement Session::EvaluateCondition.
2007-05-14  Misha Koshelevmsi/tests: automation: Add tests for Session::EvaluateC...
2007-05-14  Mikołaj Zalewskicomctl32: status: Send a NMMOUSE in mouse notifications...
2007-05-14  Marcus Meissnerddraw/tests: Check for failing to create surfaces.
2007-05-14  Jacek Cabanmshtml: Don't call start_binding if we use necko to...
2007-05-14  Jacek Cabanmshtml: Wrap nsIExternalProtocolHandler.
2007-05-14  Maarten Lankhorstdsound: Primary buffer isn't an IDirectSoundBuffer8.
2007-05-14  Maarten Lankhorstwinealsa: Remove dead code.
2007-05-14  Mounir IDRASSIcrypt32: Stub implementation of CertGetCertificateChain.
2007-05-14  Mounir IDRASSIcrypt32: Stub implementation of CryptFindLocalizedName.
2007-05-14  Mounir IDRASSIcrypt32: Fix crash in CertGetCertificateContextProperty...
2007-05-14  Rob Shearmanole32: Don't lookup the address for the DllGetClassObje...
2007-05-14  Rob Shearmanole32: Fix CoUninitialize to only free libraries that...
2007-05-14  Frank Richtershell32: Update German resources.
2007-05-14  Frank Richtercredui: Add German translation.
2007-05-14  Frank Richtershdoclc: Update German translation.
2007-05-14  Andrew Talbotadvapi32: Fix a typo.
2007-05-14  Francois Gougetddraw/tests: Fix compilation on systems that don't...
2007-05-14  Marcus Meissnerwined3d: Fixed swapchain context NULL ptr checks.
2007-05-14  Dan Hipschmanwidl: Handle pointers fields that point to structures.
2007-05-14  Mikołaj Zalewskimsxml3: Implement IXMLDOMDocument2::setProperty("Select...
2007-05-14  Mikołaj Zalewskilocalui: Add Polish translation.
next