shell32: Indentation fix.
[wine] / dlls / gdi32 / dib.c
2012-10-17  Alexandre Julliardgdi32: Get rid of the GDIOBJHDR type.
2012-10-17  Alexandre Julliardgdi32: Store the object selection count directly in...
2012-10-10  Alexandre Julliardgdi32: Handle a missing source alpha directly in the...
2012-09-20  Alexandre Julliardgdi32: Always update the DC before looking for the...
2012-08-13  Michael Stefaniucgdi32: Avoid TRUE:FALSE conditional expressions.
2012-06-22  Alexandre Julliardgdi32: Fix StretchDIBits return value when destination...
2012-05-29  Alexandre Julliardgdi32: Remove the bitmap parameter from the Get/PutImag...
2012-05-29  Alexandre Julliardgdi32: Add a helper function that implements PutImage...
2012-05-29  Alexandre Julliardgdi32: Add a helper function that implements GetImage...
2012-05-29  Alexandre Julliardgdi32: Always use the DIB engine for DDB rendering.
2012-05-08  Alexandre Julliardgdi32: Add a priority mechanism for pushing drivers...
2012-04-30  Alexandre Julliardgdi32: Add support for clipping source coordinates...
2012-01-10  Alexandre Julliardgdi32: Use the bitmap part of the DIBSECTION structure...
2012-01-10  Alexandre Julliardgdi32: Always store a DIBSECTION structure in the bitma...
2012-01-10  Alexandre Julliardgdi32: Get rid of the get_bitmap_funcs function.
2012-01-10  Alexandre Julliardgdi32: Use the bpp info from the bitmap structure now...
2012-01-10  Alexandre Julliardgdi32: Simplify CreateDIBSection and avoid using the...
2012-01-10  Alexandre Julliardgdi32: Add a separate set of GDI object functions for...
2012-01-07  Alexandre Julliardgdi32: Get rid of the SetDIBColorTable driver entry...
2011-12-29  Alexandre Julliardgdi32: Add checks for invalid color usage values.
2011-12-12  Alexandre Julliardgdi32: Add a flag to request a default color table...
2011-12-12  Alexandre Julliardgdi32: Store the default color tables as static data.
2011-12-10  Alexandre Julliardgdi32: Simplify computation of the DIB header size...
2011-12-10  Alexandre Julliardgdi32: Always use biClrUsed for the number of colors...
2011-12-09  Alexandre Julliardgdi32: Remove the nb_colors fields in the bitmap object...
2011-12-09  Alexandre Julliardgdi32: Fix handling of DIB_PAL_COLORS in the various...
2011-12-09  Alexandre Julliardgdi32: Always allocate a full-size color table when...
2011-12-08  Alexandre Julliardgdi32: Add a helper to build a color table from the...
2011-12-08  Alexandre Julliardgdi32: Use the convert_bits helper function in SetDIBit...
2011-12-06  Alexandre Julliardgdi32: Add a helper function to clip a rectangle to...
2011-11-03  Alexandre Julliardgdi32: Retrieve the bits of a pattern brush when it...
2011-11-02  Alexandre Julliardgdi32: Sanitize the DIB information for DIB pattern...
2011-10-27  Alexandre Julliardgdi32: Add a helper function to copy BITMAPINFO structu...
2011-10-21  Huw Daviesgdi32: Add a fake 1-entry color table for 1-bpp ddbs.
2011-10-17  Huw Daviesgdi32: Implement nulldrv_StretchDIBits using the PutIma...
2011-10-17  Huw Daviesgdi32: Allow a caller to build_rle_bitmap to not reques...
2011-10-13  Alexandre Julliardgdi32: Add a check for null bitfields in SetDIBits.
2011-10-12  Alexandre Julliardgdi32: Add an all-one alpha channel when converting...
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 Julliardgdi32: Add a SetDIBitsToDevice implementation in the...
2011-09-02  Alexandre Julliardgdi32: Make the BITMAPINFO parameters non-const in...
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-30  Alexandre Julliardgdi32: Forward the null driver GetImage to the DIB...
2011-08-29  Alexandre Julliardgdi32: Add parameter validation in GetDIBits.
2011-08-23  Huw Daviesgdi32: Remove an unneeded level of indentation.
2011-08-22  Huw Daviesgdi32: Add a helper to retrieve the bitmap functions.
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-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  Alexandre Julliardgdi32: Get rid of the DIB_GetBitmapInfo function.
2011-08-04  Alexandre Julliardgdi32: Create a sanitized BITMAPINFOHEADER in CreateDIB...
2011-08-04  Alexandre Julliardgdi32: Create a sanitized BITMAPINFOHEADER in GetDIBits.
2011-08-04  Alexandre Julliardgdi32: Move initialization of a correct BITMAPINFOHEADE...
2011-08-04  Alexandre Julliardgdi32: Create a sanitized BITMAPINFO in SetDIBitsToDevi...
2011-08-04  Alexandre Julliardgdi32: Create a sanitized BITMAPINFO in StretchDIBits...
2011-08-04  Alexandre Julliardgdi32: Create a sanitized BITMAPINFO in CreateDIBSectio...
2011-08-03  Alexandre Julliardgdi32: Update the coordinates in convert_bitmapinfo...
2011-08-02  Huw Daviesgdi32: Actually use the dib driver's Get/PutImage if...
2011-07-28  Huw Daviesgdi32: Use the helper to retrieve the number of colours.
2011-07-28  Huw Daviesgdi32: Add an inline helper to return the number of...
2011-07-28  Huw Daviesgdi32: Better handling of non-trivial source and destin...
2011-07-25  Alexandre Julliardgdi32: Implement GetImage in the DIB driver.
2011-07-25  Alexandre Julliardgdi32: Get rid of the SetDIBits driver entry point.
2011-07-25  Huw Daviesgdi32: Rewrite SetDIBits to use the PutImage gdi driver...
2011-07-22  Huw Daviesgdi32: Fix the lines parameter of SetDIBits to be positive.
2011-07-22  Huw Daviesgdi32: Add a helper to fill out the colour table from...
2011-07-22  Huw Daviesgdi32: Add a helper to sanitize a BITMAPINFO structure.
2011-07-21  Alexandre Julliardgdi32: Pass the full bitblt_coords structure to the...
2011-07-19  Alexandre Julliardgdi32: Add inline helpers to compute DIB stride and...
2011-07-18  Alexandre Julliardgdi32: Move a couple of rectangle helper functions...
2011-07-18  Huw Daviesgdi32: Implement GetDIBits using the GetImage driver...
2011-07-15  Huw Daviesgdi32: Move the query info code to a separate function.
2011-07-13  Alexandre Julliardgdi32: Graphics driver functions no longer need to...
2011-07-12  Huw Daviesgdi32: Use a local copy of the bitmap info structure...
2011-07-12  Huw Daviesgdi32: Don't use a dib-section's bitfields unless its...
2011-06-28  Huw Daviesgdi32: Construct the EGA palette from the default palette.
2011-06-27  Huw Daviesgdi32: Fix the 8 bpp generated colour table.
2011-06-27  Huw Daviesgdi32: Simplify colour table generation.
2011-04-12  Huw Daviesgdi32: Don't set the bitfields when the dib section...
2011-04-12  Huw Daviesgdi32: Don't use the bitfields for the BI_RGB case.
2011-03-18  Alexandre Julliardgdi32: Add a null driver entry point for StretchDIBits.
2011-03-16  Alexandre Julliardgdi32: Add null driver entry points for the DIB functions.
2011-03-16  Alexandre Julliardgdi32: Add null driver entry points for the bitmap...
2011-03-08  Alexandre Julliardgdi32: GetDIBColorTable doesn't need to be part of...
2011-03-02  John Edmondsgdi32: Fixes GetDIBits for top-down destination bitmaps.
2011-02-25  Peter Urbanecgdi32: Fix 64-bit pointer issues when copying upside...
2011-02-23  John Edmondsgdi32: Fixed GetDIBits for top-down bitmaps.
2010-11-01  Alexandre Julliardgdi32: Remove unnecessary uses of wownt32.h.
2010-07-30  Alexandre Julliardgdi32: Replicate a Windows bug in StretchDIBits for...
2010-07-20  Alexandre Julliardgdi32: Reject invalid DIB depths in CreateDIBSection.
2010-05-27  Alexandre Julliardgdi32: Only 16 and 32 bpp DIB sections can have bitfields.
2010-05-27  Alexandre Julliardgdi32: Return the actual DIB section bitfields instead...
2010-05-14  Alexandre JulliardFix the bitmap info size computation when masks are...
2010-04-21  Alexandre Julliardgdi32: Fix handling of bitmap header size for V4/V5...
2010-04-12  Nikolay Sivovgdi32: Use supplied hdc for DIB_RGB_COLORS if it's...
2009-10-22  Nikolay Sivovgdi32: Always create a context for DIB_RGB_COLORS.
2009-06-22  Huw Daviesgdi32: CBM_INIT is a flag.
next