gdi32: Fix the lines parameter of SetDIBits to be positive.
[wine] / dlls / gdi32 /
2011-05-11  Huw Daviesgdi32: Initialise the bit fields even in the BI_RGB...
2011-05-09  Konstantin L. Metlovgdi32: Handle pre-Unicode "broken" symbol TTFs with...
2011-05-06  Huw Daviesgdi32: Add support for drawing diagonal patterned lines.
2011-05-06  Huw Daviesgdi32: Add support for drawing vertical patterned lines.
2011-05-06  Huw Daviesgdi32: Add support for drawing horizontal patterned...
2011-05-06  Huw Daviesgdi32: Add support for patterned pens.
2011-05-06  Huw Daviesgdi32: Keep track of the background colour.
2011-05-04  Akihiro Sagawagdi32: Pass a proper code point from GetGlyphOutlineA...
2011-05-04  Akihiro Sagawagdi32/tests: Add more tests for GetGlyphOutlineA.
2011-05-03  Huw Daviesgdi32/tests: Allow broken behaviour for nt4 sp1 and...
2011-05-03  Nicolas Le Camgdi32: Remove a set but unused variable.
2011-04-28  Huw Daviesgdi32: Now that we have our own Bresenham routine,...
2011-04-27  Huw Daviesgdi32: Implement clipping of diagonal lines.
2011-04-25  Amine Khaldigdi32/test: SelectObject doesn't work with palettes...
2011-04-25  Marcus Meissnergdi32: Mark internal symbols as hidden.
2011-04-20  Huw Daviesgdi32: Add a directional bias for the case when the...
2011-04-18  Huw Daviesgdi32: Make sure that pattern brush bitmap's are create...
2011-04-18  Huw Daviesgdi32: Clip solid brush fills.
2011-04-15  Huw Daviesgdi32: Add clipping for horizontal and vertical solid...
2011-04-15  Huw Daviesgdi32: Keep track of the combined clip region.
2011-04-13  Huw Daviesgdi32: Add support for solid diagonal lines.
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-04-12  Huw Daviesgdi32: Don't use the bitfields for the BI_RGB case.
2011-04-11  Alexandre Julliardgdi32: Fix a compiler warning on 64-bit.
2011-04-11  Huw Daviesgdi32/tests: Add PatBlt tests.
2011-04-11  Huw Daviesgdi32: Implement PatBlt.
2011-04-11  Huw Daviesgdi32: Implement SelectBrush for solid brushes.
2011-04-08  Alexandre Julliardgdi32: Avoid reading bits outside of the glyph bitmap...
2011-04-07  Huw Daviesgdi32/tests: Add horizontal and vertical solid line...
2011-04-07  Huw Daviesgdi32: Draw single pixel wide, horizontal or vertical...
2011-04-07  Huw Daviesgdi32: Calculate AND and XOR masks corresponding to...
2011-04-07  Huw Daviesgdi32: Add support for DC pens.
2011-04-07  Huw Daviesgdi32: Add the ability to track whether we should defer...
2011-04-07  Huw Daviesgdi32: Initial SelectPen support.
2011-04-07  Huw Daviesgdi32: Add a solid_rects primitive.
2011-04-05  Huw Daviesgdi32/tests: Start of a framework for writing dib drive...
2011-04-05  Huw Daviesgdi32: Add support for 32 bpp BI_BITFIELDS.
2011-04-05  Huw Daviesgdi32: Add a dib primitive function table.
2011-04-04  Akihiro Sagawagdi32: Create charset enumeration order list for EnumFo...
2011-04-04  Akihiro Sagawagdi32: Remove redundant charset assignments.
2011-04-04  Akihiro Sagawagdi32: Move charset enumeration to helper function.
2011-04-04  Akihiro Sagawagdi32/tests: Add a test for a charset enumeration order.
2011-04-04  Huw Daviesgdi32: Add a skeleton dib driver.
2011-04-04  Alexandre Julliardgdi32: Use the hdc from the generic physdev structure...
2011-04-04  Alexandre Julliardgdi32: Use the hdc from the generic physdev structure...
2011-03-28  Gregory M. Turnergdi32: Initialize SetLayout function pointer.
2011-03-28  Alexandre Julliardgdi32: Don't require a valid point as input to OffsetVi...
2011-03-18  Alexandre Julliardgdi32: Remove the function table pointer from the DC...
2011-03-18  Alexandre Julliardgdi32: Add null driver entry points for StretchBlt...
2011-03-18  Alexandre Julliardgdi32: Add a null driver entry point for StretchDIBits.
2011-03-18  Alexandre Julliardgdi32: Find the original driver by checking the CreateD...
2011-03-17  Alexandre Julliardgdi32: Fix the calling convention of the DeleteDC entry...
2011-03-17  Alexandre Julliardgdi32: Get rid of the BitBlt driver entry point.
2011-03-17  Alexandre Julliardgdi32: Add a null driver entry point for PatBlt.
2011-03-17  Alexandre Julliardgdi32: Always call the PatBlt entry point for blits...
2011-03-16  Alexandre Julliardgdi32: Add a null driver entry point for UnrealizePalette.
2011-03-16  Alexandre Julliardgdi32: Add a null driver entry point for GetDeviceCaps.
2011-03-16  Alexandre Julliardgdi32: Properly manage the driver stack during DC creat...
2011-03-16  Alexandre Julliardgdi32: Get rid of the no longer used DC_SAVED flag.
2011-03-16  Alexandre Julliardgdi32: Add null driver entry points for the DIB functions.
2011-03-16  Huw Daviesgdi32: Print the fixme when the pen is actually hatched.
2011-03-16  Alexandre Julliardgdi32: Add null driver entry points for the text functions.
2011-03-16  Alexandre Julliardgdi32: Don't allocate a GDI handle for saved DCs.
2011-03-16  Alexandre Julliardgdi32: Add null driver entry points for the DC state...
2011-03-16  Alexandre Julliardgdi32: Add null driver entry points for the bitmap...
2011-03-15  Alexandre Julliardgdi32: Add null driver entry point for world transform...
2011-03-14  Dmitry Timoshkovgdi32: Remove a redundant check for Roman font presence.
2011-03-12  Alexandre Julliardgdi32: Avoid null pointer access when we are out of...
2011-03-11  Alexandre Julliardgdi32: Add null driver entry points for the path functions.
2011-03-11  Alexandre Julliardgdi32: Add null driver entry points for the palette...
2011-03-11  Alexandre Julliardgdi32: Add null driver entry points for the color manag...
2011-03-11  Alexandre Julliardgdi32: Add null driver entry points for the pixel forma...
2011-03-11  Alexandre Julliardgdi32: Add null driver entry points for the device...
2011-03-11  Alexandre Julliardgdi32: Move all the enhanced metafile DC setting functi...
2011-03-11  Alexandre Julliardgdi32: Move all the metafile DC setting functions to...
2011-03-10  Alexandre Julliardgdi32: Add a SetLayout driver entry point and implement...
2011-03-10  Alexandre Julliardgdi32: Add null driver entry points for the various...
2011-03-10  Alexandre Julliardgdi32: Add null driver entry points for SetDCBrush...
2011-03-10  Alexandre Julliardgdi32: Fix handling of the DC brush/pen in metafiles.
2011-03-10  Alexandre Julliardgdi32: Add null driver entry points for the object...
2011-03-10  Alexandre Julliardgdi32: Add null driver entry points for the OpenGL...
2011-03-10  Alexandre Julliardgdi32: Add null driver entry points for the mapping...
2011-03-10  Alexandre Julliardgdi32: Add a mechanism for stacking gdi drivers.
2011-03-09  Alexandre Julliardgdi32: Add null driver entry points for the clipping...
2011-03-09  Alexandre Julliardgdi32: Add null driver entry points for the print spool...
2011-03-09  Alexandre Julliardgdi32: Add null driver entry points for painting functi...
2011-03-09  Alexandre Julliardgdi32: Add null driver entry points for a number of...
2011-03-08  Alexandre Julliardgdi32: Add initial support for a null graphics driver.
2011-03-08  Alexandre Julliardgdi32: Add a common header to the physdev structure.
2011-03-08  Alexandre Julliardgdi32: GetDIBColorTable doesn't need to be part of...
2011-03-08  Alexandre Julliardgdi32: Fix parameter type in the ModifyWorldTransform...
2011-03-08  Dmitry Timoshkovgdi32: Add some additional tests for negative axes...
2011-03-07  Francois Gougetgdi32/tests: Add a '\n' to an ok() call.
2011-03-04  Huw Daviesgdi32: Remove a wayward CDECL.
2011-03-02  John Edmondsgdi32: Fixes GetDIBits for top-down destination bitmaps.
2011-03-02  John Edmondsgdi32/tests: Updated tests for top-down destination...
2011-02-28  Austin Englishgdi32/tests: Remove win9x hacks.
2011-02-25  Peter Urbanecgdi32: Fix 64-bit pointer issues when copying upside...
2011-02-24  Austin Englishgdi32/tests: Remove win9x hacks.
next