kernel32: Forward RtlRaiseException to ntdll on ARM.
[wine] / dlls / gdi32 /
2012-03-09  Alexandre Julliardgdi32: Fix rounding error for odd ellipse sizes in...
2012-03-02  Alexandre Julliardgdi32: Fix missing increment of integer data in GetChar...
2012-02-24  Alexandre Julliardgdi32: Avoid using uninitialized value in DIB pattern...
2012-02-24  Alexandre Julliardgdi32: Use 64-bit values when computing ellipses to...
2012-02-22  Alexandre Julliardgdi32: Avoid overflows for invalid coordinates in line...
2012-02-21  Alexandre Julliardgdi32: Don't paint the text rectangle in transparent...
2012-02-21  Kusanagi Kouichigdi32: Initialize font signature of "System" font link.
2012-02-19  Alexandre Julliardgdi32: Paint everything in ExtFloodFill when the DIB...
2012-02-16  Alexander Kochetkovgdi32: Fix text baseline calculation in compatible...
2012-02-16  Alexandre Julliardgdi32: Fix font orientation when mirroring in compatibl...
2012-02-15  Kusanagi Kouichigdi32: Add traces for skipped font replacements.
2012-02-15  Kusanagi Kouichigdi32: Use find_family_from_any_name to find a replacem...
2012-02-14  Aric Stewartgdi32: Rebuild the internal SystemLink every time.
2012-02-14  Alexandre Julliardgdi32: Don't clip to the visible rectangle for screen...
2012-02-09  Aric Stewartgdi32: Load fonts from default Mac external font paths.
2012-02-09  Akihiro Sagawagdi32/tests: Reorder tests to avoid side-effects.
2012-02-09  Huw Daviesgdi32: Intersect the background text box with the clip...
2012-02-09  Huw Daviesgdi32: Rename a shadow variable.
2012-02-08  Akihiro Sagawagdi32: Consider whether the logical font face is vertic...
2012-02-08  Akihiro Sagawagdi32/tests: Add tests for East Asian font selection.
2012-02-08  Aric Stewartgdi32: Allow font replacements to be specified either...
2012-02-07  Akihiro Sagawagdi32: Restore the vertical font flag from the cache.
2012-02-07  Aric Stewartgdi32: Keep our internal generated system links separat...
2012-02-01  Aric Stewartgdi32: In update_system_links if the font we are trying...
2012-01-19  Alistair Leslie... gdi32: Add EnhMetafile PolyBezier, PolyBezierTo support.
2012-01-19  Huw Daviesgdi32: The clip region should stop the flooding.
2012-01-18  Huw Daviesgdi32/tests: Add tests for ExtFloodFill.
2012-01-18  Huw Daviesgdi32: Implement ExtFloodFill.
2012-01-18  Huw Daviesgdi32: Use separate x and y parameters in the get_pixel...
2012-01-18  Alexandre Julliardgdi32: Negative destination sizes are allowed after...
2012-01-12  Alexandre Julliardgdi32: Store foreground/background color even when...
2012-01-12  Alexandre Julliardgdi32: Simplify the CreateCompatibleBitmap implementation.
2012-01-10  Alexandre Julliardgdi32: Get rid of the CreateDIBSection driver entry...
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-10  Kusanagi Kouichigdi32: GetGlyphIndices doesn't substitute glyph.
2012-01-09  Alexandre Julliardgdi32/tests: Remove device capabilities test that fails...
2012-01-09  Huw Daviesgdi32: Don't create the outline region twice.
2012-01-09  Alexandre Julliardgdi32: Stop forwarding object selection calls to x11drv.
2012-01-07  Alexandre Julliardgdi32: Get rid of the SetDIBColorTable driver entry...
2012-01-06  Alexandre Julliardgdi32: Add an empty ExtEscape DIB driver entry point.
2012-01-06  Alexandre Julliardgdi32: Don't allow Get/SetDeviceGammaRamp on DIBs or...
2012-01-06  Alexandre Julliardgdi32: Add a stub for the ExtFloodFill entry point.
2012-01-06  Alexandre Julliardgdi32: Implement Arc, ArcTo, Chord, and Pie, using...
2012-01-06  Alexandre Julliardgdi32: Add a helper function for computing the device...
2012-01-06  Alexandre Julliardgdi32: Implement Ellipse and RoundRect, using line...
2012-01-06  Alexandre Julliardgdi32: Use a better algorithm for CreateRoundRectRgn.
2012-01-05  Alexandre Julliardgdi32: Draw rectangles in the order specified by the...
2012-01-04  Alexandre Julliardgdi32/tests: Add some tests for brushed and dashed...
2012-01-04  Alexandre Julliardgdi32: Get rid of the pen deferring support, all pen...
2012-01-04  Alexandre Julliardgdi32: Implement dashed wide lines.
2012-01-04  Alexandre Julliardgdi32: Add a helper function for drawing multiple line...
2012-01-04  Alexandre Julliardgdi32: Add a helper function for drawing a wide line...
2012-01-04  Alexandre Julliardgdi32: Skip empty segments at the beginning and end...
2012-01-04  Alexandre Julliardgdi32: Only create the round cap region once per call.
2012-01-04  Alexandre Julliardgdi32: Fix skipping of zero-length dashes.
2012-01-03  Marcus Meissnergdi32: Check return value of REGION_UnionRectWithRegion...
2012-01-03  Alexandre Julliardgdi32: Add stubs for the OpenGL entry points in the...
2012-01-02  Alexandre Julliardgdi32: Calculate the image size in GradientFill only...
2011-12-30  Alexandre Julliardgdi32: Don't bother computing interior regions when...
2011-12-30  Alexandre Julliardgdi32: Implement brushed pens.
2011-12-30  Alexandre Julliardgdi32: Define a structure to make the brush state indep...
2011-12-30  Alexandre Julliardgdi32: Pass a brush_pattern structure to the SelectPen...
2011-12-30  Alexandre Julliardgdi32: Pass a brush_pattern structure to the SelectBrus...
2011-12-30  Alexandre Julliardgdi32: Store the pattern brush information for geometri...
2011-12-30  Alexandre Julliardgdi32: Add sanity checks for brush hatch styles.
2011-12-29  Alexandre Julliardgdi32: Add a structure to store all the extra informati...
2011-12-29  Alexandre Julliardgdi32/tests: Get rid of Win9x compatibility in the...
2011-12-29  Alexandre Julliardgdi32: Add checks for invalid color usage values.
2011-12-29  Alexandre Julliardgdi32: Add helpers to paint a region with the brush...
2011-12-29  Alexandre Julliardgdi32: Implement PolyPolygon in the DIB driver.
2011-12-29  Alexandre Julliardgdi32: Use a region to render geometric and wide pens...
2011-12-29  Alexandre Julliardgdi32: Use a region to render geometric and wide pens...
2011-12-28  Alexandre Julliardgdi32: Use a region to render geometric and wide pens...
2011-12-28  Alexandre Julliardgdi32: Implement returning a region for 1-pixel wide...
2011-12-28  Alexandre Julliardgdi32: Implement returning a region for 1-pixel wide...
2011-12-28  Alexandre Julliardgdi32: Add support for updating a region from the pen...
2011-12-28  Alexandre Julliardgdi32: Add support for 1-pixel wide PS_USERSTYLE pens.
2011-12-28  Alexandre Julliardgdi32: Add support for PS_ALTERNATE pens.
2011-12-28  Alexandre Julliardgdi32: Add support for 1-pixel wide geometric dashed...
2011-12-28  Alexandre Julliardgdi32: Fix handling of invalid pen styles.
2011-12-28  Alexandre Julliardgdi32: Extended pens are always transparent.
2011-12-28  Alexandre Julliardgdi32: Wide cosmetic pens don't support dashes.
2011-12-28  Alexandre Julliardgdi32: Fix the scaling of the width of cosmetic pens.
2011-12-28  Alexandre Julliardgdi32: Pass the clip region to the brush_rect helper...
2011-12-28  Alexandre Julliardgdi32: Add support for PS_INSIDEFRAME pens when drawing...
2011-12-28  Alexandre Julliardgdi32: Add a helper function to add a rectangle to...
2011-12-27  Alexandre Julliardgdi32: Compute the correct rectangle interior when...
2011-12-27  Akihiro Sagawagdi32: Avoid making a DBCS character in range.
2011-12-27  Alexandre Julliardgdi32: Re-create the brush bits only when the ROP has...
2011-12-27  Alexandre Julliardgdi32: Avoid making a copy of the device clipping regio...
2011-12-27  Alexandre Julliardgdi32: Use the get_clipped_rects helper in the blitting...
2011-12-27  Alexandre Julliardgdi32: Use the get_clipped_rects helper in the pen...
2011-12-27  Alexandre Julliardgdi32: Use the get_clipped_rects helper in the text...
2011-12-27  Alexandre Julliardgdi32: Add a helper function to compute the list of...
2011-12-23  Alexandre Julliardgdi32/tests: Add tests for PALETTEINDEX colors.
next