wininet: Skip some urlcache Unicode tests if ANSI version of URL is not known.
[wine] / dlls / gdi32 /
2013-04-04  Akihiro Sagawagdi32/tests: Fix tests for fixed-pitch full-width chara...
2013-04-04  Akihiro Sagawagdi32: Improve fixed-pitch advance calculation as well...
2013-04-04  Akihiro Sagawagdi32: Improve outline text metrics calculation, especi...
2013-04-04  Akihiro Sagawagdi32: Introduce macros to calculate outline text metrics.
2013-04-02  Alexandre Julliardgdi32: Use the Mac driver by default.
2013-03-26  Huw Daviesgdi32: Printer drivers don't use the character extra...
2013-03-25  Dmitry Timoshkovgdi32: Add support for disk-based metafiles to GetMetaF...
2013-03-04  Alexandre Julliardgdi32: Increment the face refcount when loading the...
2013-03-04  Alexandre Julliardgdi32: Store the font stat information when loading it.
2013-02-27  Byeongsik Jeongdi32: Fix the GdiGetCodePage() support ANSI_CHARSET...
2013-02-18  Alexandre Julliardgdi32/tests: Define the required Windows version before...
2013-02-15  Dmitry Timoshkovgdi32: SelectClipPath should update actual clipping...
2013-02-14  Dmitry Timoshkovgdi32: ExcludeClipRect should update actual clipping...
2013-02-14  Dmitry Timoshkovgdi32: IntersectClipRect should update actual clipping...
2013-02-14  Dmitry Timoshkovgdi32: OffsetClipRgn should update actual clipping...
2013-02-14  Dmitry Timoshkovgdi32: Add more EMF clipping tests.
2013-02-13  Dmitry Timoshkovgdi32: Make sure that actual clipping region is updated...
2013-02-07  Akihiro Sagawagdi32: Ensure a fixed-pitch full-width character has...
2013-02-06  Alexandre Julliardgdi32: Return the correct module handle for the initial...
2013-02-05  Dmitry Timoshkovgdi32: Add a bunch of tests for CreateDC/ResetDC with...
2013-02-05  Dmitry Timoshkovgdi32: Add support for 16-bit QUERYESCSUPPORT queries.
2013-01-22  Stefan Leichtergdi32: Add stub for GetFontResourceInfoW.
2013-01-22  Alexandre Julliardgdi32: Fix copy/paste typo in get_char_positions_indices.
2013-01-21  Andrew Talbotgdi32: Avoid signed-unsigned integer comparisons.
2013-01-15  Alexandre Julliardgdi32: Initialize fontconfig even when fonts are cached.
2013-01-15  Alexandre Julliardgdi32: Support for hidden flag of CreateScalableFontRes...
2013-01-15  Alexandre Julliardgdi32: Add support for .fot files in RemoveFontResource.
2013-01-15  Alexandre Julliardgdi32: Implement RemoveFontResource.
2013-01-15  Alexandre Julliardgdi32: Keep the main font cache key open.
2013-01-15  Alexandre Julliardgdi32: Add helper functions to compute font paths for...
2013-01-15  Alexandre Julliardgdi32: Store the vertical flag together with the other...
2013-01-15  Alexandre Julliardgdi32: Store the full flags in the face object, and...
2013-01-14  Alexandre Julliardgdi32: Add ref counting to the face and family objects.
2013-01-14  Alexandre Julliardgdi32: Avoid creating a family object just to retrieve...
2012-12-27  Alexandre Julliardgdi32: Use the correct physdev for each driver call...
2012-12-20  Alexandre Julliardgdi32: Avoid duplicate computation of text extents...
2012-12-20  Alexandre Julliardgdi32: Compute the extents of the whole string at once...
2012-12-18  Alexandre Julliardgdi32: Remove from the GetTextExtentExPoint entry point...
2012-12-18  Alexandre Julliardgdi32: Add helper functions for GetTextExtentExPoint...
2012-12-17  Andrew Talbotgdi32: Indentation fix.
2012-12-14  Alexandre Julliardgdi32: Support wrongly ordered rectangles in RectVisible.
2012-12-14  Alexandre Julliardgdi32: Add a helper function to order the points of...
2012-12-14  Alexandre Julliardgdi32: Fix handling of rotation matrices in GetGlyphOut...
2012-12-11  Alexandre Julliardgdi32: Fix text justification to properly handle logica...
2012-12-11  Alexandre Julliardgdi32: Add a level of pointers to the glyph cache to...
2012-12-10  Alexandre Julliardgdi32: Fix handling of font orientation in advanced...
2012-12-10  Alexandre Julliardgdi32: Add ref counting to the font objects and simplif...
2012-12-07  Alexandre Julliardgdi32: Keep track of the number of fonts on the unused...
2012-12-07  Alexandre Julliardgdi32: Simplify list processing by using the LIST_FOR_E...
2012-12-07  Francois Gougetgdi32: Make make_rgb_colorref() static.
2012-12-05  Alexandre Julliardgdi32: Don't store a font pointer in the generic part...
2012-12-05  Alexandre Julliardgdi32: Don't create a separate font handle for linked...
2012-12-05  Alexandre Julliardgdi32: Remove special handling for linked fonts in...
2012-12-05  Alexandre Julliardgdi32: Support getting character codes instead of glyph...
2012-12-05  Alexandre Julliardgdi32: Support caching glyphs by character code and...
2012-12-04  Alexandre Julliardgdi32: Store and return ABC metrics from get_glyph_outline.
2012-12-03  Alexandre Julliardgdi32: Don't copy unnecessary rows when shrinking in...
2012-12-03  Alexandre Julliardgdi32: Avoid binary ROPs when shrinking in DELETESCANS...
2012-12-03  Alexandre Julliardgdi32: Avoid binary ROPs when stretching in DELETESCANS...
2012-11-30  Alexandre Julliardgdi32: Avoid computing grayscale glyph intensities...
2012-11-30  Alexandre Julliardgdi32: Use the faster memset for vertical gradients.
2012-11-30  Alexandre Julliardgdi32: Make blend_subpixel inline.
2012-11-29  Alexandre Julliardgdi32: Avoid creating a copy of the pattern bits for...
2012-11-29  Alexandre Julliardgdi32: Add faster implementation of the pattern_rects...
2012-11-29  Alexandre Julliardgdi32: Add assembly helpers for filling solid rectangles.
2012-11-29  Alexandre Julliardgdi32: Add faster implementations of the solid_rects...
2012-11-28  Alexandre Julliardgdi32: Add a font glyph cache in the DIB engine.
2012-11-27  Alexandre Julliardgdi32: Fully reset the DC state before deleting it.
2012-11-27  Huw Daviesgdi32: Simplify the point type checking logic.
2012-11-19  Alexandre Julliardgdi32: Fix coordinate mapping of arc limits.
2012-11-15  Alexandre Julliardgdi32: Don't load bitmap glyphs when using subpixel...
2012-11-13  Piotr Cabangdi32: Added GetGlyphOutlineW tests on glyph that conta...
2012-11-13  Piotr Cabangdi32: Ignore contours containing one point in get_glyp...
2012-11-07  Alexandre Julliardgdi32: Avoid using the system GL headers.
2012-11-06  Alexandre Julliardgdi32: Take into account the FontSmoothing key for...
2012-11-06  Alexandre Julliardgdi32: Avoid opening the desktop registry key multiple...
2012-11-06  Alexandre Julliardgdi32: Use the fontconfig anti-aliasing setup even...
2012-11-06  Alexandre Julliardgdi32: Get rid of the non-standard flags in GetRasteriz...
2012-11-05  Alexandre Julliardgdi32: Determine the default anti-aliasing parameters...
2012-11-02  Alexandre Julliardgdi32: Set the font anti-aliasing flags from the fontco...
2012-11-02  Alexandre Julliardgdi32: Move checking of the subpixel support and gasp...
2012-11-02  Alexandre Julliardgdi32: Disable anti-aliasing when necessary in the...
2012-11-02  Alexandre Julliardgdi32: Store the anti-aliasing flags in the DC when...
2012-11-02  Alexandre Julliardgdi32: Add a parameter to return anti-aliasing flags...
2012-11-01  Alexandre Julliardgdi32: Store the fontconfig anti-aliasing flags for...
2012-11-01  Alexandre Julliardgdi32: Store the font file name in Unicode in the font...
2012-11-01  Alexandre Julliardgdi32: Avoid some redundant registry calls while loadin...
2012-10-30  Huw Daviesgdi32: Implement sub-pixel glyph smoothing.
2012-10-29  André Hentschelgdi32: Avoid memory leaks (coverity).
2012-10-26  Huw Daviesgdi32: Use a symbol charmap if all else fails.
2012-10-26  Huw Daviesgdi32: Simplify the code for charmap selection.
2012-10-25  Alexandre Julliardgdi32: Fix mapping of symbol font glyphs even when...
2012-10-25  André Hentschelgdi32: Fix free of address-of expression (coverity).
2012-10-24  André Hentschelgdi32: Fix copy-paste error (coverity).
2012-10-24  Alexandre Julliardgdi32: Add a DC hook flag to reset the DC state.
2012-10-24  Alexandre Julliardgdi32: Remove an unused DC field.
2012-10-22  Alexandre Julliardgdi32: Export a function to retrieve the module handle...
2012-10-21  Alexandre Julliardgdi32: Update the ref count of stock objects when delet...
2012-10-19  Huw Daviesgdi32: Move the string rendering code to a common function.
2012-10-19  Huw Daviesgdi32: Use the helper to draw the glyphs.
next