ddraw: Don't interpret end padding as dwCaps2 for x64.
[wine] / dlls / gdi32 /
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.
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...
next