- Add support for TBSTYLE_EX_MIXEDBUTTONS.
[wine] / dlls / gdi /
2003-11-26  Mike McCormackUse the handle deletion mechanism in wmfs.
2003-11-25  Huw DaviesLet enhmetafiles reuse gdi handles. This works by...
2003-11-19  Rein KlazesInclude ft2build.h before freetype/freetype.h. Libfreet...
2003-11-17  Alexandre JulliardRemoved some unnecessary includes.
2003-11-12  Huw DaviesScale the OUTLINETEXTMETRIC's bounding box with the...
2003-11-11  Dmitry TimoshkovConstify strings.
2003-11-09  Huw DaviesLoad any TrueType fonts that fontconfig knows about.
2003-11-05  Vincent BéronImplemented GetDCPenColor and GetDCBrushColor.
2003-11-05  Ulrich CzekallaImplemented SetDCPenColor and SetDCBrushColor.
2003-10-28  Marcus MeissnerUse freetype 2.0 defines for font encodings instead...
2003-10-24  Alexandre JulliardUpdated some of the generated tests.
2003-10-22  Dave BelangerFix EMF driver UpdateBBox routine. The EMF bounding...
2003-10-15  Marcus MeissnerSpecify fourcc codes for encodings directly, instead...
2003-10-15  Dave BelangerImproved selection of freetype face charmap.
2003-10-15  Dave BelangerImplemented BitBlt, StretchBlt and SetDIBitsToDevice...
2003-10-14  Dmitry TimoshkovFixed some problems found while compiling and linking...
2003-10-11  Dave BelangerImplementation of underline and strikeout text in xrender.
2003-10-11  Dimitrie O. PaunRemove SYMBOLFILE and LDDLLFLAGS from Makefiles.
2003-10-10  Dave BelangerImplementation of SetTextJustication EMF driver callback.
2003-10-10  Dave BelangerImproved font glyph transformation support in GetGlyphO...
2003-10-09  Dave BelangerImproved the bounding box calculation for the EMF drive...
2003-10-09  Dave BelangerImplementation of EMF driver OffsetViewportOrg and...
2003-10-08  Dave BelangerImplementation of SetPixel metarecord.
2003-10-08  Dave BelangerAvoid excessive heap memory reallocation when generatin...
2003-10-08  Francois GougetSome spelling fixes.
2003-10-07  Dave BelangerSpit out EMR_RESTOREDC metarecords with -1 as argument...
2003-10-04  Dave BelangerImproved generation of font signature from freetype...
2003-10-04  Dave BelangerFace families are in the top 4 bits of lfPitchAndFamily...
2003-10-04  Dave BelangerImplemented the SetArcDirection metarecord in EMF driver.
2003-10-01  Jon GriffithsDocumentation updates.
2003-09-30  Daniel MarmierUse #ifdef instead of #if for all feature tests.
2003-09-26  Dimitrie O. PaunRemove the obsolete pascal16 (replaced by pascal -ret16).
2003-09-24  Alexandre JulliardMoved DLLFLAGS to a separate variable instead of includ...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-09-03  Alexandre JulliardAvoid heap reallocation each time a metarecord is writt...
2003-08-30  Dave BelangerImplementation of SelectPalette and RealizePalette...
2003-08-30  Warren BairdSave the ext alignment information in a 8-bytes metarec...
2003-08-12  Alexandre JulliardAllocate DebugInfo field for all critical sections...
2003-08-12  Dmitry TimoshkovConvert CreateDC to unicode in the driver interface.
2003-06-30  Dmitry TimoshkovFor all DLLs with defined DllMain and which do not...
2003-06-27  Shachar ShemeshImplementation of the reordering algorithm by calling...
2003-06-24  Mike McCormackHandle CreateMetaFileW(NULL) correctly.
2003-06-23  Alexandre JulliardAdded special case for "display" in DRIVER_GetDriverNam...
2003-06-23  Huw DaviesDon't enable client side fonts unless we have at least...
2003-06-23  Mike McCormackRecord SetWorldTransform and ModifyWorldTransform in...
2003-06-20  Alexandre JulliardAdded checks for ICU libraries (based on a patch by...
2003-05-21  Mike McCormackImplemented GdiComment for enhanced metafiles.
2003-05-19  Huw DaviesImplemented a few more device caps.
2003-05-19  Mike McCormackImplemented StretchDIBits in the EMF code.
2003-05-19  Dmitry TimoshkovFixed some issues in EMFDRV_ExtTextOut.
2003-05-19  Huw DaviesRecord escapes in metafiles.
2003-05-13  Alexandre JulliardUse a different magic for memory DCs and get rid of...
2003-05-13  Alexandre JulliardReset signal handlers when starting child process.
2003-05-12  Warren BairdFix the PolyPolygon function so it really generates...
2003-05-12  Huw DaviesAllow the cups port to be redirectable. This gives...
2003-05-11  Alexandre JulliardAdded partial stub for GetTransform.
2003-05-11  Huw DaviesAdded stub for SetVirtualResolution.
2003-05-06  Dimitrie O. PaunMake it easy to use something other than wrc to compile...
2003-04-21  Alexandre JulliardRemoved no longer needed uses of LDPATH.
2003-04-14  Alexandre JulliardAllow overriding CFLAGS when running configure. Other...
2003-04-07  Maxime BellengéImplemented the GRADIENT_FILL_RECT{H|V} cases of GdiGra...
2003-04-01  Alexandre JulliardPortability fixes.
2003-03-30  Adam GundyDon't look at the second character of the path unless...
2003-03-27  Dimitrie O. PaunRemove unused options -a and -C.
2003-03-23  Alexandre JulliardList 16-bit spec files explicitly to avoid problems...
2003-03-23  Alexandre JulliardConverted winebuild option parsing to use getopt_long...
2003-03-20  Alexandre JulliardTake advantage of new winebuild syntax to remove redund...
2003-03-17  Paul RupeFix a couple INT/UINT comparisons.
2003-03-07  Tony LambregtsJanitorial. Get rid of W->A call.
2003-02-27  Alexandre JulliardReplaced most uses of the auto-generated glue code...
2003-02-27  Alexandre JulliardGet rid of win16drv directory.
2003-02-27  Alexandre JulliardRemoved the 16-bit graphics driver support; this has...
2003-02-12  Warren BairdImplementation of GetDeviceCaps in metafile driver.
2003-02-11  Warren BairdFix wrong structure used to determine the size of a...
2003-01-23  Marcus MeissnerRemove errno.h from files that do not need it.
2003-01-23  Alexandre JulliardAdded -Wpointer-arith gcc flag, and fixed the resulting...
2003-01-09  Dimitrie O. PaunCollapse the -hHrs options into the -O option.
2002-12-12  Alexandre JulliardAdded .spec.def files.
2002-12-11  Alexandre JulliardPass the -J option to wrc to avoid including installed...
2002-12-03  Alexandre JulliardMerged font.h and path.h into gdi.h. Moved x11font...
2002-11-22  Alexandre JulliardMade gdi compile with -DSTRICT.
2002-11-22  Alexandre JulliardFixed a number of -DSTRICT issues.
2002-11-21  Michael StefaniucSome -DSTRICT fixes.
2002-11-21  Steve LustbaderStub for SetDCBrushColor.
2002-11-18  Alexandre JulliardRemoved support for 'rsrc' spec file statement.
2002-11-15  Huw DaviesProper handling of SetTextCharacterExtra.
2002-11-13  Huw DaviesWe need to compare the world transforms (at least the...
2002-11-12  Patrik StridvallUpdated the generated tests.
2002-11-06  Patrik StridvallUpdated the generated tests.
2002-11-04  Alexandre JulliardMade the dll entry point default to DllMain and removed...
2002-11-04  Patrik StridvallFixed mismatches between the Wine headers and the Micro...
2002-11-04  Patrik StridvallUpdated the generated tests.
2002-10-29  Patrik StridvallUpdated the generated tests.
2002-10-23  Patrik StridvallUpdated the generated tests.
2002-10-18  Alexandre JulliardAdded support for building certain dlls with -DSTRICT.
2002-10-18  Alexandre JulliardMoved EnumObjects16, LineDDA16 and associated glue...
2002-10-18  Alexandre JulliardSplit out some 16-bit GDI code.
2002-10-18  Alexandre JulliardConverted PlayMetaFileRecord and related functions...
2002-10-17  Alexandre JulliardFixed wownt32.h to make it usable from inside Wine...
2002-10-15  Patrik StridvallUpdated the generated tests.
next