gdi32: Fix the lines parameter of SetDIBits to be positive.
[wine] / dlls / gdi32 /
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: Add an optional clip region to the PutImage...
2011-07-21  Alexandre Julliardgdi32: Get rid of the StretchDIBits-based fallback...
2011-07-21  Alexandre Julliardgdi32: Get rid of the offset in the gdi_image_bits...
2011-07-21  Alexandre Julliardgdi32: Allow the PutImage entry point to optionally...
2011-07-21  Alexandre Julliardgdi32: Pass the full bitblt_coords structure to the...
2011-07-20  Alexandre Julliardgdi32: Move the checks for empty visible rects in PatBl...
2011-07-20  Alexandre Julliardgdi32: Set the color maps to the destination DC colors...
2011-07-20  Alexandre Julliardgdi32: Add a special case for converting dibs to 1...
2011-07-19  Alexandre Julliardgdi32: Add format conversion to the null driver Stretch...
2011-07-19  Alexandre Julliardgdi32: Add inline helpers to compute DIB stride and...
2011-07-19  Alexandre Julliardgdi32: Move GET_DC_PHYSDEV back to gdi_private.h, it...
2011-07-18  Alexandre Julliardgdi32: Remove the GetDIBits entry point from the graphi...
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-18  Huw Daviesgdi32: Export a bitmap conversion function.
2011-07-18  Alexandre Julliardgdi32: Use the original StretchBlt rectangle if a DC...
2011-07-15  Huw Daviesgdi32: Move the query info code to a separate function.
2011-07-15  Huw Daviesgdi32: Zero-pad the end of the scanlines.
2011-07-15  Alexandre Julliardgdi32/tests: Fix some test failures on Windows.
2011-07-14  Alexandre Julliardgdi32: Add a null driver StretchBlt fallback using...
2011-07-14  Alexandre Julliardgdi32: Add driver entry points for GetImage and PutImage.
2011-07-13  Huw Daviesgdi32: Add conversion routines for source dibs with...
2011-07-13  Huw Daviesgdi32: Add conversion routines for source dibs with...
2011-07-13  Huw Daviesgdi32: Implement the conversion between two identical...
2011-07-13  Alexandre Julliardgdi32: Graphics driver functions no longer need to...
2011-07-13  Alexandre Julliardgdi32: Sort the OpenGL driver functions alphabetically.
2011-07-13  Alexandre Julliardgdi32: Ask the graphics driver for the function table...
2011-07-13  Alexandre Julliardgdi32: Make the DC function structure public.
2011-07-12  Huw Daviesgdi32: Allow dib_info structures to share colour tables.
2011-07-12  Huw Daviesgdi32: Simplify the optional free'ing of bits pointer.
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-07-11  Alexandre Julliardgdi32: Pass the source/dest visible rectangles to the...
2011-07-11  Alexandre Julliardgdi32: Pass the dest visible rectangle to the PatBlt...
2011-07-11  Alexandre Julliardgdi32: Pass the source/dest visible rectangles to the...
2011-07-11  Alexandre Julliardgdi32: Compute StretchBlt rectangles in gdi32.
2011-07-11  Alexandre Julliardgdi32: Export a function to compute the DC clip box.
2011-07-07  Alexandre Julliardgdi32: Export the gdi_physdev structure for the externa...
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-06-24  Huw Daviesgdi32/tests: Show that Get/SetDIBits ignore the layout...
2011-06-21  Huw Daviesgdi32/tests: Skip the tests if the pen type is not...
2011-06-21  Huw Daviesgdi32: Add more broken behaviour on nt4 sp3.
2011-06-20  Huw Daviesgdi32/tests: Add broken behaviour for nt4 sp3.
2011-06-20  Huw Daviesgdi32/tests: Add some broken behaviours for winxp sp1...
2011-06-17  Huw Daviesgdi32/tests: Add broken behaviour on nt4 sp1 and 2.
2011-06-17  Huw Daviesgdi32/tests: Add broken behaviour on nt4 sp1-5.
2011-06-17  Huw Daviesgdi32/tests: Call ReleaseDC not DeleteDC.
2011-06-17  Huw Daviesgdi32/tests: Add tests for hatched brushes.
2011-06-17  Huw Daviesgdi32: Add support for hatched brushes.
2011-06-15  Huw Daviesgdi32/tests: Add tests for 1bpp brushes.
2011-06-15  Huw Daviesgdi32: Add support for 1 bpp brushes.
2011-06-15  Huw Daviesgdi32/tests: Add tests for 1 bpp dibs.
2011-06-15  Huw Daviesgdi32: Add support for 1 bpp dibs.
2011-06-15  Huw Daviesgdi32: Add helpers to retrieve foreground and backgroun...
2011-06-06  Aric Stewartgdi32: Fall back on uniscribe for complex scripts.
2011-06-02  Huw Daviesgdi32: Update pixel colours when the colour table changes.
2011-06-01  Huw Daviesgdi32: Fix an error in the blue channel of the 32 ...
2011-06-01  Huw Daviesgdi32/tests: Add tests for 24 bpp brushes.
2011-06-01  Huw Daviesgdi32: Add support for 24 bpp brushes.
2011-06-01  Huw Daviesgdi32/tests: Add tests for 24 bpp dibs.
2011-06-01  Huw Daviesgdi32: Add support for 24 bpp dibs.
2011-05-31  Huw Daviesgdi32/tests: Add tests for 4 bpp brushes.
2011-05-31  Huw Daviesgdi32: Add support for 4 bpp brushes.
2011-05-31  Huw Daviesgdi32/tests: Add tests for 4 bpp dibs.
2011-05-31  Huw Daviesgdi32: Add support for 4 bpp dibs.
2011-05-27  Huw Daviesgdi32/tests: Add tests for 8bpp brushes.
2011-05-27  Huw Daviesgdi32: Add support for 8 bpp brushes.
2011-05-27  Huw Daviesgdi32/tests: Add tests for 8 bpp dibs.
2011-05-27  Huw Daviesgdi32: Add support for 8 bpp dibs.
2011-05-27  Huw Daviesgdi32: Add support for colour tables.
2011-05-27  Huw Daviesgdi32/tests: Add tests for non-standard BI_BITFIELD...
2011-05-27  Huw Daviesgdi32/tests: Add tests for 16 bpp brushes.
2011-05-27  Huw Daviesgdi32: Add conversion routines to the primitive functions.
2011-05-27  Huw Daviesgdi32: Add support for 16 bpp dibs.
2011-05-27  Huw Daviesgdi32/tests: Make the 32 bpp brush tests sensitive...
2011-05-25  Francois Gougetgdi32: Move MFDRV_{ExtEscape,GetDeviceCaps}() up and...
2011-05-19  Alistair Leslie... gdi32: Add support in DeviceCaps CURVECAPS, LINECAPS...
2011-05-17  Ken Thomasesgdi32: Fix leak of FullName of replaced font face.
2011-05-16  Huw Daviesgdi32/tests: Add tests for PaintRgn and simple RTL...
2011-05-16  Huw Daviesgdi32: Implement PaintRgn().
2011-05-13  Huw Daviesgdi32/tests: Tests for Rectangle().
2011-05-13  Huw Daviesgdi32: Implement Rectangle().
2011-05-13  Huw Daviesgdi32: Add support for the null pen.
2011-05-13  Huw Daviesgdi32: Add support for the null brush.
2011-05-13  Huw Daviesgdi32: Initialise the pen pattern to an empty pattern...
2011-05-12  Grazvydas Ignotasgdi32: Implement font selection by its full name.
2011-05-12  Grazvydas Ignotasgdi32: Refactor get_facename to retrieve other names...
2011-05-12  Grazvydas Ignotasgdi32/tests: Test for font selection by full name.
2011-05-12  Huw Daviesgdi32/tests: Add tests for 32 bpp DIB pattern brush...
2011-05-12  Huw Daviesgdi32: Add support for DIB pattern brush fills.
2011-05-12  Huw Daviesgdi32: Implement SelectBrush for DIB pattern brushes.
2011-05-12  Huw Daviesgdi32: Add helpers to clear and free dib_info structures.
2011-05-12  Huw Daviesgdi32: Keep track of changes to the brush rop, so that...
2011-05-11  Konstantin L. Metlovgdi32: Handle pre-Unicode symbol TTFs with symbols...
2011-05-11  Huw Daviesgdi32: Add a missing const.
next