wined3d: Make pixel shader input an array.
[wine] / dlls /
2007-11-06  Stefan Dösingerwined3d: Make pixel shader input an array.
2007-11-06  Stefan Dösingerwined3d: Only glBindAttribLocation used attributes.
2007-11-06  Juan Langwsock32: Check return value rather than returned size...
2007-11-06  Juan Langsetupapi: Don't convert strings past NULL-terminator.
2007-11-06  Juan Langsetupapi: Downgrade an ERR to a WARN.
2007-11-06  Juan Langsetupapi: Correct a return value.
2007-11-06  Juan Langsetupapi: Fix a leak.
2007-11-06  Dan Hipschmanwidl: Don't rely on type_memsize to return 0 for all...
2007-11-06  Kovács Andrásdwmapi: Add DwmEnableComposition stub.
2007-11-06  Detlef Riekenbergwinspool: Error check in add_printer_driver() was to...
2007-11-06  Andrew Talbotshell32: Constify some variables.
2007-11-06  Jacek Cabanmshtml: Added AcceptLanguage handling.
2007-11-06  Jacek Cabanmshtml: Call Exec(CGID_ShellDocView, 84) in start_binding.
2007-11-06  Jacek Cabanmshtml: More range tests and fixes.
2007-11-06  Jacek Cabanmshtml: Store HTMLDocument pointer in BSCallback object.
2007-11-06  David Adamd3dx8: Implement D3DXMatrixOrthoOffCenterLH.
2007-11-06  David Adamd3dx8: Implement D3DXMatrixOrthoOffCenterRH.
2007-11-06  David Adamd3dx8: Uniformize the matrix format in the tests.
2007-11-06  Alex Villacís Lassoriched20: EM_GETMODIFY should not report modification...
2007-11-06  Huw Daviesinetcomm: Add a test for MimeOleCreateVirtualStream.
2007-11-05  Francois Gougetkernel32: Fix the image size in a test to avoid a BSOD...
2007-11-05  Francois Gougetwinex11: Fix compilation on systems that don't support...
2007-11-05  Francois Gougetuser32: Fix compilation on systems that don't support...
2007-11-05  Rob Shearmanrpcrt4: Handle FC_IGNORE in the base type functions.
2007-11-05  Nigel Liangwininet: Release object in HttpSendRequestExW before...
2007-11-05  Alistair Leslie... msxml: Fix a memory leak.
2007-11-05  David Adamd3dx8: Fix the number and the type of variables in...
2007-11-05  David Adamd3dx8: Implement D3DXMatrixPerspectiveOrthoLH.
2007-11-05  David Adamd3dx8: Implement D3DXMatrixPerspectiveOrthoRH.
2007-11-05  David Adamd3dx8: Implement D3DXMatrixPerspectiveOffCenterLH.
2007-11-05  David Adamd3dx8: Implement D3DXMatrixPerspectiveOffCenterRH.
2007-11-05  David Adamd3dx8: Implement D3DXMatrixPerspectiveFovLH.
2007-11-05  David Adamd3dx8: Implement D3DXMatrixPerspectiveFovRH.
2007-11-05  David Adamd3dx8: Implement D3DXMatrixPerspectiveLH.
2007-11-05  David Adamd3dx8: Implement D3DXMatrixPerspectiveRH.
2007-11-05  David Adamd3dx8: Implement D3DXMatrixLookAtLH.
2007-11-05  David Adamd3dx8: Implement D3DXMatrixLookAtRH.
2007-11-05  David Adamd3dx8: Implement D3DXMatrixRotationYawPitchRoll.
2007-11-05  David Adamd3dx8: Implement D3DXMatrixRotationQuaternion.
2007-11-05  Andrew Talbotshell32: Constify some variables.
2007-11-05  James Hawkinsmsi: Implement the CCPSearch standard action.
2007-11-05  James Hawkinsmsi: Explicitly check the returned value against -1...
2007-11-05  James Hawkinsmsi: Don't update a table entry when applying a transfo...
2007-11-05  James Hawkinsmsi: Fix the location used to write the user's environm...
2007-11-05  James Hawkinsmsi: Remove an unused parameter.
2007-11-05  James Hawkinsmsi: Use a magic constant to silence signedness compari...
2007-11-05  James Hawkinsmsi: MsiQueryProductState returns INSTALLSTATE, not...
2007-11-05  James Hawkinsmsi: MsiQueryFeatureState and MsiUseFeatureEx return...
2007-11-05  James Hawkinsmsi: MsiViewGetError returns MSIDBERROR, not UINT.
2007-11-05  James Hawkinsmsi: Remove an unused parameter.
2007-11-05  James Hawkinsmsi: Remove an unused parameter.
2007-11-05  James Hawkinsmsi: Fix the sign of an index variable.
2007-11-05  James Hawkinsmsi: Remove a legacy error check.
2007-11-05  James Hawkinsmsi: Test and implement the MSIMODIFY_DELETE command.
2007-11-05  James Hawkinsmsi: Initialize a handle in case MsiGetSummaryInformati...
2007-11-05  James Hawkinsmsi: Fix the location used to read machine context...
2007-11-05  James Hawkinsmsi: szUserSid must be NULL if context is MSIINSTALLCON...
2007-11-05  James Hawkinsmsi: Handle the MSIINSTALLCONTEXT_USERMANAGED context.
2007-11-05  James Hawkinsmsi: Reimplement MsiSourceListAddSourceEx to handle...
2007-11-05  James Hawkinsmsi: The options must include a source type.
2007-11-05  James Hawkinsmsi: An empty source is an invalid parameter.
2007-11-05  James Hawkinsmsi: Append a slash to network and url sources.
2007-11-05  James Hawkinsmsi: Validate the product code.
2007-11-05  James Hawkinsmsi: Return the error from OpenSourceKey.
2007-11-05  James Hawkinsmsi: Add tests for MsiSourceListAddSourceEx.
2007-11-05  James Hawkinsmsi: Don't create the product source key when adding...
2007-11-05  James Hawkinsmsi: Implement MsiSourceListAddSourceExA.
2007-11-05  James Hawkinsmsi: do_query is supposed to fail, so don't release...
2007-11-05  Alex Villacís Lassoriched20: Fix detection of CFE_LINK on WinXP-SP2.
2007-11-05  Vitaliy Margolendinput: Add stub for DIPROP_AUTOCENTER property.
2007-11-05  Juan Langwsock32: Don't use HEAP_ZERO_MEMORY for memory that...
2007-11-05  Juan Langwsock32: Correctly handle the case where a table size...
2007-11-05  Jacek Cabanshdocvw: Fixed typos.
2007-11-05  Jacek Cabanurlmon: Added https protocol class factory stub impleme...
2007-11-05  Alexander Nicolays... shell32: Update Norwegian Bokmål translation.
2007-11-05  Dan Kegelcabinet: FCICreate: Initialize oldCCAB.
2007-11-05  Dan Kegelcabinet: FCIAddFile: Set defaults in case callback...
2007-11-05  Juan Langcomdlg32: Grammar fixes.
2007-11-05  Juan Langcomdlg32: Implement OFN_CREATEPROMPT checking.
2007-11-05  Juan Langcrypt32: Don't define function pointers that are NULL...
2007-11-05  Juan Langcrypt32: Don't store a redundant copy of data in the...
2007-11-05  Juan Langcrypt32: Initialize a variable.
2007-11-05  Roderick Colenbranderwined3d: UnlockRect regression fix.
2007-11-05  Roderick Colenbranderwined3d: Only use p8 conversion on render targets.
2007-11-05  Roderick Colenbranderwined3d: Fix LockedRect regression.
2007-11-05  Roderick Colenbranderwined3d: Fix glsl detection bug.
2007-11-05  Kai Blinws2_32: Map SO_REUSEADDR.
2007-11-05  Kai Blinnetapi32: Fix valgrind warnings.
2007-11-05  Dan Hipschmanwidl: Handle pointers to conformant arrays (e.g., ...
2007-11-05  Dan Hipschmanrpcrt4: Initialize allocated pointers to NULL in Pointe...
2007-11-05  Dan Hipschmanrpcrt4/tests: Initialize memory in the get_name test.
2007-11-05  Stefan Dösingerwined3d: Don't test D3DDEVICE surfaces in dsurface...
2007-11-05  Stefan Dösingerd3d8: Initialize the vertex decl when allocating it.
2007-11-05  Stefan Dösingerwined3d: Move texture->sysmem specific code into its...
2007-11-05  Stefan Dösingerwined3d: Move drawable->sysmem specific code to its...
2007-11-05  Stefan Dösingerwined3d: Move sysmem->drawable specific blit code out...
2007-11-05  Stefan Dösingerwined3d: Remove a wrong return.
2007-11-05  Stefan Dösingerwined3d: Remove an unneeded check.
2007-11-05  Jacek Cabaniexplore: Added self-registration code.
2007-11-05  Rob Shearmanrpcrt4: Factorise out the argument processing from...
next