- Add critsec debugging info.
[wine] / dlls / gdi /
2005-03-14  Ulrich CzekallaIf a zero index is passed to META_SELECTCLIPREGION...
2005-03-10  Alexandre JulliardAllocate fonts and regions from the large heap too.
2005-03-08  Dimitrie O. PaunAdd support for .exe's with exported functions.
2005-03-02  Francois GougetAssorted spelling fixes.
2005-02-25  TANABE HiroshiRemove (buf && !buflen) checking.
2005-02-22  TANABE HiroshiAdded Multibyte character set support in GetGlyphOutlineA.
2005-02-22  Huw DaviesDon't hold the GDI lock when calling DC_GetDCUpdate.
2005-02-21  Alex Villacís LassoImplemented GetGlyphOutline16.
2005-02-14  Francois GougetCast the GetProcAddress() return value to avoid warning...
2005-02-14  Rein KlazesREGION_FrameRgn computes the frame region inside the...
2005-02-14  Marcus MeissnerCheck for overflows with ClrUsed.
2005-02-14  Rémi AssaillySmall char -> const char fix.
2005-01-26  Huw DaviesGetMetaFile checks both the version and the header...
2005-01-24  Troy RolloDon't refuse to process VDMX ratio entries with bCharSe...
2005-01-14  Walt OgburnFix BS_PATTERN brushes in mfdrv. Un-comment the corres...
2005-01-12  Alexandre JulliardUse the exported functions SaveDC/RestoreDC instead...
2005-01-10  Rémi AssaillyImplemented GetLayout and SetLayout.
2005-01-05  Vitaly LipatovSpelling fixes.
2005-01-05  Vitaly LipatovAdd description for ExtTextOut (also include comments...
2005-01-04  Mike McCormackConvert StartDoc to Unicode.
2005-01-03  Jakob ErikssonAdd return value to GetObject error message.
2005-01-03  Eric PouechSome missing const correctness fixes.
2005-01-03  Hans LeidekkerStub implementations for GetLogColorSpace{A,W}.
2004-12-27  Rein KlazesCorrect cases where arguments of ok() calls depend...
2004-12-27  Hans LeidekkerStub implementations for GetICMProfileW, SetICMProfile...
2004-12-23  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-12-22  Eric PouechReadFile and WriteFile must be passed a parameter for...
2004-12-21  Mike McCormackCheck values passed in to SetWinMetaFileBits, not our...
2004-12-21  Mike McCormackOutput EMR_POLYGON16 records when possible.
2004-12-21  Dmitry TimoshkovFully initialize NEWTEXTMETRICEXW structure for bitmap...
2004-12-20  Francois GougetAssorted spelling fixes.
2004-12-16  Jon GriffithsRemove unneeded headers to reduce unneeded rebuilds.
2004-12-14  Michael StefaniucMissing HeapFree's + 1 LocalFree (found by smatch).
2004-12-13  Huw DaviesFix always false test. Spotted by Eric Pouech.
2004-12-09  Alexandre JulliardRemove a few no longer needed 16-bit exports from gdi32.
2004-12-09  Walt OgburnAdded some tests for win-format metafiles.
2004-11-30  Eric PouechConst correctness fixes.
2004-11-24  Kevin KoltzauCreateBrushIndirect should not return a stock brush.
2004-11-24  Dmitry TimoshkovAvoid some direct accesses to DC internals from metafil...
2004-11-23  Tom WicklineVersion resources cleanup.
2004-11-23  Jon GriffithsSet the miter limit in the DC state.
2004-11-22  Jon GriffithsSupport mono pattern brushes in EMF's.
2004-11-22  Jon GriffithsAvoid magic number.
2004-11-22  Jon GriffithsImplement CreateBitmap using CreateBitmapIndirect so...
2004-11-21  Jon GriffithsSearch the whole table when creating solid brushes.
2004-11-02  Michael Kaufmann- Extended support for BITMAPCOREINFO / BITMAPCOREHEADE...
2004-10-18  Alexandre JulliardAuthors: Doug Paul <doug@elemental.ath.cx>, Glenn Wurst...
2004-10-18  Rein KlazesTest whether the ft_encoding's are defined, not the...
2004-10-18  Robert ShearmanThe "colors" parameter of SetDIBColorTable should be...
2004-10-14  Hans LeidekkerAdded check for fork() to fix the MinGW build.
2004-10-11  Huw DaviesApparently this portion of the test was failing under...
2004-09-24  Jon GriffithsUse a (seemingly xp default) width of 7 for system...
2004-09-20  Michael KaufmannFix a regression caused by an earlier patch for CreateD...
2004-09-16  Huw DaviesWhen we blit with a monochrome dibsection as the source...
2004-09-16  Huw DaviesIt's important to keep the original dib colour table...
2004-09-15  Vincent BéronUse the preferred FT_ENCODING values rather than ft_enc...
2004-09-13  Jon GriffithsCreateDCA -> CreateDCW
2004-09-13  Alexandre JulliardAuthors: Michael Kaufmann <hallo@michael-kaufmann.ch...
2004-09-13  Dmitry TimoshkovWhen DC mapping changes reselect current pen to update...
2004-09-08  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-09-07  Francois GougetTest some more gdi types.
2004-09-06  Francois GougetDisable MSVC warning 4116 to avoid the 'unnamed type...
2004-09-02  Robert ShearmanDefault clipping region should be resolution of the...
2004-09-02  Dmitry TimoshkovAdded a test showing how GDI scales bitmap font metrics.
2004-09-01  Mike McCormackAdd a basic GDI LOGFONT test, fix a couple of failures.
2004-09-01  Alexandre JulliardInline functions don't need WINE_UNUSED.
2004-08-31  Alexandre JulliardGet rid of the non-standard CONV_POINT and CONV_RECT...
2004-08-26  Huw DaviesFreeType doesn't supply a charmap for bitmap fonts...
2004-08-25  Huw DaviesMake the DEFAULT_GUI_FONT scalable with screen resoluti...
2004-08-25  Francois GougetEnable the disabled tests in tests.data or add a commen...
2004-08-22  Francois GougetRemove these Wine-only types:
2004-08-20  Jon GriffithsReturn a stock brush when asking for a brush with the...
2004-08-20  Robert Shearman- Fix type in GetRandomRegion function.
2004-08-17  Huw DaviesConvert installed font list to list.h.
2004-08-13  Huw DaviesIf a device doesn't support device bitmaps, then store...
2004-08-12  Huw DaviesRepect the width of both the src and dst when calculati...
2004-08-11  Alexandre JulliardAvoid some non-portable makefile constructs, and get...
2004-08-11  Huw DaviesDon't try to rotate bitmap fonts.
2004-08-11  Huw DaviesFix maskblt to work with any set of rops and to also...
2004-08-11  Huw DaviesDon't ever return a bitmap font if the driver can't...
2004-08-10  Huw DaviesWe don't currently support horizontal stretching of...
2004-08-09  Huw DaviesGetCharABCWidths should fail for non-scalable fonts.
2004-08-09  Huw DaviesTry harder to match to a font if the family name is...
2004-08-09  Huw DaviesBreak and default char are both relative to first char...
2004-08-06  Huw DaviesActually pass the blend function on to the graphics...
2004-08-06  Huw DaviesMaintain a cache (currently of up to 10) of unused...
2004-08-04  Huw DaviesConvert gdi font list to use list.h.
2004-08-02  Huw DaviesImplement AlphaBlend using the XRENDER extension.
2004-07-30  Jeroen JanssenUpdated some MSDN links in the code.
2004-07-22  Huw DaviesMake tmUnderlined and tmStruckOut reflect the values...
2004-07-21  Alexandre JulliardMoved all files from the objects/ directory to dlls...
2004-07-21  Alexandre JulliardMoved LineDDA implementation to dlls/gdi/painting.c.
2004-07-14  Huw DaviesFix font replacements to work with bitmap fonts.
2004-07-13  Alexandre JulliardAllow specifying multiple graphics drivers and use...
2004-06-18  Dmitry TimoshkovDo not allow creation of not aligned EMF records by...
2004-06-16  Huw DaviesAdd support for bitmap fonts.
2004-05-18  Eric PouechAdded some missing prototypes.
2004-05-04  Francois GougetMake our ascii strings static const.
2004-05-04  Alexandre JulliardUpdated the auto-generated tests.
2004-04-20  Francois GougetMake Unicode strings static const.
next