gdi32: Make make_rgb_colorref() static.
[wine] / dlls / gdi32 / dibdrv / objects.c
2012-12-07  Francois Gougetgdi32: Make make_rgb_colorref() static.
2012-11-30  Alexandre Julliardgdi32: Avoid computing grayscale glyph intensities...
2012-11-29  Alexandre Julliardgdi32: Avoid creating a copy of the pattern bits for...
2012-11-29  Alexandre Julliardgdi32: Add faster implementation of the pattern_rects...
2012-08-20  Dmitry Timoshkovgdi32: Make sure that pattern info is initialized befor...
2012-07-31  Alexandre Julliardgdi32: Compute the line parameters using the cropped...
2012-07-30  Alexandre Julliardgdi32: Clip solid pen regions to the DIB rectangle...
2012-07-30  Alexandre Julliardgdi32: Limit line drawing coordinates to reasonable...
2012-07-30  Alexandre Julliardgdi32: Add a helper function to initialize Bresenham...
2012-07-19  Alexandre Julliardgdi32: Remove left-over debug trace.
2012-07-19  Alexandre Julliardgdi32: PatBlt needs to bypass the brush for ROPs that...
2012-05-24  Alexandre Julliardgdi32: Always store a copy of the bitmap bits for patte...
2012-05-23  Alexandre Julliardgdi32: Don't use the DC colors when drawing a monochrom...
2012-05-23  Alexandre Julliardgdi32: Implement dithering of solid brushes when drawin...
2012-05-23  Alexandre Julliardgdi32: Don't store the default color table in dib_info...
2012-05-23  Alexandre Julliardgdi32: Use the default color table when mapping colors...
2012-05-23  Alexandre Julliardgdi32: Simplify creation of hatch masks and avoid endia...
2012-05-22  Alexandre Julliardgdi32: Add a helper function to allocate the brush...
2012-05-22  Alexandre Julliardgdi32: Pass a rop_mask_bits object to the pattern_rects...
2012-05-22  Alexandre Julliardgdi32: Use a rop_mask_bits object to store the brush...
2012-05-22  Alexandre Julliardgdi32: Add support for dithering pattern brushes when...
2012-05-01  Alexandre Julliardgdi32: Support drawing to a visible rectangle smaller...
2012-04-18  Daniel Lehmangdi32: Don't add_join if points are coincident in wide_...
2012-04-13  Alexandre Julliardgdi32: Move the pen/brush_region helpers to graphics...
2012-02-22  Alexandre Julliardgdi32: Avoid overflows for invalid coordinates in line...
2012-01-09  Alexandre Julliardgdi32: Stop forwarding object selection calls to x11drv.
2012-01-06  Alexandre Julliardgdi32: Use a better algorithm for CreateRoundRectRgn.
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.
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-29  Alexandre Julliardgdi32: Add helpers to paint a region with the brush...
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: 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-27  Alexandre Julliardgdi32: Compute the correct rectangle interior when...
2011-12-27  Alexandre Julliardgdi32: Re-create the brush bits only when the ROP has...
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-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 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: Add support for geometric solid pens.
2011-12-22  Alexandre Julliardgdi32: Fix handling of COLORREFs with illegal values...
2011-12-19  Alexandre Julliardgdi32: Remove support for deferring brush calls to...
2011-12-12  Alexandre Julliardgdi32: init_dib_info() can no longer fail, and no longe...
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-09  Huw Daviesgdi32: Add support for wide cosmetic pens.
2011-12-08  Alexandre Julliardgdi32: Add a helper to build a color table from the...
2011-11-24  Huw Daviesgdi32: Add an option to allow pen_lines to draw a close...
2011-11-21  Alexandre Julliardgdi32: Add support for anti-aliasing in the null driver...
2011-11-21  Huw Daviesgdi32: Add solid_line primitives.
2011-11-21  Huw Daviesgdi32: Simplify the Bresenham line drawing.
2011-11-16  Huw Daviesgdi32: Add a helper to retrieve the octant bias.
2011-11-14  Huw Daviesgdi32: Expose a solid_rects function.
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-03  Alexandre Julliardgdi32: Add support for pattern brushes in the DIB driver.
2011-11-02  Alexandre Julliardgdi32: Pass the full brush contents in the SelectBrush...
2011-11-02  Alexandre Julliardgdi32: Store a pointer instead of a global handle for...
2011-10-19  Huw Daviesgdi32: Implement SetPixel.
2011-10-19  Huw Daviesgdi32: Add support for non-rgb colorrefs.
2011-10-19  Huw Daviesgdi32: Introduce a unified function to perform COLORREF...
2011-10-13  Alexandre Julliardgdi32: Get rid of the return value in DIB conversion...
2011-09-27  Huw Daviesgdi32: Make clip_line external.
2011-09-09  Huw Daviesgdi32: The offsets should be signed.
2011-08-22  Huw Daviesgdi32: Change the object-level brush function to accept...
2011-08-22  Huw Daviesgdi32: Move to using a multi-line pen object-level...
2011-08-22  Huw Daviesgdi32: Use the gdi_image_bits structure to maintain...
2011-08-02  Huw Daviesgdi32: Add a function to retrieve the rop codes.
2011-08-02  Huw Daviesgdi32: Simplify the calculation of the rop masks.
2011-07-19  Alexandre Julliardgdi32: Add inline helpers to compute DIB stride and...
2011-07-18  Huw Daviesgdi32: Export a bitmap conversion function.
2011-07-13  Alexandre Julliardgdi32: Graphics driver functions no longer need to...
2011-07-12  Huw Daviesgdi32: Simplify the optional free'ing of bits pointer.
2011-06-17  Huw Daviesgdi32: Add support for hatched brushes.
2011-06-15  Huw Daviesgdi32: Add support for 1 bpp dibs.
2011-06-15  Huw Daviesgdi32: Add helpers to retrieve foreground and backgroun...
2011-06-02  Huw Daviesgdi32: Update pixel colours when the colour table changes.
2011-05-27  Huw Daviesgdi32: Add support for colour tables.
2011-05-27  Huw Daviesgdi32: Add conversion routines to the primitive functions.
next