wined3d: Rename return values from D3D* to WINED3D*.
[wine] / dlls / gdi /
2006-04-05  Huw Daviesgdi32: Always consume the subst structure.
2006-04-05  Huw Daviesgdi32: Use the localised family name if present
2006-04-05  Huw Daviesgdi32: Move a few functions around. Should be a nop.
2006-04-05  Dmitry Timoshkovgdi32: Add tests for GetBitmapBits and GetObject for...
2006-04-04  Huw Daviesgdi32: Use a function to add entries to the substitutio...
2006-04-04  Huw Daviesgdi32: Use RtlUshortByteSwap to read big endian words.
2006-04-04  Alexandre Julliardgdi: Change ReadFontDir error into a warning.
2006-04-03  Dmitry Timoshkovgdi: Separate GDI tests by moving them into appropriate...
2006-04-03  Dmitry Timoshkovgdi: Move WineEngInit call before stock fonts creation.
2006-04-03  Huw Daviesgdi32: Add tests for 'Small Fonts'.
2006-03-31  Alexandre Julliardgdi: In metafile test only print debug output if enabled.
2006-03-30  Dmitry Timoshkovgdi32: Add a test for WMF->EMF conversions performed...
2006-03-30  Huw Daviesgdi32: Move the font substitution list to a standard...
2006-03-21  Huw Daviesfonts: Use the EBLC table to retrieve the ascent of...
2006-03-21  Dmitry Timoshkovgdi: Fix a couple of todos in the bitmap test.
2006-03-20  Alexandre Julliardx11drv: Clear new bitmaps if they don't contain any...
2006-03-20  Dmitry Timoshkovgdi: Add a simple test for bitmap bits/metrics
2006-03-20  Vitaliy Margolengdi: Handle NT style \\.\DISPLAY1 name that we return.
2006-03-18  Vitaly Lipatovgdi32: Look for ttf fonts in the Wine font dir.
2006-03-18  Dmitry Timoshkovgdi: Add a test for bitmap font metrics to ensure that...
2006-03-17  Alexandre Julliardgdi: Support for loading fonts from the build directory.
2006-03-09  Dmitry Timoshkovgdi: Load system fonts from $(datadir)/wine/fonts if...
2006-03-09  Dmitry Timoshkovgdi: A better workaround for extended user style pens.
2006-03-03  Huw Daviesgdi: Better support for 1bpp dib sections.
2006-02-24  Dmitry Timoshkovgdi: Use "MS Sans Serif" as default sans serif font...
2006-02-24  Huw Daviesgdi32: Fallback to StretchDIBits if the driver doesn...
2006-02-22  Huw Daviesgdi32: Update due to last minute api change in freetype...
2006-02-09  Uwe Bonnesgdi: Show hatch brush FIXME only once.
2006-02-08  Dmitry Timoshkovgdi: Remove StrokePath workaround for a DC transformati...
2006-02-06  Eric PouechFixes for missing prototypes warnings.
2006-02-02  Phil Krylovgdi: Slant font automatically if no italic variant...
2006-02-02  Tobias Loewgdi: Extended pens do not work correct with StrokePath.
2006-01-31  Tobias Loewgdi: viewportExt changed after call to StrokePath.
2006-01-31  Michael Kaufmanngdi: Fixes for the isotropic mapping mode.
2006-01-30  Dmitry Timoshkovgdi: Add support for creating extended pens.
2006-01-27  Dmitry Timoshkovgdi: Add test case for creating pens, make it pass...
2006-01-25  Michael Kaufmanngdi: Fix the EMF bounding box calculation.
2006-01-24  Huw Daviesgdi: Fixes to preempt freetype 2.2.0.
2006-01-24  Huw Daviesgdi: Use correct include file for FT_Get_Module.
2006-01-21  Marcus Meissnergdi: Metafile records must be at least 3 words long.
2006-01-18  Alexandre Julliardgdi: Ignore a few more metafile escapes.
2006-01-16  Hans Leidekkergdi: better implementation for GetCharABCWidthsFloat...
2006-01-13  David Mooregdi: Fix display of fonts using Symbol codepages and...
2006-01-12  Huw Daviesgdi: If the last param of GetKerningPairs is NULL then...
2006-01-06  Marcus Meissnergdi: Filter GETSCALINGFACTOR and SETABORTDOC proc in...
2006-01-03  Steven Edwardsgdi: Win16/32 split of most of the metafile support.
2006-01-03  Steven Edwardsgdi: Move EMRSETTEXTJUSTIFICATION structure to the...
2006-01-03  Dmitry Timoshkovgdi: Add a test which shows that GDI does not support...
2006-01-03  Ulrich Czekallagdi32: Disallow creation of compressed DIB sections.
2006-01-03  Vitaliy Margolengdi: Device name returned from EnumDisplayDevices is...
2005-12-13  Alexandre Julliardgdi: Added support for doing GetBitmapBits on a DIB...
2005-12-08  Huw Daviesgdi: Fix 24bpp -> 32bpp copy.
2005-12-06  Louis Lendersgdi: Added stub for AddFontMemResourceEx.
2005-12-01  Rein KlazesMake WineEngGetFontData always return the used byte...
2005-11-29  Alexandre JulliardAdded support for doing SetBitmapBits on a DIB section.
2005-11-28  Rein KlazesAdd stub implementation for SetMagicColors().
2005-11-28  Huw DaviesIf the driver doesn't support StretchBlt try to use...
2005-11-26  Alexandre JulliardRenamed all .cvsignore files to .gitignore.
2005-11-22  Dmitry TimoshkovAdd a test showing that SaveDC after GetDC should return 1.
2005-11-14  Peter BeutnerWhen creating DIBs with a color depth <= 8, always...
2005-11-10  Francois GougetRemove spaces before '\n' in traces.
2005-11-08  Vincent BéronCorrect some allocated buffer lengths while converting...
2005-11-07  Dmitry TimoshkovFirst draft of ExtTextOut on an open path.
2005-11-05  Markus AmslerImprove c2man Documented-Total count.
2005-10-31  Huw DaviesImplement playback of EMR_ALPHABLEND.
2005-10-31  Huw DaviesOnly select a bitmap font as a last resort if we can...
2005-10-31  Alexandre JulliardDefault to an empty driver instead of dying if the...
2005-10-31  Huw DaviesFix handling of relative state indices in RestoreDC.
2005-10-29  Robert ShearmanPrint an error if a DC is created with a bad device.
2005-10-28  Huw Daviesxform can be NULL when setting the identity.
2005-10-27  Phil KrylovFixed SetTextAlign(), SetBkMode(), SetROP2(), SetPolyFi...
2005-10-26  Dmitry TimoshkovAdd a test for GetCurrentObject, make it pass under...
2005-10-26  Saulius KrasuckasLink to {G|S}etRelAbs() during runtime as Win9x OSes...
2005-10-19  Dmitry TimoshkovAdd a test for SetMetaFileBitsEx, make it pass under...
2005-10-18  Dmitry TimoshkovAdd a test for CopyMetaFile, make it pass under Wine.
2005-10-12  Huw DaviesInitialize a bunch of dc values to their default before...
2005-10-11  Dmitry TimoshkovAdd a safety check for number of control points in...
2005-10-11  Huw DaviesIf the meta/clip intersection (Rao) region doesn't...
2005-10-10  Huw DaviesGetRandomRgn only returns the SYSRGN in screen coordinates.
2005-10-06  Huw DaviesAdd a Wine specific flag to GetRasterizeCaps that repor...
2005-09-29  Alexandre JulliardWe are no longer generating .dbg.c files.
2005-09-28  Dmitry TimoshkovDraw underline and strikeout for ExtTextOut on an open...
2005-09-21  Alexandre JulliardWe are no longer generating .spec.c files.
2005-09-21  Alexandre JulliardGenerate 16-bit spec files as assembly code too.
2005-09-21  Huw DaviesRelease the dc before drawing the underline and strikeo...
2005-09-19  Huw DaviesFix a problem with handling ETO_GLPYH_INDEX. Spotted...
2005-09-16  Huw DaviesOrder the bitmap font list by the ansi codepage bit...
2005-09-15  Huw DaviesRemember to remove a child font from the child font...
2005-09-14  Huw DaviesOnly add Tahoma to the System font's link list if we...
2005-09-14  Dmitry TimoshkovPerform automatic bitmap font configuration based on...
2005-09-14  Huw DaviesCope with OpenFontFile failing.
2005-09-13  Alexandre JulliardRemove the 'L' suffix on a number of constants to avoid...
2005-09-12  Marcus MeissnerThe last argument to MultiByteToWideChar is wide charac...
2005-09-12  Alexandre JulliardLOGBRUSH.lbHatch must be a ULONG_PTR since it can conta...
2005-09-12  Alexandre JulliardFixed some traces to use the right printf format and...
2005-09-09  Alexandre JulliardUse Get/SetWindowLongPtr instead of Get/SetWindowLong...
2005-09-09  Alexandre JulliardUse a more portable scheme for storing the name of...
2005-09-08  Huw DaviesFix return value of ExtTextOut in the case when count...
2005-09-08  Huw DaviesHave ExtTextOut call into the font linking mechanism.
2005-09-07  Huw DaviesImplement FontIsLinked.
next