dlls: Remove unneeded include directives in resource files.
[wine] / dlls / gdi32 /
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.
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.
next