jscript: Always use bytecode for with statement.
[wine] / dlls / gdi32 /
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.
2011-12-22  Alexandre Julliardgdi32: Always use proper RGB colors for monochrome...
2011-12-22  Alexandre Julliardgdi32: Add a common helper for computing pen and brush...
2011-12-22  Alexandre Julliardgdi32: Recompute the foreground masks on every use...
2011-12-22  Alexandre Julliardgdi32: Recompute the background masks on every use...
2011-12-22  Alexandre Julliardgdi32: Recompute the pen masks on every use to support...
2011-12-22  Alexandre Julliardgdi32: Recompute the brush masks on every use to suppor...
2011-12-22  Huw Daviesgdi32/tests: Add tests for geometric solid pens.
2011-12-22  Huw Daviesgdi32: Add support for geometric solid pens.
2011-12-22  Alexandre Julliardgdi32: Fix handling of COLORREFs with illegal values...
2011-12-20  Kusanagi Kouichigdi32: Substitute glyph for vertical font only.
2011-12-20  Kusanagi Kouichigdi32: Add vertical fonts to font list.
2011-12-20  Kusanagi Kouichigdi32: Split AddFontToList into two functions.
2011-12-20  Kusanagi Kouichigdi32: Merge two ifs.
2011-12-20  Kusanagi Kouichigdi32: Use find_family_from_name and LIST_FOR_EACH...
2011-12-20  Kusanagi Kouichigdi32: Add a helper function to convert a string from...
2011-12-19  Alexandre Julliardgdi32: Remove support for deferring brush calls to...
2011-12-16  Francois Gougetgdi32: Avoid hardcoding the Unicode string literal...
2011-12-16  Alexandre Julliardgdi32/tests: Add tests for device capabilities on memor...
2011-12-14  Alexandre Julliardgdi32/tests: Add some tests for behavior of 32-bit...
2011-12-13  Kusanagi Kouichigdi32: Don't remove leading '@' from face name.
2011-12-13  Kusanagi Kouichigdi32: Don't use preferred family name.
2011-12-13  Kusanagi Kouichigdi32/tests: Add tests for vertical font.
2011-12-13  Alexandre Julliardgdi32/tests: Fix some test failures on old Windows...
2011-12-13  Alexandre Julliardgdi32: Implement GetPixel in the null driver using...
2011-12-12  Alexandre Julliardgdi32: Remove some color table size checks, we use...
2011-12-12  Alexandre Julliardgdi32: Implement GetNearestColor in the DIB driver.
2011-12-12  Alexandre Julliardgdi32: init_dib_info() can no longer fail, and no longe...
2011-12-12  Alexandre Julliardgdi32: Remove support for private color maps.
2011-12-12  Alexandre Julliardgdi32: Pass the correct depth to PutImage for SetBitmap...
2011-12-12  Alexandre Julliardgdi32/tests: Add tests for 1-bpp DDB pattern brushes.
2011-12-12  Alexandre Julliardgdi32: Don't create a default color table for pattern...
2011-12-12  Alexandre Julliardgdi32: Select the pattern brush only when first used.
2011-12-12  Alexandre Julliardgdi32: Add a flag to request a default color table...
2011-12-12  Alexandre Julliardgdi32: Use the default DIB color table to create system...
2011-12-12  Alexandre Julliardgdi32: Store the default color tables as static data.
2011-12-12  Alexandre Julliardgdi32: GetCharABCWidthsFloatW must succeed with non...
2011-12-10  Alexandre Julliardgdi32/tests: Fix some test failures on Windows.
2011-12-10  Alexandre Julliardgdi32: Simplify computation of the DIB header size...
2011-12-10  Alexandre Julliardgdi32: Make sure that biSizeImage always contains the...
2011-12-10  Alexandre Julliardgdi32: Always use biClrUsed for the number of colors...
2011-12-09  Huw Daviesgdi32/tests: Add some tests for wide pens.
2011-12-09  Huw Daviesgdi32: Add support for wide cosmetic pens.
2011-12-09  Alexandre Julliardgdi32/tests: Add tests for DIB_PAL_COLORS and DIB palet...
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: Don't make a copy of the DIB color table when...
2011-12-08  Alexandre Julliardgdi32: Use PutImage directly to set the initial bitmap...
2011-12-08  Alexandre Julliardgdi32: Use the convert_bits helper function in SetDIBit...
2011-12-08  Alexandre Julliardgdi32: Add missing check for empty visible rects in...
2011-12-07  Alexandre Julliardgdi32: Rename the CLIPPING_UpdateGCRegion function.
2011-12-07  Alexandre Julliardgdi32: Don't store the metaclip region, recompute it...
2011-12-07  Alexandre Julliardgdi32: Only store a total visible region when it's...
2011-12-07  Alexandre Julliardgdi32: Only create the DC visible region when necessary.
2011-12-07  Alexandre Julliardgdi32: Make sure DCs are fully zero-initialized.
2011-12-06  Francois Gougetgdi32: Make init_dib_info() static.
2011-12-06  Alexandre Julliardgdi32: Pass the total visible region in the SetDeviceCl...
2011-12-06  Alexandre Julliardgdi32: Maintain a region inside gdi32 to keep track...
2011-12-06  Alexandre Julliardgdi32: Add a helper function to clip a rectangle to...
2011-12-05  Alexandre Julliardgdi32: Add a null driver implementation for Polyline...
2011-12-05  Alexandre Julliardgdi32: Use the DIB engine and PutImage for the null...
2011-12-05  Alexandre Julliardgdi32: Add more parameter checks in GdiGradientFill.
2011-12-05  Alexandre Julliardgdi32: Use dithering also for 1-bpp gradients.
2011-12-05  Alexandre Julliardgdi32/tests: Add more gradient tests.
2011-12-05  Alexandre Julliardgdi32: Implement triangular gradients in the DIB engine.
2011-12-02  Huw Daviesgdi32: Add support for checking the font's gasp flags.
2011-12-02  Alexandre Julliardgdi32: Add some parameter checks in GdiGradientFill.
2011-11-30  Alexandre Julliardgdi32: Use the DIB engine and PutImage for the null...
2011-11-29  Alexandre Julliardgdi32/tests: Add tests for rectangular gradients in...
2011-11-29  Alexandre Julliardgdi32: Don't set gradient alpha channel for 8888 bitmap...
2011-11-29  Alexandre Julliardgdi32: Implement 8-bpp and 4-bpp gradient dithering.
next