msi: Callers of alloc_msihandle should handle failure.
[wine] / dlls /
2006-08-29  Dan Kegelmsi: Callers of alloc_msihandle should handle failure.
2006-08-28  Dan Kegelmsi: Remove limit on number of handles.
2006-08-28  Dan Kegelmsi/tests: Add test to verify we can create 4000 msi...
2006-08-28  Robert Shearmanquartz: Use the absolute height of the bitmap format...
2006-08-28  Robert Shearmanole32: Return errors if the attempt to start a LocalSer...
2006-08-28  Robert Shearmanole32: AppId is a value under the clsid key, rather...
2006-08-28  Robert Shearmanole32: Fix functions defined without specifying argumen...
2006-08-28  Roderick Colenbranderwinex11.drv: Import ConvertPixelFormatWGLtoGLX from...
2006-08-28  Brian Changriched20: EM_EXSETSEL fixes and conformance tests.
2006-08-28  Alexandre Julliardmakefiles: Only run test and documentation targets...
2006-08-28  Alexandre Julliardtools: Added make_makefiles tool that updates the list...
2006-08-28  Alexandre Julliardkernel: Get rid of useless trace.
2006-08-28  Mike McCormackmsi: Fix writing of long strings to the database.
2006-08-28  Mike McCormackmsi: Fix MsiRecordGetString for a null buffer and non...
2006-08-28  H. Verbeetd3d8: Use proper handles for pixel shaders.
2006-08-28  H. Verbeetd3d8: Improve shader handle management.
2006-08-28  Ivan Gyurdievwined3d: Add support for A16B16G16R16F and A32B32G32R32...
2006-08-28  Hwang YunSong(황윤성)msi: Updated Korean resource.
2006-08-28  Eric Pouechdbghelp: Removed stabs dump facility now that we have...
2006-08-28  Jacek Cabanmshtml: Added IDM_UNDERLINE implementation.
2006-08-28  Jacek Cabanmshtml: Added IDM_ITALIC implementation.
2006-08-28  Jacek Cabanmshtml: Added IDM_FONTNAME implementation.
2006-08-28  James Hawkinsmsi: Add a stub implementation of the VolumeCostList...
2006-08-28  James Hawkinsmsi: Add initial implementation of the DirectoryListUp...
2006-08-28  James Hawkinsmsi: Add initial implementation of the DirectoryCombo...
2006-08-28  Stefan Dösingerwined3d: Find the correct sampler type for < 2.0 pshaders.
2006-08-28  Stefan Dösingerwined3d: Properly initialize a variable.
2006-08-28  Andrew Talbotadvapi32/tests: Cast-qual warnings fix.
2006-08-28  Matt Finnicumriched20: Remove two testing fixme's that were accident...
2006-08-28  Dmitry Timoshkovuser: Do not force repainting on WM_WINDOWPOSCHANGED...
2006-08-28  Roderick Colenbranderopengl: Fix Mesa/DRI regression.
2006-08-28  Robert Reifadvapi32: Fix security tests to not crash on windows.
2006-08-28  Robert Reifkernel32: Fix TRACE in WideCharToMultiByte to not cause...
2006-08-28  Frank Richtersetupapi: Make do_file_copyW send "target newer" notifi...
2006-08-28  Frank Richterkernel: Add tests for GetPrivateProfileSectionNames...
2006-08-27  Alexandre Julliardkernel: Fixed off-by-one error in GetShortPathNameW.
2006-08-26  Alexandre Julliardmakefiles: Get rid of the checklink rules, they no...
2006-08-26  Robert Shearmanole32: Call IRpcChannelBuffer_GetBuffer for the RemRele...
2006-08-26  Robert Shearmanole32: Use IRpcChannelBuffer_GetBuffer in the hand...
2006-08-26  Robert Shearmanole32: Add support for main-threaded apartments.
2006-08-26  Robert Shearmanole32: Move the opening of the AppId key for a clsid...
2006-08-26  Robert Shearmanole32: CoGetClassObject should host a single-threaded...
2006-08-26  Robert Shearmanole32: Get the threading model value for inproc classes...
2006-08-26  Andrew Talbotadvapi32: Cast-qual warnings fix.
2006-08-26  Jacek Cabanmshtml: Better stub for QueryStatus(CGID_MSHTML).
2006-08-26  Jacek Cabanmshtml: Added nsICommandParams argument to do_ns_command.
2006-08-26  Robert Reifsecur32: Fix secur32 test to pass on windows.
2006-08-26  Robert Reifadvapi32: Fix LookupAccountSid and tests to pass on...
2006-08-26  Robert Reifadvapi32: Fix lsa tests.
2006-08-26  Hwang YunSong(황윤성)shlwapi: Updated Korean resource.
2006-08-26  Mikołaj Zalewskishell32: Fix a bug in SHELL_ConfirmW.
2006-08-26  Alexandre Julliardwinex11.drv: Remove no longer used all: target.
2006-08-26  Alex Villacís Lassoquartz: Skip over INFO chunk in AVI file parsing.
2006-08-26  Marcus Meissnercomctl32: Remove unneccessary default debug channels.
2006-08-25  Jan Zerebeckiwined3d: Use a common function for all D3DCMPFUNC ...
2006-08-25  Mike McCormackmsi: Set the ALLUSERS property to 1 always.
2006-08-25  Mike McCormackmsi: Fix a memory leak.
2006-08-25  Mike McCormackmsi: Use msi_get_property_int rather than MSI_GetPropertyW.
2006-08-25  Alexandre Julliardwinex11.drv: Fix a compiler warning when OpenGL is...
2006-08-25  Alexandre Julliardcrypt32/tests: Avoid sizeof in traces.
2006-08-25  Alexandre Julliardmake_dlls: Update the directory list in configure.ac...
2006-08-25  Andrew Talbotmshtml: Write-strings warnings fix.
2006-08-25  Mike McCormackmsi: Reimplement msi_dup_property and msi_get_property_int.
2006-08-25  Mike McCormackmsi: Store properties in a hash table, not the database.
2006-08-25  James Hawkinsmsi: Fix the height of the line control window.
2006-08-25  James Hawkinsmsi: Add a stub implementation of the DirectoryList...
2006-08-25  James Hawkinsmsi: Add a stub implementation of the DirectoryCombo...
2006-08-25  Stefan Dösingerwined3d: Load projected textures in fragment shaders.
2006-08-25  Stefan Dösingerwined3d: Compile pixel shaders in drawprim.
2006-08-25  Louis Lendersriched32: Add version resource.
2006-08-25  Stefan Leichterntdll: Print 64bit integers with wine_dbgstr_longlong.
2006-08-25  James Hawkinsmsi: Inform the user with an error message when the...
2006-08-24  Robert Reifadvapi32: Output information on failed LsaQueryInformat...
2006-08-24  Mike McCormackmsi: Fix strings with lengths that are exact multiples...
2006-08-24  Jeff Latimergdi: Add missing glyph code to GetGlyphIndices and...
2006-08-24  Mike McCormackshell32: Use kernel functions in preference to libwine...
2006-08-24  Mike McCormackshell32: Fix compilation of test on MSVC6.
2006-08-24  James Hawkinsmsi: Add an initial implementation of the PathEdit...
2006-08-24  Roderick Colenbranderopengl32: Fix ATI OpenGL bug.
2006-08-24  Benjamin Araioleaut32: Updated conformance test return string for...
2006-08-24  James Liggettwinex11.drv: Fix explorer regression caused by systray...
2006-08-23  Clinton Stimpsonriched20: Add tests for EM_GETMODIFY.
2006-08-23  Huw Daviesrpcrt4: Tests for CStdStubBuffer_Disconnect and a tidy...
2006-08-23  Huw Daviesrpcrt4: Tests for CStdStubBuffer_Connect and fixes...
2006-08-23  Huw Daviesrpcrt4: Add tests for CreateStub and fix up CStdStubBuf...
2006-08-23  Huw Daviesrpcrt4: Add tests for NdrStubForwardingFunction and...
2006-08-23  Huw Daviesrpcrt4: Tests for NdrDllGetClassObject.
2006-08-23  Jacek Cabanmlang: Added IMultiLanguage3 interface stub implementation.
2006-08-23  Andrzej Popowskimsvcrt: Fix scanf format "%i" base detection.
2006-08-23  Stefan Dösingerwined3d: Make the destination surface glDirty in Update...
2006-08-23  Andrew Talbotwinspool.drv/tests: Write-strings warnings fix.
2006-08-23  Andrew Talbotwinspool.drv: Write-strings warnings fix.
2006-08-23  Andrew Talbotwineps.drv: Write-strings warnings fix.
2006-08-23  Andrew Talbotddraw: Write-strings warnings fix.
2006-08-23  Mikołaj Zalewskishlwapi: Move strings used by StrFromTimeInterval to...
2006-08-23  Paul Vrienswintrust: Add some documentation.
2006-08-23  James Liggettwinex11.drv: Add XEmbed system tray support.
2006-08-23  Mike McCormackntdll: Use RTL_CRITICAL_SECTION not CRITICAL_SECTION.
2006-08-23  Hwang YunSong(황윤성)shlwapi: Update Korean resource.
2006-08-23  Stefan Leichterntdll/tests: Print 64bit integers as two 32 bit integers.
next