shell32: Pass the object instead of the iface to an internal helper.
[wine] / dlls / gdi32 /
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.
2011-11-29  Alexandre Julliardgdi32: Implement 16-bpp gradient dithering.
2011-11-29  Alexandre Julliardgdi32: Implement rectangular gradients in the DIB engine.
2011-11-24  Huw Daviesgdi32: Avoid reading past the end of the indices array.
2011-11-24  Huw Daviesgdi32: Add an option to allow pen_lines to draw a close...
2011-11-23  Alexandre Julliardgdi32: Specify an initial allocation size for paths...
2011-11-23  Alexandre Julliardgdi32: Get rid of the Hungarian line noise in the gdi_p...
2011-11-23  Alexandre Julliardgdi32: Get rid of the GdiPath typedef.
2011-11-23  Alexandre Julliardgdi32: Get rid of the no longer needed path states.
2011-11-23  Alexandre Julliardgdi32: Only store the path in the DC when it's closed.
2011-11-22  Alexandre Julliardgdi32: Store a pointer to the path in the DC and make...
2011-11-22  Alexandre Julliardgdi32: Return a new path from PATH_WidenPath instead...
2011-11-22  Alexandre Julliardgdi32: Return a new path from PATH_FlattenPath instead...
2011-11-22  Alexandre Julliardgdi32: Return the region directly from PATH_PathToRegion.
2011-11-22  Alexandre Julliardgdi32: Add helper functions for allocating and freeing...
2011-11-22  Alexandre Julliardgdi32: Use reallocs when growing a path instead of...
2011-11-21  Alexandre Julliardgdi32: Add support for anti-aliasing in the null driver...
2011-11-21  Alexandre Julliardgdi32: Add a helper function to determine anti-aliasing...
2011-11-21  Alexandre Julliardgdi32: Add a null driver fallback implementation for...
2011-11-21  Huw Daviesgdi32: Add solid_line primitives.
2011-11-21  Huw Daviesgdi32: Simplify the Bresenham line drawing.
2011-11-17  Alexandre Julliardgdi32: Don't mark a local variable static.
2011-11-16  Huw Daviesgdi32: Add a helper to retrieve the octant bias.
2011-11-16  Huw Daviesgdi32: Use an array of masks to simplify the bitmap...
2011-11-16  Huw Daviesgdi32: Return valid anti-alias format bitmaps if the...
2011-11-16  Huw Daviesgdi32: Add a helper to return the maximum level to...
2011-11-14  Huw Daviesgdi32/tests: Add tests for text rendering.
2011-11-14  Huw Daviesgdi32: Add support for drawing text in the dib driver.
2011-11-14  Huw Daviesgdi32: Add draw_glyph primitives.
2011-11-14  Huw Daviesgdi32: Calculate the min/max color component intensitie...
2011-11-14  Huw Daviesgdi32: Move the ETO_OPAQUE rectangle drawing to the...
2011-11-14  Huw Daviesgdi32: Expose a solid_rects function.
2011-11-14  Huw Daviesgdi32: Keep track of the text pixel color.
2011-11-14  Marcus Meissnergdi32: Fixed loop end setting (Coverity).
2011-11-09  Dmitry Timoshkovgdi32: Remove a duplicated line of code.
2011-11-08  Alexandre Julliardgdi32: Don't set the bitmap owner when selecting a...
2011-11-08  Alexandre Julliardgdi32: Use the CopyBitmap entry point to copy the bitma...
2011-11-08  Alexandre Julliardgdi32: Implement the CopyBitmap entry point in the...
2011-11-08  Alexandre Julliardgdi32: Add a CopyBitmap driver entry point.
2011-11-08  Alexandre Julliardgdi32: Grab the bits directly for DIB pattern brushes...
2011-11-08  Alexandre Julliardgdi32: Get rid of the get_bitmap_image helper.
2011-11-08  Alexandre Julliardgdi32: Avoid copying the brush pattern if the format...
2011-11-08  Alexandre Julliardgdi32: Reselect the pattern brush on every use if it...
2011-11-07  Alexandre Julliardgdi32: Return the original brush data in GetObject.
2011-11-07  Akihiro Sagawagdi32: Use the translated string as a charset name.
2011-11-07  Akihiro Sagawagdi32: Add a string table resource for the translation.
2011-11-07  Alexandre Julliardgdi32: Retrieve the brush pattern bits from the cache...
2011-11-07  Alexandre Julliardgdi32: Retrieve the brush pattern bits from the cache...
2011-11-07  Alexandre Julliardgdi32: Fix positioning of font underlines and strikeouts.
2011-11-07  Alexandre Julliardgdi32/tests: Avoid some array bounds warnings.
2011-11-04  Alexandre Julliardgdi32: Set the mono color map in BitBlt also for the...
2011-11-04  Alexandre Julliardgdi32: Return failure when GetPixel is not supported.
2011-11-03  Alexandre Julliardgdi32: Add support for pattern brushes in the DIB driver.
next