shell32: Constify some variables.
[wine] / dlls /
2007-10-31  Andrew Talbotshell32: Constify some variables.
2007-10-31  Stefan Leichterd3dx8: Fix number of parameter of functions D3DXVec4Cro...
2007-10-31  Tim Schwartznetapi32: Add stub for NetUseEnum().
2007-10-31  Michael Stefaniucpdh: Fix two missing LeaveCriticalSection() on error...
2007-10-31  Marcus Meissnerwinalsa.drv: Explicitly include assert.h.
2007-10-31  David Adamd3dx8: Implement D3DXMatrixRotationAxis.
2007-10-31  David Adamd3dx8: Implement D3DXMatrixRotationZ.
2007-10-31  David Adamd3dx8: Implement D3DXMatrixRotationY.
2007-10-31  David Adamd3dx8: Implement D3DXMatrixRotationX.
2007-10-31  David Adamd3dx8: Implement D3DXMatrixTranslation.
2007-10-31  David Adamd3dx8: Implement D3DXMatrixScaling.
2007-10-31  David Adamd3dx8: Implement D3DXMatrixTranspose.
2007-10-31  David Adamd3dx8: Implement D3DXMatrixMultiply.
2007-10-31  David Adamd3dx8: Implement D3DXMatrixfDeterminant.
2007-10-31  David Adamd3dx8: Fix the condition in D3DXMatrixIsIdentity.
2007-10-31  Rob Shearmanadvapi32: Implement filter matching for CredEnumerate.
2007-10-31  Rob Shearmanadvapi32: Add tests for credential management functions.
2007-10-31  Rob Shearmanadvapi32: Implement ANSI credential management functions.
2007-10-31  Rob Shearmanadvapi32: Implement CredEnumerateW.
2007-10-31  Rob Shearmanadvapi32: Implement CredDeleteW.
2007-10-31  Rob Shearmanadvapi32: Implement CredReadW and CredFree.
2007-10-31  Rob Shearmanadvapi32: Implement CredWriteW.
2007-10-30  Hwang YunSong(황윤성)credui: Updated Korean resource.
2007-10-30  Hans Leidekkerwininet: Don't release the parent object in FTP_Connect...
2007-10-30  Rob Shearmanserver: Pass the security descriptor into create_file...
2007-10-30  Rob Shearmanserver: Add the name length to the object_attributes...
2007-10-30  Alexandre Julliarduser32: Fix a slightly incorrect assert.
2007-10-30  Mikolaj Zalewskiuser32: Better fix how to handle GetWindowLongPtr[AW...
2007-10-30  Alexandre Julliardpdh: Fix a couple of race conditions in the thread...
2007-10-30  Jacek Cabanitss: Fixed tests on old IE.
2007-10-30  Dan Kegeladvapi32/tests: Fix undefined memory references in...
2007-10-30  Lei Zhangcomctl32: Set tab focus correctly.
2007-10-30  Lei Zhangcomctl32: Add tab delete item / get focus test.
2007-10-30  Lei Zhangcomctl32: Add tab insert item / get focus test.
2007-10-30  Lei Zhangcomctl32: Move tab test's createParentWindow() into...
2007-10-30  Hans Leidekkerwininet: Use a single connection for all ftp tests.
2007-10-30  Andrew Talbotshell32: Constify some variables.
2007-10-30  Paul Vriensntdll: Report FIXME only once.
2007-10-30  Klaus Layerntdll: Add missing FIXMEs for incomplete info classes...
2007-10-29  Alexander Dorofeyevcomctl32: Fix broken detection of non-empty string.
2007-10-29  Alexander Dorofeyevcomctl32: Pass command id of button in wParam.
2007-10-29  David Adamd3dx8: Implement D3DX*Vec4Cross.
2007-10-29  David Adamd3dx8: Implement D3DXTransformNormal.
2007-10-29  David Adamd3dx8: Implement D3DX*TransformCoord.
2007-10-29  David Adamd3dx8: Implement D3DX*Transform.
2007-10-29  David Adamd3dx8: Test the function D3DXVec3Cross really.
2007-10-29  David Adamd3dx8: Implement D3DX*CatmullRom.
2007-10-29  David Adamd3dx8: Implement D3DX*Hermite.
2007-10-29  David Adamd3dx8: Implement D3DX*BaryCentric.
2007-10-29  David Adamd3dx8: Implement D3DX*Normalize.
2007-10-29  Stefan Leichteradvpack/tests: Print the unexpected result in function...
2007-10-29  Vincent Hardyoleaut32: Add TypeLib version for W2K, WXP, and Vista.
2007-10-29  Tom Brusntdll: Serial/COM code misinterpreted XON/XOFF direction.
2007-10-29  Vitaliy Margolendbghelp: Fix detection of ELF libs by their name.
2007-10-29  Alexandre Julliardmscat32: Forward calls to wintrust where possible.
2007-10-29  Alexander Nicolays... mscat32: Add stub dll.
2007-10-29  Alexandre Julliardoleaut32: Properly initialize the result variant in...
2007-10-29  Lionel Debrouxcredui: Fix memory leak (found by Smatch).
2007-10-29  Lionel Debrouxmshtml: Fix memory leak (found by Smatch).
2007-10-29  Detlef Riekenbergshdocvw: Print the unsupported args in a FIXME.
2007-10-29  Detlef Riekenbergacledit: Add a stub for FMExtensionProcW.
2007-10-29  Hans Leidekkerwininet: Always send a content length header, even...
2007-10-29  Gerald Pfeifershlwapi/tests: Remove overly aggressive const declarati...
2007-10-29  Roderick Colenbranderwined3d: Default to GLSL. This is safe because we now...
2007-10-29  Roderick Colenbranderwined3d: Detect vertex shader 2.0 support using a pixel...
2007-10-29  Roderick Colenbranderwined3d: Fix the amount of texture memory in the debug...
2007-10-29  Roderick Colenbranderwined3d: Print the correct pixel/vertex shader version...
2007-10-29  Roderick Colenbranderwined3d: Add proper PS2.0 detection for older cards...
2007-10-29  Roderick Colenbranderwined3d: Use native shader limits instead of the maximu...
2007-10-29  Alex Villacís Lassoriched20: Fix test crash on WinXP-SP2.
2007-10-29  Alexandre Julliardwinealsa.drv: Avoid the alsa alloca macros that cause...
2007-10-29  Andrew Talbotshell32: Constify some variables.
2007-10-29  Dmitry Timoshkovshlwapi: Fix a typo in the previous patch. Spotted...
2007-10-29  Francois Gougetd3dx8: Fix compilation on systems that don't support...
2007-10-29  Francois Gougetshlwapi: Fix the DeleteMenuWrap() forward.
2007-10-29  Francois Gougetcrypt32: Better match the PSDK types and update win32...
2007-10-29  Francois Gougetcryptnet: Fix compilation on systems that don't support...
2007-10-29  Francois Gougetshell32: Pass the shutdown reason to ExitWindowsEx().
2007-10-29  Stefan Dösingerwined3d: Honor pbos when downloading a compressed texture.
2007-10-29  Stefan Dösingerwined3d: Move texture loading to LoadLocation.
2007-10-29  Stefan Dösingerwined3d: Move sysmem->drawable copying to LoadLocation.
2007-10-29  Stefan Dösingerwined3d: Add a comment explaining what LoadLocation...
2007-10-29  Stefan Dösingerwined3d: Move drawable->sysmem reading to UpdateLocation.
2007-10-29  Hans Leidekkerwininet: Always close the data connection before receiv...
2007-10-29  Hans Leidekkerwininet: Always return an error when a transfer is...
2007-10-29  Hans Leidekkersnmpapi: Fix memory allocation in SnmpUtilVarBindListCpy.
2007-10-29  Mikolaj Zalewskimsvcrt/tests: Loosen the mbctype test to pass under...
2007-10-29  Detlef Riekenbergkernel32: Fix description for SetDefaultCommConfig.
2007-10-29  Rob Shearmanurlmon: Add tests for BindToObject for URL monikers...
2007-10-29  Aric Stewartmsdmo: Fix to DMOEnum to properly enumerate the keys...
2007-10-26  Francois Gougetcryptnet: Fix compilation on systems that don't support...
2007-10-26  Stefan Dösingerwined3d: Move regular surface / texture downloading...
2007-10-26  Stefan Dösingerwined3d: Add a method for surface location updates.
2007-10-26  Stefan Dösingerwined3d: Begin centralizing surface location management.
2007-10-26  Stefan Dösingerwined3d: A point size fix.
2007-10-26  Louis Lendersadvapi32: Export RegOverridePredefKey.
2007-10-26  Detlef Riekenbergcomdlg32/tests: Initial tests for PrintDlgExW.
2007-10-26  Detlef Riekenbergcomdlg32: Improve stub for PrintDlgEx.
2007-10-26  Detlef Riekenbergntdll: Dump the base address when a module is loaded.
2007-10-26  Jeremy Newmancredui: Add a Wine-themed banner for the credentials...
next