msi: Move some registry helper functions to registry.c.
[wine] / dlls /
2006-07-14  Mike McCormackmsi: Move some registry helper functions to registry.c.
2006-07-14  Juan Langcrypt32: Correct self-signed cert creation.
2006-07-14  Ivan Gyurdievwined3d: Fix cmp instruction for GLSL.
2006-07-14  Ivan Gyurdievwined3d: Fix light state bugs.
2006-07-14  Robert Shearmanoleaut32: Don't execute a function in ITypeInfo::Invoke...
2006-07-14  Robert Shearmanoleaut32: Implement GetClassID for the OLE picture...
2006-07-14  Robert Shearmanrpcrt4: Fix Variance Callback Functions.
2006-07-14  Robert Shearmanrpcrt4: Add the threading model and a description when...
2006-07-14  Robert Shearmanole32: Add validation of parameters to CoGetClassObject...
2006-07-14  Michael StefaniucFix swapped 2nd and 3rd argument passed to memset.
2006-07-14  James Hawkinsmsi: Add handling for the GroupBox dialog control.
2006-07-13  Alexandre Julliardntdll: Make sure to not unmap anything from reserved...
2006-07-13  Alexandre Julliardntdll: Use the map_view() function to allocate TEBs...
2006-07-13  Alexandre Julliardntdll: Support for arbitrary memory allocation granularity.
2006-07-13  Mikołaj Zalewskicomdlg32: Update Polish translation.
2006-07-13  Robert Shearmanole32: Don't loop while peeking messages in CoWaitForMu...
2006-07-13  Robert Shearmanoleaut32: Convert void return types to the VT_EMPTY...
2006-07-13  Robert Shearmanoleaut32: Typelib interfaces with the FDUAL flag should...
2006-07-13  Robert Shearmaninclude: Add NI_* defines and add a WS(socklen_t) type.
2006-07-13  Robert Shearmanrpcrt4: Add a stub for I_RpcMapWin32Status.
2006-07-13  Robert Shearmandbghelp: Fix the finding of PDB DS-type files.
2006-07-13  Alexandre Julliardshell32: Avoid using macros that cause gcc warnings.
2006-07-13  Alexandre Julliardntdll: Moved the calling of the process entry point...
2006-07-13  Alexandre Julliardkernel32: Moved initialisation of the console handles...
2006-07-13  James Hawkinsshlwapi: Add tests for PathCommonPrefixA.
2006-07-13  James Hawkinsshlwapi: Add tests for PathBuildRootA.
2006-07-13  James Hawkinsmsi: Update the files target paths as well, because...
2006-07-13  Andrew Talbotwinspool.drv/tests: Write-strings warnings fix.
2006-07-13  Andrew Talbotmshtml: Write-strings warnings fix.
2006-07-12  James Hawkinsurlmon: Implement URLDownloadToCacheFileW.
2006-07-12  Ge van Geldorpuser32: Implement Get/SetClassLongPtrA/W.
2006-07-12  Andrew Ziemuser: Implement Ascii version of SPI_GETDESKWALLPAPER.
2006-07-12  Mike McCormackole32: Only return S_FALSE in IPropertyStorage::ReadMul...
2006-07-12  Mike McCormackole32: Small cleanups.
2006-07-12  Mike McCormackole32: Remove unnecessary assert(This) calls.
2006-07-12  Mike McCormackole32: Fix and test reading and writing of VT_CF proper...
2006-07-12  Mikołaj Zalewskicomctl32: Use wsprintf instead of strcat building the...
2006-07-12  Juan Langmsi: Split up ACTION_AppSearchReg.
2006-07-12  Juan Langcrypt32: Add stubs for some stores.
2006-07-12  Juan Langcrypt32: Forward CreateFileU to CreateFileW.
2006-07-12  Dan Hipschmangdi32: Implement GetTextExtentPoint in terms of GetText...
2006-07-12  Dan Hipschmangdi32: Add conformance test for GetTextExtentExPointW.
2006-07-12  Mike McCormackquery: Return a more appropriate error code from CIState.
2006-07-12  Andrew Talboturlmon: Write-strings warnings fix.
2006-07-12  H. Verbeetwined3d: Texture stages that reference NULL textures...
2006-07-12  H. Verbeetwined3d: Fix specular color handling for register combi...
2006-07-12  Stefan Dösingerwined3d: Check the color data type too when deciding...
2006-07-12  Mike McCormackole32: Implement IPropertyStorage::Enum using enumx.
2006-07-12  Mike McCormackole32: Clean up some declarations.
2006-07-12  Mike McCormackole32: Use enumx to implement IPropertySetStorage:...
2006-07-12  Mike McCormackole32: Add a framework for implementing IEnum* interfaces.
2006-07-12  Mike McCormackole32: Don't warn when clearing PropVariants that don...
2006-07-12  Mike McCormackole32: Fix conformance test to compile with MSVC6.
2006-07-12  Mike McCormackole32: This cannot be NULL, so don't check it.
2006-07-12  Mike McCormackole32: Only return S_FALSE in IPropertyStorage::ReadMul...
2006-07-12  Mike McCormackole32: Allocate copied VT_CF data correctly in PropVari...
2006-07-12  Bang Jun-Youngavifil32: Remove unnecessary dependency on ntdll.
2006-07-12  Juan Langcrypt32: Implement CryptAcquireCertificatePrivateKey.
2006-07-12  Robert Reifadvapi32: Fix LsaQueryInformationPolicy HeapAlloc bug.
2006-07-11  Alexandre Julliardwinegcc: Automatically add the correct lib paths when...
2006-07-11  Alexandre Julliardlibs: Merged libwine_unicode into libwine.
2006-07-11  Juan Langcrypt32: Check a pointer before dereferencing it (Cover...
2006-07-11  Juan Langshell32: Always NULL-terminate path in SHGetPathFromIDList.
2006-07-11  Mike McCormackinfosoft: Add a word breaker for English.
2006-07-11  Ge van Geldorpntdll: Widen fields in LDR_RESOURCE_INFO to accomodate...
2006-07-11  James Hawkinsmsi: Test how SetTargetPath affects the target paths...
2006-07-11  James Hawkinsmsi: AppSearchReg shouldn't create the key it's looking...
2006-07-11  Benjamin Araioleaut32: Conformance test and patch for VarCat.
2006-07-11  Ivan Gyurdievwined3d: Improve GetAdapterMonitor stub.
2006-07-11  Ivan Gyurdievwined3d: More flow control instructions.
2006-07-11  Ivan Gyurdievwined3d: More flow control instructions
2006-07-11  Ivan Gyurdievwined3d: Fix off-by-one constants bug.
2006-07-11  Ivan Gyurdievwined3d: Clamp texcoord output between 0 and 1.
2006-07-11  Ivan Gyurdievwined3d: Place immediate constants in the same array...
2006-07-11  Stefan Dösingerddraw: Palette refcounting fix.
2006-07-11  Stefan Dösingerddraw: Split up the ddraw refcount.
2006-07-11  Mike McCormackole32: Only print a FIXME if necessary in StgOpenStorageEx.
2006-07-11  Louis. Lenderswined3d: Add an "\n" to a fixme to fix another overflow...
2006-07-11  Juan Langriched20: Add stub implementation of ITextDocument.
2006-07-11  Juan Langcrypt32: Implement key context property, with tests.
2006-07-11  Andrew Talbotshell32: Write-strings warning fix.
2006-07-11  Andrew Talbotcrypt32/tests: Write-strings warnings test.
2006-07-11  Bang Jun-Youngamstream: Fix argument types to match the PSDK.
2006-07-11  Huw Daviesmsxml3: Implement removeChild.
2006-07-11  Hans Leidekkerdnsapi: Fix a buffer overrun (Coverity).
2006-07-11  Hans Leidekkerwldap32: Document the ber functions.
2006-07-11  Hans Leidekkerwldap32: Document the rename functions.
2006-07-11  Jacek Cabanurlmon: Always verify mime using FindMimeFromData.
2006-07-11  Jacek Cabanshdocvw: Added test of DoVerb.
2006-07-11  Jacek Cabanshdocvw: Added GetMiscStatus test.
2006-07-11  Jacek Cabanshdocvw: Call SetMenu in activate_ui.
2006-07-11  Jacek Cabanmshtml: Added OnFrameWindowActivate implementation.
2006-07-11  Bang Jun-Youngadvapi32: Fix registry API prototypes to match the...
2006-07-10  Alexandre Julliard.gitignore: Added wildcards to ignore lex and bison...
2006-07-10  Alexandre Julliard.gitignore: Added wildcards to ignore generated resourc...
2006-07-10  Alexandre Julliardmake_dlls: Recursively ignore .ok files in all tests...
2006-07-10  Alexandre Julliardmake_dlls: Recursively ignore testlist.c in all tests...
2006-07-10  Alexandre Julliardmake_dlls: Ignore generated import libraries from the...
2006-07-10  Alexandre Julliardmake_dlls: Generate the .gitignore file.
2006-07-10  Alexandre JulliardTake advantage of the recursive nature of .gitignore...
next