wined3d: Properly initialize a variable.
[wine] / dlls /
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.
2006-08-23  Roderick Colenbranderwinex11.drv: Fix opengl pixel format bug.
2006-08-23  Fatih Aşıcımshtml: Update Turkish resources.
2006-08-23  Juan Langcrypt32: Add CryptFormatObject stub.
2006-08-23  Mikołaj Zalewskishell32: Pl.rc: Fix a backslash.
2006-08-23  Mikołaj Zalewskishlwapi: Make StrFormatByteSize format numbers using...
2006-08-23  Jacek Cabanmshtml: Use IPropertyNotifySink connection point.
2006-08-23  Robert Reifdsound: Remove unused parameter from propset functions.
2006-08-22  Stefan Dösingerwined3d: Correctly draw transformed and untransformed...
2006-08-22  Paul Vrienscrypt32: Print parameters and add some documentation.
2006-08-22  James Hawkinsmsi: Add tests for the AppSearch action.
2006-08-22  James Hawkinsmsi: Add handling for MsiEvaluateCondition's substring...
2006-08-22  James Hawkinsmsi: Add tests for MsiEvaluateCondition's substring...
2006-08-22  Mike McCormackitss: Simplify the class factory.
2006-08-22  Kai Blinkernel: Set last error in CreateIoCompletionPort.
2006-08-22  Mikołaj Zalewskishlwapi: Format the kilobyte file size number using...
2006-08-22  Mikołaj Zalewskishell32: Show file size in the details view in kilobytes.
2006-08-22  Mike McCormackshell32: Don't add the directory name twice when recurs...
2006-08-22  Benjamin Araioleaut32: Add support for handling TKIND_COCLASS in...
2006-08-22  Juan Langcrypt32: Fix a misplaced parenthesis.
2006-08-22  Stefan Leichteroleaut32: Print 64bit integers with wine_dbgstr_longlong.
2006-08-22  Matthew Finnicumriched20: Make EM_EXLINEFROMCHAR handle special case...
2006-08-21  Huw Davieswinex11.drv: Fix rendering of fonts that don't support...
2006-08-21  Chris Robinsonwined3d: Don't pass bad values to glAlphaFunc and glDep...
2006-08-21  Chris Robinsonwined3d: Print real unhandled D3DCMPFUNC value.
2006-08-21  Saulius Krasuckasadvpack/tests: Make RunSetupCommand not popup dialogs.
2006-08-21  Mike McCormackkernel32: Print parameters, call SetLastError() when...
next