msi: Rename SetFeatureStates to match the naming scheme of internal msi functions.
[wine] / dlls /
2006-07-20  James Hawkinsmsi: Rename SetFeatureStates to match the naming scheme...
2006-07-20  Hans Leidekkerusp10: Implement and test ScriptCacheGetHeight.
2006-07-20  Jacek Cabanurlmon: Added PARSE_CANONICALIZE implementation in...
2006-07-20  Jacek Cabanmshtml: Wrap remaining Heap* functions by inline functions.
2006-07-20  Paul Vrienswininet: FTP_FtpDeleteFileW expects a LPWININETFTPSESSIONW.
2006-07-20  Andrew Talbotdnsapi/tests: Write-strings warnings fix.
2006-07-20  Andrew Talbotcomctl32/tests: Write-strings warnings fix.
2006-07-20  H. Verbeetwined3d: Compilation fixes.
2006-07-20  Kovács Andrásdinput: joydev_enum_deviceA now returns the correct...
2006-07-20  Hwang YunSong(황윤성)comctl32: Updated Korean resource.
2006-07-20  Juan Langcrypt32: Implement more string types for X509_NAME_VALUE.
2006-07-20  Juan Langcrypt32: Correct handling of empty output buffer in...
2006-07-20  Juan Langmsi: Implement ACTION_AppSearchIni.
2006-07-19  Alexandre Julliardntdll: Null-terminate strings returned by VFAT_IOCTL_RE...
2006-07-19  Paul Vrienswininet: FTP_FtpRenameFileW expects a LPWININETFTPSESSIONW.
2006-07-19  Juan Langcrypt32: Implement X509_UNICODE_NAME_VALUE encoding...
2006-07-19  Juan Langmsi: Implement searching parent in ACTION_AppSearchReg.
2006-07-19  Mike McCormackmsi: Implement MsiConfigureFeatureW.
2006-07-19  Mike McCormackmsi: Fix the size of base 85 GUIDs.
2006-07-19  Mike McCormackmsi: Only load the features and files tables once.
2006-07-19  Jeff Latimerusp10: Add ScriptStringCPtoX and ScriptStringXtoCP...
2006-07-19  Alexandre Julliardkernel: Simplify set_process_name now that it doesn...
2006-07-19  Alexandre Julliardkernel: Added support for exec'ing a new Win32 process.
2006-07-19  Alexandre Julliardserver: Simplify process creation.
2006-07-19  Jason Greenwined3d: Make the number of floating point shader const...
2006-07-19  Stefan Leichtercrypt32: Make tests loadable on NT4.
2006-07-19  James Hawkinsmsi: Add a stub implementation of MsiSourceListClearAll.
2006-07-19  James Hawkinsmsi: Sort SelectionTree items by their Display value.
2006-07-19  Huw Daviesmsi: Create files with the correct file attributes.
2006-07-19  Mike McCormackmsi: Check the right pointers for NULL.
2006-07-19  Mike McCormackmsi: Set properties, not the command line in MsiReinsta...
2006-07-19  Mike McCormackmsi: Implement MsiSetInstallLevel.
2006-07-19  Hwang YunSong(황윤성)mshtml: Updated Korean resource.
2006-07-19  Andrew Talbotsecur32: Write-strings warnings fix.
2006-07-19  Andrew Talbotcrypt32/tests: Write-strings warnings fix.
2006-07-19  Benjamin Araioleaut32: Update error codes for VarMod.
2006-07-19  Huw Daviesmsxml3: removeChild should catch a NULL child node.
2006-07-19  Huw Daviesmsxml3: Add a test to check that selectSingleNode retur...
2006-07-19  Juan Langmsi: Set name in ACTION_AppSearchGetSignature.
2006-07-19  Juan Langcrypt32: Don't return from a try block.
2006-07-19  Jacek Cabanmshtml: Added stub implementation of ShowHTMLDialog.
2006-07-18  Stefan Dösingerddraw/wined3d: Remove texture format enumeration functions.
2006-07-18  Stefan Dösingerwined3d: Duplicate flips in software if the local copy...
2006-07-18  Stefan Dösingerwined3d: Disable the fog before writing the back buffer...
2006-07-18  Stefan Dösingerwined3d: Add a setting for the render target locking...
2006-07-18  Stefan Dösingerwined3d: Break the glDrawPixels call out of UnlockRect.
2006-07-18  Juan Langcrypt32: Output x.500 strings from CertNameToStrA/W.
2006-07-18  Juan Langcrypt32: Fix reading key prov info from serialized...
2006-07-18  Juan Langcrypt32: Always set required encoded length in CryptEnc...
2006-07-18  Juan Langmsi: Fix silly pointer error.
2006-07-18  James Hawkinsmsi: Update the feature components' states when a featu...
2006-07-18  Duane Clarkmsvcrt: Add tests of file operations in ASCII mode.
2006-07-18  Jacek Cabanurlmon: Fix handle leak.
2006-07-18  Jacek Cabanmshtml: Wrap more Heap* function by inline functions.
2006-07-18  Robert Shearmanoleaut32: Add an exception handler around code executed...
2006-07-18  Robert Shearmanmsi: Fix conversion of path to include nul-termination...
2006-07-18  Robert Shearmanrpcrt4: Display a big message box if the user tries...
2006-07-18  Robert Shearmanrpcrt4: Handle more structure padding values.
2006-07-18  Robert Shearmanoleaut32: Revert check for FUNCFLAG_FRESTRICTED in...
2006-07-18  Christian Costawined3d: Readd missing copyright to shaders files.
2006-07-18  Christian Costawined3d: Fix typo in ARB pixel shader.
2006-07-18  Benjamin Araioleaut32: VarCmp - Corrected function description.
2006-07-18  H. Verbeetwined3d: Increment texture_idx when continuing as well.
2006-07-18  Andrew Talbotadvapi32/tests: Write-strings warnings fix.
2006-07-18  Huw Daviescomctl32: All items should be marked as unchecked when...
2006-07-17  Jason Greenwined3d: Fix for vertex shaders.
2006-07-17  Jacek Cabanmshtml: Wrap Heap* functions by inline functions.
2006-07-17  Stefan Dösingerwined3d: Break out the frame buffer readback of LockRec...
2006-07-17  Robert Shearmandbghelp: Don't access a negative section index in elf_m...
2006-07-17  Robert Shearmandbghelp: Avoid accessing a negative string index when...
2006-07-17  Robert Shearmanntdll: Fix a return code from RtlVerifyVersionInfo...
2006-07-17  Robert Shearmankernel: Fix an incorrect version test.
2006-07-17  Robert Shearmanntdll: Fix RtlVerifyVersionInfo handling of major,...
2006-07-17  Robert Shearmanntdll: Use a common condition value for the major,...
2006-07-17  Robert Shearmanntdll: Reduce duplicated code in RtlVerifyVersionInfo...
2006-07-17  Robert Shearmanoleaut32: Test the return value of VarCat in the tests.
2006-07-17  Mike McCormackmsi: Tidy up MsiCreateAndVerifyInstallerDirectory a...
2006-07-17  Mike McCormackmsi: Implement MsiConfigureFeatureA using MsiConfigureF...
2006-07-17  Mike McCormackmsi: Cleanup traces, remove unnecessary includes.
2006-07-17  Mike McCormackmsi: Move msi_get_property_int() to helpers.c
2006-07-17  Mike McCormackmsi: Add support for INSTALLSTATE_ADVERTISED to MsiQuer...
2006-07-17  Mike McCormackmsi: MsiGetComponentPath cannot return INSTALLSTATE_ADV...
2006-07-17  Paul Vrienscomctl32: Use struct member after check for NULL (Cover...
2006-07-17  Mike McCormackshdocvw: Write the "Microsoft Browser Architecture...
2006-07-17  Jacek Cabanurlmon: Register zone and security manager.
2006-07-17  Jacek Cabanurlmon: Added UrlMkGetSessionOption implementation.
2006-07-17  Jacek Cabanurlmon: Use URL_FILE_USE_PATHURL flag to combine urls.
2006-07-17  Jacek Cabanmshtml: Added get_all implementation.
2006-07-17  Vitaliy Margolendinput: Unacquire correct device.
2006-07-17  Vitaliy Margolendinput: Ignore repeated key events.
2006-07-17  Stefan Dösingerwined3d: Allocate 4 extra bytes in the dib section.
2006-07-17  Duane Clarkcomdlg32: Set PD_PAGENUMS from print dialog.
2006-07-17  James Hawkinswininet: Add more tests for InternetCrackurl.
2006-07-17  James Hawkinsmsi: Add handling for the ListBox dialog control.
2006-07-17  Milko Krachounovshell32: Update Bulgarian translation.
2006-07-17  Milko Krachounovmshtml: Update Bulgarian translation.
2006-07-17  Robert Reifadvapi32: Add CreateWellKnownSid and IsWellKnownSid.
2006-07-17  Krzysztof Foltmanriched20: WM_SETFONT support.
2006-07-17  Robert Shearmanole32: Improve CoRegisterMessageFilter and add tests...
2006-07-17  Robert Shearmanole32: Free the buffer allocated in local_server_thread...
next