mshtml: HTMLWindow_item code clean up.
[wine] / dlls / gdi32 /
2011-11-03  Alexandre Julliardgdi32: Add support for pattern brushes in the DIB driver.
2011-11-03  Alexandre Julliardgdi32: Retrieve the bits of a pattern brush when it...
2011-11-03  Alexandre Julliardgdi32: Don't free bitmap bits when changing the owner...
2011-11-02  Alexandre Julliardgdi32: Pass the full brush contents in the SelectBrush...
2011-11-02  Alexandre Julliardgdi32: Store internal brush data in separate fields...
2011-11-02  Alexandre Julliardgdi32: Sanitize the DIB information for DIB pattern...
2011-11-02  Alexandre Julliardgdi32: Store a pointer instead of a global handle for...
2011-11-02  Alexandre Julliardgdi32/tests: Add some tests for palette-relative patter...
2011-11-01  Alexandre Julliardgdi32: Add some brush tests.
2011-10-31  Alexandre Julliardgdi32: Add a DC driver entry point for GdiGradientFill.
2011-10-31  Alexandre Julliardgdi32/tests: Add some tests for the behavior of a print...
2011-10-31  Alexandre Julliardgdi32: Emulate DDB support using the DIB driver when...
2011-10-31  Alexandre Julliardgdi32: Allocate the bits for a DDB the first time it...
2011-10-28  Huw Daviesgdi32: Pass a NULL user-style array to ExtCreatePen...
2011-10-28  Alexandre Julliardgdi32: Add path entry points for functions that behave...
2011-10-28  Alexandre Julliardgdi32: Always start a new stroke when the path ends...
2011-10-28  Alexandre Julliardgdi32: Add a helper function to add multiple points...
2011-10-28  Alexandre Julliardgdi32: Pass a HDC instead of a DC pointer to internal...
2011-10-28  Alexandre Julliardgdi32: Fix a misplaced release_dc_ptr call.
2011-10-27  Alexandre Julliardgdi32: Add a helper function to copy BITMAPINFO structu...
2011-10-27  Ken Thomasesgdi32: Allow ~-based paths in HKCU\Software\Wine\Fonts...
2011-10-26  Alexandre Julliardgdi32: Implement the ExtTextOut entry point in the...
2011-10-26  Alexandre Julliardgdi32: Implement the polyline entry points in the path...
2011-10-26  Alexandre Julliardgdi32: Implement the polygon entry points in the path...
2011-10-26  Alexandre Julliardgdi32: Implement the Bezier entry points in the path...
2011-10-26  Alexandre Julliardgdi32: Implement the arc entry points in the path driver.
2011-10-26  Alexandre Julliardgdi32: Implement the Rectangle and RoundRect entry...
2011-10-26  Alexandre Julliardgdi32: Add a helper function to start a new path stroke.
2011-10-26  Alexandre Julliardgdi32: Implement the LineTo entry point in the path...
2011-10-26  Alexandre Julliardgdi32: Implement the MoveTo entry point in the path...
2011-10-26  Alexandre Julliardgdi32: Push a path driver on the DC stack when a path...
2011-10-26  Alexandre Julliardgdi32: Avoid directly modifying the cursor position...
2011-10-26  Alexandre Julliardgdi32: Always use a polygon to draw text strike-outs...
2011-10-26  Alexandre Julliardgdi32: Move internal path functions to the top of the...
2011-10-26  Alexandre Julliardgdi32/tests: Add tests for path open/closed states.
2011-10-26  Henri Verbeetgdi32: Update the DC in ExtEscape().
2011-10-26  Alexandre Julliardgdi32: Implement GdiRealizationInfo as a standard drive...
2011-10-26  Alexandre Julliardgdi32: Implement FontIsLinked as a standard driver...
2011-10-26  Alexandre Julliardgdi32: Implement GetFontData as a standard driver entry...
2011-10-26  Alexandre Julliardgdi32: Implement GetTextFace as a standard driver entry...
2011-10-26  Alexandre Julliardgdi32: Implement GetTextExtentExPointI as a standard...
2011-10-26  Alexandre Julliardgdi32: Implement GetTextCharsetInfo as a standard drive...
2011-10-26  Alexandre Julliardgdi32: Implement GetOutlineTextMetrics as a standard...
2011-10-26  Alexandre Julliardgdi32: Implement GetKerningPairs as a standard driver...
2011-10-25  Alexandre Julliardgdi32: Implement GetGlyphOutline as a standard driver...
2011-10-25  Alexandre Julliardgdi32: Implement GetGlyphIndices as a standard driver...
2011-10-25  Alexandre Julliardgdi32: Implement GetFontUnicodeRanges as a standard...
2011-10-25  Alexandre Julliardgdi32: Reimplement GetCharABCWidthsFloat using the...
2011-10-25  Alexandre Julliardgdi32: Implement GetCharABCWidthsI as a standard driver...
2011-10-25  Alexandre Julliardgdi32: Implement GetCharABCWidths as a standard driver...
2011-10-24  Alexandre Julliardgdi32: Add driver entry points for a number of font...
2011-10-24  Alexandre Julliardgdi32: Rename the EnumDeviceFonts entry point to EnumFo...
2011-10-24  Alexandre Julliardgdi32: Implement EnumDeviceFonts as a standard driver...
2011-10-24  Alexandre Julliardgdi32: Don't return outline metrics for bitmap fonts.
2011-10-24  Alexandre Julliardgdi32: Implement GetTextMetrics as a standard driver...
2011-10-24  Alexandre Julliardgdi32: Add a few helper functions for computing font...
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...
next