msvcp90: Added _Getctype implementation.
[wine] / dlls / gdi32 /
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.
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...
next