Properly implement DllCanUnloadNow ref counting.
[wine] / dlls / gdi /
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.
2004-04-19  Francois GougetMake Unicode const strings static so they are not copie...
2004-04-14  Alexandre JulliardMoved wine_get_unix_file_name implementation to ntdll...
2004-04-14  Kevin KoltzauPartial stub of GdiAlphaBlend/AlphaBlend.
2004-04-02  Mike McCormackFix bug in GdiGradientFill.
2004-03-31  Mike McCormackOptimize GdiGradientFill by drawing lines instead of...
2004-03-29  Mike McCormackWrite EMRPOLYLINE16 if points fit into a SHORT.
2004-03-29  Mike McCormackUnicodify CreateMetaFile.
2004-03-24  Alexandre Julliard.spec.c files are no longer used for 32-bit dlls.
2004-03-12  Dmitry TimoshkovCreateDIBSection takes a const pointer to BITMAPINFO.
2004-03-11  Dmitry TimoshkovEliminate some unnecessary direct accesses to DC intern...
2004-03-09  Dmitry TimoshkovAdded an EMF test suite.
2004-03-09  Robert ShearmanCheck for NULL pointers returned by HeapAlloc.
2004-03-09  Huw DaviesAdd registry entries for any fonts found by fontconfig...
2004-03-04  Alexandre JulliardMoved more GDI definitions to gdi_private.h.
2004-03-04  Alexandre JulliardChanged the CreateDC driver entry point to use an HDC...
2004-03-04  Alexandre JulliardPass the gdiFont object to the SelectFont driver entry...
2004-03-04  Alexandre JulliardPass the breakExtra value in the ExtTextOut driver...
2004-03-03  Alexandre JulliardImplemented Get/SetBoundsRect based on a patch by Ken...
2004-03-02  Alexandre JulliardWe no longer use the .exe.spec.c files.
2004-02-20  Rein KlazesAdd stub implementation for SetICMProfileA().
2004-02-17  Alexandre JulliardAdded support for building a dll from a .def file for...
2004-02-13  Alexandre JulliardGet rid of a few 16-bit exports in gdi32.
2004-02-13  Alexandre JulliardMoved hGCClipRgn handling to the graphics driver.
2004-02-12  Alexandre JulliardMoved remaining files from graphics/ to dlls/gdi.
2004-02-12  Huw DaviesGetCharABCWidths returns the widths of unrotated glyphs...
2004-02-12  Alexandre JulliardMoved some code out of the graphics/ directory into...
2004-02-02  Kevin KoltzauImplementation of gdi32.GdiTransparentBlt and msimg32...
2004-02-02  Huw DaviesGulimChe has the IsFixedPitch flag set, yet contains...
2004-01-27  Francois GougetAdd missing '\n's to debug traces.
2004-01-23  Francois GougetAdd trailing '\n's to ok() calls.
2004-01-20  Rein KlazesFix MultiByteToWideChar and WideCharToMultiByte when...
2004-01-19  Huw DaviesFix compilation if Freetype isn't installed.
2004-01-18  Alexandre JulliardUse the exported FONTENUMPROCW as parameter in the...
2004-01-16  Vincent BéronFix compilation with ICU after introduction of gdi_priv...
next