wined3d: Reload the palette on a color key change. This fixes the ddex4/ddex5 samples...
[wine] / dlls /
2008-02-06  Roderick Colenbranderwined3d: Reload the palette on a color key change....
2008-02-06  Roderick Colenbranderwined3d: Make sure to set the color key when it is...
2008-02-06  Michael Stefaniucmsi: Fix "type of 'x' defaults to 'int'" warnings.
2008-02-06  Detlef Riekenbergwinspool: Use the backend for GetPrinterDriverDirectory.
2008-02-06  Detlef Riekenberglocalspl: Implement fpGetPrinterDriverDirectory.
2008-02-06  Detlef Riekenberglocalspl: Initialize pointers in struct PRINTPROVIDOR.
2008-02-05  Alexandre Julliardgdi32: DC_GetDCPtr and DC_ReleaseDCPtr are not longer...
2008-02-05  Alexandre Julliardgdi32: Get rid of DC_GetDCPtr in the palette functions.
2008-02-05  Alexandre Julliardwinex11: Add a critical section for the palette global...
2008-02-05  Alexandre Julliardgdi32: Get rid of DC_GetDCPtr in the GDI object functions.
2008-02-05  Alexandre Julliardgdi32: Get rid of DC_GetDCPtr in font functions.
2008-02-05  Alexandre Julliardgdi32: Use a separate critical section for freetype...
2008-02-05  Alexandre Julliardgdi32: Avoid locking in BITMAP_CopyBitmap.
2008-02-05  Alexandre Julliardgdi32: Don't hold the GDI lock when calling DC_InitDC.
2008-02-05  Alexandre Julliardgdi32: Get rid of a few more uses of DC_GetDCPtr.
2008-02-05  Alexandre Julliardgdi32: Avoid locking in CreateCompatibleBitmap.
2008-02-05  Francois Gougetcomctl32/tests: Call InitCommonControlsEx() if availabl...
2008-02-05  Reece H. Dunnmsxml3: Fix the domdoc test failures.
2008-02-05  Stefan Dösingerwined3d: Recreate the contexts on _Reset.
2008-02-05  Stefan Dösingerwined3d: Move vertex buffer vbo creation to PreLoad.
2008-02-05  Stefan Dösingerwined3d: Move the float format check to the big switch...
2008-02-05  Stefan Dösingerwined3d: Fix dxtn format check.
2008-02-05  Stefan Dösingerwined3d: Correct the srgb reading check.
2008-02-05  Stefan Dösingerd3d9/tests: Accept the rejection of non-standard fixed...
2008-02-05  Stefan Dösingerd3d9/tests: Be less picky about X8L8V8U8 precision.
2008-02-05  Stefan Dösingerwined3d: Some texture transform test corrections.
2008-02-05  Stefan Dösingerwined3d: D3DTADDRESS_WRAP on conditional NP2 textures...
2008-02-05  Stefan Dösingerwined3d: Update the gl rectangle when adjusting surface...
2008-02-05  Stefan Dösingerwined3d: Make Clear aware of the depth stencil sharing.
2008-02-05  Stefan Dösingerd3d9: Some drivers allow non-aligned offsets.
2008-02-05  Stefan Dösingerwined3d: De-Statify depth blit opengl resources.
2008-02-05  Stefan Dösingerwined3d: Mark textures dirty on UnLoad.
2008-02-05  Stefan Dösingerwined3d: Move some UnLoad code to the base texture...
2008-02-05  Stefan Dösingerwined3d: Destroy FBOs and reset pointers on Reset.
2008-02-05  Stefan Dösingerwined3d: Unload implicit depth stencil buffers correctly.
2008-02-05  Stefan Dösingerwined3d: Update the auto depth stencil buffer size...
2008-02-05  Stefan Dösingerwined3d: Beware of texture_rectangle NP2 support in...
2008-02-05  James Hawkinsmsi: Fix handling of the NULL separator when writing...
2008-02-05  Aric Stewartgdi32: Child fonts need to be scaled like their parent...
2008-02-05  Francois Gougetd3dx8: Fix the D3DXAssembleShaderFromFileA/W() prototypes.
2008-02-05  Francois Gougetd3dx8: Fix the D3DXMatrixAffineTransformation() prototype.
2008-02-05  Francois Gougetmsvcrt: __CxxDetectRethrow() and __CxxQueryExceptionSiz...
2008-02-05  Francois Gougetwinex11.drv: Add some API documentation stubs to make...
2008-02-05  Francois Gougetntdsapi: Add an API documentation stub to make winapi_c...
2008-02-05  Francois Gougetmapi32: Add an API documentation stub to make winapi_ch...
2008-02-05  Francois Gougetddraw/tests: Fix compilation on systems that don't...
2008-02-05  James Hawkinsmsi: Reimplement MsiFormatRecord.
2008-02-05  James Hawkinsmsi: Add more tests for MsiFormatRecord.
2008-02-05  Rob Shearmanrpcrt4: Fix potential memory leaks on error paths in...
2008-02-05  Rob Shearmanrpcrt4: Fix potential memory leaks in RPCRT4_Receive.
2008-02-05  Andrew Talbotwininet: Remove unneeded casts.
2008-02-05  Andrew Talbotwinex11.drv: Remove unneeded casts.
2008-02-05  Rob Shearmanws2_32: Add a FIXME for WS_SIO_GET_EXTENSION_FUNCTION_P...
2008-02-05  Rob Shearmanntdll: The FileMailslotSetInformation and FileCompletio...
2008-02-05  James Hawkinsmsi: Return ERROR_MORE_DATA if the size is too small.
2008-02-05  James Hawkinsmsi: Return the string length even if the string is...
2008-02-05  James Hawkinsmsi: Leave room for the NULL terminator.
2008-02-05  James Hawkinsmsi: Return ERROR_FILE_INVALID if the file has no versi...
2008-02-05  James Hawkinsmsi: Return ERROR_INVALID_PARAMETER if a string pointer...
2008-02-05  James Hawkinsmsi: Translate ERROR_BAD_PATHNAME into ERROR_FILE_NOT_F...
2008-02-05  James Hawkinsmsi: Only convert output strings if the call succeeded.
2008-02-05  James Hawkinsmsi: Add tests for MsiGetFileVersion.
2008-02-05  James Hawkinsmsi: Implement the MSIMODIFY_ASSIGN action of MsiViewMo...
2008-02-05  James Hawkinsmsi: Add tests for using single quotes in an INSERT...
2008-02-05  James Hawkinsversion: Return ERROR_RESOURCE_DATA_NOT_FOUND if the...
2008-02-05  James Hawkinskernel32: Factor out the VerifyVersionInfo tests into...
2008-02-05  Reece H. Dunngdiplus: Fix the bezier arc path test on all Windows...
2008-02-05  Reece H. Dunncomctl32: Proper fix redrawing the trackbar background...
2008-02-05  Michael Stefaniucolecli: Remove duplicated typedefs/enums.
2008-02-05  Stefan Leichteradvapi32: Fix the failing QueryServiceConfig2 test...
2008-02-05  Alistair Leslie... gdiplus: Add GdipSetStringFormatFlags stub.
2008-02-05  Alistair Leslie... gdiplus: Add GdipSetPenMode stub.
2008-02-05  Alistair Leslie... kernel32: Add RegisterApplicationRestart stub.
2008-02-05  Eric Pouechdbghelp: Fixed the types we want to load at first.
2008-02-05  Eric Pouechriched20: Make use of the size info in REOBJECT if...
2008-02-05  Eric Pouechriched20: Start implementing object reading out RTF...
2008-02-05  Eric Pouechriched20: Added support for image reading from RTF...
2008-02-05  Eric Pouechriched20: Support a couple of paragraphs attributes...
2008-02-05  Eric Pouechriched20: Invert graphics when they are under the selec...
2008-02-05  Eric Pouechriched20: Correctly handle the wrapping when graphics...
2008-02-05  Eric Pouechriched20: Handle the zoom in OLE objects.
2008-02-05  Eric Pouechriched20: Start handling OLE objects inside richedit.
2008-02-04  Alexandre Julliardshell32: Fix permissions of newly-created directories.
2008-02-04  Alexandre Julliardwinex11: Remove unneeded check on bitmap depth, screen...
2008-02-04  Alexandre Julliardwinex11: Abstract the depth->bpp conversion and use...
2008-02-04  Andrew Talbotwinex11.drv: Remove unneeded casts.
2008-02-04  Andrew Talbotwineps.drv: Remove unneeded casts.
2008-02-04  Andrew Talbotwinemp3.acm: Remove unneeded casts.
2008-02-04  Hans Leidekkerwininet: Add zero value content length header to POST...
2008-02-04  Hans Leidekkerwininet: Send HTTP/1.1 requests by default.
2008-02-04  Hans Leidekkerwininet: Make sure not to overwrite any caller supplied...
2008-02-04  Alistair Leslie... msxml3: Correct createElement return value for an inval...
2008-02-04  Alistair Leslie... msxml3: Corrected Entity Reference Test.
2008-02-04  Alistair Leslie... msxml3: Validated attribute name.
2008-02-04  Bang Jun-youngriched20: Include wine/port.h for vsnprintf().
2008-02-04  Bang Jun-younguser32: Fix EndMenu() to match the PSDK.
2008-02-04  Bang Jun-youngcrypt32: Include wine/port.h for snprintf().
2008-02-04  Jacek Cabanmshtml: Update wine_url in nsIURI::SetPath.
2008-02-04  Jacek Cabanurlmon: Added more tests.
2008-02-04  Jacek Cabanitss: Added BINDF_NEEDFILE test.
next