ole32: Add a NULL pointer check in CoDisconnectObject.
[wine] / dlls / gdi32 /
2012-05-09  Alexandre Julliardgdi32: Pass OpenGL calls through to the display driver...
2012-05-09  Dmitry Timoshkovgdi32: Set tmDigitizedAspectX/Y to 96 instead of 300...
2012-05-08  Dmitry Timoshkovgdi32: Add a test for ntmCellHeight calculation.
2012-05-08  Alexandre Julliardwinex11: Implement wglGetPbufferDCARB with a DC escape...
2012-05-08  Alexandre Julliardgdi32: Allow a driver to implement SelectBitmap but...
2012-05-08  Alexandre Julliardgdi32: Add a priority mechanism for pushing drivers...
2012-05-01  Alexandre Julliardgdi32: Support drawing to a visible rectangle smaller...
2012-05-01  Alexandre Julliardgdi32: Always pass the actual coordinates to the get_pi...
2012-04-30  Alexandre Julliardgdi32: Add support for clipping source coordinates...
2012-04-30  Jeff Muizelaargdi32: Improve performance of common case of AlphaBlend.
2012-04-27  Alexandre Julliardgdi32: Store the bounds rectangle as a pointer in the...
2012-04-27  Alexandre Julliardgdi32: Add a SetBoundsRect driver entry point.
2012-04-24  Dmitry Timoshkovgdi32: ntmCellHeight and ntmAvgWidth should be in font...
2012-04-24  Dmitry Timoshkovgdi32: Enumerated font size should not be too large.
2012-04-24  Alexandre Julliardgdi32: Fix coordinates for row copies in mirrored verti...
2012-04-23  Alexandre Julliardgdi32: Fix some typos in the 4-bpp shrink_row function.
2012-04-20  Alexandre Julliardgdi32/tests: Take into account multi-monitor setups...
2012-04-18  Daniel Lehmangdi32: Don't add_join if points are coincident in wide_...
2012-04-18  AndrĂ© Hentschelgdi32: Remove unneeded shadow variable.
2012-04-18  Alexandre Julliardwinex11: Add bounds rectangle tracking to all graphics...
2012-04-17  Alexandre Julliardgdi32/tests: Fix a test that can fail on multi-monitor...
2012-04-16  Alexandre Julliardgdi32: Add bounds tracking to all the DIB engine entry...
2012-04-16  Alexandre Julliardgdi32: Add a GetBoundsRect driver entry point.
2012-04-16  Alexandre Julliardgdi32: Add helper functions for manipulating bounds...
2012-04-16  Michael Stefaniucgdi32/tests: Fix typo (comparison with itself).
2012-04-13  Dmitry Timoshkovgdi32: Add large fonts support for MS Sans Serif.
2012-04-13  Alexandre Julliardgdi32/tests: Add test cases for wide pen bounding recta...
2012-04-13  Alexandre Julliardgdi32: Avoid redundant computation of the gradient...
2012-04-13  Alexandre Julliardgdi32: Map all the points at once in PolyPolyline,...
2012-04-13  Alexandre Julliardgdi32: Move the pen/brush_region helpers to graphics...
2012-04-10  Dmitry Timoshkovgdi32: Add a test for bitmap fonts selected for not...
2012-04-10  Alexandre Julliardgdi32: Store the reference DC in the enhanced metafile...
2012-04-10  Alexandre Julliardgdi32: Add explicit fields for the DC flags.
2012-04-10  Alexandre Julliardgdi32: Clip the returned DC bounds to the device rectangle.
2012-04-10  Alexandre Julliardgdi32: SaveDC doesn't save the DC bounds.
2012-04-10  Alexandre Julliardgdi32/tests: Add tests for DC bounds handling across...
2012-04-10  Alexandre Julliardgdi32/tests: Add tests for DC bounds on various device...
2012-04-09  Alexandre Julliardgdi32/tests: Add tests for DC bounds to the DIB graphic...
2012-04-09  Alexandre Julliardgdi32/tests: Automatically reset the bits after compari...
2012-04-09  Dmitry Timoshkovgdi32: Add more verbose messages to indicate when a...
2012-04-09  Dmitry Timoshkovgdi32: Fix a typo in faces_equal() preventing loading...
2012-04-09  Alexandre Julliardgdi32: Fix GetClipBox return value for non-memory DCs.
2012-04-05  Ken Thomasesgdi32: On Mac OS X, find fonts using Core Text rather...
2012-04-05  Ken ThomasesRevert "gdi32: Load fonts from default Mac external...
2012-04-02  Kusanagi Kouichigdi32: Improve font cache.
2012-04-02  Dmitry Timoshkovgdi32: Refuse to load a large .fot file earlier.
2012-04-02  Dmitry Timoshkovgdi32: Remove a no longer needed shortcut in CreateScal...
2012-03-30  Kusanagi Kouichigdi32: Use helper functions when loading font from...
2012-03-30  Huw Daviesgdi32: Add support for loading scalable font resources.
2012-03-29  Huw Daviesgdi32: Implement CreateScalableFontResource.
2012-03-29  Huw Daviesgdi32: Add a helper to create a new FreeType face.
2012-03-27  Huw Daviesgdi32: Separate face creation from face insertion.
2012-03-27  Huw Daviesgdi32: Remove the loop over bitmap sizes. FreeType...
2012-03-27  Huw Daviesgdi32: Add a helper to free a face object and fix a...
2012-03-27  Huw Daviesgdi32: Add a helper to retrieve the fontsignature.
2012-03-27  Huw Daviesgdi32: Add a helper to retrieve a bitmap font's interna...
2012-03-27  Huw Daviesgdi32: Add a helper to retrieve the ntm flags.
2012-03-27  Huw Daviesgdi32: Add a helper to retrieve the font version.
2012-03-27  Huw Daviesgdi32: Add a helper to create a family.
2012-03-27  Huw Daviesgdi32: Add a helper to retrieve the family pointer.
2012-03-27  Huw Daviesgdi32: Add a helper to retrieve the family names and...
2012-03-16  Huw Daviesgdi32: Remove unused variable.
2012-03-14  Huw Daviesgdi32: Correctly propagate the enumproc's return value.
2012-03-14  Kusanagi Kouichigdi32: find_face_from_filename() needs to take font...
2012-03-13  Kusanagi Kouichigdi32: Remove unused parameters and code, and a useless...
2012-03-13  Kusanagi Kouichigdi32: Simplify font replacement loading.
2012-03-13  Kusanagi Kouichigdi32: Add a helper function to get face list from...
2012-03-13  Kusanagi Kouichigdi32: Add a helper function to create a full name...
2012-03-13  Kusanagi Kouichigdi32: Move font signature of font link from Face to...
2012-03-13  Kusanagi Kouichigdi32: Add a helper function to find font link.
2012-03-09  Alexandre Julliardgdi32: Fix rounding error for odd ellipse sizes in...
2012-03-02  Alexandre Julliardgdi32: Fix missing increment of integer data in GetChar...
2012-02-24  Alexandre Julliardgdi32: Avoid using uninitialized value in DIB pattern...
2012-02-24  Alexandre Julliardgdi32: Use 64-bit values when computing ellipses to...
2012-02-22  Alexandre Julliardgdi32: Avoid overflows for invalid coordinates in line...
2012-02-21  Alexandre Julliardgdi32: Don't paint the text rectangle in transparent...
2012-02-21  Kusanagi Kouichigdi32: Initialize font signature of "System" font link.
2012-02-19  Alexandre Julliardgdi32: Paint everything in ExtFloodFill when the DIB...
2012-02-16  Alexander Kochetkovgdi32: Fix text baseline calculation in compatible...
2012-02-16  Alexandre Julliardgdi32: Fix font orientation when mirroring in compatibl...
2012-02-15  Kusanagi Kouichigdi32: Add traces for skipped font replacements.
2012-02-15  Kusanagi Kouichigdi32: Use find_family_from_any_name to find a replacem...
2012-02-14  Aric Stewartgdi32: Rebuild the internal SystemLink every time.
2012-02-14  Alexandre Julliardgdi32: Don't clip to the visible rectangle for screen...
2012-02-09  Aric Stewartgdi32: Load fonts from default Mac external font paths.
2012-02-09  Akihiro Sagawagdi32/tests: Reorder tests to avoid side-effects.
2012-02-09  Huw Daviesgdi32: Intersect the background text box with the clip...
2012-02-09  Huw Daviesgdi32: Rename a shadow variable.
2012-02-08  Akihiro Sagawagdi32: Consider whether the logical font face is vertic...
2012-02-08  Akihiro Sagawagdi32/tests: Add tests for East Asian font selection.
2012-02-08  Aric Stewartgdi32: Allow font replacements to be specified either...
2012-02-07  Akihiro Sagawagdi32: Restore the vertical font flag from the cache.
2012-02-07  Aric Stewartgdi32: Keep our internal generated system links separat...
2012-02-01  Aric Stewartgdi32: In update_system_links if the font we are trying...
2012-01-19  Alistair Leslie... gdi32: Add EnhMetafile PolyBezier, PolyBezierTo support.
2012-01-19  Huw Daviesgdi32: The clip region should stop the flooding.
2012-01-18  Huw Daviesgdi32/tests: Add tests for ExtFloodFill.
2012-01-18  Huw Daviesgdi32: Implement ExtFloodFill.
2012-01-18  Huw Daviesgdi32: Use separate x and y parameters in the get_pixel...
2012-01-18  Alexandre Julliardgdi32: Negative destination sizes are allowed after...
next