gdi32: Display the depth of a bitmap rather than the total number colors.
[wine] / dlls / gdi32 /
2011-10-05  Huw Daviesgdi32: Display the depth of a bitmap rather than the...
2011-10-04  Thomas Fabergdi32/tests: Fix MSVC build in bitmap.c.
2011-10-04  Thomas Fabergdi32/tests: Fix MSVC build in icm.c.
2011-10-03  Marcus Meissnerdibdrv: Mark get_rop_codes as hidden.
2011-09-30  Andrew Talbotgdi32: Mark a fall-through in a switch statement.
2011-09-28  Huw Daviesgdi32: Use a separate variable to indicate the default...
2011-09-27  Huw Daviesgdi32: Forward StretchBlt calls from the dib driver...
2011-09-27  Huw Daviesgdi32: Implement stretch_bitmapinfo.
2011-09-27  Huw Daviesgdi32: stretch_bitmapinfo may need to adjust the dst...
2011-09-27  Huw Daviesgdi32: Make clip_line external.
2011-09-27  Francois Gougettests: Remove unneeded assert.h includes.
2011-09-27  Francois Gougetgdi32: The GetKerningPairsA() test should pass on all...
2011-09-27  Francois Gougetgdi32/tests: Use if(0) instead of #if 0 to make sure...
2011-09-26  Alexandre Julliardwinex11: Force the alpha channel to zero for mono-...
2011-09-26  André Hentschelgdi32: Add traces for the gamma functions.
2011-09-23  Alexandre Julliardgdi32: Avoid rounding errors with visible rectangles...
2011-09-22  Michael Stefaniucgdi32/tests: Remove casts to the type of the casted...
2011-09-22  Huw Daviesgdi32/tests: Add some tests to show the 1 pixel dst...
2011-09-22  Huw Daviesgdi32/tests: Update the StretchBlt tests to use a 16x16...
2011-09-22  Alexandre Julliardgdi32/tests: Add some tests for overlapping blits.
2011-09-22  Alexandre Julliardgdi32: Copy bits in the correct order for the overlap...
2011-09-22  Alexandre Julliardgdi32: Add helper functions for copying a DIB line.
2011-09-22  Alexandre Julliardgdi32: Copy DIB rectangles in the correct order when...
2011-09-21  Huw Daviesgdi32/tests: Remove legacy support from the StretchBlt...
2011-09-20  Alexandre Julliardgdi32/tests: Add a test for alpha channel handling...
2011-09-20  Alexandre Julliardgdi32: Force colors to black and white for 1-bpp source...
2011-09-20  André Hentschelgdi32/tests: Add a second test about non-uniform ramps.
2011-09-19  André Hentschelwinex11: Multiply the error tolerance by the table...
2011-09-19  André Hentschelgdi32/tests: Add a test about non-uniform ramps.
2011-09-14  Alexandre Julliardgdi32: Add a null driver fallback for AlphaBlend, using...
2011-09-14  Alexandre Julliardgdi32: Add a couple of helper functions for converting...
2011-09-14  Alexandre Julliardgdi32: Add a placeholder function for DIB stretching.
2011-09-13  Alexandre Julliardgdi32: Move coordinate checks into the common part...
2011-09-12  Josh Jurangdi32: Simplify logic in WineEngGetFontData().
2011-09-09  Huw Daviesgdi32: The offsets should be signed.
2011-09-08  Huw Daviesgdi32: When creating a dib_info from a ddb, always...
2011-09-08  Alexandre Julliardgdi32: Move DIB driver definitions to dibdrv.h.
2011-09-08  Alexandre Julliardgdi32: Allocate the DIB driver on first use, and free...
2011-09-07  Alexandre Julliardgdi32: Leave it up to the driver to push the new device...
2011-09-07  Alexandre Julliardgdi32: Don't allow CreateCompatibleDC on a metafile DC.
2011-09-07  Alexandre Julliardgdi32: Add a driver entry point for CreateCompatibleDC.
2011-09-07  Alexandre Julliardgdi32: Make the push/pop_dc_driver functions available...
2011-09-07  Alexandre Julliardgdi32: Don't free a driver when it's popped from the...
2011-09-07  Alexandre Julliardgdi32: Always set biClrUsed in internal BITMAPINFO...
2011-09-06  Alexandre Julliardgdi32: Add RLE support in SetDIBitsToDevice.
2011-09-06  Alexandre Julliardwinex11: Get rid of the SetDIBitsToDevice implementation.
2011-09-06  Alexandre Julliardgdi32: Add a SetDIBitsToDevice implementation in the...
2011-09-04  Alexandre Julliardgdi32: Fix coordinate mapping in Get/SetBoundsRect...
2011-09-02  Alexandre Julliardgdi32: Make the BITMAPINFO parameters non-const in...
2011-09-01  Dmitry Timoshkovgdi32: Add a buch of CreateScalableFontResource() tests.
2011-09-01  Alexandre Julliardwinex11: Fix SetDIBitsToDevice coordinate mapping for...
2011-09-01  Alexandre Julliardwinex11: Fix SetDIBitsToDevice coordinate mapping in...
2011-09-01  Alexandre Julliardgdi32/tests: Add some SetDIBitsToDevice tests, based...
2011-08-31  Alexandre Julliardgdi32: Use SetDIBits to set the initial bits of a DDB.
2011-08-31  Alexandre Julliardgdi32: Only use the hdc parameter in SetDIBits when...
2011-08-31  Alexandre Julliardgdi32: Allow SetDIBits to use the null driver.
2011-08-31  Alexandre Julliardgdi32: Forward the null driver PutImage to the DIB...
2011-08-30  Alexandre Julliardgdi32: Forward the null driver GetImage to the DIB...
2011-08-29  Alexandre Julliardgdi32: Add a helper function to initialize DIB info...
2011-08-29  Alexandre Julliardgdi32: Store the initial bitmap bits with DIB alignment.
2011-08-29  Alexandre Julliardgdi32: Remove an unused variable.
2011-08-29  Alexandre Julliardgdi32/tests: Simplify the DIB byte width computation.
2011-08-29  Alexandre Julliardgdi32: Add parameter validation in GetDIBits.
2011-08-26  Alexandre Julliardgdi32/tests: Make sure the bitmap info is initialized...
2011-08-24  Francois GougetAssorted spelling fixes.
2011-08-24  André Hentschelwinex11: Reject too bright gamma ramps.
2011-08-24  Hans Leidekkergdi32/tests: Accept one more return value from EnumICMP...
2011-08-24  Grazvydas Ignotasgdi32/tests: Add additional font to fullnames test.
2011-08-24  Grazvydas Ignotasgdi32/tests: Check for exact fonts before doing fullnam...
2011-08-24  Grazvydas Ignotasgdi32: Use correct name for elfFullName.
2011-08-23  Huw Daviesgdi32: Add an exception handler to catch bad pointers...
2011-08-23  Huw Daviesgdi32: Remove an unneeded level of indentation.
2011-08-23  Huw Daviesgdi32: Add support for all of the ternary rops.
2011-08-23  Huw Daviesgdi32: Add a copy_rect helper function.
2011-08-23  Huw Daviesgdi32: Move the dib driver's GetImage and PutImage...
2011-08-23  André Hentschelgdi32: Initial gamma setting tests.
2011-08-22  Austin Englishgdi32/tests: Remove win9x hacks.
2011-08-22  Huw Daviesgdi32: Change the object-level brush function to accept...
2011-08-22  Huw Daviesgdi32: Implement Polyline and PolyPolyline in the dib...
2011-08-22  Huw Daviesgdi32: Move to using a multi-line pen object-level...
2011-08-22  Huw Daviesgdi32: Use the gdi_image_bits structure to maintain...
2011-08-22  Huw Daviesgdi32: Simplify dibdrv_PutImage a little.
2011-08-22  Huw Daviesgdi32: Avoid directly accessing the bits ptr where...
2011-08-22  Huw Daviesgdi32: Use the dib driver GetImage and PutImage impleme...
2011-08-22  Huw Daviesgdi32: Add a helper to retrieve the bitmap functions.
2011-08-22  Huw Daviesgdi32: Allow SetBitmapBits to set incomplete scanlines.
2011-08-22  Huw Daviesgdi32: Avoid a possible unnecessary conversion if PutIm...
2011-08-22  Huw Daviesgdi32: Fix colour table comparison.
2011-08-22  André Hentschelgdi32/tests: Consistently print out all infos about...
2011-08-05  Huw Daviesgdi32: Simplify dibdrv_GetImage by merging the stand...
2011-08-05  Huw Daviesgdi32: Fix dibdrv_PutImage for the selected bitmap...
2011-08-05  Alexandre Julliardgdi32: Always use BI_BITFIELDS for 16-bpp in GetImage.
2011-08-05  Alexandre Julliardgdi32: Always set compression to BI_BITFIELDS for 16...
2011-08-05  Alexandre Julliardgdi32: Validate the DIB parameters in functions that...
2011-08-05  Alexandre Julliardgdi32: Add a missing release in the error path.
2011-08-04  Huw Daviesgdi32: Don't load a font replacement if any face of...
2011-08-04  Frédéric Delanoytests: Assorted spelling fixes.
2011-08-04  Huw Daviesgdi32: If possible use the GetImage driver entry to...
2011-08-04  Huw Daviesgdi32: Simplify the code a little by using a separate...
2011-08-04  Huw Daviesgdi32/tests: Add some GetDIBits tests with zero lines...
next