riched20: Constify some ME_Context pointer parameters.
[wine] / dlls / gdi32 /
2011-10-24  Thomas Fabergdi32/tests: Test GetTextExtentExPoint behavior with...
2011-10-21  Huw Daviesgdi32: Add a fake 1-entry color table for 1-bpp ddbs.
2011-10-20  Alexandre Julliardgdi32: Implement GetCharWidthW as a standard driver...
2011-10-20  Alexandre Julliardgdi32: Implement GetTextExtentExPointW as a standard...
2011-10-20  Alexandre Julliardgdi32: Add an intermediate variable to avoid array...
2011-10-20  Alexandre Julliardgdi32/tests: Add intermediate pointers to color tables...
2011-10-19  Alexandre Julliardgdi32: Implement SelectFont as a standard driver entry...
2011-10-19  Alexandre Julliardgdi32: Add an initial Freetype font driver.
2011-10-19  Alexandre Julliardgdi32: Add support for pushing a font driver on the...
2011-10-19  Huw Daviesgdi32: Fix character code metrics for bitmap fonts.
2011-10-19  Huw Daviesgdi32/tests: Remove the no longer used todo functionali...
2011-10-19  Huw Daviesgdi32/tests: Add tests for GetPixel.
2011-10-19  Huw Daviesgdi32: Implement GetPixel.
2011-10-19  Huw Daviesgdi32: Add get_pixel primitives.
2011-10-19  Huw Daviesgdi32/tests: Add tests for SetPixel.
2011-10-19  Huw Daviesgdi32: Implement SetPixel.
2011-10-19  Huw Daviesgdi32: Add pixel_to_colorref primitives.
2011-10-19  Huw Daviesgdi32/tests: Add tests for non-rgb colorrefs.
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-18  Marcus Meissnergdi32: Remove a incorrect sizeof from pointer arithmeti...
2011-10-18  Huw Daviesgdi32/tests: Remove unused legacy values.
2011-10-18  Alexandre Julliardgdi32: Return the correct error code when selecting...
2011-10-17  Alexandre Julliardgdi32: Get rid of the DC_FUNCTIONS typedef.
2011-10-17  Huw Daviesgdi32/tests: Add some StretchDIBits tests.
2011-10-17  Huw Daviesgdi32: Implement nulldrv_StretchDIBits using the PutIma...
2011-10-17  Huw Daviesgdi32: Make the convert_bits and stretch_bits helpers...
2011-10-17  Huw Daviesgdi32: Move the intersection of vis rects into a separa...
2011-10-17  Huw Daviesgdi32: Allow a caller to build_rle_bitmap to not reques...
2011-10-17  Alexandre Julliardgdi32: Add a fall back implementation of BlendImage...
2011-10-17  Alexandre Julliardgdi32/tests: Add test cases for DIB blending.
2011-10-14  Alexandre Julliardgdi32: Implement a BlendImage entry point in the DIB...
2011-10-14  Daniel Santosgdi32: Remove PS_USERSTYLE FIXME and workarounds.
2011-10-14  Alexandre Julliardgdi32: Overlapping rectangles are not allowed in GdiAlp...
2011-10-14  Alexandre Julliardgdi32/tests: Add more tests for various palette formats...
2011-10-14  Alexandre Julliardgdi32/tests: Add more tests for arbitrary 32-bpp bitfie...
2011-10-14  Alexandre Julliardgdi32/tests: Add tests for DIB conversions from various...
2011-10-13  Alexandre Julliardgdi32: Use a reduced precision for RGB to palette mappi...
2011-10-13  Alexandre Julliardgdi32: Add a helper for RGB to color index mapping...
2011-10-13  Alexandre Julliardgdi32: Add a check for null bitfields in SetDIBits.
2011-10-13  Alexandre Julliardgdi32: Get rid of the return value in DIB conversion...
2011-10-13  Alexandre Julliardgdi32: Add support for arbitrary DIB bitfields for...
2011-10-13  Alexandre Julliardgdi32: Add support for arbitrary DIB bitfields for...
2011-10-12  Alexandre Julliardgdi32: Add a helper function to look up color table...
2011-10-12  Alexandre Julliardgdi32: Move some common code out of the individual...
2011-10-12  Alexandre Julliardgdi32: Add an all-one alpha channel when converting...
2011-10-12  Huw Daviesgdi32: Use the helper to get the bounding rectangle.
2011-10-12  Huw Daviesgdi32: Add the liberation fonts to the default fallback...
2011-10-12  Huw Daviesgdi32: Move to a more scalable mechanism for picking...
2011-10-11  Huw Daviesgdi32: The text extents functions fail if passed a...
2011-10-11  Huw Daviesgdi32: Add a helper to retrieve the bounding rectangle.
2011-10-11  Alexandre Julliardgdi32: Add an AlphaBlend entry point in the DIB driver.
2011-10-11  Huw Daviesgdi32: Now that we require a less ancient freetype...
2011-10-11  Huw Daviesgdi32: Remove no longer needed include file.
2011-10-11  Alexandre Julliardgdi32/tests: Add tests for GdiAlphaBlend with source...
2011-10-10  Huw Daviesgdi32: Require that we have freetype's FT_Load_Sfnt_Tab...
2011-10-06  Huw Daviesgdi32: Move some common default fonts to the head of...
2011-10-06  Huw Daviesgdi32: Load the font properties from the cache if it...
2011-10-06  Huw Daviesgdi32: Cache the loaded font list properties.
2011-10-06  Huw Daviesgdi32: Move the font list initialisation to a separate...
2011-10-06  Huw Daviesgdi32: Keep track of the english family name if there...
2011-10-05  Huw Daviesgdi32: Display the depth of a bitmap rather than the...
2011-10-04  Thomas Fabergdi32/tests: Fix MSVC build in bitmap.c.
2011-10-04  Thomas Fabergdi32/tests: Fix MSVC build in icm.c.
2011-10-03  Marcus Meissnerdibdrv: Mark get_rop_codes as hidden.
2011-09-30  Andrew Talbotgdi32: Mark a fall-through in a switch statement.
2011-09-28  Huw Daviesgdi32: Use a separate variable to indicate the default...
2011-09-27  Huw Daviesgdi32: Forward StretchBlt calls from the dib driver...
2011-09-27  Huw Daviesgdi32: Implement stretch_bitmapinfo.
2011-09-27  Huw Daviesgdi32: stretch_bitmapinfo may need to adjust the dst...
2011-09-27  Huw Daviesgdi32: Make clip_line external.
2011-09-27  Francois Gougettests: Remove unneeded assert.h includes.
2011-09-27  Francois Gougetgdi32: The GetKerningPairsA() test should pass on all...
2011-09-27  Francois Gougetgdi32/tests: Use if(0) instead of #if 0 to make sure...
2011-09-26  Alexandre Julliardwinex11: Force the alpha channel to zero for mono-...
2011-09-26  André Hentschelgdi32: Add traces for the gamma functions.
2011-09-23  Alexandre Julliardgdi32: Avoid rounding errors with visible rectangles...
2011-09-22  Michael Stefaniucgdi32/tests: Remove casts to the type of the casted...
2011-09-22  Huw Daviesgdi32/tests: Add some tests to show the 1 pixel dst...
2011-09-22  Huw Daviesgdi32/tests: Update the StretchBlt tests to use a 16x16...
2011-09-22  Alexandre Julliardgdi32/tests: Add some tests for overlapping blits.
2011-09-22  Alexandre Julliardgdi32: Copy bits in the correct order for the overlap...
2011-09-22  Alexandre Julliardgdi32: Add helper functions for copying a DIB line.
2011-09-22  Alexandre Julliardgdi32: Copy DIB rectangles in the correct order when...
2011-09-21  Huw Daviesgdi32/tests: Remove legacy support from the StretchBlt...
2011-09-20  Alexandre Julliardgdi32/tests: Add a test for alpha channel handling...
2011-09-20  Alexandre Julliardgdi32: Force colors to black and white for 1-bpp source...
2011-09-20  André Hentschelgdi32/tests: Add a second test about non-uniform ramps.
2011-09-19  André Hentschelwinex11: Multiply the error tolerance by the table...
2011-09-19  André Hentschelgdi32/tests: Add a test about non-uniform ramps.
2011-09-14  Alexandre Julliardgdi32: Add a null driver fallback for AlphaBlend, using...
2011-09-14  Alexandre Julliardgdi32: Add a couple of helper functions for converting...
2011-09-14  Alexandre Julliardgdi32: Add a placeholder function for DIB stretching.
2011-09-13  Alexandre Julliardgdi32: Move coordinate checks into the common part...
2011-09-12  Josh Jurangdi32: Simplify logic in WineEngGetFontData().
2011-09-09  Huw Daviesgdi32: The offsets should be signed.
2011-09-08  Huw Daviesgdi32: When creating a dib_info from a ddb, always...
2011-09-08  Alexandre Julliardgdi32: Move DIB driver definitions to dibdrv.h.
2011-09-08  Alexandre Julliardgdi32: Allocate the DIB driver on first use, and free...
2011-09-07  Alexandre Julliardgdi32: Leave it up to the driver to push the new device...
next